/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    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: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

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

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

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

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

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

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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
}

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: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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: .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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

::file-selector-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.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

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

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

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

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "â€”Â "
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    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: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width)*2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0)
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder,
.form-floating>.form-control-plaintext::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-moz-placeholder,
.form-floating>.form-control-plaintext::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:-ms-input-placeholder,
.form-floating>.form-control-plaintext:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-ms-input-placeholder,
.form-floating>.form-control-plaintext::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:not(:-moz-placeholder-shown),
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder),
.form-floating>.form-control-plaintext:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>:disabled~label,
.form-floating>.form-control:disabled~label {
    color: #6c757d
}

.form-floating>:disabled~label::after,
.form-floating>.form-control:disabled~label::after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width)*-1)
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width)*-1)
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1*var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid rgba(0, 0, 0, 0)
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width)*-1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition)
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme=dark] .btn-close {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-0.5*var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1*var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1*var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5*var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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 rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0)
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media(max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible
    }
}

@media(min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible
    }
}

@media(min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible
    }
}

@media(min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition)
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
    margin-top: calc(-0.5*var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:hover,
.link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:hover,
.link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:hover,
.link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:hover,
.link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:hover,
.link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:hover,
.link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:hover,
.link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important
}

.focus-ring:focus {
    outline: 0;
    -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    -webkit-transition: .2s ease-in-out transform;
    transition: .2s ease-in-out transform
}

@media(prefers-reduced-motion: reduce) {
    .icon-link>.bi {
        -webkit-transition: none;
        transition: none
    }
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
    -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

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

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: .125em !important
}

.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2 {
    text-underline-offset: .25em !important
}

.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3 {
    text-underline-offset: .375em !important
}

.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media(min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !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-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome/fontawesome-webfont.eot");
    src: url("fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "ï€€"
}

.fa-music:before {
    content: "ï€"
}

.fa-search:before {
    content: "ï€‚"
}

.fa-envelope-o:before {
    content: "ï€ƒ"
}

.fa-heart:before {
    content: "ï€„"
}

.fa-star:before {
    content: "ï€…"
}

.fa-star-o:before {
    content: "ï€†"
}

.fa-user:before {
    content: "ï€‡"
}

.fa-film:before {
    content: "ï€ˆ"
}

.fa-th-large:before {
    content: "ï€‰"
}

.fa-th:before {
    content: "ï€Š"
}

.fa-th-list:before {
    content: "ï€‹"
}

.fa-check:before {
    content: "ï€Œ"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "ï€"
}

.fa-search-plus:before {
    content: "ï€Ž"
}

.fa-search-minus:before {
    content: "ï€"
}

.fa-power-off:before {
    content: "ï€‘"
}

.fa-signal:before {
    content: "ï€’"
}

.fa-gear:before,
.fa-cog:before {
    content: "ï€“"
}

.fa-trash-o:before {
    content: "ï€”"
}

.fa-home:before {
    content: "ï€•"
}

.fa-file-o:before {
    content: "ï€–"
}

.fa-clock-o:before {
    content: "ï€—"
}

.fa-road:before {
    content: "ï€˜"
}

.fa-download:before {
    content: "ï€™"
}

.fa-arrow-circle-o-down:before {
    content: "ï€š"
}

.fa-arrow-circle-o-up:before {
    content: "ï€›"
}

.fa-inbox:before {
    content: "ï€œ"
}

.fa-play-circle-o:before {
    content: "ï€"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "ï€ž"
}

.fa-refresh:before {
    content: "ï€¡"
}

.fa-list-alt:before {
    content: "ï€¢"
}

.fa-lock:before {
    content: "ï€£"
}

.fa-flag:before {
    content: "ï€¤"
}

.fa-headphones:before {
    content: "ï€¥"
}

.fa-volume-off:before {
    content: "ï€¦"
}

.fa-volume-down:before {
    content: "ï€§"
}

.fa-volume-up:before {
    content: "ï€¨"
}

.fa-qrcode:before {
    content: "ï€©"
}

.fa-barcode:before {
    content: "ï€ª"
}

.fa-tag:before {
    content: "ï€«"
}

.fa-tags:before {
    content: "ï€¬"
}

.fa-book:before {
    content: "ï€­"
}

.fa-bookmark:before {
    content: "ï€®"
}

.fa-print:before {
    content: "ï€¯"
}

.fa-camera:before {
    content: "ï€°"
}

.fa-font:before {
    content: "ï€±"
}

.fa-bold:before {
    content: "ï€²"
}

.fa-italic:before {
    content: "ï€³"
}

.fa-text-height:before {
    content: "ï€´"
}

.fa-text-width:before {
    content: "ï€µ"
}

.fa-align-left:before {
    content: "ï€¶"
}

.fa-align-center:before {
    content: "ï€·"
}

.fa-align-right:before {
    content: "ï€¸"
}

.fa-align-justify:before {
    content: "ï€¹"
}

.fa-list:before {
    content: "ï€º"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "ï€»"
}

.fa-indent:before {
    content: "ï€¼"
}

.fa-video-camera:before {
    content: "ï€½"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "ï€¾"
}

.fa-pencil:before {
    content: "ï€"
}

.fa-map-marker:before {
    content: "ï"
}

.fa-adjust:before {
    content: "ï‚"
}

.fa-tint:before {
    content: "ïƒ"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "ï„"
}

.fa-share-square-o:before {
    content: "ï…"
}

.fa-check-square-o:before {
    content: "ï†"
}

.fa-arrows:before {
    content: "ï‡"
}

.fa-step-backward:before {
    content: "ïˆ"
}

.fa-fast-backward:before {
    content: "ï‰"
}

.fa-backward:before {
    content: "ïŠ"
}

.fa-play:before {
    content: "ï‹"
}

.fa-pause:before {
    content: "ïŒ"
}

.fa-stop:before {
    content: "ï"
}

.fa-forward:before {
    content: "ïŽ"
}

.fa-fast-forward:before {
    content: "ï"
}

.fa-step-forward:before {
    content: "ï‘"
}

.fa-eject:before {
    content: "ï’"
}

.fa-chevron-left:before {
    content: "ï“"
}

.fa-chevron-right:before {
    content: "ï”"
}

.fa-plus-circle:before {
    content: "ï•"
}

.fa-minus-circle:before {
    content: "ï–"
}

.fa-times-circle:before {
    content: "ï—"
}

.fa-check-circle:before {
    content: "ï˜"
}

.fa-question-circle:before {
    content: "ï™"
}

.fa-info-circle:before {
    content: "ïš"
}

.fa-crosshairs:before {
    content: "ï›"
}

.fa-times-circle-o:before {
    content: "ïœ"
}

.fa-check-circle-o:before {
    content: "ï"
}

.fa-ban:before {
    content: "ïž"
}

.fa-arrow-left:before {
    content: "ï "
}

.fa-arrow-right:before {
    content: "ï¡"
}

.fa-arrow-up:before {
    content: "ï¢"
}

.fa-arrow-down:before {
    content: "ï£"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "ï¤"
}

.fa-expand:before {
    content: "ï¥"
}

.fa-compress:before {
    content: "ï¦"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "ï¨"
}

.fa-asterisk:before {
    content: "ï©"
}

.fa-exclamation-circle:before {
    content: "ïª"
}

.fa-gift:before {
    content: "ï«"
}

.fa-leaf:before {
    content: "ï¬"
}

.fa-fire:before {
    content: "ï­"
}

.fa-eye:before {
    content: "ï®"
}

.fa-eye-slash:before {
    content: "ï°"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "ï±"
}

.fa-plane:before {
    content: "ï²"
}

.fa-calendar:before {
    content: "ï³"
}

.fa-random:before {
    content: "ï´"
}

.fa-comment:before {
    content: "ïµ"
}

.fa-magnet:before {
    content: "ï¶"
}

.fa-chevron-up:before {
    content: "ï·"
}

.fa-chevron-down:before {
    content: "ï¸"
}

.fa-retweet:before {
    content: "ï¹"
}

.fa-shopping-cart:before {
    content: "ïº"
}

.fa-folder:before {
    content: "ï»"
}

.fa-folder-open:before {
    content: "ï¼"
}

.fa-arrows-v:before {
    content: "ï½"
}

.fa-arrows-h:before {
    content: "ï¾"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "ï‚€"
}

.fa-twitter-square:before {
    content: "ï‚"
}

.fa-facebook-square:before {
    content: "ï‚‚"
}

.fa-camera-retro:before {
    content: "ï‚ƒ"
}

.fa-key:before {
    content: "ï‚„"
}

.fa-gears:before,
.fa-cogs:before {
    content: "ï‚…"
}

.fa-comments:before {
    content: "ï‚†"
}

.fa-thumbs-o-up:before {
    content: "ï‚‡"
}

.fa-thumbs-o-down:before {
    content: "ï‚ˆ"
}

.fa-star-half:before {
    content: "ï‚‰"
}

.fa-heart-o:before {
    content: "ï‚Š"
}

.fa-sign-out:before {
    content: "ï‚‹"
}

.fa-linkedin-square:before {
    content: "ï‚Œ"
}

.fa-thumb-tack:before {
    content: "ï‚"
}

.fa-external-link:before {
    content: "ï‚Ž"
}

.fa-sign-in:before {
    content: "ï‚"
}

.fa-trophy:before {
    content: "ï‚‘"
}

.fa-github-square:before {
    content: "ï‚’"
}

.fa-upload:before {
    content: "ï‚“"
}

.fa-lemon-o:before {
    content: "ï‚”"
}

.fa-phone:before {
    content: "ï‚•"
}

.fa-square-o:before {
    content: "ï‚–"
}

.fa-bookmark-o:before {
    content: "ï‚—"
}

.fa-phone-square:before {
    content: "ï‚˜"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "ï‚š"
}

.fa-github:before {
    content: "ï‚›"
}

.fa-unlock:before {
    content: "ï‚œ"
}

.fa-credit-card:before {
    content: "ï‚"
}

.fa-feed:before,
.fa-rss:before {
    content: "ï‚ž"
}

.fa-hdd-o:before {
    content: "ï‚ "
}

.fa-bullhorn:before {
    content: "ï‚¡"
}

.fa-bell:before {
    content: "ïƒ³"
}

.fa-certificate:before {
    content: "ï‚£"
}

.fa-hand-o-right:before {
    content: "ï‚¤"
}

.fa-hand-o-left:before {
    content: "ï‚¥"
}

.fa-hand-o-up:before {
    content: "ï‚¦"
}

.fa-hand-o-down:before {
    content: "ï‚§"
}

.fa-arrow-circle-left:before {
    content: "ï‚¨"
}

.fa-arrow-circle-right:before {
    content: "ï‚©"
}

.fa-arrow-circle-up:before {
    content: "ï‚ª"
}

.fa-arrow-circle-down:before {
    content: "ï‚«"
}

.fa-globe:before {
    content: "ï‚¬"
}

.fa-wrench:before {
    content: "ï‚­"
}

.fa-tasks:before {
    content: "ï‚®"
}

.fa-filter:before {
    content: "ï‚°"
}

.fa-briefcase:before {
    content: "ï‚±"
}

.fa-arrows-alt:before {
    content: "ï‚²"
}

.fa-group:before,
.fa-users:before {
    content: "ïƒ€"
}

.fa-chain:before,
.fa-link:before {
    content: "ïƒ"
}

.fa-cloud:before {
    content: "ïƒ‚"
}

.fa-flask:before {
    content: "ïƒƒ"
}

.fa-cut:before,
.fa-scissors:before {
    content: "ïƒ„"
}

.fa-copy:before,
.fa-files-o:before {
    content: "ïƒ…"
}

.fa-paperclip:before {
    content: "ïƒ†"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "ïƒ‡"
}

.fa-square:before {
    content: "ïƒˆ"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "ïƒ‰"
}

.fa-list-ul:before {
    content: "ïƒŠ"
}

.fa-list-ol:before {
    content: "ïƒ‹"
}

.fa-strikethrough:before {
    content: "ïƒŒ"
}

.fa-underline:before {
    content: "ïƒ"
}

.fa-table:before {
    content: "ïƒŽ"
}

.fa-magic:before {
    content: "ïƒ"
}

.fa-truck:before {
    content: "ïƒ‘"
}

.fa-pinterest:before {
    content: "ïƒ’"
}

.fa-pinterest-square:before {
    content: "ïƒ“"
}

.fa-google-plus-square:before {
    content: "ïƒ”"
}

.fa-google-plus:before {
    content: "ïƒ•"
}

.fa-money:before {
    content: "ïƒ–"
}

.fa-caret-down:before {
    content: "ïƒ—"
}

.fa-caret-up:before {
    content: "ïƒ˜"
}

.fa-caret-left:before {
    content: "ïƒ™"
}

.fa-caret-right:before {
    content: "ïƒš"
}

.fa-columns:before {
    content: "ïƒ›"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "ïƒœ"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "ïƒ"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "ïƒž"
}

.fa-envelope:before {
    content: "ïƒ "
}

.fa-linkedin:before {
    content: "ïƒ¡"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "ïƒ¢"
}

.fa-legal:before,
.fa-gavel:before {
    content: "ïƒ£"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "ïƒ¤"
}

.fa-comment-o:before {
    content: "ïƒ¥"
}

.fa-comments-o:before {
    content: "ïƒ¦"
}

.fa-flash:before,
.fa-bolt:before {
    content: "ïƒ§"
}

.fa-sitemap:before {
    content: "ïƒ¨"
}

.fa-umbrella:before {
    content: "ïƒ©"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "ïƒª"
}

.fa-lightbulb-o:before {
    content: "ïƒ«"
}

.fa-exchange:before {
    content: "ïƒ¬"
}

.fa-cloud-download:before {
    content: "ïƒ­"
}

.fa-cloud-upload:before {
    content: "ïƒ®"
}

.fa-user-md:before {
    content: "ïƒ°"
}

.fa-stethoscope:before {
    content: "ïƒ±"
}

.fa-suitcase:before {
    content: "ïƒ²"
}

.fa-bell-o:before {
    content: "ï‚¢"
}

.fa-coffee:before {
    content: "ïƒ´"
}

.fa-cutlery:before {
    content: "ïƒµ"
}

.fa-file-text-o:before {
    content: "ïƒ¶"
}

.fa-building-o:before {
    content: "ïƒ·"
}

.fa-hospital-o:before {
    content: "ïƒ¸"
}

.fa-ambulance:before {
    content: "ïƒ¹"
}

.fa-medkit:before {
    content: "ïƒº"
}

.fa-fighter-jet:before {
    content: "ïƒ»"
}

.fa-beer:before {
    content: "ïƒ¼"
}

.fa-h-square:before {
    content: "ïƒ½"
}

.fa-plus-square:before {
    content: "ïƒ¾"
}

.fa-angle-double-left:before {
    content: "ï„€"
}

.fa-angle-double-right:before {
    content: "ï„"
}

.fa-angle-double-up:before {
    content: "ï„‚"
}

.fa-angle-double-down:before {
    content: "ï„ƒ"
}

.fa-angle-left:before {
    content: "ï„„"
}

.fa-angle-right:before {
    content: "ï„…"
}

.fa-angle-up:before {
    content: "ï„†"
}

.fa-angle-down:before {
    content: "ï„‡"
}

.fa-desktop:before {
    content: "ï„ˆ"
}

.fa-laptop:before {
    content: "ï„‰"
}

.fa-tablet:before {
    content: "ï„Š"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "ï„‹"
}

.fa-circle-o:before {
    content: "ï„Œ"
}

.fa-quote-left:before {
    content: "ï„"
}

.fa-quote-right:before {
    content: "ï„Ž"
}

.fa-spinner:before {
    content: "ï„"
}

.fa-circle:before {
    content: "ï„‘"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "ï„’"
}

.fa-github-alt:before {
    content: "ï„“"
}

.fa-folder-o:before {
    content: "ï„”"
}

.fa-folder-open-o:before {
    content: "ï„•"
}

.fa-smile-o:before {
    content: "ï„˜"
}

.fa-frown-o:before {
    content: "ï„™"
}

.fa-meh-o:before {
    content: "ï„š"
}

.fa-gamepad:before {
    content: "ï„›"
}

.fa-keyboard-o:before {
    content: "ï„œ"
}

.fa-flag-o:before {
    content: "ï„"
}

.fa-flag-checkered:before {
    content: "ï„ž"
}

.fa-terminal:before {
    content: "ï„ "
}

.fa-code:before {
    content: "ï„¡"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "ï„¢"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "ï„£"
}

.fa-location-arrow:before {
    content: "ï„¤"
}

.fa-crop:before {
    content: "ï„¥"
}

.fa-code-fork:before {
    content: "ï„¦"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "ï„§"
}

.fa-question:before {
    content: "ï„¨"
}

.fa-info:before {
    content: "ï„©"
}

.fa-exclamation:before {
    content: "ï„ª"
}

.fa-superscript:before {
    content: "ï„«"
}

.fa-subscript:before {
    content: "ï„¬"
}

.fa-eraser:before {
    content: "ï„­"
}

.fa-puzzle-piece:before {
    content: "ï„®"
}

.fa-microphone:before {
    content: "ï„°"
}

.fa-microphone-slash:before {
    content: "ï„±"
}

.fa-shield:before {
    content: "ï„²"
}

.fa-calendar-o:before {
    content: "ï„³"
}

.fa-fire-extinguisher:before {
    content: "ï„´"
}

.fa-rocket:before {
    content: "ï„µ"
}

.fa-maxcdn:before {
    content: "ï„¶"
}

.fa-chevron-circle-left:before {
    content: "ï„·"
}

.fa-chevron-circle-right:before {
    content: "ï„¸"
}

.fa-chevron-circle-up:before {
    content: "ï„¹"
}

.fa-chevron-circle-down:before {
    content: "ï„º"
}

.fa-html5:before {
    content: "ï„»"
}

.fa-css3:before {
    content: "ï„¼"
}

.fa-anchor:before {
    content: "ï„½"
}

.fa-unlock-alt:before {
    content: "ï„¾"
}

.fa-bullseye:before {
    content: "ï…€"
}

.fa-ellipsis-h:before {
    content: "ï…"
}

.fa-ellipsis-v:before {
    content: "ï…‚"
}

.fa-rss-square:before {
    content: "ï…ƒ"
}

.fa-play-circle:before {
    content: "ï…„"
}

.fa-ticket:before {
    content: "ï……"
}

.fa-minus-square:before {
    content: "ï…†"
}

.fa-minus-square-o:before {
    content: "ï…‡"
}

.fa-level-up:before {
    content: "ï…ˆ"
}

.fa-level-down:before {
    content: "ï…‰"
}

.fa-check-square:before {
    content: "ï…Š"
}

.fa-pencil-square:before {
    content: "ï…‹"
}

.fa-external-link-square:before {
    content: "ï…Œ"
}

.fa-share-square:before {
    content: "ï…"
}

.fa-compass:before {
    content: "ï…Ž"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "ï…"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "ï…‘"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "ï…’"
}

.fa-euro:before,
.fa-eur:before {
    content: "ï…“"
}

.fa-gbp:before {
    content: "ï…”"
}

.fa-dollar:before,
.fa-usd:before {
    content: "ï…•"
}

.fa-rupee:before,
.fa-inr:before {
    content: "ï…–"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "ï…—"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "ï…˜"
}

.fa-won:before,
.fa-krw:before {
    content: "ï…™"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "ï…š"
}

.fa-file:before {
    content: "ï…›"
}

.fa-file-text:before {
    content: "ï…œ"
}

.fa-sort-alpha-asc:before {
    content: "ï…"
}

.fa-sort-alpha-desc:before {
    content: "ï…ž"
}

.fa-sort-amount-asc:before {
    content: "ï… "
}

.fa-sort-amount-desc:before {
    content: "ï…¡"
}

.fa-sort-numeric-asc:before {
    content: "ï…¢"
}

.fa-sort-numeric-desc:before {
    content: "ï…£"
}

.fa-thumbs-up:before {
    content: "ï…¤"
}

.fa-thumbs-down:before {
    content: "ï…¥"
}

.fa-youtube-square:before {
    content: "ï…¦"
}

.fa-youtube:before {
    content: "ï…§"
}

.fa-xing:before {
    content: "ï…¨"
}

.fa-xing-square:before {
    content: "ï…©"
}

.fa-youtube-play:before {
    content: "ï…ª"
}

.fa-dropbox:before {
    content: "ï…«"
}

.fa-stack-overflow:before {
    content: "ï…¬"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-flickr:before {
    content: "ï…®"
}

.fa-adn:before {
    content: "ï…°"
}

.fa-bitbucket:before {
    content: "ï…±"
}

.fa-bitbucket-square:before {
    content: "ï…²"
}

.fa-tumblr:before {
    content: "ï…³"
}

.fa-tumblr-square:before {
    content: "ï…´"
}

.fa-long-arrow-down:before {
    content: "ï…µ"
}

.fa-long-arrow-up:before {
    content: "ï…¶"
}

.fa-long-arrow-left:before {
    content: "ï…·"
}

.fa-long-arrow-right:before {
    content: "ï…¸"
}

.fa-apple:before {
    content: "ï…¹"
}

.fa-windows:before {
    content: "ï…º"
}

.fa-android:before {
    content: "ï…»"
}

.fa-linux:before {
    content: "ï…¼"
}

.fa-dribbble:before {
    content: "ï…½"
}

.fa-skype:before {
    content: "ï…¾"
}

.fa-foursquare:before {
    content: "ï†€"
}

.fa-trello:before {
    content: "ï†"
}

.fa-female:before {
    content: "ï†‚"
}

.fa-male:before {
    content: "ï†ƒ"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "ï†„"
}

.fa-sun-o:before {
    content: "ï†…"
}

.fa-moon-o:before {
    content: "ï††"
}

.fa-archive:before {
    content: "ï†‡"
}

.fa-bug:before {
    content: "ï†ˆ"
}

.fa-vk:before {
    content: "ï†‰"
}

.fa-weibo:before {
    content: "ï†Š"
}

.fa-renren:before {
    content: "ï†‹"
}

.fa-pagelines:before {
    content: "ï†Œ"
}

.fa-stack-exchange:before {
    content: "ï†"
}

.fa-arrow-circle-o-right:before {
    content: "ï†Ž"
}

.fa-arrow-circle-o-left:before {
    content: "ï†"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "ï†‘"
}

.fa-dot-circle-o:before {
    content: "ï†’"
}

.fa-wheelchair:before {
    content: "ï†“"
}

.fa-vimeo-square:before {
    content: "ï†”"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "ï†•"
}

.fa-plus-square-o:before {
    content: "ï†–"
}

.fa-space-shuttle:before {
    content: "ï†—"
}

.fa-slack:before {
    content: "ï†˜"
}

.fa-envelope-square:before {
    content: "ï†™"
}

.fa-wordpress:before {
    content: "ï†š"
}

.fa-openid:before {
    content: "ï†›"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "ï†œ"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "ï†"
}

.fa-yahoo:before {
    content: "ï†ž"
}

.fa-google:before {
    content: "ï† "
}

.fa-reddit:before {
    content: "ï†¡"
}

.fa-reddit-square:before {
    content: "ï†¢"
}

.fa-stumbleupon-circle:before {
    content: "ï†£"
}

.fa-stumbleupon:before {
    content: "ï†¤"
}

.fa-delicious:before {
    content: "ï†¥"
}

.fa-digg:before {
    content: "ï†¦"
}

.fa-pied-piper-pp:before {
    content: "ï†§"
}

.fa-pied-piper-alt:before {
    content: "ï†¨"
}

.fa-drupal:before {
    content: "ï†©"
}

.fa-joomla:before {
    content: "ï†ª"
}

.fa-language:before {
    content: "ï†«"
}

.fa-fax:before {
    content: "ï†¬"
}

.fa-building:before {
    content: "ï†­"
}

.fa-child:before {
    content: "ï†®"
}

.fa-paw:before {
    content: "ï†°"
}

.fa-spoon:before {
    content: "ï†±"
}

.fa-cube:before {
    content: "ï†²"
}

.fa-cubes:before {
    content: "ï†³"
}

.fa-behance:before {
    content: "ï†´"
}

.fa-behance-square:before {
    content: "ï†µ"
}

.fa-steam:before {
    content: "ï†¶"
}

.fa-steam-square:before {
    content: "ï†·"
}

.fa-recycle:before {
    content: "ï†¸"
}

.fa-automobile:before,
.fa-car:before {
    content: "ï†¹"
}

.fa-cab:before,
.fa-taxi:before {
    content: "ï†º"
}

.fa-tree:before {
    content: "ï†»"
}

.fa-spotify:before {
    content: "ï†¼"
}

.fa-deviantart:before {
    content: "ï†½"
}

.fa-soundcloud:before {
    content: "ï†¾"
}

.fa-database:before {
    content: "ï‡€"
}

.fa-file-pdf-o:before {
    content: "ï‡"
}

.fa-file-word-o:before {
    content: "ï‡‚"
}

.fa-file-excel-o:before {
    content: "ï‡ƒ"
}

.fa-file-powerpoint-o:before {
    content: "ï‡„"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "ï‡…"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "ï‡†"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "ï‡‡"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "ï‡ˆ"
}

.fa-file-code-o:before {
    content: "ï‡‰"
}

.fa-vine:before {
    content: "ï‡Š"
}

.fa-codepen:before {
    content: "ï‡‹"
}

.fa-jsfiddle:before {
    content: "ï‡Œ"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "ï‡"
}

.fa-circle-o-notch:before {
    content: "ï‡Ž"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "ï‡"
}

.fa-ge:before,
.fa-empire:before {
    content: "ï‡‘"
}

.fa-git-square:before {
    content: "ï‡’"
}

.fa-git:before {
    content: "ï‡“"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "ï‡”"
}

.fa-tencent-weibo:before {
    content: "ï‡•"
}

.fa-qq:before {
    content: "ï‡–"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "ï‡—"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "ï‡˜"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "ï‡™"
}

.fa-history:before {
    content: "ï‡š"
}

.fa-circle-thin:before {
    content: "ï‡›"
}

.fa-header:before {
    content: "ï‡œ"
}

.fa-paragraph:before {
    content: "ï‡"
}

.fa-sliders:before {
    content: "ï‡ž"
}

.fa-share-alt:before {
    content: "ï‡ "
}

.fa-share-alt-square:before {
    content: "ï‡¡"
}

.fa-bomb:before {
    content: "ï‡¢"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "ï‡£"
}

.fa-tty:before {
    content: "ï‡¤"
}

.fa-binoculars:before {
    content: "ï‡¥"
}

.fa-plug:before {
    content: "ï‡¦"
}

.fa-slideshare:before {
    content: "ï‡§"
}

.fa-twitch:before {
    content: "ï‡¨"
}

.fa-yelp:before {
    content: "ï‡©"
}

.fa-newspaper-o:before {
    content: "ï‡ª"
}

.fa-wifi:before {
    content: "ï‡«"
}

.fa-calculator:before {
    content: "ï‡¬"
}

.fa-paypal:before {
    content: "ï‡­"
}

.fa-google-wallet:before {
    content: "ï‡®"
}

.fa-cc-visa:before {
    content: "ï‡°"
}

.fa-cc-mastercard:before {
    content: "ï‡±"
}

.fa-cc-discover:before {
    content: "ï‡²"
}

.fa-cc-amex:before {
    content: "ï‡³"
}

.fa-cc-paypal:before {
    content: "ï‡´"
}

.fa-cc-stripe:before {
    content: "ï‡µ"
}

.fa-bell-slash:before {
    content: "ï‡¶"
}

.fa-bell-slash-o:before {
    content: "ï‡·"
}

.fa-trash:before {
    content: "ï‡¸"
}

.fa-copyright:before {
    content: "ï‡¹"
}

.fa-at:before {
    content: "ï‡º"
}

.fa-eyedropper:before {
    content: "ï‡»"
}

.fa-paint-brush:before {
    content: "ï‡¼"
}

.fa-birthday-cake:before {
    content: "ï‡½"
}

.fa-area-chart:before {
    content: "ï‡¾"
}

.fa-pie-chart:before {
    content: "ïˆ€"
}

.fa-line-chart:before {
    content: "ïˆ"
}

.fa-lastfm:before {
    content: "ïˆ‚"
}

.fa-lastfm-square:before {
    content: "ïˆƒ"
}

.fa-toggle-off:before {
    content: "ïˆ„"
}

.fa-toggle-on:before {
    content: "ïˆ…"
}

.fa-bicycle:before {
    content: "ïˆ†"
}

.fa-bus:before {
    content: "ïˆ‡"
}

.fa-ioxhost:before {
    content: "ïˆˆ"
}

.fa-angellist:before {
    content: "ïˆ‰"
}

.fa-cc:before {
    content: "ïˆŠ"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "ïˆ‹"
}

.fa-meanpath:before {
    content: "ïˆŒ"
}

.fa-buysellads:before {
    content: "ïˆ"
}

.fa-connectdevelop:before {
    content: "ïˆŽ"
}

.fa-dashcube:before {
    content: "ïˆ"
}

.fa-forumbee:before {
    content: "ïˆ‘"
}

.fa-leanpub:before {
    content: "ïˆ’"
}

.fa-sellsy:before {
    content: "ïˆ“"
}

.fa-shirtsinbulk:before {
    content: "ïˆ”"
}

.fa-simplybuilt:before {
    content: "ïˆ•"
}

.fa-skyatlas:before {
    content: "ïˆ–"
}

.fa-cart-plus:before {
    content: "ïˆ—"
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜"
}

.fa-diamond:before {
    content: "ïˆ™"
}

.fa-ship:before {
    content: "ïˆš"
}

.fa-user-secret:before {
    content: "ïˆ›"
}

.fa-motorcycle:before {
    content: "ïˆœ"
}

.fa-street-view:before {
    content: "ïˆ"
}

.fa-heartbeat:before {
    content: "ïˆž"
}

.fa-venus:before {
    content: "ïˆ¡"
}

.fa-mars:before {
    content: "ïˆ¢"
}

.fa-mercury:before {
    content: "ïˆ£"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "ïˆ¤"
}

.fa-transgender-alt:before {
    content: "ïˆ¥"
}

.fa-venus-double:before {
    content: "ïˆ¦"
}

.fa-mars-double:before {
    content: "ïˆ§"
}

.fa-venus-mars:before {
    content: "ïˆ¨"
}

.fa-mars-stroke:before {
    content: "ïˆ©"
}

.fa-mars-stroke-v:before {
    content: "ïˆª"
}

.fa-mars-stroke-h:before {
    content: "ïˆ«"
}

.fa-neuter:before {
    content: "ïˆ¬"
}

.fa-genderless:before {
    content: "ïˆ­"
}

.fa-facebook-official:before {
    content: "ïˆ°"
}

.fa-pinterest-p:before {
    content: "ïˆ±"
}

.fa-whatsapp:before {
    content: "ïˆ²"
}

.fa-server:before {
    content: "ïˆ³"
}

.fa-user-plus:before {
    content: "ïˆ´"
}

.fa-user-times:before {
    content: "ïˆµ"
}

.fa-hotel:before,
.fa-bed:before {
    content: "ïˆ¶"
}

.fa-viacoin:before {
    content: "ïˆ·"
}

.fa-train:before {
    content: "ïˆ¸"
}

.fa-subway:before {
    content: "ïˆ¹"
}

.fa-medium:before {
    content: "ïˆº"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "ïˆ»"
}

.fa-optin-monster:before {
    content: "ïˆ¼"
}

.fa-opencart:before {
    content: "ïˆ½"
}

.fa-expeditedssl:before {
    content: "ïˆ¾"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "ï‰€"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "ï‰"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "ï‰‚"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "ï‰ƒ"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "ï‰„"
}

.fa-mouse-pointer:before {
    content: "ï‰…"
}

.fa-i-cursor:before {
    content: "ï‰†"
}

.fa-object-group:before {
    content: "ï‰‡"
}

.fa-object-ungroup:before {
    content: "ï‰ˆ"
}

.fa-sticky-note:before {
    content: "ï‰‰"
}

.fa-sticky-note-o:before {
    content: "ï‰Š"
}

.fa-cc-jcb:before {
    content: "ï‰‹"
}

.fa-cc-diners-club:before {
    content: "ï‰Œ"
}

.fa-clone:before {
    content: "ï‰"
}

.fa-balance-scale:before {
    content: "ï‰Ž"
}

.fa-hourglass-o:before {
    content: "ï‰"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "ï‰‘"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "ï‰’"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "ï‰“"
}

.fa-hourglass:before {
    content: "ï‰”"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "ï‰•"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "ï‰–"
}

.fa-hand-scissors-o:before {
    content: "ï‰—"
}

.fa-hand-lizard-o:before {
    content: "ï‰˜"
}

.fa-hand-spock-o:before {
    content: "ï‰™"
}

.fa-hand-pointer-o:before {
    content: "ï‰š"
}

.fa-hand-peace-o:before {
    content: "ï‰›"
}

.fa-trademark:before {
    content: "ï‰œ"
}

.fa-registered:before {
    content: "ï‰"
}

.fa-creative-commons:before {
    content: "ï‰ž"
}

.fa-gg:before {
    content: "ï‰ "
}

.fa-gg-circle:before {
    content: "ï‰¡"
}

.fa-tripadvisor:before {
    content: "ï‰¢"
}

.fa-odnoklassniki:before {
    content: "ï‰£"
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤"
}

.fa-get-pocket:before {
    content: "ï‰¥"
}

.fa-wikipedia-w:before {
    content: "ï‰¦"
}

.fa-safari:before {
    content: "ï‰§"
}

.fa-chrome:before {
    content: "ï‰¨"
}

.fa-firefox:before {
    content: "ï‰©"
}

.fa-opera:before {
    content: "ï‰ª"
}

.fa-internet-explorer:before {
    content: "ï‰«"
}

.fa-tv:before,
.fa-television:before {
    content: "ï‰¬"
}

.fa-contao:before {
    content: "ï‰­"
}

.fa-500px:before {
    content: "ï‰®"
}

.fa-amazon:before {
    content: "ï‰°"
}

.fa-calendar-plus-o:before {
    content: "ï‰±"
}

.fa-calendar-minus-o:before {
    content: "ï‰²"
}

.fa-calendar-times-o:before {
    content: "ï‰³"
}

.fa-calendar-check-o:before {
    content: "ï‰´"
}

.fa-industry:before {
    content: "ï‰µ"
}

.fa-map-pin:before {
    content: "ï‰¶"
}

.fa-map-signs:before {
    content: "ï‰·"
}

.fa-map-o:before {
    content: "ï‰¸"
}

.fa-map:before {
    content: "ï‰¹"
}

.fa-commenting:before {
    content: "ï‰º"
}

.fa-commenting-o:before {
    content: "ï‰»"
}

.fa-houzz:before {
    content: "ï‰¼"
}

.fa-vimeo:before {
    content: "ï‰½"
}

.fa-black-tie:before {
    content: "ï‰¾"
}

.fa-fonticons:before {
    content: "ïŠ€"
}

.fa-reddit-alien:before {
    content: "ïŠ"
}

.fa-edge:before {
    content: "ïŠ‚"
}

.fa-credit-card-alt:before {
    content: "ïŠƒ"
}

.fa-codiepie:before {
    content: "ïŠ„"
}

.fa-modx:before {
    content: "ïŠ…"
}

.fa-fort-awesome:before {
    content: "ïŠ†"
}

.fa-usb:before {
    content: "ïŠ‡"
}

.fa-product-hunt:before {
    content: "ïŠˆ"
}

.fa-mixcloud:before {
    content: "ïŠ‰"
}

.fa-scribd:before {
    content: "ïŠŠ"
}

.fa-pause-circle:before {
    content: "ïŠ‹"
}

.fa-pause-circle-o:before {
    content: "ïŠŒ"
}

.fa-stop-circle:before {
    content: "ïŠ"
}

.fa-stop-circle-o:before {
    content: "ïŠŽ"
}

.fa-shopping-bag:before {
    content: "ïŠ"
}

.fa-shopping-basket:before {
    content: "ïŠ‘"
}

.fa-hashtag:before {
    content: "ïŠ’"
}

.fa-bluetooth:before {
    content: "ïŠ“"
}

.fa-bluetooth-b:before {
    content: "ïŠ”"
}

.fa-percent:before {
    content: "ïŠ•"
}

.fa-gitlab:before {
    content: "ïŠ–"
}

.fa-wpbeginner:before {
    content: "ïŠ—"
}

.fa-wpforms:before {
    content: "ïŠ˜"
}

.fa-envira:before {
    content: "ïŠ™"
}

.fa-universal-access:before {
    content: "ïŠš"
}

.fa-wheelchair-alt:before {
    content: "ïŠ›"
}

.fa-question-circle-o:before {
    content: "ïŠœ"
}

.fa-blind:before {
    content: "ïŠ"
}

.fa-audio-description:before {
    content: "ïŠž"
}

.fa-volume-control-phone:before {
    content: "ïŠ "
}

.fa-braille:before {
    content: "ïŠ¡"
}

.fa-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "ïŠ£"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "ïŠ¤"
}

.fa-glide:before {
    content: "ïŠ¥"
}

.fa-glide-g:before {
    content: "ïŠ¦"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "ïŠ§"
}

.fa-low-vision:before {
    content: "ïŠ¨"
}

.fa-viadeo:before {
    content: "ïŠ©"
}

.fa-viadeo-square:before {
    content: "ïŠª"
}

.fa-snapchat:before {
    content: "ïŠ«"
}

.fa-snapchat-ghost:before {
    content: "ïŠ¬"
}

.fa-snapchat-square:before {
    content: "ïŠ­"
}

.fa-pied-piper:before {
    content: "ïŠ®"
}

.fa-first-order:before {
    content: "ïŠ°"
}

.fa-yoast:before {
    content: "ïŠ±"
}

.fa-themeisle:before {
    content: "ïŠ²"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "ïŠ³"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "ïŠ´"
}

.fa-handshake-o:before {
    content: "ïŠµ"
}

.fa-envelope-open:before {
    content: "ïŠ¶"
}

.fa-envelope-open-o:before {
    content: "ïŠ·"
}

.fa-linode:before {
    content: "ïŠ¸"
}

.fa-address-book:before {
    content: "ïŠ¹"
}

.fa-address-book-o:before {
    content: "ïŠº"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "ïŠ»"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "ïŠ¼"
}

.fa-user-circle:before {
    content: "ïŠ½"
}

.fa-user-circle-o:before {
    content: "ïŠ¾"
}

.fa-user-o:before {
    content: "ï‹€"
}

.fa-id-badge:before {
    content: "ï‹"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "ï‹‚"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "ï‹ƒ"
}

.fa-quora:before {
    content: "ï‹„"
}

.fa-free-code-camp:before {
    content: "ï‹…"
}

.fa-telegram:before {
    content: "ï‹†"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "ï‹‡"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "ï‹ˆ"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "ï‹‰"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "ï‹Š"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "ï‹‹"
}

.fa-shower:before {
    content: "ï‹Œ"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "ï‹"
}

.fa-podcast:before {
    content: "ï‹Ž"
}

.fa-window-maximize:before {
    content: "ï‹"
}

.fa-window-minimize:before {
    content: "ï‹‘"
}

.fa-window-restore:before {
    content: "ï‹’"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "ï‹“"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "ï‹”"
}

.fa-bandcamp:before {
    content: "ï‹•"
}

.fa-grav:before {
    content: "ï‹–"
}

.fa-etsy:before {
    content: "ï‹—"
}

.fa-imdb:before {
    content: "ï‹˜"
}

.fa-ravelry:before {
    content: "ï‹™"
}

.fa-eercast:before {
    content: "ï‹š"
}

.fa-microchip:before {
    content: "ï‹›"
}

.fa-snowflake-o:before {
    content: "ï‹œ"
}

.fa-superpowers:before {
    content: "ï‹"
}

.fa-wpexplorer:before {
    content: "ï‹ž"
}

.fa-meetup:before {
    content: "ï‹ "
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
    display: block
}

h1,
.h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark,
.mark {
    background-color: #ff0;
    color: #000
}

small,
.small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

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

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

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    75% {
        opacity: 0
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    75% {
        opacity: 0
    }
}

@-webkit-keyframes jello {
    100% {
        -webkit-transform: none;
        transform: none
    }

    0.1% {
        -webkit-transform: none;
        transform: none
    }

    1.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    2.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    3.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    4.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    5.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    6.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    7.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    100% {
        -webkit-transform: none;
        transform: none
    }

    0.1% {
        -webkit-transform: none;
        transform: none
    }

    1.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    2.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    3.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    4.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    5.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    6.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    7.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    30% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    30% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    50% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    70% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    60% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    50% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    70% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    60% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@-webkit-keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg)
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg)
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    20% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    20% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.custom-scroll {
    scroll-behavior: smooth
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eff1f2;
    box-shadow: inset 0 0 6px #eff1f2
}

.custom-scroll::-webkit-scrollbar {
    width: 3px
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(10, 152, 241, .15)
}

.scroll-invisiable::-webkit-scrollbar {
    width: 0
}

.owl-carousel {
    position: unset
}

body {
    background-color: #fff;
    font-size: calc(12px + 1*(100vw - 320px)/1600);
    overflow-x: hidden;
    font-family: "Manrope", sans-serif, "Manrope", sans-serif;
    color: #2c2c2c
}

body.main-page {
    overflow: hidden
}

.main {
    overflow: hidden
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0
}

::-moz-selection {
    color: #fff;
    background: #0a98f1
}

::selection {
    color: #fff;
    background: #0a98f1
}

* a {
    color: #0a98f1;
    text-decoration: none !important
}

*.btn:focus {
    -webkit-box-shadow: rgba(10, 152, 241, .15) !important;
    box-shadow: rgba(10, 152, 241, .15) !important
}

a {
    cursor: pointer;
    text-decoration: none !important
}

:focus {
    outline-color: rgba(10, 152, 241, .15);
    text-decoration: none !important
}

select:focus {
    outline: none !important
}

.disabled {
    cursor: not-allowed;
    opacity: .5
}

svg {
    vertical-align: baseline
}

input:focus {
    outline-color: rgba(10, 152, 241, .15)
}

h1,
.h1 {
    font-family: "Manrope", sans-serif;
    font-size: calc(20px + 14*(100vw - 320px)/1600);
    font-weight: 800;
    color: #2c2c2c;
    margin: 0
}

h2,
.h2 {
    font-family: "Manrope", sans-serif;
    font-size: calc(20px + 2*(100vw - 320px)/1600);
    font-weight: 600;
    color: #2c2c2c;
    margin: 0
}

h3,
.h3 {
    font-family: "Manrope", sans-serif;
    font-size: calc(18px + 2*(100vw - 320px)/1600);
    font-weight: 600;
    color: #2c2c2c;
    margin: 0
}

h4,
.h4 {
    font-family: "Manrope", sans-serif;
    font-size: calc(14px + 2*(100vw - 320px)/1600);
    font-weight: 500;
    color: #2c2c2c;
    margin: 0
}

h5,
.h5 {
    font-family: "Manrope", sans-serif;
    font-size: calc(12px + 2*(100vw - 320px)/1600);
    font-weight: 400;
    color: #7f8384;
    margin: 0
}

h6,
.h6 {
    font-family: "Manrope", sans-serif;
    font-size: calc(13px + 1*(100vw - 320px)/1600);
    font-weight: 400;
    color: #7f8384;
    margin: 0
}

span {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c
}

.title2 {
    font-family: "Manrope", sans-serif;
    font-size: calc(22px + 14*(100vw - 320px)/1600);
    font-weight: 700;
    color: #fff;
    margin: 0
}

p {
    font-family: "Manrope", sans-serif;
    font-size: calc(13px + 1*(100vw - 320px)/1600);
    font-weight: 400;
    color: #7f8384
}

a:hover {
    text-decoration: none;
    color: #0a98f1
}

.theme-title {
    position: relative
}

.theme-title h4,
.theme-title .h4 {
    font-family: "Manrope", sans-serif;
    padding-top: 5px
}

.p-0 {
    padding: 0px
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.p-35 {
    padding: 35px
}

.p-40 {
    padding: 40px
}

.p-45 {
    padding: 45px
}

.p-50 {
    padding: 50px
}

.p-l-0 {
    padding-left: 0px
}

.p-l-5 {
    padding-left: 5px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-15 {
    padding-left: 15px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-25 {
    padding-left: 25px
}

.p-l-30 {
    padding-left: 30px
}

.p-l-35 {
    padding-left: 35px
}

.p-l-40 {
    padding-left: 40px
}

.p-l-45 {
    padding-left: 45px
}

.p-l-50 {
    padding-left: 50px
}

.p-t-0 {
    padding-top: 0px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-b-0 {
    padding-bottom: 0px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-r-0 {
    padding-right: 0px
}

.p-r-5 {
    padding-right: 5px
}

.p-r-10 {
    padding-right: 10px
}

.p-r-15 {
    padding-right: 15px
}

.p-r-20 {
    padding-right: 20px
}

.p-r-25 {
    padding-right: 25px
}

.p-r-30 {
    padding-right: 30px
}

.p-r-35 {
    padding-right: 35px
}

.p-r-40 {
    padding-right: 40px
}

.p-r-45 {
    padding-right: 45px
}

.p-r-50 {
    padding-right: 50px
}

.m-0 {
    margin: 0px !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-45 {
    margin: 45px !important
}

.m-50 {
    margin: 50px !important
}

.m-t-0 {
    margin-top: 0px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-l-0 {
    margin-left: 0px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-r-0 {
    margin-right: 0px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-25 {
    margin-right: 25px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-35 {
    margin-right: 35px
}

.m-r-40 {
    margin-right: 40px
}

.m-r-45 {
    margin-right: 45px
}

.m-r-50 {
    margin-right: 50px
}

.img-10 {
    width: 10px !important
}

.img-20 {
    width: 20px !important
}

.img-30 {
    width: 30px !important
}

.img-40 {
    width: 40px !important
}

.img-50 {
    width: 50px !important
}

.img-60 {
    width: 60px !important
}

.img-70 {
    width: 70px !important
}

.img-80 {
    width: 80px !important
}

.img-90 {
    width: 90px !important
}

.img-100 {
    width: 100px !important
}

.rounded {
    border-radius: 5px !important
}

.rouded15 {
    border-radius: 15px !important
}

.font-primary {
    color: #0a98f1 !important
}

.font-success {
    color: #3fcc35 !important
}

.font-danger {
    color: #ff5151 !important
}

.font-light {
    color: #eff1f2 !important
}

.font-warning {
    color: #ffc514 !important
}

.stroke-primary {
    stroke: #0a98f1 !important
}

.stroke-success {
    stroke: #3fcc35 !important
}

.stroke-danger {
    stroke: #ff5151 !important
}

.stroke-light {
    stroke: #eff1f2 !important
}

.stroke-warning {
    stroke: #ffc514 !important
}

.stroke-dark {
    stroke: #2c2c2c !important
}

.stroke-muted {
    stroke: #7f8384 !important
}

.fill-primary {
    fill: #0a98f1 !important
}

.fill-success {
    fill: #3fcc35 !important
}

.fill-danger {
    fill: #ff5151 !important
}

.fill-light {
    fill: #eff1f2 !important
}

.fill-warning {
    fill: #ffc514 !important
}

.fill-dark {
    fill: #2c2c2c !important
}

.fill-muted {
    fill: #7f8384 !important
}

.bg-light-primary {
    background-color: rgba(10, 152, 241, .15) !important;
    color: #0a98f1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-light-primary:hover {
    background-color: #0a98f1 !important;
    color: #fff
}

.bg-light-success {
    background-color: rgba(63, 204, 53, .15) !important;
    color: #3fcc35;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-light-success:hover {
    background-color: #3fcc35 !important;
    color: #fff
}

.bg-light-danger {
    background-color: rgba(255, 81, 81, .15) !important;
    color: #ff5151;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-light-danger:hover {
    background-color: #ff5151 !important;
    color: #fff
}

.bg-light-light {
    background-color: rgba(239, 241, 242, .15) !important;
    color: #eff1f2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-light-light:hover {
    background-color: #eff1f2 !important;
    color: #fff
}

.bg-light-dark {
    background-color: rgba(44, 44, 44, .15) !important;
    color: #2c2c2c;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-light-dark:hover {
    background-color: #2c2c2c !important;
    color: #fff
}

.bg-light-warning {
    background-color: rgba(255, 197, 20, .15) !important;
    color: #ffc514;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bg-light-warning:hover {
    background-color: #ffc514 !important;
    color: #fff
}

.badge-primary {
    background-color: #0a98f1 !important
}

.badge-outline-primary {
    background-color: rgba(10, 152, 241, .15) !important;
    color: #0a98f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.badge-outline-primary:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(10, 152, 241, .25) !important;
    color: #0a98f1 !important
}

.badge-success {
    background-color: #3fcc35 !important
}

.badge-outline-success {
    background-color: rgba(63, 204, 53, .15) !important;
    color: #3fcc35;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.badge-outline-success:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(63, 204, 53, .25) !important;
    color: #3fcc35 !important
}

.badge-danger {
    background-color: #ff5151 !important
}

.badge-outline-danger {
    background-color: rgba(255, 81, 81, .15) !important;
    color: #ff5151;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.badge-outline-danger:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 81, 81, .25) !important;
    color: #ff5151 !important
}

.badge-light {
    background-color: #eff1f2 !important
}

.badge-outline-light {
    background-color: rgba(239, 241, 242, .15) !important;
    color: #eff1f2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(44, 44, 44, .15) !important;
    color: #2c2c2c
}

.badge-outline-light:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(239, 241, 242, .25) !important;
    color: #eff1f2 !important
}

.badge-outline-light:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.badge-dark {
    background-color: #2c2c2c !important
}

.badge-outline-dark {
    background-color: rgba(44, 44, 44, .15) !important;
    color: #2c2c2c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.badge-outline-dark:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(44, 44, 44, .25) !important;
    color: #2c2c2c !important
}

.badge-warning {
    background-color: #ffc514 !important
}

.badge-outline-warning {
    background-color: rgba(255, 197, 20, .15) !important;
    color: #ffc514;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.badge-outline-warning:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 197, 20, .25) !important;
    color: #ffc514 !important
}

.nav-link:focus-visible {
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 152, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(10, 152, 241, .25)
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 152, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(10, 152, 241, .25)
}

.badge-light {
    color: #2c2c2c
}

.sidebar-pannle-main ul .cog-click {
    visibility: hidden;
    opacity: 0
}

body.main-page .sidebar-pannle-main ul .cog-click {
    visibility: visible;
    opacity: 1
}

.player-box {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .02);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .02);
    border: 1px solid rgba(127, 131, 132, .1);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(127, 131, 132, .08);
    box-shadow: 0px 2px 15px 0px rgba(127, 131, 132, .08)
}

.player-box .main-wrapper {
    background-color: #fff;
    margin: auto;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.player-box .main-wrapper .song-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.player-box .main-wrapper .song-wrapper .song-thumb-wrapper {
    position: relative;
    width: 160px;
    height: 160px
}

.player-box .main-wrapper .song-wrapper .song-thumb-wrapper .song-thumb {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.player-box .main-wrapper .song-wrapper .song-thumb-wrapper .song-progress {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    background-color: rgba(127, 131, 132, .1);
    border-radius: 50%
}

.player-box .main-wrapper .song-wrapper .song-thumb-wrapper .song-progress-value {
    stroke: #0a98f1
}

.player-box .main-wrapper .song-wrapper .song-info {
    text-align: center;
    margin-top: 1rem
}

.player-box .main-wrapper .song-wrapper .song-info .song-info-title {
    display: inline-block;
    color: #2c2c2c;
    text-transform: capitalize;
    letter-spacing: .05em;
    margin-right: -10px;
    font-size: 20px;
    font-weight: 800
}

.player-box .main-wrapper .song-wrapper .song-info .song-info-artist {
    color: #7f8384;
    letter-spacing: .05em;
    margin-top: 4px
}

.player-box .main-wrapper .player-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin-top: 14px
}

.player-box .main-wrapper .player-wrapper>i {
    cursor: pointer
}

.player-box .main-wrapper .player-wrapper .player-move-btn {
    font-size: 2.5rem;
    color: rgba(0, 0, 0, .2)
}

.player-box .main-wrapper .player-wrapper .player-state-btn {
    font-size: 3rem;
    color: #0a98f1;
    margin: 0 30px
}

.player-box .main-wrapper .volume-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 30px 15px;
    position: relative
}

.player-box .main-wrapper .volume-wrapper>i {
    width: 20px;
    cursor: pointer;
    color: rgba(0, 0, 0, .2)
}

.player-box .main-wrapper .volume-wrapper .volume-bar {
    width: 60%;
    position: relative
}

.player-box .main-wrapper .volume-wrapper .volume-bar #volume-slider {
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: rgba(10, 152, 241, .1)
}

.player-box .main-wrapper .volume-wrapper .volume-bar #volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0a98f1;
    -webkit-box-shadow: 0 0 3px #1f1f1f;
    box-shadow: 0 0 3px #1f1f1f;
    cursor: pointer
}

.player-box .main-wrapper .volume-wrapper .volume-bar .volume-trail {
    position: absolute;
    top: 8px;
    left: 0;
    width: 50%;
    height: 5px;
    border-radius: 10px;
    background-color: #0a98f1;
    -webkit-transition: width linear .1s;
    transition: width linear .1s
}

.player-box .main-wrapper .volume-wrapper .volume-bar .song-progress-meter {
    stroke: #828282
}

.app-sidebar .todo-main .todo-task .drop-picker input {
    min-width: 105px
}

.chatzy-main .messages .contact-details .left.d-flex .media-right {
    display: none
}

.player-box .main-wrapper .song-wrapper .song-thumb-wrapper .song-thumb {
    background-color: #828282
}

.player-box .main-wrapper .song-wrapper .song-info h2,
.player-box .main-wrapper .song-wrapper .song-info .h2 {
    margin-left: auto;
    margin-right: auto
}

.player-box .main-wrapper .song-wrapper .song-info h6,
.player-box .main-wrapper .song-wrapper .song-info .h6 {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto
}

.player-box .main-wrapper .volume-wrapper {
    width: 70%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-color: rgba(130, 130, 130, .1)
}

.video-box {
    padding: 8px;
    border: 1px solid rgba(44, 44, 44, .1);
    border-radius: 8px;
    margin-bottom: 10px
}

.video-box h6,
.video-box .h6 {
    color: #2c2c2c;
    font-weight: 600
}

.right-chat-content h5,
.right-chat-content .h5 {
    padding: 20px 0 20px 30px;
    color: #2c2c2c;
    font-weight: 500;
    border-top: 1px solid rgba(127, 131, 132, .1)
}

.badge {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding: 3px 10px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.badge i {
    font-weight: 800;
    margin-right: 5px
}

.badge svg {
    height: 13px
}

.badge.xl {
    font-size: 108%;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    border-radius: 25px;
    padding: 11px 20px
}

.badge.xl svg {
    height: 14px
}

.badge.sm {
    font-size: 13px;
    padding: 4px 6px;
    border-radius: 50px;
    font-weight: 600
}

.badge.sm svg {
    height: 11px;
    width: 11px
}

.badge.badge-img {
    padding: 7px !important;
    position: absolute
}

.bg-primary {
    background-color: #0a98f1 !important
}

.bg-success {
    background-color: #3fcc35 !important
}

.bg-danger {
    background-color: #ff5151 !important
}

.bg-light {
    background-color: #eff1f2 !important
}

.bg-pinked {
    background-color: #f98bae !important
}

.bg-info {
    background-color: #72cccf !important
}

.bg-warning {
    background-color: #ffc514 !important
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.theme-according .card .collapse .input-group {
    -ms-flex-wrap: unset !important;
    flex-wrap: unset !important
}

.theme-according .card .collapse .input-group .input-group-prepend .input-group-text {
    border-radius: 0px
}

.app-sidebar.active .apps-ul .theme-title .d-flex .flex-grow-1 {
    text-align: right
}

button:focus:not(:focus-visible) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-light .navbar-brand {
    margin-left: 15px
}

header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #0a98f1
}

.navbar-expand-sm .navbar-nav {
    margin-left: auto
}

.form-select:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 152, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(10, 152, 241, .25)
}

.element-card .element-card-body img {
    margin: 0 3px
}

.secure-app-main .secure-app-content a.btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #0a98f1;
    border: 1px solid #0a98f1
}

.integratin li .d-flex .media-right .profile {
    margin-right: 0px
}

.template-sosial li a i {
    color: #0a98f1
}

@media(max-width: 576px)and (min-width: 400px) {
    .col-xsm-6 {
        width: 50%
    }
}

.btn {
    font-size: calc(14px + 2*(100vw - 320px)/1600);
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 10px
}

.btn.btn-sm,
.btn-group-sm>.btn {
    padding: 10px 30px
}

.btn-primary {
    background-color: #0a98f1;
    border-color: #0a98f1 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0a98f1 !important;
    border-color: #0a98f1 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0a98f1 !important;
    border-color: #0879c0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    color: #fff !important
}

.btn-primary:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 3px 2px #99d5fb;
    box-shadow: 0 0 3px 2px #99d5fb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-primary {
    background-color: rgba(10, 152, 241, .15) !important;
    color: #0a98f1;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: rgba(10, 152, 241, .1) !important;
    color: #0a98f1;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    background-color: rgba(10, 152, 241, .25) !important;
    color: #0a98f1;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 3px 2px #99d5fb;
    box-shadow: 0 0 3px 2px #99d5fb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-success {
    background-color: #3fcc35;
    border-color: #3fcc35 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #3fcc35 !important;
    border-color: #3fcc35 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background-color: #0a98f1 !important;
    border-color: #32a42a !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    color: #fff !important
}

.btn-success:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 3px 2px #b3ebaf;
    box-shadow: 0 0 3px 2px #b3ebaf;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-success {
    background-color: rgba(63, 204, 53, .15) !important;
    color: #3fcc35;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: rgba(63, 204, 53, .1) !important;
    color: #3fcc35;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
    background-color: rgba(63, 204, 53, .25) !important;
    color: #3fcc35;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 3px 2px #b3ebaf;
    box-shadow: 0 0 3px 2px #b3ebaf;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-danger {
    background-color: #ff5151;
    border-color: #ff5151 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #ff5151 !important;
    border-color: #ff5151 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background-color: #0a98f1 !important;
    border-color: #ff1e1e !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    color: #fff !important
}

.btn-danger:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 3px 2px #ffeaea;
    box-shadow: 0 0 3px 2px #ffeaea;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-danger {
    background-color: rgba(255, 81, 81, .15) !important;
    color: #ff5151;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: rgba(255, 81, 81, .1) !important;
    color: #ff5151;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
    background-color: rgba(255, 81, 81, .25) !important;
    color: #ff5151;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 3px 2px #ffeaea;
    box-shadow: 0 0 3px 2px #ffeaea;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-light {
    background-color: #eff1f2;
    border-color: #eff1f2 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #eff1f2 !important;
    border-color: #eff1f2 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
    background-color: #0a98f1 !important;
    border-color: #d3d8db !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    color: #fff !important
}

.btn-light:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 3px 2px #fff;
    box-shadow: 0 0 3px 2px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-light {
    background-color: rgba(239, 241, 242, .15) !important;
    color: #eff1f2;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2c2c2c !important;
    background-color: #eff1f2 !important
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: rgba(239, 241, 242, .1) !important;
    color: #eff1f2;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
    background-color: rgba(239, 241, 242, .25) !important;
    color: #eff1f2;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 3px 2px #fff;
    box-shadow: 0 0 3px 2px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
    background-color: #e1e5e7 !important
}

.btn-warning {
    background-color: #ffc514;
    border-color: #ffc514 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc514 !important;
    border-color: #ffc514 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    background-color: #0a98f1 !important;
    border-color: #e0a900 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
    color: #fff !important
}

.btn-warning:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 3px 2px #ffebad;
    box-shadow: 0 0 3px 2px #ffebad;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-warning {
    background-color: rgba(255, 197, 20, .15) !important;
    color: #ffc514;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: rgba(255, 197, 20, .1) !important;
    color: #ffc514;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
    background-color: rgba(255, 197, 20, .25) !important;
    color: #ffc514;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 3px 2px #ffebad;
    box-shadow: 0 0 3px 2px #ffebad;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-light {
    color: #2c2c2c !important
}

.btn-light:focus,
.btn-light:active,
.btn-light.active {
    -webkit-box-shadow: 0 0 3px 2px #eff1f2;
    box-shadow: 0 0 3px 2px #eff1f2
}

.icon-btn {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0 !important
}

.icon-btn i {
    font-size: 16px
}

.icon-btn svg {
    width: 16px;
    height: 16px;
    stroke-width: 3px;
    vertical-align: middle
}

.icon-btn.btn-xl {
    height: 60px;
    width: 60px;
    padding: 18px
}

.icon-btn.btn-xl i {
    font-size: 24px
}

.icon-btn.btn-xl svg {
    height: 24px;
    width: 24px
}

.icon-btn.btn-sm,
.btn-group-sm>.icon-btn.btn {
    height: 34px;
    width: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.icon-btn.btn-xs {
    height: 30px;
    width: 30px;
    padding: 8.5px
}

.icon-btn.btn-xs svg {
    height: 12px;
    width: 12px
}

.icon-btn.btn-outline-primary {
    background-color: rgba(10, 152, 241, .15) !important;
    color: #0a98f1 !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-primary.disabled,
.icon-btn.btn-outline-primary:disabled {
    background-color: rgba(10, 152, 241, .1) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-primary:hover,
.icon-btn.btn-outline-primary:focus,
.icon-btn.btn-outline-primary:active,
.icon-btn.btn-outline-primary.active {
    background-color: rgba(10, 152, 241, .25) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.icon-btn.btn-outline-primary.active {
    background-color: #0a98f1 !important;
    color: #fff !important
}

.icon-btn.btn-outline-primary.active svg {
    stroke: #fff !important
}

.icon-btn.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(10, 152, 241, .15);
    box-shadow: 0 0 3px 2px rgba(10, 152, 241, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-primary.button-effect .effect-wave {
    background-color: #37adf7
}

.icon-btn.btn-outline-success {
    background-color: rgba(63, 204, 53, .15) !important;
    color: #3fcc35 !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-success.disabled,
.icon-btn.btn-outline-success:disabled {
    background-color: rgba(63, 204, 53, .1) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-success:hover,
.icon-btn.btn-outline-success:focus,
.icon-btn.btn-outline-success:active,
.icon-btn.btn-outline-success.active {
    background-color: rgba(63, 204, 53, .25) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.icon-btn.btn-outline-success.active {
    background-color: #3fcc35 !important;
    color: #fff !important
}

.icon-btn.btn-outline-success.active svg {
    stroke: #fff !important
}

.icon-btn.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(63, 204, 53, .15);
    box-shadow: 0 0 3px 2px rgba(63, 204, 53, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-success.button-effect .effect-wave {
    background-color: #66d65e
}

.icon-btn.btn-outline-danger {
    background-color: rgba(255, 81, 81, .15) !important;
    color: #ff5151 !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-danger.disabled,
.icon-btn.btn-outline-danger:disabled {
    background-color: rgba(255, 81, 81, .1) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-danger:hover,
.icon-btn.btn-outline-danger:focus,
.icon-btn.btn-outline-danger:active,
.icon-btn.btn-outline-danger.active {
    background-color: rgba(255, 81, 81, .25) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.icon-btn.btn-outline-danger.active {
    background-color: #ff5151 !important;
    color: #fff !important
}

.icon-btn.btn-outline-danger.active svg {
    stroke: #fff !important
}

.icon-btn.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(255, 81, 81, .15);
    box-shadow: 0 0 3px 2px rgba(255, 81, 81, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-danger.button-effect .effect-wave {
    background-color: #ff8484
}

.icon-btn.btn-outline-light {
    background-color: rgba(239, 241, 242, .15) !important;
    color: #eff1f2 !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2c2c2c !important;
    background-color: #eff1f2 !important
}

.icon-btn.btn-outline-light.disabled,
.icon-btn.btn-outline-light:disabled {
    background-color: rgba(239, 241, 242, .1) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-light:hover,
.icon-btn.btn-outline-light:focus,
.icon-btn.btn-outline-light:active,
.icon-btn.btn-outline-light.active {
    background-color: rgba(239, 241, 242, .25) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.icon-btn.btn-outline-light.active {
    background-color: #eff1f2 !important;
    color: #fff !important
}

.icon-btn.btn-outline-light.active svg {
    stroke: #fff !important
}

.icon-btn.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(239, 241, 242, .15);
    box-shadow: 0 0 3px 2px rgba(239, 241, 242, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-light.button-effect .effect-wave {
    background-color: #fff
}

.icon-btn.btn-outline-light:hover,
.icon-btn.btn-outline-light:focus,
.icon-btn.btn-outline-light:active,
.icon-btn.btn-outline-light.active {
    background-color: #e1e5e7 !important
}

.icon-btn.btn-outline-warning {
    background-color: rgba(255, 197, 20, .15) !important;
    color: #ffc514 !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-warning.disabled,
.icon-btn.btn-outline-warning:disabled {
    background-color: rgba(255, 197, 20, .1) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-warning:hover,
.icon-btn.btn-outline-warning:focus,
.icon-btn.btn-outline-warning:active,
.icon-btn.btn-outline-warning.active {
    background-color: rgba(255, 197, 20, .25) !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.icon-btn.btn-outline-warning.active {
    background-color: #ffc514 !important;
    color: #fff !important
}

.icon-btn.btn-outline-warning.active svg {
    stroke: #fff !important
}

.icon-btn.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(255, 197, 20, .15);
    box-shadow: 0 0 3px 2px rgba(255, 197, 20, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.icon-btn.btn-outline-warning.button-effect .effect-wave {
    background-color: #ffd247
}

.header-icon {
    padding: 15px 0;
    margin-top: 20px;
    width: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-icon svg {
    width: 28px;
    height: 28px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-icon .header-fill-icon {
    display: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-icon:hover .header-fill-icon {
    display: block
}

.header-icon:hover .header-stroke-icon {
    display: none
}

.header-icon:hover::after {
    opacity: 1;
    visibility: visible
}

.header-icon:hover::before {
    width: 100%
}

.header-icon.active .header-fill-icon {
    display: block
}

.header-icon.active .header-stroke-icon {
    display: none
}

.header-icon.active::after {
    opacity: 1;
    visibility: visible
}

.header-icon.active::before {
    width: 100%
}

.header-icon::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-icon:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dot-btn {
    position: relative;
    display: inline-block
}

.dot-btn:before {
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    top: -1px;
    right: 1px;
    border-radius: 100%;
    z-index: 1;
    border: 1px solid #fff
}

.dot-btn.grow:before {
    border: none;
    height: 7px;
    width: 7px
}

.dot-btn.grow:after {
    content: "";
    height: 19px;
    width: 18px;
    display: inline-block;
    border-radius: 100%;
    top: -7px;
    right: -4.2px;
    position: absolute
}

.dot-btn.dot-primary:before {
    background-color: #0a98f1 !important
}

.dot-btn.dot-primary.grow:after {
    border: 5px solid #0a98f1;
    -webkit-animation: grow 1s ease-out infinite;
    animation: grow 1s ease-out infinite
}

.dot-btn.dot-success:before {
    background-color: #3fcc35 !important
}

.dot-btn.dot-success.grow:after {
    border: 5px solid #3fcc35;
    -webkit-animation: grow 1s ease-out infinite;
    animation: grow 1s ease-out infinite
}

.dot-btn.dot-danger:before {
    background-color: #ff5151 !important
}

.dot-btn.dot-danger.grow:after {
    border: 5px solid #ff5151;
    -webkit-animation: grow 1s ease-out infinite;
    animation: grow 1s ease-out infinite
}

.dot-btn.dot-light:before {
    background-color: #eff1f2 !important;
    background-color: #2c2c2c !important
}

.dot-btn.dot-light.grow:after {
    border: 5px solid #eff1f2;
    -webkit-animation: grow 1s ease-out infinite;
    animation: grow 1s ease-out infinite
}

.dot-btn.dot-light.grow:after {
    border: 5px solid #2c2c2c
}

.dot-btn.dot-warning:before {
    background-color: #ffc514 !important
}

.dot-btn.dot-warning.grow:after {
    border: 5px solid #ffc514;
    -webkit-animation: grow 1s ease-out infinite;
    animation: grow 1s ease-out infinite
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .1
    }

    33% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .3
    }

    66% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .1
    }

    33% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .3
    }

    66% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.theme-btn-group a+a {
    margin-left: 5px;
    border-radius: 15px
}

.theme-btn-group a+a.btn-sm,
.theme-btn-group .btn-group-sm>a+a.btn {
    border-radius: 10px
}

.theme-btn-group a:first-child {
    border-radius: 15px 15px 0
}

.theme-btn-group a:first-child.btn-sm,
.theme-btn-group .btn-group-sm>a.btn:first-child {
    border-radius: 10px 10px 0
}

.theme-btn-group a:last-child {
    border-radius: 15px 15px 15px 0
}

.theme-btn-group a:last-child.btn-sm,
.theme-btn-group .btn-group-sm>a.btn:last-child {
    border-radius: 10px 10px 10px 0
}

.profile {
    width: 54px;
    height: 54px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-right: 15px
}

.profile span {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff
}

.profile.busy:before,
.profile.online:before,
.profile.offline:before,
.profile.unreachable:before {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    border-radius: 100%;
    border: 2px solid #fff;
    right: 3px;
    bottom: 2px
}

.profile.unreachable:before {
    background-color: #ffc514
}

.profile.online:before {
    background-color: #0a98f1
}

.profile.busy:before {
    background-color: #ff5151
}

.profile.offline:before {
    background-color: #828282
}

.button-effect {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    position: relative
}

.button-effect:hover {
    cursor: pointer
}

.effect-wave {
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    height: 0;
    background-color: #eff1f2;
    border-radius: 50%;
    opacity: .5
}

.is-animating {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.is-animating.btn-success {
    -webkit-animation: phone-outer-success 3000ms infinite;
    animation: phone-outer-success 3000ms infinite
}

.is-animating.btn-danger {
    -webkit-animation: phone-outer-danger 3000ms infinite;
    animation: phone-outer-danger 3000ms infinite
}

.is-animating.btn-danger svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation: none;
    animation: none
}

.is-animating::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    -webkit-animation: phone-inner 3000ms infinite;
    animation: phone-inner 3000ms infinite
}

.is-animating svg {
    -webkit-animation: phone-icon 3000ms infinite;
    animation: phone-icon 3000ms infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    fill: #fff;
    stroke-width: 1px
}

.is-animating.cancelcall {
    -webkit-animation: none;
    animation: none
}

.is-animating.cancelcall::before {
    -webkit-animation: none;
    animation: none
}

.social-group li {
    display: inline-block
}

.social-group li+li {
    margin-left: 5px
}

.social-group li .btn-google {
    background-color: #3b5998;
    color: #fff
}

.social-group li .btn-twiter {
    background-color: #55acee;
    color: #fff
}

.social-group li .btn-linkedin {
    background-color: #0e76a8;
    color: #fff
}

.social-group li .btn-instagram {
    background-color: #e4405f;
    color: #fff
}

.btn-primary.is-animating {
    -webkit-box-shadow: 0 0 0 0em rgba(10, 152, 241, 0), 0em .05em .1em rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 0em rgba(10, 152, 241, 0), 0em .05em .1em rgba(0, 0, 0, .2)
}

.btn-success.is-animating {
    -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
}

.btn-danger.is-animating {
    -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
}

.btn-light.is-animating {
    -webkit-box-shadow: 0 0 0 0em rgba(239, 241, 242, 0), 0em .05em .1em rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 0em rgba(239, 241, 242, 0), 0em .05em .1em rgba(0, 0, 0, .2)
}

.btn-warning.is-animating {
    -webkit-box-shadow: 0 0 0 0em rgba(255, 197, 20, 0), 0em .05em .1em rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 0em rgba(255, 197, 20, 0), 0em .05em .1em rgba(0, 0, 0, .2)
}

@-webkit-keyframes phone-outer-success {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, .9), 0em .05em .1em rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 0em rgba(63, 204, 53, .9), 0em .05em .1em rgba(0, 0, 0, .5)
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 1.2em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 1.2em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }
}

@keyframes phone-outer-success {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, .9), 0em .05em .1em rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 0em rgba(63, 204, 53, .9), 0em .05em .1em rgba(0, 0, 0, .5)
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 1.2em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 1.2em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(63, 204, 53, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }
}

@-webkit-keyframes phone-outer-danger {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, .9), 0em .05em .1em rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 0em rgba(255, 81, 81, .9), 0em .05em .1em rgba(0, 0, 0, .5)
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 1.2em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 1.2em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }
}

@keyframes phone-outer-danger {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, .9), 0em .05em .1em rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 0em rgba(255, 81, 81, .9), 0em .05em .1em rgba(0, 0, 0, .5)
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 1.2em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 1.2em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0em rgba(255, 81, 81, 0), 0em .05em .1em rgba(0, 0, 0, .2)
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0)
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9)
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0)
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0)
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9)
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0)
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    2% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    4% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    6% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    8% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    10% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    12% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    14% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    16% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    18% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    20% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    22% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    24% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    26% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    28% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    32% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    34% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    36% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    38% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    42% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    44% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0)
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    2% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    4% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    6% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    8% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    10% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    12% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    14% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    16% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    18% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    20% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    22% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    24% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    26% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    28% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    32% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    34% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    36% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    38% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    42% {
        -webkit-transform: translate3d(0.6px, 0, 0);
        transform: translate3d(0.6px, 0, 0)
    }

    44% {
        -webkit-transform: translate3d(-0.6px, 0, 0);
        transform: translate3d(-0.6px, 0, 0)
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0)
    }
}

.btn-fix {
    position: fixed;
    bottom: 5%;
    margin-left: -30px;
    z-index: 9
}

@media(max-width: 768px) {
    .btn-fix {
        margin-left: 0px;
    }
}

.theme-tab .nav-tabs {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px
}

.theme-tab .nav-tabs .nav-item .nav-link {
    font-size: calc(14px + 1*(100vw - 320px)/1600);
    font-weight: 700;
    padding: 7px 60px;
    min-height: 30px;
    border-radius: 10px;
    min-width: 140px;
    background-color: #eff1f2;
    border: none !important;
    color: #2c2c2c !important;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-tab .nav-tabs .nav-item .nav-link.active {
    background-color: #0a98f1 !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.theme-tab.chat-tabs #myTab1 .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-tab.chat-tabs #myTab1 .nav-tabs .nav-link {
    margin: 0 10px
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link {
    border-radius: 25px;
    padding: 9px 21px;
    font-size: calc(13px + 1*(100vw - 320px)/1600);
    line-height: 1.2;
    min-width: unset;
    color: #2c2c2c;
    background-color: #eff1f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg {
    height: 18px;
    width: 18px;
    fill: #2c2c2c !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    stroke-width: 1px;
    margin-right: 8px
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active {
    color: #fff !important;
    background-color: #0a98f1 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: -1px 10px 16px -10px #0a98f1;
    box-shadow: -1px 10px 16px -10px #0a98f1
}

.theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active svg {
    fill: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
    padding: 10px 25px;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
}

.theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg {
    height: 18px
}

.tab-card {
    text-align: center
}

.tab-card+.tab-card {
    margin-top: 15px
}

.msg-box.bg-white {
    border-radius: 12px 12px 12px 0px
}

.msg-box>li>h5,
.msg-box>li>.h5,
.msg-box>li .document,
.msg-box>li .auto-gallery {
    display: inline-block;
    padding: 16px 25px;
    background-color: #fff;
    color: #2c2c2c;
    border-radius: 0 25px 25px 0;
    font-weight: 600
}

.msg-box>li.gallery-img {
    width: 244px;
    padding: 15px 30px;
    border-radius: 12px 12px 12px 0px;
    background-color: #fff
}

.msg-box>li.gallery-img .gallery-img-group {
    position: relative
}

.msg-box>li.gallery-img .gallery-img-group::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 110%;
    top: 0;
    left: -9px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1)
}

.msg-box>li.gallery-img .gallery-img-group::before {
    content: "10+";
    position: absolute;
    width: 53%;
    height: 48%;
    bottom: 0;
    right: -11px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.msg-box>li.gallery-img .gallery-img-group .gallery-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    padding: 6px;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, .18);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width: 768px) {
    .msg-box>li.gallery-img .gallery-img-group .gallery-spinner {
        width: 83%
    }
}

.msg-box>li.gallery-img .gallery-img-group .gallery-spinner .icon-btns a {
    cursor: pointer
}

.msg-box>li.gallery-img .gallery-img-group .gallery-spinner .icon-btns a>h4,
.msg-box>li.gallery-img .gallery-img-group .gallery-spinner .icon-btns a>.h4 {
    margin-top: 0;
    color: #fff;
    font-size: 14px
}

.msg-box>li.gallery-img .gallery-img-group .gallery-spinner .icon-btns a>h4 svg,
.msg-box>li.gallery-img .gallery-img-group .gallery-spinner .icon-btns a>.h4 svg {
    height: 20px;
    width: 24px;
    vertical-align: sub
}

.msg-box>li.gallery-img .badge {
    background-color: #fff
}

.msg-box>li.gallery-img .col-6 {
    padding: 0 2px
}

.msg-box>li.gallery-img .col-6 img:first-child {
    margin-bottom: 4px
}

.msg-box>li.gallery-img .col-6 .gallery-group-1 {
    border-radius: 10px 0 0 0
}

.msg-box>li.gallery-img .col-6 .gallery-group-2 {
    border-radius: 0 0 0px 10px
}

.msg-box>li.gallery-img .col-6 .gallery-group-3 {
    border-radius: 0 10px 0 0
}

.msg-box>li.gallery-img .col-6 .gallery-group-4 {
    border-radius: 0 0 10px 0
}

.msg-box>li.gallery-img h4,
.msg-box>li.gallery-img .h4 {
    margin: 15px 0 0
}

.msg-box>li .refresh-block {
    display: inline-grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.msg-box>li .refresh-block div {
    margin-left: 10px
}

.msg-box>li .refresh-block .refresh {
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.msg-box>li .refresh-block .refresh:hover {
    color: #fff !important;
    background-color: #0a98f1 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.msg-box>li .refresh-block .refresh.refreshed {
    color: #fff !important;
    background-color: #0a98f1 !important
}

.msg-box>li .refresh-block .refresh.refreshed svg {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 3s ease;
    transition: all 3s ease
}

.msg-box>li .refresh-block>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.msg-box>li:first-child h5,
.msg-box>li:first-child .h5 {
    border-radius: 20px
}

.msg-box>li:last-child h5,
.msg-box>li:last-child .h5,
.msg-box>li:last-child .document,
.msg-box>li:last-child .auto-gallery {
    border-radius: 20px 20px 20px 0
}

.msg-box>li+li {
    margin-top: 12px;
    position: relative
}

.contact-chat {
    padding: 45px 30px 150px;
    margin-top: 100px
}

.contact-chat>ul.str-msg h5,
.contact-chat>ul.str-msg .h5 {
    font-size: 13px
}

.contact-chat>ul.str-msg h6,
.contact-chat>ul.str-msg .h6 {
    font-size: 9px
}

.contact-chat>ul.str-msg li {
    padding-left: 0 !important;
    width: 100%
}

.contact-chat>ul.str-msg li .d-flex .profile {
    margin-left: .7rem !important
}

.contact-chat>ul.str-msg li .contact-name .msg-box {
    margin-top: 5px
}

.contact-chat>ul.str-msg li .msg-box>li>h5,
.contact-chat>ul.str-msg li .msg-box>li>.h5 {
    padding: 8px 25px;
    font-size: 12px;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #e5e8e9
}

.contact-chat>ul.str-msg li .profile {
    width: 30px;
    height: 30px
}

.contact-chat>ul.chatappend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-chat>ul.chatappend>li:last-child .msg-box>li .msg-dropdown {
    bottom: 50px !important;
    top: unset !important
}

.contact-chat>ul.chatappend .last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999
}

.contact-chat>ul>li.sent .document {
    border-radius: 12px 12px 12px 0
}

.contact-chat>ul>li.sent .document .icon-btns a {
    background-color: #098fe2 !important
}

.contact-chat>ul>li.sent .document .details h5,
.contact-chat>ul>li.sent .document .details .h5,
.contact-chat>ul>li.sent .document .details h6,
.contact-chat>ul>li.sent .document .details .h6 {
    color: #eff1f2
}

.contact-chat>ul>li.sent .document i {
    color: #fff !important
}

.contact-chat>ul>li.sent .document .details,
.contact-chat>ul>li.sent .document .icon-btns {
    display: inline-block
}

.contact-chat>ul>li.sent .document .icon-btns {
    display: inline-block
}

.contact-chat>ul>li.sent .contact-name .msg-box .msg-setting-main .badge.badge-img {
    bottom: -10px;
    left: 12px;
    background-color: #fff
}

.contact-chat>ul>li.sent,
.contact-chat>ul>li.replies {
    width: 80%
}

.contact-chat>ul>li.sent .auto-gallery,
.contact-chat>ul>li.replies .auto-gallery {
    padding: 16px 25px 0 15px
}

.contact-chat>ul>li.sent .auto-gallery li,
.contact-chat>ul>li.replies .auto-gallery li {
    display: inline-block !important;
    height: 85px;
    width: 85px;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 10px
}

.contact-chat>ul>li.sent .document,
.contact-chat>ul>li.replies .document {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-chat>ul>li.sent .document .icon-btns a+a,
.contact-chat>ul>li.replies .document .icon-btns a+a {
    margin-left: 10px
}

.contact-chat>ul>li.sent .document .details,
.contact-chat>ul>li.replies .document .details {
    padding-left: 15px;
    padding-right: 30px;
    text-align: left
}

.contact-chat>ul>li.sent .document .details h5,
.contact-chat>ul>li.sent .document .details .h5,
.contact-chat>ul>li.replies .document .details h5,
.contact-chat>ul>li.replies .document .details .h5 {
    display: block;
    padding-bottom: 5px;
    color: #fff
}

.contact-chat>ul>li.sent .document .details h6,
.contact-chat>ul>li.sent .document .details .h6,
.contact-chat>ul>li.replies .document .details h6,
.contact-chat>ul>li.replies .document .details .h6 {
    color: #fff
}

.contact-chat>ul>li.sent .document i,
.contact-chat>ul>li.replies .document i {
    font-size: 40px
}

.contact-chat>ul>li.sent .document .details,
.contact-chat>ul>li.sent .document .icon-btns,
.contact-chat>ul>li.replies .document .details,
.contact-chat>ul>li.replies .document .icon-btns {
    display: inline-block
}

.contact-chat>ul>li.sent .document .icon-btns,
.contact-chat>ul>li.replies .document .icon-btns {
    display: inline-block
}

.contact-chat>ul>li.replies {
    margin-left: auto;
    text-align: right
}

.contact-chat>ul>li.replies .document {
    border-radius: 12px 12px 0 12px
}

.contact-chat>ul>li.replies .auto-gallery {
    padding: 16px 25px 5px 15px
}

.contact-chat>ul>li.replies .auto-gallery li {
    float: right
}

.contact-chat>ul>li.replies .msg-box li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.contact-chat>ul>li.replies .msg-box li:first-child h5,
.contact-chat>ul>li.replies .msg-box li:first-child .h5 {
    border-radius: 20px
}

.contact-chat>ul>li.replies .msg-box li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.contact-chat>ul>li.replies .msg-box li:last-child h5,
.contact-chat>ul>li.replies .msg-box li:last-child .h5,
.contact-chat>ul>li.replies .msg-box li:last-child .auto-gallery {
    border-radius: 20px 20px 0px 20px
}

.contact-chat>ul>li.replies .msg-box li>h5,
.contact-chat>ul>li.replies .msg-box li>.h5,
.contact-chat>ul>li.replies .msg-box li .document,
.contact-chat>ul>li.replies .msg-box li .auto-gallery {
    background-color: #0a98f1;
    color: #fff
}

.contact-chat>ul>li.replies .msg-box li .badge {
    margin-left: 0 !important;
    margin-right: .5rem !important
}

.contact-chat>ul>li.replies .font-danger svg {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    vertical-align: -5px
}

.contact-chat>ul>li.replies .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.contact-chat>ul>li.replies .d-flex .profile {
    margin-left: 1.5rem !important;
    margin-right: 0 !important
}

.contact-chat>ul>li.replies .d-flex .contact-name h6 svg,
.contact-chat>ul>li.replies .d-flex .contact-name .h6 svg {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    vertical-align: -5px
}

.contact-chat>ul>li.replies .msg-setting-main {
    max-width: 375px
}

.contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting {
    margin-right: 10px;
    margin-left: unset
}

.contact-chat>ul>li+li {
    margin-top: 10px
}

.contact-chat>ul>li .contact-name .msg-box img {
    width: 130px
}

.contact-chat>ul>li .contact-name h5,
.contact-chat>ul>li .contact-name .h5 {
    display: inline-block;
    padding-right: 20px;
    line-height: 1.4;
    max-width: 290px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal
}

.contact-chat>ul>li .contact-name h6,
.contact-chat>ul>li .contact-name .h6 {
    display: inline-block
}

.msg-setting-main {
    max-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.msg-setting-main .msg-dropdown-main {
    position: relative;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.msg-setting-main .msg-dropdown-main .msg-setting {
    background-color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.msg-setting-main .msg-dropdown-main .msg-dropdown {
    background-color: #fff;
    border: 2px solid rgba(127, 131, 132, .15);
    padding: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    text-align: left;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li:last-child {
    margin-bottom: 0
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li a {
    color: #595959;
    width: 100%
}

.msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i {
    font-size: 16px;
    display: inline;
    margin-right: 15px
}

.msg-setting-main .document .document-icon {
    height: 55px;
    width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff
}

.msg-setting-main .document .document-icon svg {
    width: 26px;
    height: 33px
}

.msg-setting-main .icon-btns svg {
    height: 35px;
    width: 35px
}

.msg-setting-main:hover .msg-dropdown-main {
    display: inline-block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.custom-dropdown {
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid rgba(127, 131, 132, .15);
    border-radius: 15px;
    top: 85px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.custom-dropdown.open {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 200px;
    width: 300px
}

.onclick-dropdown {
    cursor: pointer
}

.emojis-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.emojis-main .toggle-sticker img {
    height: 30px
}

.emojis-main .toggle-sticker svg {
    height: 22px;
    width: 22px;
    stroke: #0a98f1
}

.emojis-main .toggle-sticker svg path {
    stroke: #0a98f1
}

.emojis-main .toggle-sticker.active svg {
    fill: #fff
}

.emojis-main .toggle-sticker.active svg path {
    stroke: #fff
}

.emojis-main .emojis-contain {
    width: 0;
    height: 0;
    /* background-color: #fff; */
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 35px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.emojis-main .sticker-contain {
    width: 0;
    height: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 35px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.emojis-main .emojis-contain.open {
    bottom: 220px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 420px;
    height: 280px
}

.emojis-main .sticker-contain.open {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 420px;
    height: 280px
}

.emojis-main .emojis-contain .emojis-sub-contain,
.emojis-main .sticker-contain .emojis-sub-contain {
    height: 100%;
    overflow: overlay
}

.emojis-main .emojis-contain .emojis-sub-contain:before,
.emojis-main .sticker-contain .emojis-sub-contain:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    bottom: -12px;
    left: 70px;
    z-index: 1
}

.emojis-main .emojis-contain .emojis-sub-contain ul li,
.emojis-main .sticker-contain .emojis-sub-contain ul li {
    display: inline-block;
    font-size: 24px;
    padding: 5px 2px;
    cursor: pointer
}

.emojis-main .emojis-contain .sticker-sub-contain,
.emojis-main .sticker-contain .sticker-sub-contain {
    height: 100%;
    overflow: overlay
}

.emojis-main .emojis-contain .sticker-sub-contain ul li,
.emojis-main .sticker-contain .sticker-sub-contain ul li {
    display: inline-block
}

.emojis-main .emojis-contain .sticker-sub-contain ul li img,
.emojis-main .sticker-contain .sticker-sub-contain ul li img {
    width: 45px;
    height: auto
}

.emojis-main .contact-poll {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.emojis-main .contact-poll .contact-poll-content {
    position: absolute;
    bottom: 72px;
    left: -25px;
    /* background-color: #fff; */
    padding: 16px 30px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(127, 131, 132, .08);
    box-shadow: 0px 2px 15px 0px rgba(127, 131, 132, .08)
}

.emojis-main .contact-poll .contact-poll-content ul:last-child li {
    margin-bottom: 0px
}

.emojis-main .contact-poll .contact-poll-content ul li {
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center
}

.emojis-main .contact-poll .contact-poll-content ul li svg {
    height: 24px;
    width: 24px;
    fill: #fff
}

.emojis-main .contact-poll .contact-poll-content ul li div {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.emojis-main .contact-poll .contact-poll-content ul li .location-more-features {
    background-color: #0a98f1
}

.emojis-main .contact-poll .contact-poll-content ul li .camera-more-features {
    background-image: radial-gradient(48.38% 48.38% at 35% 31%, #9694FD 0%, #6663E5 100%)
}

.emojis-main .contact-poll .contact-poll-content ul li .audio-more-features {
    background-image: radial-gradient(39.96% 39.96% at 34% 22%, #C855F0 3.13%, #A92FD4 100%)
}

.emojis-main .contact-poll .contact-poll-content ul li .gallery-more-features {
    background-image: radial-gradient(135.15% 135.15% at 13% -11%, #FE54C4 0%, #E51FA2 52.6%, #F37843 100%)
}

.emojis-main .contact-poll .contact-poll-content ul li .video-more-features {
    background-image: radial-gradient(37.12% 37.12% at 38% 29%, #FB9C58 0%, #F97415 100%)
}

.emojis-main .contact-poll .contact-poll-content ul li .contact-more-features {
    background-image: radial-gradient(55.47% 55.47% at 35% 28%, rgba(105, 136, 249, 0.99) 0%, #386FFD 100%)
}

.emojis-main .contact-poll .contact-poll-content ul li:hover a {
    color: #0a98f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.emojis-main .contact-poll .contact-poll-content:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    bottom: -12px;
    left: 40px;
    z-index: 1
}

.main-nav .status>div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0a98f1;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 100%
}

.main-nav .user-popup {
    height: 43px;
    width: 43px;
    padding: 3px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative
}

.main-nav .user-popup.two>div:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: -1;
    top: 22px
}

.main-nav .user-popup.three>div:after {
    content: "";
    position: absolute;
    left: -6px;
    z-index: -1;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 33px solid rgba(0, 0, 0, 0);
    border-right: 28px solid rgba(0, 0, 0, 0);
    border-bottom: 43px solid #fff
}

.main-nav .user-popup>div {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    margin: 0 auto
}

.chat-friend-toggle {
    position: relative
}

.chat-friend-toggle .chat-frind-content {
    position: absolute;
    top: 54px;
    right: 0;
    padding: 20px;
    background-color: #fff;
    text-align: left;
    display: none;
    text-transform: capitalize;
    border-radius: 8px
}

.chat-friend-toggle .chat-frind-content ul li {
    padding-left: 34px !important;
    position: relative;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 155px
}

.chat-friend-toggle .chat-frind-content ul li:first-child {
    margin-bottom: 15px
}

.chat-friend-toggle .chat-frind-content ul li a {
    position: absolute;
    left: 0
}

.chat-friend-toggle .chat-frind-content ul li a svg {
    height: 20px;
    width: 20px
}

.chat-friend-toggle .chat-frind-content ul li h5,
.chat-friend-toggle .chat-frind-content ul li .h5 {
    color: #2c2c2c;
    font-weight: 500
}

.chat-friend-toggle .chat-frind-content ul li:before {
    border-left: 5px solid #0a98f1;
    content: "";
    position: absolute;
    top: 0;
    left: 15px
}

.user-status {
    position: relative;
    padding: 2px
}

.user-status:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0a98f1;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 100%
}

.chat-main {
    margin-bottom: 10px
}

.chat-main li {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(127, 131, 132, .15)
}

.chat-main li:last-child {
    border-bottom: none
}

.chat-main li .chat-box .icon-btn.btn-outline-light {
    position: absolute;
    right: 0
}

.chat-main li .chat-box .icon-btn.btn-outline-light i {
    font-size: 14px !important
}

.chat-main li .chat-box .icon-btn.btn-outline-light:last-child {
    right: 45px
}

.chat-main li .chat-box .favourite svg {
    stroke: none;
    fill: #0a98f1
}

.chat-main li .chat-box .favourite.btn-primary svg {
    fill: #fff
}

.chat-main li .chat-box.notification span {
    padding-top: 0;
    padding-bottom: 5px;
    display: inline-block
}

.chat-main li .chat-box.notification p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 13px;
    max-width: 215px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.chat-main li .details h5 img,
.chat-main li .details .h5 img {
    height: 20px
}

.chat-main li.active {
    background-color: rgba(10, 152, 241, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.chat-main li.active .details h5,
.chat-main li.active .details .h5 {
    font-weight: 600;
    color: #0a98f1;
    letter-spacing: 1px
}

.chat-main li.pined .chat-box .date-status .ti-pin2 {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #0a98f1
}

.chat-main li .chat-box {
    position: relative
}

.chat-main li .chat-box .profile {
    position: absolute;
    left: 0
}

.chat-main li .chat-box .details {
    padding: 4px 50px 8px 70px
}

.chat-main li .chat-box .details h5,
.chat-main li .chat-box .details .h5 {
    padding-top: 8px;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.chat-main li .chat-box .details h5 svg,
.chat-main li .chat-box .details .h5 svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 4px
}

.chat-main li .chat-box .date-status {
    position: absolute;
    right: 0;
    top: 0px;
    text-align: right
}

.chat-main li .chat-box .date-status .ti-pin2 {
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    rotate: 45deg;
    display: inline-block
}

.chat-main li .chat-box .date-status .status {
    padding-top: 8px;
    font-weight: 600;
    letter-spacing: .5px
}

.chat-main li .chat-box .date-status svg {
    height: 20px;
    width: 20px
}

.chat-main li .chat-box .date-status .sm {
    font-weight: 600;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    padding: 0px 6px;
    font-size: 12px;
    margin-top: 6px
}

.chat-main li .chat-box:hover .date-status .ti-pin2 {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

ul.grop-icon {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.grop-icon li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: z-index .3s ease;
    transition: z-index .3s ease
}

ul.grop-icon li:hover {
    z-index: 9;
    -webkit-transition: z-index .3s ease;
    transition: z-index .3s ease
}

ul.grop-icon li:nth-child(2),
ul.grop-icon li:nth-child(3) {
    margin-left: -10px
}

ul.grop-icon li:last-child {
    font-size: 12px;
    color: #2c2c2c;
    font-weight: 700;
    border: none;
    border-radius: 0;
    margin-left: 5px
}

ul.grop-icon li img {
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.group-main {
    margin-bottom: 15px
}

.group-main li {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px
}

.group-main li.active {
    background-color: rgba(10, 152, 241, .1)
}

.group-main li.active .chat-box .details h5,
.group-main li.active .chat-box .details .h5 {
    font-weight: 600;
    color: #0a98f1
}

.group-main .tab-content {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    border-top: 1px solid rgba(127, 131, 132, .15)
}

.group-main .group-box {
    position: relative
}

.group-main .group-box .profile {
    position: absolute;
    left: 0
}

.group-main .group-box .profile span {
    font-size: 26px;
    font-weight: 700
}

.group-main .group-box .details {
    padding-left: 75px;
    padding-top: 4px;
    padding-bottom: 13px
}

.group-main .group-box .details h6,
.group-main .group-box .details .h6 {
    padding-top: 5px;
    line-height: 2
}

.group-main .group-box .date-status {
    position: absolute;
    right: 0;
    top: 8px;
    text-align: right
}

.group-main .group-box .date-status .status {
    padding-top: 8px;
    font-weight: 600;
    letter-spacing: .5px
}

.group-main .group-box .date-status .sm {
    font-weight: 600;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    padding: 0px 6px;
    font-size: 12px;
    margin-top: 6px
}

.contact-log-main li {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer
}

.contact-log-main li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    left: 0;
    background-color: rgba(10, 152, 241, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-log-main li.active:before {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-log-main li .contact-box {
    position: relative;
    height: 60px
}

.contact-log-main li .contact-box .contact-action {
    position: absolute;
    right: 0;
    top: 10px
}

.contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn {
    margin-left: 5px
}

.contact-log-main li .contact-box .profile {
    position: absolute;
    left: 0
}

.contact-log-main li .contact-box .details {
    height: 60px;
    padding-left: 75px;
    padding-right: 100px;
    padding-top: 4px;
    padding-bottom: 13px
}

.contact-log-main li .contact-box .details h5,
.contact-log-main li .contact-box .details .h5 {
    padding-top: 8px
}

.contact-log-main .tab-content {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    border-top: 1px solid rgba(127, 131, 132, .15)
}

.contact-log-main .call-log-box {
    position: relative
}

.contact-log-main .call-log-box .profile {
    position: absolute;
    left: 0
}

.contact-log-main .call-log-box .profile span {
    font-size: 26px;
    font-weight: 700
}

.contact-log-main .call-log-box .details {
    padding-left: 75px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 13px
}

.contact-log-main .call-log-box .details h5,
.contact-log-main .call-log-box .details .h5 {
    padding-top: 5px;
    line-height: 1.6
}

.contact-log-main .call-log-box .date-status {
    position: absolute;
    right: 0;
    top: 8px;
    text-align: right
}

.contact-log-main .call-log-box .date-status .status {
    padding-top: 8px;
    font-weight: 600;
    letter-spacing: .5px
}

.contact-log-main .call-log-box .date-status .sm {
    font-weight: 600;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    padding: 0px 6px;
    font-size: 12px;
    margin-top: 6px
}

.search2 {
    padding-top: 20px;
    padding-bottom: 25px;
    /* margin-left: -40px;
    margin-right: -40px; */
    margin-top: 5px;
    border-top: 1px solid rgba(127, 131, 132, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search2>div {
    width: 100%;
    height: 35px;
    border-radius: 15px;
    background-color: #f4f5f5
}

.search2 .input-group {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search2 .input-group .form-control {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search2 .input-group .form-control::place-holder {
    color: #e5e8e9
}

.search2 .input-group .form-control:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search2 .input-group .input-group-append {
    line-height: 1
}

.search2 .input-group .input-group-append span {
    padding: 8px 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.search2 .input-group .input-group-append span i {
    font-size: 16px
}

.search2 .input-group .input-group-append:last-child span {
    border-left: 1px solid #e5e8e9
}

.tippy-tooltip.tooltiprad-theme {
    border-radius: 0px 50px 50px 50px;
    margin-left: 70px;
    margin-top: 50px
}

.tippy-tooltip.gradienttooltip-theme {
    border-radius: 0px 50px 50px 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1589FF), to(#82CAFA));
    background-image: linear-gradient(to right, #1589FF, #82CAFA);
    margin-left: 70px;
    margin-top: 50px
}

.chatzy-loader {
    background-color: #fff;
    margin: 0;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    text-align: center
}

.chatzy-loader img {
    height: 150px
}

.chatzy-loader h3,
.chatzy-loader .h3 {
    margin-top: 30px;
    color: #828282
}

@-webkit-keyframes imggrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes imggrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.type {
    width: 60px;
    position: relative;
    height: 15px
}

.typing-loader {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-animation: loadertyping .8s ease-in-out alternate infinite;
    animation: loadertyping .8s ease-in-out alternate infinite;
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -27px
}

.typing-loader:before,
.typing-loader:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-box-shadow: 0 40px 0 #fff;
    box-shadow: 0 40px 0 #fff;
    -webkit-animation: loadertyping .8s ease-in-out alternate infinite;
    animation: loadertyping .8s ease-in-out alternate infinite
}

.typing-loader:before {
    left: -17px;
    -webkit-animation-delay: .48s;
    animation-delay: .48s
}

.typing-loader:after {
    right: -17px;
    -webkit-animation-delay: .16s;
    animation-delay: .16s
}

@-webkit-keyframes loadertyping {
    0% {
        -webkit-box-shadow: 0 40px 0 #0a98f1;
        box-shadow: 0 40px 0 #0a98f1
    }

    100% {
        -webkit-box-shadow: 0 20px 0 #0a98f1;
        box-shadow: 0 20px 0 #0a98f1
    }
}

@keyframes loadertyping {
    0% {
        -webkit-box-shadow: 0 40px 0 #0a98f1;
        box-shadow: 0 40px 0 #0a98f1
    }

    100% {
        -webkit-box-shadow: 0 20px 0 #0a98f1;
        box-shadow: 0 20px 0 #0a98f1
    }
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-clip: content-box
}

.switchery>small,
.switchery>.small {
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px
}

.switchery-small {
    border-radius: 20px;
    height: 18px;
    width: 33px
}

.switchery-small>small,
.switchery-small>.small {
    height: 14px;
    width: 14px;
    top: 2px
}

.collapse-block.open .block-title {
    padding-bottom: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    color: #2c2c2c
}

.collapse-block .block-title {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 700;
    color: #2c2c2c
}

.collapse-block .block-title:after {
    position: absolute;
    display: inline-block;
    content: "ï„‡";
    font-family: FontAwesome;
    color: #2c2c2c;
    right: 0;
    top: -4px;
    font-size: 20px
}

.audiocall1.call-modal,
.audiocall2.call-modal,
.videocall.call-modal,
.videocallhang.call-modal,
.conferencecall.call-modal {
    min-height: 655px
}

.audiocall1.call-modal .title2,
.audiocall2.call-modal .title2,
.videocall.call-modal .title2,
.videocallhang.call-modal .title2,
.conferencecall.call-modal .title2 {
    margin-bottom: 10px
}

.audiocall1.call-modal h6,
.audiocall1.call-modal .h6,
.audiocall2.call-modal h6,
.audiocall2.call-modal .h6,
.videocall.call-modal h6,
.videocall.call-modal .h6,
.videocallhang.call-modal h6,
.videocallhang.call-modal .h6,
.conferencecall.call-modal h6,
.conferencecall.call-modal .h6 {
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px
}

.audiocall1.call-modal ul,
.audiocall2.call-modal ul,
.videocall.call-modal ul,
.videocallhang.call-modal ul,
.conferencecall.call-modal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.audiocall1.call-modal ul li+li,
.audiocall2.call-modal ul li+li,
.videocall.call-modal ul li+li,
.videocallhang.call-modal ul li+li,
.conferencecall.call-modal ul li+li {
    margin-left: 30px
}

.audiocall1.call-modal .center-con,
.audiocall2.call-modal .center-con,
.videocall.call-modal .center-con,
.videocallhang.call-modal .center-con,
.conferencecall.call-modal .center-con {
    position: absolute;
    bottom: 100px;
    width: 100%
}

.audiocall1.call-modal .center-con .pause,
.audiocall1.call-modal .center-con .mic,
.audiocall2.call-modal .center-con .pause,
.audiocall2.call-modal .center-con .mic,
.videocall.call-modal .center-con .pause,
.videocall.call-modal .center-con .mic,
.videocallhang.call-modal .center-con .pause,
.videocallhang.call-modal .center-con .mic,
.conferencecall.call-modal .center-con .pause,
.conferencecall.call-modal .center-con .mic {
    -webkit-box-shadow: none;
    box-shadow: none
}

.audiocall1.call-modal .center-con .pause.active,
.audiocall1.call-modal .center-con .mic.active,
.audiocall2.call-modal .center-con .pause.active,
.audiocall2.call-modal .center-con .mic.active,
.videocall.call-modal .center-con .pause.active,
.videocall.call-modal .center-con .mic.active,
.videocallhang.call-modal .center-con .pause.active,
.videocallhang.call-modal .center-con .mic.active,
.conferencecall.call-modal .center-con .pause.active,
.conferencecall.call-modal .center-con .mic.active {
    -webkit-box-shadow: 0 0 3px 2px #eff1f2;
    box-shadow: 0 0 3px 2px #eff1f2
}

.audiorcvcall .modal-body {
    padding: 10px 0px
}

.dynemic-sidebar .search-form .form-group input {
    height: 50px;
    border-radius: 6px;
    margin-top: 8px
}

.viddiolog.modal.fade .modal-dialog {
    max-width: 850px
}

.viddiolog.modal.active .modal-dialog {
    width: 90vw;
    max-width: unset
}

.viddiolog .videocall.call-modal {
    min-height: 90vh !important
}

.conferencecall {
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, .52)
}

.conferencecall p {
    color: #fff
}

.conferencecall h3,
.conferencecall .h3 {
    margin-bottom: 20px;
    color: #fff
}

.conferencecall .usersprof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.conferencecall .usersprof .profile {
    border-radius: 100%;
    border: 2px solid #fff;
    margin-bottom: 10px
}

.conferencecall .usersprof .profile+.profile {
    margin-left: -20px
}

#basicUsage {
    font-size: 16px;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin-right: 70px
}

.call-modal .mute i::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    top: 19px;
    left: 11px;
    opacity: 0;
    background-color: #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.call-modal .mute i.off::after {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.call-modal .mic i::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    top: 19px;
    left: 11px;
    opacity: 0;
    background-color: #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.call-modal .mic i.off::after {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.no-internet {
    background-color: #fff;
    position: relative;
    height: 600px
}

.no-internet.animat-rate .bg_circle>div,
.right-login.animat-rate .bg_circle>div,
.login-page2.animat-rate .bg_circle>div,
.rightchat.animat-rate .bg_circle>div {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(1, 170, 133, .1);
    border-radius: 50%;
    position: absolute;
    z-index: 9
}

.no-internet.animat-rate .bg_circle div:nth-of-type(1),
.right-login.animat-rate .bg_circle div:nth-of-type(1),
.login-page2.animat-rate .bg_circle div:nth-of-type(1),
.rightchat.animat-rate .bg_circle div:nth-of-type(1) {
    right: 50%;
    -webkit-animation: animationFramesOne 25s infinite linear;
    animation: animationFramesOne 25s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(2),
.right-login.animat-rate .bg_circle div:nth-of-type(2),
.login-page2.animat-rate .bg_circle div:nth-of-type(2),
.rightchat.animat-rate .bg_circle div:nth-of-type(2) {
    right: 5%;
    top: 5%;
    -webkit-animation: animationFramesOne 35s infinite linear;
    animation: animationFramesOne 35s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(3),
.right-login.animat-rate .bg_circle div:nth-of-type(3),
.login-page2.animat-rate .bg_circle div:nth-of-type(3),
.rightchat.animat-rate .bg_circle div:nth-of-type(3) {
    bottom: 35%;
    left: 20%;
    -webkit-animation: animationFramesOne 65s infinite linear;
    animation: animationFramesOne 65s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(4),
.right-login.animat-rate .bg_circle div:nth-of-type(4),
.login-page2.animat-rate .bg_circle div:nth-of-type(4),
.rightchat.animat-rate .bg_circle div:nth-of-type(4) {
    bottom: 26%;
    right: 35%;
    -webkit-animation: animationFramesOne 100s infinite linear;
    animation: animationFramesOne 100s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(5),
.right-login.animat-rate .bg_circle div:nth-of-type(5),
.login-page2.animat-rate .bg_circle div:nth-of-type(5),
.rightchat.animat-rate .bg_circle div:nth-of-type(5) {
    bottom: 35%;
    right: 5%;
    -webkit-animation: animationFramesOne 45s infinite linear;
    animation: animationFramesOne 45s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(6),
.right-login.animat-rate .bg_circle div:nth-of-type(6),
.login-page2.animat-rate .bg_circle div:nth-of-type(6),
.rightchat.animat-rate .bg_circle div:nth-of-type(6) {
    bottom: 60%;
    left: 10%;
    -webkit-animation: animationFramesOne 90s infinite linear;
    animation: animationFramesOne 90s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(7),
.right-login.animat-rate .bg_circle div:nth-of-type(7),
.login-page2.animat-rate .bg_circle div:nth-of-type(7),
.rightchat.animat-rate .bg_circle div:nth-of-type(7) {
    top: 40%;
    right: 40%;
    -webkit-animation: animationFramesOne 25s infinite linear;
    animation: animationFramesOne 25s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(8),
.right-login.animat-rate .bg_circle div:nth-of-type(8),
.login-page2.animat-rate .bg_circle div:nth-of-type(8),
.rightchat.animat-rate .bg_circle div:nth-of-type(8) {
    bottom: 30%;
    left: 3%;
    -webkit-animation: animationFramesOne 80s infinite linear;
    animation: animationFramesOne 80s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(9),
.right-login.animat-rate .bg_circle div:nth-of-type(9),
.login-page2.animat-rate .bg_circle div:nth-of-type(9),
.rightchat.animat-rate .bg_circle div:nth-of-type(9) {
    top: 25%;
    right: 35%;
    -webkit-animation: animationFramesOne 35s infinite linear;
    animation: animationFramesOne 35s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(10),
.right-login.animat-rate .bg_circle div:nth-of-type(10),
.login-page2.animat-rate .bg_circle div:nth-of-type(10),
.rightchat.animat-rate .bg_circle div:nth-of-type(10) {
    top: 40%;
    right: 25%;
    -webkit-animation: animationFramesOne 55s infinite linear;
    animation: animationFramesOne 55s infinite linear
}

.no-internet.animat-rate .bg_circle div:nth-of-type(11),
.right-login.animat-rate .bg_circle div:nth-of-type(11),
.login-page2.animat-rate .bg_circle div:nth-of-type(11),
.rightchat.animat-rate .bg_circle div:nth-of-type(11) {
    bottom: 20%;
    right: 14%;
    -webkit-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear
}

.no-internet.animat-rate .cross,
.right-login.animat-rate .cross,
.login-page2.animat-rate .cross,
.rightchat.animat-rate .cross {
    position: absolute;
    background: rgba(1, 170, 133, .1);
    height: 15px;
    width: 2px;
    top: 175px;
    right: 50px;
    -webkit-animation: rotatedTwo 22s infinite linear;
    animation: rotatedTwo 22s infinite linear
}

.no-internet.animat-rate .cross::after,
.right-login.animat-rate .cross::after,
.login-page2.animat-rate .cross::after,
.rightchat.animat-rate .cross::after {
    position: absolute;
    background: rgba(1, 170, 133, .1);
    content: "";
    height: 2px;
    left: -6px;
    top: 7px;
    width: 15px;
    -webkit-animation: rotated 25s infinite linear;
    animation: rotated 25s infinite linear
}

.no-internet.animat-rate .cross1,
.right-login.animat-rate .cross1,
.login-page2.animat-rate .cross1,
.rightchat.animat-rate .cross1 {
    position: absolute;
    background: rgba(1, 170, 133, .1);
    bottom: 10%;
    height: 15px;
    left: 50%;
    width: 2px;
    -webkit-animation: rotatedTwo 50s infinite linear;
    animation: rotatedTwo 50s infinite linear
}

.no-internet.animat-rate .cross1::after,
.right-login.animat-rate .cross1::after,
.login-page2.animat-rate .cross1::after,
.rightchat.animat-rate .cross1::after {
    position: absolute;
    background: rgba(1, 170, 133, .1);
    content: "";
    height: 2px;
    left: -6px;
    top: 7px;
    width: 15px;
    -webkit-animation: rotated 50s infinite linear;
    animation: rotated 50s infinite linear
}

.no-internet.animat-rate .cross2,
.right-login.animat-rate .cross2,
.login-page2.animat-rate .cross2,
.rightchat.animat-rate .cross2 {
    position: absolute;
    background: rgba(1, 170, 133, .1);
    top: 65%;
    height: 15px;
    left: 200px;
    width: 2px;
    -webkit-animation: rotatedTwo 50s infinite linear;
    animation: rotatedTwo 50s infinite linear
}

.no-internet.animat-rate .cross2::after,
.right-login.animat-rate .cross2::after,
.login-page2.animat-rate .cross2::after,
.rightchat.animat-rate .cross2::after {
    position: absolute;
    background: rgba(1, 170, 133, .1);
    content: "";
    height: 2px;
    left: -6px;
    top: 7px;
    width: 15px;
    -webkit-animation: rotated 50s infinite linear;
    animation: rotated 50s infinite linear
}

.no-internet.animat-rate .dot,
.right-login.animat-rate .dot,
.login-page2.animat-rate .dot,
.rightchat.animat-rate .dot {
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: rgba(1, 170, 133, .1);
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: animationFramesOne 50s infinite linear;
    animation: animationFramesOne 50s infinite linear;
    top: 10%
}

.no-internet.animat-rate .dot1,
.right-login.animat-rate .dot1,
.login-page2.animat-rate .dot1,
.rightchat.animat-rate .dot1 {
    left: 15%;
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: rgba(1, 170, 133, .1);
    -webkit-animation: animationFramesOne 90s infinite linear;
    animation: animationFramesOne 90s infinite linear;
    border-radius: 50%
}

.quarterCircle {
    width: 75px;
    height: 75px;
    background: #f81f58;
    border-radius: 0 0 0 90px;
    position: absolute;
    right: 0;
    top: 0
}

.quarterCircle .close-btn span {
    color: #fff;
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    top: 5px;
    right: 20px;
    cursor: pointer;
    position: absolute
}

.connection-img {
    position: absolute;
    top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0
}

.content .icon-btn {
    margin-bottom: 20px
}

.content .title2 {
    color: #2c2c2c;
    margin-bottom: 15px
}

.content .reconnect-btn {
    border-radius: 25px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    background-color: #f81f58;
    font-size: 16px;
    cursor: pointer
}

.content h5,
.content .h5 {
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    color: #f81f58;
    margin-bottom: 20px
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.videocall.call-modal,
.videocallhang.call-modal {
    position: relative
}

.videocall.call-modal .videocall-details,
.videocallhang.call-modal .videocall-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    padding: 8px 35px;
    background-color: #0a98f1;
    right: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.videocall.call-modal .videocall-details h6,
.videocall.call-modal .videocall-details .h6,
.videocallhang.call-modal .videocall-details h6,
.videocallhang.call-modal .videocall-details .h6 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px
}

.videocall.call-modal .videocall-details h5,
.videocall.call-modal .videocall-details .h5,
.videocallhang.call-modal .videocall-details h5,
.videocallhang.call-modal .videocall-details .h5 {
    color: #fff;
    font-weight: 700
}

.videocall.call-modal .videocall-details .usersprof,
.videocallhang.call-modal .videocall-details .usersprof {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.videocall.call-modal .videocall-details .usersprof .profile,
.videocallhang.call-modal .videocall-details .usersprof .profile {
    border-radius: 100%;
    margin-left: -15px;
    height: 36px;
    width: 36px
}

.videocall.call-modal .videocall-details .usersprof div:first-child,
.videocallhang.call-modal .videocall-details .usersprof div:first-child {
    margin-right: 0px !important
}

.videocall.call-modal .videocall-details #basicUsage,
.videocallhang.call-modal .videocall-details #basicUsage {
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin-right: 50px;
    color: #fff
}

.videocall.call-modal .videocall-details .zoomcontent,
.videocallhang.call-modal .videocall-details .zoomcontent {
    border-radius: 50%;
    background-color: #fff;
    padding: 7px;
    display: inline-block;
    position: absolute;
    right: 30px
}

.videocall.call-modal .videocall-details .red-notification h6,
.videocall.call-modal .videocall-details .red-notification .h6,
.videocallhang.call-modal .videocall-details .red-notification h6,
.videocallhang.call-modal .videocall-details .red-notification .h6 {
    color: red;
    margin-right: 20px
}

.videocall.call-modal .videocall-details .red-notification .dot-btn::before,
.videocallhang.call-modal .videocall-details .red-notification .dot-btn::before {
    top: 17px;
    right: 7px
}

.videocall.call-modal .videocall-details .red-notification .dot-btn.grow::after,
.videocallhang.call-modal .videocall-details .red-notification .dot-btn.grow::after {
    top: 11px;
    right: 1.8px
}

.videocall.call-modal .small-image,
.videocallhang.call-modal .small-image {
    height: 300px;
    width: 220px;
    position: absolute;
    left: 40px;
    bottom: 5%
}

.panel-actions {
    margin-top: -20px;
    margin-bottom: 0;
    text-align: right
}

.panel-actions a {
    color: red
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto
}

.panel.panel-default i {
    margin: 0 5px;
    color: #c25e7f;
    line-height: 20px;
    cursor: pointer
}

.confimg .vclimg {
    height: 200px;
    width: auto;
    margin-bottom: 15px;
    margin-left: 10px;
    border-radius: 5px;
    margin-right: 10px
}

.confimg .col-6 {
    padding: 0px
}

.clfooter {
    text-align: center
}

.clfooter ul {
    margin-left: 0;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.clfooter ul li+li {
    margin-left: 10px
}

.clfooter .icon-btn svg {
    stroke-width: 2px
}

.clfooter #basicUsage3 {
    font-size: 16px;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.modal-footer {
    border-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.modal-body {
    padding: 10px 20px
}

.close:focus {
    outline: none !important
}

.call-list-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.call-list-center img {
    height: 170px
}

.call-list-center .animated-bg i {
    background: #85c8f5;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    opacity: .3;
    -webkit-animation: ripple1 4s linear infinite;
    animation: ripple1 4s linear infinite;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    z-index: -1
}

.call-list-center .animated-bg i:nth-child(2) {
    -webkit-animation: ripple2 4s linear infinite;
    animation: ripple2 4s linear infinite
}

.call-list-center .animated-bg i:nth-child(3) {
    -webkit-animation: ripple3 4s linear infinite;
    animation: ripple3 4s linear infinite
}

.call-list-center p {
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    top: 120%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes ripple1 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0
    }
}

@keyframes ripple1 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5)
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5)
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5)
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5)
    }
}

@-webkit-keyframes ripple3 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5)
    }
}

@keyframes ripple3 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5)
    }
}

.groupuser {
    margin-left: auto;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.groupuser .gr-profile {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    position: relative
}

.groupuser .gr-profile+.gr-profile {
    margin-left: 15px
}

.groupuser .gr-profile.grow::before {
    border: none;
    height: 7px;
    width: 7px;
    background-color: #3fcc35 !important
}

.groupuser .gr-profile.grow::after {
    border: 5px solid #3fcc35;
    -webkit-animation: grow 1s ease-out infinite;
    animation: grow 1s ease-out infinite;
    content: "";
    height: 19px;
    width: 18px;
    display: inline-block;
    border-radius: 100%;
    top: -7px;
    right: -4.2px;
    position: absolute
}

.groupuser .gr-chat-friend-toggle {
    padding-right: 20px;
    position: relative
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0 40px;
    background-color: #fff;
    text-align: left;
    z-index: 1;
    width: 340px;
    display: none;
    border-radius: 10px
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .icon-btn {
    position: absolute;
    right: 0;
    top: 12px
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details {
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.groupuser .gr-chat-friend-toggle .gr-chat-frind-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    top: -12px;
    right: 25px;
    z-index: 1;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn {
    border: 2px dashed #d3d7dc !important
}

.groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg {
    color: #000
}

.groupuser h4,
.groupuser .h4 {
    margin-right: 20px;
    font-weight: 500
}

.recent .theme-title .close-contentbtn {
    display: none
}

.theme-according {
    padding-top: 20px
}

.theme-according h5,
.theme-according .h5 {
    padding-top: 4px;
    font-size: calc(13px + 0*(100vw - 320px)/1600);
    color: #0a98f1
}

.theme-according p {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 0
}

.theme-according .card {
    border: none;
    margin-bottom: 1rem !important
}

.theme-according .card a {
    font-weight: 600;
    padding-left: 25px
}

.theme-according .card .card-header {
    border-radius: 25px;
    border-bottom: none
}

.theme-according .card .card-header[aria-expanded=true] a i:before {
    content: "ï„†";
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.theme-according .card .card-header i {
    padding: 8px 10px;
    position: absolute;
    top: 3.3px;
    border-radius: 100%;
    background-color: #0a98f1;
    color: #fff;
    left: 10px;
    font-weight: 900
}

.theme-according .card .card-body {
    border-radius: 25px;
    padding: 1.2rem 1.25rem;
    background-color: #f7f7f9;
    margin-top: 10px
}

.introjs-tooltipReferenceLayer {
    width: 95px;
    left: 0
}

.introjs-tooltipReferenceLayer .introjs-tooltip {
    left: 114px;
    padding: 25px;
    background-color: #dff1fc;
    color: #0a98f1
}

.introjs-tooltipReferenceLayer .introjs-helperNumberLayer {
    text-shadow: none;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: none;
    top: -10px;
    left: 10px
}

.introjs-tooltipReferenceLayer .introjs-tooltip {
    -webkit-box-shadow: -1px 10px 16px -10px #0a98f1;
    box-shadow: -1px 10px 16px -10px #0a98f1;
    border-radius: 15px;
    border: none
}

.introjs-tooltipReferenceLayer .introjs-arrow.left {
    left: -21px;
    border-width: 11px;
    border-right-color: #dff1fc
}

.introjs-tooltipReferenceLayer .introjs-arrow.left-bottom {
    border-right-color: #dff1fc
}

.introjs-tooltipReferenceLayer .introjs-arrow.right {
    border-left-color: #dff1fc
}

.introjs-helperLayer {
    width: 95px;
    left: 0;
    border-radius: 15px !important;
    background-color: #0a98f1 !important
}

.introjs-tooltip {
    background-color: #dff1fc;
    color: #0a98f1
}

.introjs-tooltip .introjs-tooltipbuttons {
    text-align: left
}

.introjs-tooltip .introjs-bullets {
    text-align: left
}

.introjs-tooltip .introjs-bullets ul li a {
    background: rgba(10, 152, 241, .2)
}

.introjs-tooltip .introjs-bullets ul li a.active {
    background-color: #0a98f1;
    border: 3px double rgba(127, 131, 132, .15);
    margin-top: -3px
}

.introjs-tooltip .introjs-button {
    border-radius: 15px;
    padding: 0px 15px;
    line-height: 2.2;
    background-color: #0a98f1;
    border: none;
    font-weight: 500;
    background-image: none;
    text-shadow: none;
    color: #fff !important
}

.introjs-tooltip .introjs-button:focus,
.introjs-tooltip .introjs-button:active {
    background-color: #0879c0;
    background-image: none
}

.introjs-tooltip .introjs-button.introjs-prevbutton {
    border-radius: 15px 0 0 15px
}

.introjs-tooltip .introjs-button.introjs-nextbutton {
    border-radius: 0 15px 15px 0
}

.introjs-tooltiptext {
    font-weight: 500;
    font-size: 16px
}

.chatzy-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.chatzy-container .main-nav {
    min-width: 80px;
    width: 80px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid rgba(127, 131, 132, .15);
    padding: 25px 0
}

.chatzy-container .chatzy-left-sidebar {
    min-width: 420px;
    width: 420px;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden
}

.chatzy-container .chatzy-left-sidebar .theme-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(127, 131, 132, .1)
}

.chatzy-container .chatzy-left-sidebar .contact-list-tab .chat-main li {
    border-bottom: 1px solid rgba(127, 131, 132, .1)
}

.chatzy-container .chatzy-left-sidebar .contact-list-tab .chat-main li:last-child {
    border-bottom: none
}

.chatzy-container .chatzy-main {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
    background-color: #fff
}

.chatzy-container .chatzy-right-sidebar {
    min-width: 429px;
    width: 429px;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    right: -200px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .7s;
    transition: all .7s
}

.app-sidebar {
    width: 0;
    right: -520px;
    z-index: 9;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    background-color: #fff;
    display: table;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: fadeInRight 300ms ease-in-out;
    animation: fadeInRight 300ms ease-in-out
}

.app-sidebar.active {
    width: auto;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: fadeInRight 300ms ease-in-out;
    animation: fadeInRight 300ms ease-in-out
}

.app-sidebar.active .apps-ul>li {
    width: 401px;
    height: 100vh;
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px
}

.app-sidebar.active .apps-ul>li.active {
    right: 0px;
    opacity: 1;
    -webkit-animation: fadeInRight 300ms ease-in-out;
    animation: fadeInRight 300ms ease-in-out;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff
}

.app-sidebar.active .apps-ul .theme-title {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(127, 131, 132, .1);
    margin-bottom: 20px
}

.app-sidebar.active .apps-ul .theme-title h2,
.app-sidebar.active .apps-ul .theme-title .h2 {
    font-size: calc(22px + 2*(100vw - 320px)/1600)
}

.app-sidebar .apps-ul>li .theme-tab .nav-tabs .nav-item .nav-link {
    min-width: 60px;
    padding: 7px 15px
}

.app-sidebar .apps-ul>li .theme-tab ul li+li {
    margin-left: 15px
}

.app-sidebar .apps-ul>li .file-tab .block-content {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(10, 152, 241, .1);
    margin-bottom: 20px
}

.app-sidebar .apps-ul>li .file-tab .block-title {
    padding-bottom: 15px;
    margin-bottom: .5rem;
    font-weight: 700;
    color: #2c2c2c
}

.app-sidebar .apps-ul>li .file-tab .tab-content {
    margin-right: -20px;
    padding-right: 20px;
    height: calc(100vh - 160px);
    overflow: auto
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul li {
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    list-style: none;
    display: contents
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group {
    margin-bottom: 15px;
    border: 1px solid rgba(127, 131, 132, .15);
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: -1px 10px 16px -10px #eff1f2;
    box-shadow: -1px 10px 16px -10px #eff1f2
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group img {
    margin-right: 10px;
    width: 30px;
    height: 30px
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 {
    word-break: break-word
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 a {
    color: #7f8384
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 h6,
.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 .h6 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #2c2c2c
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 p {
    font-size: 12px;
    line-height: 1.3
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .d-flex {
    margin-bottom: 10px
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .d-flex svg {
    margin-right: 10px;
    border: 1px solid rgba(127, 131, 132, .15);
    padding: 6px;
    background-color: #ede6e6;
    width: 15%;
    height: 15%
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group .d-flex:nth-last-child(1) {
    margin-top: 10px;
    margin-bottom: 0;
    border-left: 4px solid #0a98f1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: rgba(10, 152, 241, .12);
    border-radius: 5px
}

.app-sidebar .apps-ul>li .file-tab .tab-content .link-group a {
    word-wrap: break-word
}

.app-sidebar .apps-ul>li .file-tab .tab-content .docs-group {
    padding: 15px;
    border: 1px solid rgba(127, 131, 132, .15);
    margin-bottom: 15px
}

.app-sidebar .apps-ul>li .file-tab .tab-content .chat-main li {
    display: block
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main {
    padding-left: 15px;
    padding-right: 15px
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li {
    padding-left: 25px;
    padding-right: 25px
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .d-flex .profile {
    width: 40px;
    height: 40px
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .d-flex .profile .icon-btn.btn-xl {
    width: 40px;
    height: 40px
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .d-flex .profile .icon-btn.btn-xl i {
    font-size: 16px
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details {
    padding-top: 0;
    padding-left: 55px;
    padding-bottom: 0
}

.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details h4,
.app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details .h4 {
    text-transform: capitalize;
    margin-bottom: 4px
}

.app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs .nav-item {
    margin-right: 10px
}

.app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child {
    position: absolute;
    right: 0
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content {
    padding-bottom: 15px
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content h3,
.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .h3 {
    font-weight: 600;
    padding-bottom: 15px
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task+.todo-task {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(127, 131, 132, .15)
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h5,
.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task .h5 {
    font-weight: 500;
    font-size: calc(13px + 2*(100vw - 320px)/1600);
    margin-bottom: 5px
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task form {
    display: inline-block
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task form select,
.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task form input {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: calc(12px + 1*(100vw - 320px)/1600);
    color: #828282;
    font-weight: 400
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task span a {
    font-size: calc(12px + 1*(100vw - 320px)/1600);
    color: #2c2c2c;
    font-weight: 400
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .todo-task span+span {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #828282
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .converstaion-docs div {
    background-image: url(../images/Vector.png);
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .converstaion-docs h5,
.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .converstaion-docs .h5 {
    color: #2c2c2c;
    margin-bottom: 6px;
    font-weight: 600
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .converstaion-docs p {
    margin-bottom: 12px;
    color: rgba(130, 130, 130, .8);
    font-weight: 500
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .default-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .default-form .form-group input {
    margin-bottom: 15px
}

.app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .default-form .form-group input+input {
    margin-left: 10px
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 12px;
    margin-top: 4px;
    margin-bottom: 15px;
    background-color: rgba(130, 130, 130, .06);
    padding: 14px;
    border-radius: 6px;
    position: relative
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content h6,
.app-sidebar .apps-ul>li .todo-main .todo-main-content .h6 {
    color: #010d21;
    font-weight: 500;
    font-size: 16px
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content input {
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content input::plaeholder {
    color: #000
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content input+input {
    margin-left: 10px
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content input:focus {
    outline: none
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 43px;
    background-color: rgba(0, 0, 0, 0)
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here::-webkit-input-placeholder {
    color: #0a98f1
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here::-moz-placeholder {
    color: #0a98f1
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here:-ms-input-placeholder {
    color: #0a98f1
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here::-ms-input-placeholder {
    color: #0a98f1
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here::placeholder {
    color: #0a98f1
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .datepicker-here:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .input-text {
    margin-bottom: 10px;
    margin-top: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .todo-list .add-to-do {
    cursor: pointer;
    display: block;
    margin-top: 5px
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content .todo-list .todo-buttons i {
    cursor: pointer
}

.app-sidebar .apps-ul>li .todo-main .todo-main-content:last-child {
    margin-bottom: 0
}

.app-sidebar .apps-ul>li .notes-main .notes-input input {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%
}

.app-sidebar .apps-ul>li .notes-main .notes-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.app-sidebar .apps-ul>li .notes-main .notes-content ul li {
    margin-left: 15px
}

.app-sidebar .apps-ul>li .notes-main .notes-list {
    padding: 20px;
    border: 1px dashed #ddd;
    border-radius: 15px;
    margin-bottom: 15px
}

.app-sidebar .apps-ul>li .notes-main .notes-list .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.app-sidebar .apps-ul>li .notes-main .notes-list .d-flex img {
    height: 30px
}

.app-sidebar .apps-ul>li .notes-main .notes-list h5,
.app-sidebar .apps-ul>li .notes-main .notes-list .h5 {
    color: #2c2c2c;
    font-weight: 600
}

.app-sidebar .apps-ul>li .notes-main .notes-list h6,
.app-sidebar .apps-ul>li .notes-main .notes-list .h6 {
    font-size: 13px
}

.app-sidebar .apps-ul>li .notes-main a {
    font-size: 15px
}

.app-sidebar .apps-ul>li .notes-main a.line {
    border-top: 1px solid #ededed;
    padding-top: 12px;
    margin-top: 15px;
    content: "";
    display: block;
    font-weight: 600;
    font-family: "Manrope", sans-serif
}

.app-sidebar .apps-ul>li .notes-main a:before {
    margin-right: 5px;
    font-size: 12px;
    font-family: fontawesome
}

.app-sidebar .apps-ul>li .reminder-main .reminder-content {
    margin-bottom: 20px
}

.app-sidebar .apps-ul>li .reminder-main .reminder-content i {
    font-size: 50px;
    margin-bottom: 25px;
    color: #0a98f1;
    display: block
}

.app-sidebar .apps-ul>li .reminder-main .reminder-content p {
    margin-bottom: 15px
}

.app-sidebar .apps-ul>li .reminder-main .reminder-content .setreminder {
    color: #fff
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list .target-reminder-list {
    display: none;
    border: 2px solid rgba(127, 131, 132, .15);
    border-left-width: 5px;
    border-left-color: rgba(10, 152, 241, .3);
    border-radius: 15px;
    padding: 15px;
    position: relative
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle {
    position: absolute;
    top: 0;
    right: 0
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle {
    display: none
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-content-toggle ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list .Hide-reminder {
    display: none
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list button {
    border: none;
    background: unset;
    padding: 15px;
    font-size: 15px;
    font-weight: 600
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list button:focus {
    outline: none
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list-disp {
    border: 2px solid rgba(127, 131, 132, .15);
    border-left-width: 5px;
    border-left-color: rgba(10, 152, 241, .3);
    border-radius: 15px;
    padding: 15px;
    position: relative
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle {
    position: absolute;
    top: 0;
    right: 0
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle {
    display: none
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-contentlist-toggle ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list-disp button {
    border: none;
    background: unset;
    padding: 15px;
    font-size: 15px;
    font-weight: 600
}

.app-sidebar .apps-ul>li .reminder-main .reminder-list-disp button:focus {
    outline: none
}

.app-sidebar .apps-ul .gallery-document .chat-box .icon-btn.btn-outline-light {
    right: 0 !important
}

.app-sidebar .apps-ul .gallery-document .chat-box .details h5,
.app-sidebar .apps-ul .gallery-document .chat-box .details .h5 {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 0
}

.app-sidebar .app-list {
    display: table-cell;
    max-width: 100px;
    width: 100px;
    border-left: 2px solid rgba(127, 131, 132, .15)
}

.app-sidebar .app-list ul.app-list-ul {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative
}

.app-sidebar .app-list ul.app-list-ul li h5,
.app-sidebar .app-list ul.app-list-ul li .h5 {
    margin-top: 15px;
    opacity: .7
}

.app-sidebar .app-list ul.app-list-ul .close-app {
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.app-sidebar .app-list ul.app-list-ul h5,
.app-sidebar .app-list ul.app-list-ul .h5 {
    margin-top: 15px
}

.dropdown {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #b2b6be
}

.dropdown.currency {
    padding: 2px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    color: #0a98f1;
    width: 150%
}

.dropdown.currency:focus {
    outline: none
}

.dropdown .select {
    cursor: pointer
}

.dropdown .select span {
    font-size: 15px;
    font-weight: 500;
    color: #0a98f1;
    text-decoration: underline;
    text-underline-offset: 2px
}

.dropdown .dropdown-menu {
    padding: 5px 0;
    min-width: 14rem;
    border-radius: 0
}

.dropdown .dropdown-menu li {
    padding: 6px 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: block;
    color: #333
}

.dropdown .dropdown-menu .dropdown-divider {
    height: 40px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin: unset
}

.dropdown .dropdown-menu .dropdown-divider h5,
.dropdown .dropdown-menu .dropdown-divider .h5 {
    margin-left: 10px
}

.sidebar-active .chatzy-container .main-nav~.chatzy-main .messages .contact-details {
    width: 56vw
}

.todo-main-modal .todo-task h5,
.todo-main-modal .todo-task .h5 {
    margin-bottom: 10px;
    color: #2c2c2c;
    font-weight: 600
}

.todo-main-modal .todo-task .todo-main-content .drop-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.todo-main-modal .todo-task .todo-main-content input {
    border: none;
    width: 50%;
    background-color: rgba(130, 130, 130, .1);
    cursor: pointer
}

.todo-main-modal .todo-task .todo-main-content input::-webkit-input-placeholder {
    color: #0a98f1
}

.todo-main-modal .todo-task .todo-main-content input::-moz-placeholder {
    color: #0a98f1
}

.todo-main-modal .todo-task .todo-main-content input:-ms-input-placeholder {
    color: #0a98f1
}

.todo-main-modal .todo-task .todo-main-content input::-ms-input-placeholder {
    color: #0a98f1
}

.todo-main-modal .todo-task .todo-main-content input::placeholder {
    color: #0a98f1
}

.todo-main-modal .todo-task .todo-main-content input:focus {
    outline: none
}

.todo-main-modal .todo-task .todo-main-content .form-group {
    background-color: rgba(130, 130, 130, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px
}

.todo-main-modal .todo-task .todo-main-content .form-group input {
    width: 18px
}

.todo-main-modal .todo-task .todo-main-content .form-group input+input {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 15px;
    padding-left: 10px
}

.create-todo-main-modal .todo-task h5,
.create-todo-main-modal .todo-task .h5 {
    margin-bottom: 10px;
    color: #2c2c2c;
    font-weight: 600
}

.create-todo-main-modal .todo-task .todo-main-content .drop-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px;
    margin-left: 45px
}

.create-todo-main-modal .todo-task .todo-main-content input {
    border: none;
    cursor: pointer
}

.create-todo-main-modal .todo-task .todo-main-content input::-webkit-input-placeholder {
    color: #0a98f1
}

.create-todo-main-modal .todo-task .todo-main-content input::-moz-placeholder {
    color: #0a98f1
}

.create-todo-main-modal .todo-task .todo-main-content input:-ms-input-placeholder {
    color: #0a98f1
}

.create-todo-main-modal .todo-task .todo-main-content input::-ms-input-placeholder {
    color: #0a98f1
}

.create-todo-main-modal .todo-task .todo-main-content input::placeholder {
    color: #0a98f1
}

.create-todo-main-modal .todo-task .todo-main-content input:focus {
    outline: none
}

.create-todo-main-modal .todo-task .todo-main-content .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.create-todo-main-modal .todo-task .todo-main-content .form-group input {
    width: 18px
}

.create-todo-main-modal .todo-task .todo-main-content .form-group input+input {
    margin-left: 15px;
    padding-left: 10px
}

.app-sidebar .todo-main .todo-task {
    position: relative
}

.app-sidebar .todo-main .todo-task .input-text input::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 500
}

.app-sidebar .todo-main .todo-task .input-text input::-moz-placeholder {
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 500
}

.app-sidebar .todo-main .todo-task .input-text input:-ms-input-placeholder {
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 500
}

.app-sidebar .todo-main .todo-task .input-text input::-ms-input-placeholder {
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 500
}

.app-sidebar .todo-main .todo-task .input-text input::placeholder {
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 500
}

.app-sidebar .todo-main .todo-task h4,
.app-sidebar .todo-main .todo-task .h4 {
    color: #2c2c2c;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: 20px
}

.app-sidebar .todo-main .todo-task .drop-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 13px
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control {
    padding: 6px;
    background-color: rgba(10, 152, 241, .1)
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control::-webkit-input-placeholder {
    color: #7f8384;
    font-size: 13px;
    font-weight: 400;
    color: #7f8384
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control::-moz-placeholder {
    color: #7f8384;
    font-size: 13px;
    font-weight: 400;
    color: #7f8384
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control:-ms-input-placeholder {
    color: #7f8384;
    font-size: 13px;
    font-weight: 400;
    color: #7f8384
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control::-ms-input-placeholder {
    color: #7f8384;
    font-size: 13px;
    font-weight: 400;
    color: #7f8384
}

.app-sidebar .todo-main .todo-task .drop-picker .form-control::placeholder {
    color: #7f8384;
    font-size: 13px;
    font-weight: 400;
    color: #7f8384
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown .select span {
    font-size: 13px;
    color: #7f8384;
    font-weight: 400
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .dropdown-divider i {
    color: #2c2c2c
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu h5,
.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu .h5 {
    color: #2c2c2c !important;
    font-weight: 500
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li {
    margin-left: 0;
    line-height: 1
}

.app-sidebar .todo-main .todo-task .drop-picker .dropdown-menu li a {
    font-size: 12px;
    color: #7f8384;
    font-weight: 500
}

.app-sidebar .notes-main .notes-list h6,
.app-sidebar .notes-main .notes-list .h6 {
    line-height: 1.2
}

.app-sidebar .reminder-main h5,
.app-sidebar .reminder-main .h5 {
    margin-bottom: 15px;
    font-weight: 500
}

.app-sidebar .reminder-main h6,
.app-sidebar .reminder-main .h6 {
    margin-bottom: 5px
}

.reminder-modal-main .lable {
    margin-bottom: 10px;
    text-transform: capitalize;
    display: block;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 14px
}

.reminder-modal-main .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px
}

.reminder-modal-main .form-group .form-control::-moz-placeholder {
    font-size: 14px
}

.reminder-modal-main .form-group .form-control:-ms-input-placeholder {
    font-size: 14px
}

.reminder-modal-main .form-group .form-control::-ms-input-placeholder {
    font-size: 14px
}

.reminder-modal-main .form-group .form-control::placeholder {
    font-size: 14px
}

.reminder-modal-main .form-group .reminder-count li {
    cursor: pointer
}

.reminder-modal-main .form-group .reminder-count .reminder-box .remi-val {
    text-transform: capitalize;
    font-weight: 600
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.d-flex .flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.chatzy-container.sidebar-overlap .chatzy-main,
.chatzy-container.sidebar-overlap .message-input,
.chatzy-container.sidebar-overlap .contact-details {
    width: calc(100% - 500px) !important
}

.chatzy-container .main-nav .logo-warpper {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.chatzy-container .main-nav .sidebar-main {
    height: calc(100vh - 186px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.chatzy-container .main-nav .sidebar-main .sidebar-top .btn-light.active,
.chatzy-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active {
    background-color: #0a98f1 !important
}

.chatzy-container .main-nav .sidebar-main .sidebar-top .btn-light.active i,
.chatzy-container .main-nav .sidebar-main .sidebar-bottom .btn-light.active i {
    color: #fff
}

.chatzy-container .main-nav .sidebar-main .sidebar-top li,
.chatzy-container .main-nav .sidebar-main .sidebar-bottom li {
    text-align: center
}

.chatzy-container .chatzy-left-sidebar .search-form:before {
    top: 22px;
    left: 14px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab,
.chatzy-container .chatzy-left-sidebar .document-tab,
.chatzy-container .chatzy-left-sidebar .contact-list-tab,
.chatzy-container .chatzy-left-sidebar .notification-tab,
.chatzy-container .chatzy-left-sidebar .settings-tab,
.chatzy-container .chatzy-left-sidebar .recent-default,
.chatzy-container .chatzy-left-sidebar .status-tab {
    position: absolute;
    min-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 0;
    width: 420px;
    min-width: 420px;
    padding: 30px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab.active,
.chatzy-container .chatzy-left-sidebar .document-tab.active,
.chatzy-container .chatzy-left-sidebar .contact-list-tab.active,
.chatzy-container .chatzy-left-sidebar .notification-tab.active,
.chatzy-container .chatzy-left-sidebar .settings-tab.active,
.chatzy-container .chatzy-left-sidebar .recent-default.active,
.chatzy-container .chatzy-left-sidebar .status-tab.active {
    opacity: 1;
    z-index: 3;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box {
    border-bottom: 1px solid rgba(127, 131, 132, .15);
    padding-bottom: 40px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status {
    background-color: gray;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .bg-size,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .bg-size {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status img,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status img,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status img,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status img,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status img,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status img,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .upload-img,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .upload-img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #0a98f1;
    position: absolute;
    bottom: -8px;
    right: 0;
    color: #fff
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .upload-img:before,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .upload-img:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 11px;
    padding: 6px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .upload-img input,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .upload-img input {
    background-color: gray;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.chatzy-container .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.chatzy-container .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.chatzy-container .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.chatzy-container .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .flex-grow-1 p,
.chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .flex-grow-1 p {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 1px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box {
    padding-top: 20px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .h3,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .h3,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .h3,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .h3,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .h3,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .h3,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box h3,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .h3 {
    padding: 15px 25px;
    color: #0a98f1;
    background-color: rgba(10, 152, 241, .1);
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 15px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(127, 131, 132, .15);
    padding-bottom: 15px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content:last-child,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content:last-child,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content:last-child,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content:last-child,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content:last-child {
    margin-bottom: 0
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .h4,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li .h4,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .h4,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li .h4,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li .h4,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li .h4,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li h4,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .h5,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li .h5,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .h5,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li .h5,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li .h5,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li .h5,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li h5,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .h5 {
    margin-bottom: 0;
    text-transform: capitalize
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child {
    margin-right: 15px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .accordion .accordion-item,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .accordion .accordion-item,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .accordion .accordion-item,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .accordion .accordion-item,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .accordion .accordion-item,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .accordion .accordion-item,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item {
    border: none
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .accordion .accordion-item .accordion-button,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .accordion .accordion-item .accordion-button,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .accordion .accordion-item .accordion-button,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .accordion .accordion-item .accordion-button,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .accordion .accordion-item .accordion-button,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .accordion .accordion-item .accordion-button,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item .accordion-button {
    padding: 0;
    font-weight: 600
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .accordion .accordion-item .accordion-button:after,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .accordion .accordion-item .accordion-button:after,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .accordion .accordion-item .accordion-button:after,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .accordion .accordion-item .accordion-button:after,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .accordion .accordion-item .accordion-button:after,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .accordion .accordion-item .accordion-button:after,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item .accordion-button:after {
    width: 20px;
    height: 20px;
    color: #2c2c2c
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .accordion .accordion-item .accordion-body,
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .accordion .accordion-item .accordion-body,
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .accordion .accordion-item .accordion-body,
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .accordion .accordion-item .accordion-body,
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .accordion .accordion-item .accordion-body,
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .accordion .accordion-item .accordion-body,
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .contact-status-box .accordion-button:not(.collapsed),
.chatzy-container .chatzy-left-sidebar .document-tab .contact-status-box .accordion-button:not(.collapsed),
.chatzy-container .chatzy-left-sidebar .contact-list-tab .contact-status-box .accordion-button:not(.collapsed),
.chatzy-container .chatzy-left-sidebar .notification-tab .contact-status-box .accordion-button:not(.collapsed),
.chatzy-container .chatzy-left-sidebar .settings-tab .contact-status-box .accordion-button:not(.collapsed),
.chatzy-container .chatzy-left-sidebar .recent-default .contact-status-box .accordion-button:not(.collapsed),
.chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2c2c2c
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .chat-main li {
    padding-top: 10px;
    padding-bottom: 10px
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .chat-main li .bookmark-box {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 6px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .chat-main li .bookmark-box:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.chatzy-container .chatzy-left-sidebar .fevorite-tab .chat-main li:last-child .bookmark-box {
    border-bottom: none;
    padding-bottom: none
}

.chatzy-container .chatzy-left-sidebar .recent-default {
    position: relative;
    z-index: 0;
    padding: 0 !important
}

.chatzy-container .chatzy-left-sidebar .recent-default.active {
    z-index: 999
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent {
    position: fixed;
    width: 420px;
    top: 0;
    background-color: #fff;
    padding-top: 10px;
    z-index: 1
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .theme-title {
    padding: 0 25px;
    border-bottom: 1px solid rgba(127, 131, 132, .2)
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .theme-title .img-text .chat-box .profile {
    height: 70px;
    width: 70px
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider {
    padding: 10px 15px 0px
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box:hover .recent-profile {
    -webkit-box-shadow: -1px 10px 16px -10px #666;
    box-shadow: -1px 10px 16px -10px #666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn {
    position: absolute;
    bottom: 25px;
    right: 15px
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 3px solid #fff;
    outline: 2px solid #0a98f1
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6,
.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile .h6 {
    position: absolute;
    color: #2c2c2c;
    bottom: -30px;
    left: 15px;
    text-transform: capitalize;
    max-width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .owl-stage-outer {
    height: 120px;
    padding-top: 10px
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .owl-stage-outer .owl-stage .owl-item .item .recent-box .dot-btn::before {
    top: 4px
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .owl-stage-outer .owl-stage .owl-item .item .recent-box .dot-btn::after {
    top: -2px
}

.chatzy-container .chatzy-left-sidebar .recent-default .recent~.chat {
    margin-top: 120px;
    height: calc(100vh);
    min-height: calc(100vh);
    border-top: 1px solid rgba(127, 131, 132, .2)
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab {
    padding: 20px 30px 30px
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs {
    padding-bottom: 20px
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs {
    width: 80%;
    margin: 0 auto
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link {
    border-radius: 5px
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat .theme-title {
    padding: 25px 25px 0 25px
}

.chatzy-container .chatzy-left-sidebar .recent-default .chat .theme-title .d-flex .flex-grow-1 {
    text-align: right !important
}

.chatzy-container .chatzy-left-sidebar .contact-list-tab .theme-title .d-flex .flex-grow-1,
.chatzy-container .chatzy-left-sidebar .settings-tab .theme-title .d-flex .flex-grow-1,
.chatzy-container .chatzy-left-sidebar .fevorite-tab .theme-title .d-flex .flex-grow-1,
.chatzy-container .chatzy-left-sidebar .document-tab .theme-title .d-flex .flex-grow-1,
.chatzy-container .chatzy-left-sidebar .notification-tab .theme-title .d-flex .flex-grow-1 {
    text-align: right
}

body.dark-sidebar .landing-header .dropdown-menu {
    background-color: #031a28;
    border: 1px solid #031a28
}

body.dark-sidebar .landing-header .dropdown-menu li a {
    color: #fff
}

body.dark-sidebar .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff
}

body.dark-sidebar .inner-page {
    background-color: #102a44
}

body.dark-sidebar .blog-page {
    background-color: #fff
}

body.dark-sidebar .error-main {
    background-color: #fff
}

.chatzy-left-sidebar [class*=-tab] .search-form .form-group .icon-close {
    top: 10px !important
}

.chatzy-left-sidebar .search-form .form-group .icon-close {
    top: 11px !important
}

.search-form {
    width: calc(100% - 40px);
    left: 20px;
    height: calc(100% - 30px);
    position: absolute;
    top: 12px
}

.search-form:before {
    position: absolute;
    left: 31px;
    top: 20px;
    content: "î˜";
    color: #2c2c2c;
    font-family: "themify";
    font-weight: 600;
    font-size: 14px
}

.search-form .form-group {
    height: 100%;
    width: 100%;
    margin-top: 0
}

.search-form .form-group input {
    border: 1px solid rgba(127, 131, 132, .15);
    padding: 0 42px;
    height: 60px;
    width: 100%;
    border-radius: 15px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid rgba(127, 131, 132, .1)
}

.search-form .form-group input:focus {
    outline: none
}

.search-form .form-group .icon-close {
    position: absolute;
    padding: 12px;
    right: 10px;
    top: 6px;
    cursor: pointer
}

.search-form .form-group .icon-close svg {
    height: 16px;
    vertical-align: -6px
}

.search~.search-form {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search~.search-form.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-list-tab li .chat-box .date-status {
    top: 10px
}

.contact-list-tab .chat-main {
    margin-right: -40px;
    padding-right: 40px;
    height: 100vh
}

.fevorite-tab .search-form,
.document-tab .search-form,
.contact-list-tab .search-form {
    top: -15px;
    left: 0px;
    position: absolute;
    height: 75px;
    width: 100%
}

.fevorite-tab .search-form:before,
.document-tab .search-form:before,
.contact-list-tab .search-form:before {
    position: absolute;
    left: 25px;
    content: "î˜";
    color: #2c2c2c;
    font-family: "themify";
    font-weight: 600;
    font-size: 14px
}

.chatzy-right-sidebar {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    cursor: pointer
}

.chatzy-right-sidebar .status .str-msg li+li {
    margin-top: 15px
}

.chatzy-right-sidebar .right-sidebar {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    max-height: 100vh;
    position: absolute;
    background-color: #fff;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.chatzy-right-sidebar .right-sidebar .group-main {
    margin-bottom: -20px
}

.chatzy-right-sidebar .right-sidebar .group-main li {
    padding-top: 0
}

.chatzy-right-sidebar .right-sidebar .group-main li+li {
    margin-top: 0
}

.chatzy-right-sidebar .right-sidebar .group-main .group-box .profile {
    width: 30px;
    height: 30px
}

.chatzy-right-sidebar .right-sidebar .group-main .group-box .details {
    padding-left: 45px;
    padding-top: 0
}

.chatzy-right-sidebar .contact-profile,
.chatzy-right-sidebar .document,
.chatzy-right-sidebar .media-gallery,
.chatzy-right-sidebar .status {
    opacity: .5;
    -webkit-transition: all .7s;
    transition: all .7s
}

.chatzy-right-sidebar .contact-profile {
    padding: 25px
}

.chatzy-right-sidebar .contact-profile .details {
    padding-top: 25px;
    text-align: center
}

.chatzy-right-sidebar .contact-profile .details .contact-top {
    height: 150px;
    width: 140px;
    border-radius: 20px;
    -webkit-box-shadow: -1px 10px 16px -10px #666;
    box-shadow: -1px 10px 16px -10px #666;
    margin: 0 auto
}

.chatzy-right-sidebar .contact-profile .details .name {
    margin-top: 20px
}

.chatzy-right-sidebar .contact-profile .details .name h6,
.chatzy-right-sidebar .contact-profile .details .name .h6 {
    padding-top: 8px;
    margin-bottom: 20px
}

.chatzy-right-sidebar .contact-profile .details ul li {
    display: inline-block
}

.chatzy-right-sidebar .contact-profile .details ul li svg {
    fill: #fff
}

.chatzy-right-sidebar .contact-profile .details ul li+li {
    margin-left: 12px
}

.chatzy-right-sidebar .contact-profile .theme-title .d-flex .flex-grow-1 {
    text-align: right
}

.chatzy-right-sidebar .document,
.chatzy-right-sidebar .media-gallery,
.chatzy-right-sidebar .status {
    border-top: 1px solid rgba(127, 131, 132, .15);
    padding: 30px 25px
}

.chatzy-right-sidebar .status {
    position: relative
}

.chatzy-right-sidebar .status .bg-size {
    margin: 3px
}

.chatzy-right-sidebar .status.other ul li {
    padding-left: 30px
}

.chatzy-right-sidebar .status.other h5 a,
.chatzy-right-sidebar .status.other .h5 a {
    color: rgba(34, 54, 69, .8);
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chatzy-right-sidebar .status.other h5 a svg,
.chatzy-right-sidebar .status.other .h5 a svg {
    height: 14px;
    position: absolute;
    left: 0
}

.chatzy-right-sidebar .status ul li {
    position: relative;
    padding-left: 50px
}

.chatzy-right-sidebar .status ul li .switchery {
    position: absolute;
    left: 0
}

.chatzy-right-sidebar .status ul li+li {
    margin-top: 20px
}

.document-list li {
    position: relative
}

.document-list li i {
    position: absolute;
    font-size: 16px;
    top: -2px;
    font-weight: 700
}

.document-list li h5,
.document-list li .h5 {
    margin-left: 30px;
    color: #7f8384;
    font-weight: 600
}

.document-list li+li {
    margin-top: 15px
}

.share-media {
    margin-left: -8px;
    margin-right: -8px
}

.share-media .media-big {
    height: 160px;
    width: auto
}

.share-media .media-big .border-portfolio a {
    height: 160px;
    width: auto
}

.share-media .media-big .isotopeSelector img {
    height: 100%;
    width: auto
}

.share-media .col-4 {
    padding-left: 8px;
    padding-right: 8px
}

.share-media .media-small {
    height: 72px;
    width: auto;
    border-radius: 15px
}

.share-media .media-small .border-portfolio a {
    height: 72px;
    width: auto
}

.share-media .media-small:first-child {
    margin-bottom: 16px
}

.menu-trigger {
    cursor: pointer
}

.menu-active .chatzy-container .chatzy-main {
    width: calc(100% - 850px);
    -webkit-transition: all .7s;
    transition: all .7s
}

.menu-active .chatzy-right-sidebar {
    opacity: 1;
    right: 0;
    z-index: 9;
    -webkit-transition: all .7s;
    transition: all .7s
}

.menu-active .chatzy-right-sidebar .contact-profile,
.menu-active .chatzy-right-sidebar .document,
.menu-active .chatzy-right-sidebar .media-gallery,
.menu-active .chatzy-right-sidebar .status {
    opacity: 1;
    -webkit-transition: all .7s;
    transition: all .7s
}

.menu-active .chatzy-right-sidebar .status h5,
.menu-active .chatzy-right-sidebar .status .h5 {
    color: #2c2c2c;
    font-weight: 700
}

.menu-trigger {
    cursor: pointer
}

.sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main .message-input {
    width: calc(100% - 985px)
}

.sidebar-active .chatzy-container .chatzy-main {
    width: calc(100% - 920px);
    -webkit-transition: all .7s;
    transition: all .7s
}

.sidebar-active .chatzy-container .chatzy-main.small-sidebar {
    width: calc(100% - 618px);
    -webkit-transition: all .7s;
    transition: all .7s
}

.sidebar-active .chatzy-container .chatzy-main.small-sidebar .message-input {
    width: calc(100% - 560px)
}

.sidebar-active .chatzy-container .chatzy-main.small-sidebar .messages .contact-details {
    width: calc(100vw - 520px)
}

.sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
    width: calc(100vw - 920px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details {
    width: calc(100vw - 618px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .message-input {
    width: calc(100% - 659px);
    margin: 0 20px
}

.chatzy-right-sidebar .contact-profile-img .profile {
    height: 326px;
    width: 429px;
    border-radius: 0px 0px 25px 25px
}

.chatzy-right-sidebar .contact-profile-img .profile .icon-btn {
    position: absolute;
    right: 24px;
    top: 26px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .3)
}

.chatzy-right-sidebar .contact-profile-img .profile .icon-btn svg {
    color: #fff
}

.chatzy-right-sidebar .contact-profile-img .profile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 97px;
    width: 100%;
    border-radius: 0px 0px 25px 25px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-37.5%, #000000), color-stop(85.94%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 -37.5%, rgba(0, 0, 0, 0) 85.94%)
}

.chatzy-right-sidebar .contact-profile-img .profile .profile-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1
}

.chatzy-right-sidebar .contact-icon .other-media-icon {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chatzy-right-sidebar .contact-icon .other-media-icon li {
    padding: 0 12px;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: -webkit-center
}

.chatzy-right-sidebar .contact-icon .other-media-icon li a {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(44, 44, 44, .08);
    box-shadow: 0px 2px 15px 0px rgba(44, 44, 44, .08);
    border: 1px solid rgba(127, 131, 132, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px
}

.chatzy-right-sidebar .contact-icon .other-media-icon li a svg {
    width: 24px;
    height: 24px
}

.chatzy-right-sidebar .contact-icon .other-media-icon li h6,
.chatzy-right-sidebar .contact-icon .other-media-icon li .h6 {
    color: #2c2c2c;
    font-weight: 500
}

.chatzy-right-sidebar .contact-icon .other-media-icon li:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.menu-active .chatzy-container .chatzy-main {
    width: calc(100% - 948px);
    -webkit-transition: all .7s;
    transition: all .7s
}

.menu-active .chatzy-main .message-input {
    width: calc(100% - 850px);
    -webkit-transition: all .9s;
    transition: all .9s
}

.menu-active .chatzy-main .messages .contact-details {
    width: 50vw !important;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.sidebar-active .sidebar-toggle .main-nav:not(.on)~.chatzy-main:not(.small-sidebar) {
    width: calc(100% - 850px)
}

.sidebar-active .sidebar-toggle .main-nav:not(.on)~.chatzy-main:not(.small-sidebar) .contact-details {
    width: calc(100vw - 855px)
}

.sidebar-active .sidebar-toggle .main-nav:not(.on)~.chatzy-main:not(.small-sidebar) .message-input {
    width: calc(100% - 890px)
}

.sidebar-toggle .main-nav {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out;
    min-width: 0;
    width: 0
}

.sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar {
    width: calc(100% - 520px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-toggle .main-nav li {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.sidebar-toggle .main-nav.on {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    min-width: 60px;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out;
    background-color: #0a98f1
}

.sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
    width: calc(100vw - 534px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999
}

.sidebar-toggle .main-nav.on~.chatzy-main .message-input {
    width: calc(100% - 578px);
    margin: 0 30px
}

.sidebar-toggle .main-nav.on li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.dynemic-sidebar .chat-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px
}

.dynemic-sidebar .chat-main .pined {
    cursor: pointer;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(127, 131, 132, .15)
}

.dynemic-sidebar .chat-main .notification-close {
    border-bottom: 1px solid rgba(127, 131, 132, .15);
    padding-bottom: 6px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.dynemic-sidebar .chat-main .notification-close:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.profile-box {
    padding: 10px 12px;
    background-color: #0a98f1;
    border-radius: 10px
}

.profile-box h4,
.profile-box .h4 {
    color: #fff
}

.profile-box h6,
.profile-box .h6 {
    color: #fff
}

.profile-box .open .details {
    display: none
}

.profile-box .open .details.edit {
    display: block;
    -webkit-animation: pulse 300ms ease-in-out;
    animation: pulse 300ms ease-in-out
}

.profile-box .open .edit-btn:before {
    content: "ïƒ‡";
    font-family: FontAwesome
}

.profile-box .open .edit-btn svg {
    display: none
}

.profile-box .details {
    padding-left: 0px;
    padding-top: 13px;
    -webkit-animation: pulse 300ms ease-in-out;
    animation: pulse 300ms ease-in-out
}

.profile-box .details.edit {
    padding-top: 0;
    padding-right: 20px;
    display: none
}

.profile-box h6,
.profile-box .h6 {
    padding-top: 6px
}

.setting-block {
    padding: 25px;
    border-top: 1px solid rgba(127, 131, 132, .15);
    margin: 0 -30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.setting-block:hover {
    -webkit-box-shadow: 0px 0px 10px 6px rgba(46, 35, 94, .07);
    box-shadow: 0px 0px 10px 6px rgba(46, 35, 94, .07)
}

.setting-block h4,
.setting-block .h4 {
    padding-top: 8px
}

.setting-block .block {
    position: absolute;
    height: calc(100% - 120px);
    padding: 25px 25px 0 25px;
    width: 100%;
    top: 85px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    border-top: 1px solid rgba(127, 131, 132, .15)
}

.setting-block .block .help {
    padding-top: 20px
}

.setting-block .block .help>li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px dashed rgba(127, 131, 132, .15)
}

.setting-block .block .help>li a {
    color: rgba(44, 44, 44, .8);
    font-weight: 600
}

.setting-block .block.open {
    opacity: 1;
    z-index: 1;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out
}

.setting-block .block.open .theme-according {
    padding-bottom: 20px
}

.setting-block .block.open .theme-according .card-header {
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed rgba(0, 0, 0, .1)
}

.setting-block .block.open .theme-according .card-header a {
    padding-left: 30px
}

.setting-block .block.open .theme-according .card-header i {
    top: 10px
}

.setting-block .block.open .theme-according .card-body {
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed rgba(0, 0, 0, .1)
}

.setting-block .next:hover,
.setting-block .previous:hover {
    background-color: #0a98f1 !important
}

.setting-block .next:hover svg,
.setting-block .previous:hover svg {
    stroke: #fff !important
}

.call-log-main .missed {
    stroke: #ff5151 !important
}

.call-log-main .call-box {
    position: relative
}

.call-log-main .call-box .profile {
    position: absolute
}

.call-log-main .call-box .details {
    height: 60px;
    padding-left: 75px;
    padding-right: 100px;
    padding-top: 4px;
    padding-bottom: 13px
}

.call-log-main .call-box h5,
.call-log-main .call-box .h5 {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.call-log-main .call-box h5 svg,
.call-log-main .call-box .h5 svg {
    height: 13px;
    stroke: #3fcc35;
    width: 13px
}

.call-log-main .call-box .call-status {
    display: inline-block;
    right: 0;
    top: 10px;
    position: absolute
}

.call-log-main li {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(127, 131, 132, .1)
}

.call-log-main li:last-child {
    border-bottom: none
}

.call-log-main li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    left: 0;
    background-color: rgba(10, 152, 241, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.call-log-main li.active:before {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-padding {
    padding-bottom: 40px
}

.portfolio-section .isotopeSelector {
    margin-bottom: 30px
}

.portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px
}

.portfolio-section .article-title a {
    color: #fff
}

.portfolio-section .isotopeSelector .overlay {
    position: relative;
    overflow: hidden
}

.portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto
}

.portfolio-section .isotopeSelector img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 15px
}

.portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0a98f1;
    padding: 5px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio-section .isotopeSelector:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-section .isotopeSelector:hover .overlay-background {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-section .border-portfolio {
    overflow: hidden;
    border-radius: 15px
}

.portfolio-section #form1 {
    padding-bottom: 20px
}

.portfolio-section .filter-button {
    padding: 15px 24px;
    font-size: calc(16px + 4*(100vw - 320px)/1600);
    border: none;
    background-color: #fff;
    margin: 0 5px;
    line-height: 1
}

.portfolio-section .filter-button.active {
    background-color: #0a98f1;
    color: #fff
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

.filter-section .filter-container {
    text-align: center;
    padding: 0 0 20px
}

.filter-section .filter-container ul.filter>li {
    padding: 0 25px
}

.filter-section .filter-container ul.filter>li>a {
    color: #0a98f1;
    font-size: 20px;
    line-height: 40px
}

.filter-section .filter-container ul.filter>li>a:hover,
.filter-section .filter-container ul.filter>li>a:focus {
    text-decoration: none;
    color: #0a98f1;
    outline: none
}

.filter-section .filter-container ul.filter>li.active {
    background-color: #0a98f1
}

.filter-section .filter-container ul.filter>li.active a {
    color: #fff
}

.filter-section .filter-container ul.filter>li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px
}

.filter-section .filter-container .filter>li {
    padding: 0;
    margin: 0
}

.filter-section .title1 .title-inner1 {
    margin-top: -5px
}

.filter-section h1,
.filter-section .h1 {
    text-align: center
}

.demo-colored-wrap {
    background: #ecf0f1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-title {
    display: none
}

.offer-box {
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -415px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9
}

.offer-box img {
    margin-right: 18px
}

.offer-box.toggle-cls {
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.offer-box .heading-right h3,
.offer-box .heading-right .h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
    transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: #0a98f1;
    margin-bottom: 0;
    cursor: pointer
}

.integratin {
    margin-top: 20px
}

.integratin li {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(127, 131, 132, .15)
}

.integratin li:last-child {
    border-bottom: none
}

.integratin li .media-right svg {
    height: 20px;
    cursor: pointer;
    color: #828282
}

.integratin li .media-left {
    width: 100%
}

.integratin li .media-left a {
    font-size: 16px
}

.integratin li .media-left a h5,
.integratin li .media-left a .h5 {
    display: inline-block;
    font-size: 16px
}

.integratin li .fb {
    color: #3b5998
}

.integratin li .fb h5,
.integratin li .fb .h5 {
    color: #3b5998
}

.integratin li .insta {
    color: #e4405f
}

.integratin li .insta h5,
.integratin li .insta .h5 {
    color: #e4405f
}

.integratin li .twi {
    color: #55acee
}

.integratin li .twi h5,
.integratin li .twi .h5 {
    color: #55acee
}

.integratin li .slc {
    color: #3aaf85
}

.integratin li .slc h5,
.integratin li .slc .h5 {
    color: #3aaf85
}

.integratin li .ggl {
    color: #dc4e41
}

.integratin li .ggl h5,
.integratin li .ggl .h5 {
    color: #dc4e41
}

.integratin li p {
    padding-left: 20px;
    padding-top: 7px
}

.integratin li .profile {
    height: 20px;
    width: 20px;
    margin-top: 3px
}

.switch-list {
    margin-top: 10px
}

.switch-list li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
    padding-left: 50px;
    border: 0 !important
}

.switch-list li p {
    margin-bottom: 0
}

.switch-list .switchery {
    position: absolute;
    left: 0;
    top: 8px
}

.switch-list h5,
.switch-list .h5 {
    color: #7f8384;
    font-weight: 600
}

.wallpaper {
    margin-top: 15px
}

.wallpaper li {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: rgba(10, 152, 241, .1);
    display: inline-block !important;
    background-size: auto !important
}

.change-number h5,
.change-number .h5 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #2c2c2c
}

.change-number .input-group~h5,
.change-number .input-group~.h5 {
    padding-top: 10px
}

.change-number span {
    border-right: none;
    padding-right: 0;
    font-weight: 500
}

.change-number .country-code {
    max-width: 35px;
    padding: 0;
    border-left: none;
    padding-left: 3px
}

.change-number .form-control {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #e1f1ee
}

.change-number .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.change-number .form-control[type=number] {
    -moz-appearance: textfield
}

.change-number .btn-sm,
.change-number .btn-group-sm>.btn {
    padding: 8px 20px;
    font-size: 14px;
    margin-top: 20px
}

.privacy li {
    position: relative
}

.privacy h5,
.privacy .h5 {
    padding-top: 10px;
    padding-right: 35px;
    color: #2c2c2c;
    line-height: 1.6
}

.privacy p {
    margin-bottom: 10px
}

.privacy .switchery-small {
    position: absolute;
    right: 0;
    top: 8px
}

.app-list-ul {
    text-align: center
}

.app-list-ul .apps-toggle {
    position: absolute;
    background-color: #0a98f1;
    cursor: pointer;
    top: 12%;
    left: -16%;
    height: 30px;
    width: 30px;
    border-radius: 10px
}

.app-list-ul .apps-toggle svg {
    vertical-align: -13px;
    stroke: #fff
}

.app-list-ul li {
    margin-bottom: 20px
}

.app-list-ul li.right-sidebar-profile {
    height: 90px;
    border-bottom: 1px solid rgba(127, 131, 132, .1)
}

.app-list-ul li.right-sidebar-profile .profile {
    margin: 6px auto;
    height: 60px;
    width: 60px
}

.app-list-ul li .btn-sm,
.app-list-ul li .btn-group-sm>.btn {
    height: 50px;
    width: 50px
}

.app-list-ul li .btn-sm svg,
.app-list-ul li .btn-group-sm>.btn svg {
    height: 22px;
    width: 22px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    left: 0
}

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0a98f1;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    position: absolute;
    top: -80px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 24px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 24px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%
}

.lightbox-target:target a.lightbox-close {
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 70px);
    transform: translate(-50%, 70px)
}

.lightbox-target img {
    border: none;
    border-radius: 25px;
    overflow: hidden
}

.chat-content .message-input .emojis-main .typing-section {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 21px;
    padding: 0 15px;
    margin: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.chat-content .message-input .emojis-main .typing-section .typ-msg-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 0
}

.chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg {
    left: 10px;
    top: 5px;
    color: #999;
    font-size: 15px;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .08s linear;
    transition: opacity .08s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
}

.chat-content .message-input .emojis-main .typing-section .typ-msg-content .typ-msg-main {
    font-size: 15px;
    line-height: 30px;
    height: 35px;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.chat-content .message-input .emojis-main .toggle-sticker {
    margin-right: 16px
}

.chat-content .message-input .emojis-main .dot-btn {
    margin-right: 24px
}

.chat-content .message-input .emojis-main .contact-poll {
    margin-right: 16px
}

.mobile-sidebar,
.mobile-back {
    display: none
}

ul.chat-cont-setting {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 5px #e1f1ee;
    box-shadow: 0 0 10px 5px #e1f1ee;
    padding: 20px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    position: fixed;
    border-radius: 6px;
    left: 21%;
    bottom: 12%;
    z-index: 1;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

ul.chat-cont-setting.open {
    display: block
}

ul.chat-cont-setting li {
    margin-bottom: 20px
}

ul.chat-cont-setting li:last-child {
    margin-bottom: 0
}

ul.chat-cont-setting li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

ul.chat-cont-setting li a span {
    padding: 5px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 13px
}

ul.chat-cont-setting li a .icon-chat-cont {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

ul.chat-cont-setting li a .icon-chat-cont svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.msg-chat-modal .chat-msg-search {
    margin-bottom: 20px
}

.msg-chat-modal .chat-msg-search .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(127, 131, 132, .15);
    border: 1px solid rgba(127, 131, 132, .15)
}

.msg-chat-modal .chat-msg-search .input-group .form-control {
    border: none
}

.msg-chat-modal .chat-msg-search .input-group .input-group-append {
    padding: 0 15px
}

.msg-chat-modal .chat-msg-search span {
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.msg-chat-modal .chat-main,
.msg-chat-modal .call-log-main {
    height: 350px;
    overflow: auto
}

.msg-chat-modal .chat-main li,
.msg-chat-modal .call-log-main li {
    margin-left: 0;
    margin-right: 0
}

.msg-chat-modal .chat-main li .chat-box .details,
.msg-chat-modal .call-log-main li .chat-box .details {
    padding-left: 70px
}

.snippet-modal-main .default-form .form-group {
    margin-bottom: 25px
}

.snippet-modal-main .default-form .form-group input,
.snippet-modal-main .default-form .form-group select {
    font-size: 14px;
    text-transform: capitalize
}

.snippet-modal-main .default-form .form-group input::-webkit-input-placeholder,
.snippet-modal-main .default-form .form-group select::-webkit-input-placeholder {
    text-transform: capitalize;
    font-size: 14px
}

.snippet-modal-main .default-form .form-group input::-moz-placeholder,
.snippet-modal-main .default-form .form-group select::-moz-placeholder {
    text-transform: capitalize;
    font-size: 14px
}

.snippet-modal-main .default-form .form-group input:-ms-input-placeholder,
.snippet-modal-main .default-form .form-group select:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 14px
}

.snippet-modal-main .default-form .form-group input::-ms-input-placeholder,
.snippet-modal-main .default-form .form-group select::-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 14px
}

.snippet-modal-main .default-form .form-group input::placeholder,
.snippet-modal-main .default-form .form-group select::placeholder {
    text-transform: capitalize;
    font-size: 14px
}

.snippet-modal-main .default-form .form-group .btn-snipate {
    margin-top: 40px
}

.chatzy-main .messages {
    padding: 0;
    height: calc(100vh - 0px);
    min-height: calc(100vh - 0px);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background-blend-mode: overlay;
    top: 0;
    background-color: rgba(10, 152, 241, .1);
    display: none;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out;
    background-image: url(../../assets/images/wallpaper/1.png);
    background-size: cover;
    background-repeat: no-repeat
}

.chatzy-main .messages.active {
    display: block;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out
}

.chatzy-main .messages .contact-details {
    padding: 30px;
    background-color: #dff1fc;
    -webkit-box-shadow: 0 -55px 0px 0px #0a98f1;
    box-shadow: 0 -55px 0px 0px #0a98f1;
    border-bottom: 1px solid rgba(127, 131, 132, .1);
    position: fixed;
    width: calc(100vw - 434px);
    z-index: 999;
    -webkit-transition: all .9s;
    transition: all .9s
}

.chatzy-main .messages .contact-details .col {
    position: unset
}

.chatzy-main .messages .contact-details .search-form {
    z-index: 9;
    top: -10px;
    left: 0px;
    position: absolute;
    height: 80px;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.chatzy-main .messages .contact-details .search-form.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 30px;
    height: 100px
}

.chatzy-main .messages .contact-details .search-form input {
    border: none
}

.chatzy-main .messages .contact-details ul li {
    display: inline-block;
    padding: 0 14px
}

.chatzy-main .messages .contact-details .left.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chatzy-main .messages .contact-details .left.d-flex .media-left {
    height: 60px
}

.chatzy-main .messages .contact-details .left.d-flex .media-left .profile {
    height: 60px;
    width: 60px
}

.chatzy-main .messages .contact-details .left.d-flex .flex-grow-1 {
    max-width: 150px;
    margin-right: 10px
}

.chatzy-main .messages .contact-details .left.d-flex .flex-grow-1 .badge {
    margin-top: 7px
}

.chatzy-main .messages .contact-details .left.d-flex .media-right .mute i:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    top: 19px;
    left: 11px;
    opacity: 0;
    border-radius: 100%;
    background-color: #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.chatzy-main .messages .contact-details .left.d-flex .media-right .mute i.off:after {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.chatzy-main .messages .contact-details .left.d-flex .media-right .icon-btn i {
    font-size: 20px
}

.chatzy-main .messages .contact-details .flex-grow-1 h5,
.chatzy-main .messages .contact-details .flex-grow-1 .h5 {
    margin-bottom: 7px
}

.chatzy-main .messages .calls {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chatzy-main .messages .calls>li {
    position: relative
}

.chatzy-main .messages .calls>li:after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background-color: rgba(10, 152, 241, .3)
}

.chatzy-main .messages .calls>li:last-child {
    padding-left: 0px
}

.chatzy-main .messages .calls>li:last-child:after {
    display: none
}

.chatzy-main .messages .calls>li:nth-child(5):after {
    display: none
}

.chatzy-main .messages .calls>li .bg-transparent svg {
    stroke-width: 3px
}

.chatzy-main .messages .calls>li>a>svg {
    stroke-width: 1.5px !important;
    height: 22px;
    width: 22px
}

.chatzy-main .messages .calls .chat-friend-toggle .icon-btn {
    background-color: #fff
}

.chatzy-main .message-input {
    position: fixed;
    background-color: #fff;
    width: calc(100% - 465px);
    margin: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 16px 15px;
    z-index: 9;
    bottom: 30px;
    border-radius: 15px
}

.chatzy-main .message-input::after {
    content: "";
    position: absolute;
    background-color: #dff1fc;
    height: 100%;
    width: 100%;
    bottom: -74px;
    left: 0;
    z-index: -1
}

.chatzy-main .message-input input {
    width: calc(100% - 283px);
    border: 0;
    font-size: 16px;
    color: #7f8384;
    font-family: "Manrope", sans-serif
}

.chatzy-main .message-input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-color: rgba(0, 0, 0, 0) !important
}

.chatzy-main .message-input a svg {
    height: 22px;
    width: 22px;
    stroke: #0a98f1
}

.chatzy-main .message-input button svg {
    width: 22px;
    height: 22px
}

.chatzy-main .chat-content {
    position: relative
}

.chatzy-main .contact-content .contact-sub-content .user-profile {
    background-color: #fff;
    margin-bottom: 20px
}

.chatzy-main .contact-content .contact-sub-content .user-profile .user-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.chatzy-main .contact-content .contact-sub-content h3,
.chatzy-main .contact-content .contact-sub-content .h3 {
    text-transform: capitalize;
    color: #0a98f1;
    margin-bottom: 20px
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group:last-child {
    margin-bottom: 0
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group h3,
.chatzy-main .contact-content .contact-sub-content .personal-info-group .h3 {
    color: #2c2c2c;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(127, 131, 132, .15);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group h3 i,
.chatzy-main .contact-content .contact-sub-content .personal-info-group .h3 i {
    margin-right: 10px
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(127, 131, 132, .15);
    margin-bottom: 10px
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li p {
    margin-bottom: 0
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5,
.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li .h5 {
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
    color: rgba(44, 44, 44, .8)
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details,
.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li .details.h5 {
    float: right;
    font-size: calc(13px + 1*(100vw - 320px)/1600);
    color: #7f8384;
    margin-bottom: 0;
    margin-top: 4px;
    text-transform: lowercase;
    font-weight: 400;
    font-family: "Manrope", sans-serif
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .d-flex img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.chatzy-main .contact-content .contact-sub-content .social-info-group .integratin li:first-child {
    padding-top: 0
}

.chatzy-main .contact-content .contact-sub-content .social-info-group .integratin li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.chatzy-main .contact-content,
.chatzy-main .call-content,
.chatzy-main .chat-content {
    opacity: 0
}

.chatzy-main .contact-content.active,
.chatzy-main .call-content.active,
.chatzy-main .chat-content.active {
    opacity: 1;
    z-index: 3;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out
}

.chatzy-main .contact-content,
.chatzy-main .call-content {
    position: absolute;
    padding: 45px;
    min-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    background-color: rgba(10, 152, 241, .1);
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.chatzy-main .contact-content.active,
.chatzy-main .call-content.active {
    width: calc(100% - 0px)
}

.chatzy-main .contact-content .user-profile,
.chatzy-main .call-content .user-profile {
    -webkit-box-shadow: 0 0 5px rgba(127, 131, 132, .15);
    box-shadow: 0 0 5px rgba(127, 131, 132, .15);
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    max-width: 700px;
    margin: 0 auto
}

.chatzy-main .contact-content .user-profile .user-content,
.chatzy-main .call-content .user-profile .user-content {
    text-align: center
}

.chatzy-main .contact-content .user-profile .user-content img,
.chatzy-main .call-content .user-profile .user-content img {
    border-radius: 50%;
    width: 100px
}

.chatzy-main .contact-content .user-profile .user-content h3,
.chatzy-main .contact-content .user-profile .user-content .h3,
.chatzy-main .call-content .user-profile .user-content h3,
.chatzy-main .call-content .user-profile .user-content .h3 {
    margin-top: 15px
}

.chatzy-main .contact-content .user-profile .user-content ul,
.chatzy-main .call-content .user-profile .user-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.chatzy-main .contact-content .user-profile .user-content ul li,
.chatzy-main .call-content .user-profile .user-content ul li {
    font-size: 14px;
    margin-right: 15px 15px 0;
    text-transform: capitalize;
    line-height: 1;
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    padding: 15px;
    font-weight: 700
}

.chatzy-main .contact-content .user-profile .user-content ul li:first-child,
.chatzy-main .call-content .user-profile .user-content ul li:first-child {
    color: #ff5151
}

.chatzy-main .contact-content .user-profile .user-content ul li:first-child i,
.chatzy-main .call-content .user-profile .user-content ul li:first-child i {
    background-color: rgba(255, 81, 81, .15);
    color: #ff5151
}

.chatzy-main .contact-content .user-profile .user-content ul li:nth-child(2),
.chatzy-main .call-content .user-profile .user-content ul li:nth-child(2) {
    color: #0a98f1
}

.chatzy-main .contact-content .user-profile .user-content ul li:nth-child(2) i,
.chatzy-main .call-content .user-profile .user-content ul li:nth-child(2) i {
    background-color: rgba(10, 152, 241, .15);
    color: #0a98f1
}

.chatzy-main .contact-content .user-profile .user-content ul li:last-child,
.chatzy-main .call-content .user-profile .user-content ul li:last-child {
    margin-right: 0;
    color: #3fcc35
}

.chatzy-main .contact-content .user-profile .user-content ul li:last-child i,
.chatzy-main .call-content .user-profile .user-content ul li:last-child i {
    background-color: rgba(63, 204, 53, .15);
    color: #3fcc35
}

.chatzy-main .contact-content .user-profile .user-content ul li i,
.chatzy-main .call-content .user-profile .user-content ul li i {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(127, 131, 132, .15);
    -webkit-transition: all .05s ease;
    transition: all .05s ease
}

.chatzy-main .contact-content .call-log-main,
.chatzy-main .call-content .call-log-main {
    height: 415px;
    overflow: overlay;
    margin: 0 auto 15px;
    padding-right: 10px
}

.chatzy-main .contact-content .call-log-main .coll-log-group,
.chatzy-main .call-content .call-log-main .coll-log-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
    border-radius: 15px
}

.chatzy-main .contact-content .call-log-main .coll-log-group:last-child,
.chatzy-main .call-content .call-log-main .coll-log-group:last-child {
    margin-bottom: 0
}

.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-left .d-flex,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-left .d-flex svg,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-flex svg {
    width: 18px;
    margin-right: 10px
}

.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-left .d-flex .flex-grow-1 h5,
.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-left .d-flex .flex-grow-1 .h5,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-flex .flex-grow-1 h5,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-flex .flex-grow-1 .h5 {
    text-transform: capitalize
}

.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-left .d-flex .flex-grow-1 p,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-flex .flex-grow-1 p {
    text-transform: capitalize
}

.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-right h6,
.chatzy-main .contact-content .call-log-main .coll-log-group .log-content-right .h6,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-right h6,
.chatzy-main .call-content .call-log-main .coll-log-group .log-content-right .h6 {
    color: #2c2c2c
}

.chatzy-main .contact-content .call-log-clear,
.chatzy-main .call-content .call-log-clear {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 10px;
    right: 0;
    text-transform: capitalize;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    width: calc(100% - 30px)
}

.chatzy-main .contact-content .call-log-clear i,
.chatzy-main .call-content .call-log-clear i {
    font-size: 24px
}

.chatzy-main .contact-content .call-log-clear span,
.chatzy-main .call-content .call-log-clear span {
    display: block;
    font-size: 16px
}

.menu-active .chatzy-main .message-input {
    width: calc(100% - 850px);
    -webkit-transition: all .9s;
    transition: all .9s
}

.menu-active .chatzy-main .messages .contact-details {
    width: 50.6vw !important;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.dark {
    background-color: #031a28
}

.dark .for-light {
    display: none;
    margin: 0 auto
}

.dark .for-dark {
    display: block;
    margin: 0 auto
}

.dark .chatzy-container .chatzy-left-sidebar h1,
.dark .chatzy-container .chatzy-left-sidebar .h1,
.dark .chatzy-container .chatzy-left-sidebar h2,
.dark .chatzy-container .chatzy-left-sidebar .h2,
.dark .chatzy-container .chatzy-left-sidebar h3,
.dark .chatzy-container .chatzy-left-sidebar .h3,
.dark .chatzy-container .chatzy-left-sidebar h4,
.dark .chatzy-container .chatzy-left-sidebar .h4 {
    color: #fff !important
}

.dark .chatzy-container .chatzy-left-sidebar h5,
.dark .chatzy-container .chatzy-left-sidebar .h5,
.dark .chatzy-container .chatzy-left-sidebar h6,
.dark .chatzy-container .chatzy-left-sidebar .h6,
.dark .chatzy-container .chatzy-left-sidebar p,
.dark .chatzy-container .chatzy-left-sidebar span {
    color: #7f8384
}

.dark .chatzy-container .chatzy-left-sidebar select {
    color: #fff
}

.dark .chatzy-container .chatzy-left-sidebar .fevorite-tab {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .document-tab {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .contact-list-tab {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .notification-tab {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .settings-tab {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link {
    background-color: #102a44;
    color: rgba(255, 255, 255, .8) !important
}

.dark .chatzy-container .chatzy-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link svg {
    fill: rgba(255, 255, 255, .8) !important
}

.dark .chatzy-container .chatzy-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active {
    background-color: #0a98f1 !important
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .my-status-box {
    border-bottom: 1px solid #102a44
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box h3,
.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .h3 {
    background-color: #102a44
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content {
    border-bottom: 1px solid #102a44
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status {
    border: 2px solid #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content h5,
.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content .h5 {
    color: #fff
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-button {
    color: #fff
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-button::after {
    -webkit-filter: contrast(0.1);
    filter: contrast(0.1)
}

.dark .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item .accordion-collapse>.status-content .user-status::before {
    display: none
}

.dark .chatzy-container .chatzy-left-sidebar .recent-default {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .recent-default .recent {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    border: 3px solid #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile .h6 {
    color: rgba(255, 255, 255, .8) !important
}

.dark .chatzy-container .chatzy-left-sidebar .icon-btn.btn-outline-light {
    color: #fff !important;
    background-color: #102a44 !important
}

.dark .chatzy-container .chatzy-left-sidebar .fevorite-tab .chat-main li .bookmark-box {
    background: #102a44;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .chatzy-container .main-nav {
    border-right: 1px solid #102a44
}

.dark .chatzy-container .main-nav .logo-warpper {
    border-bottom: 1px solid #102a44
}

.dark .chatzy-container .chatzy-main .messages .calls .chat-friend-toggle .icon-btn {
    background-color: #102a44
}

.dark .chatzy-container .msg-box>li.gallery-img {
    background-color: #031a28 !important
}

.dark .chatzy-container .msg-box>li.gallery-img h4,
.dark .chatzy-container .msg-box>li.gallery-img .h4 {
    color: rgba(255, 255, 255, .8)
}

.dark .chatzy-container .msg-box>li.gallery-img .badge {
    background-color: #031a28
}

.dark .chatzy-container .chatzy-main {
    background-color: #102a44
}

.dark .chatzy-container .chatzy-main .chat-content {
    background-color: #04273c
}

.dark .chatzy-container .chatzy-main h5,
.dark .chatzy-container .chatzy-main .h5,
.dark .chatzy-container .chatzy-main h6,
.dark .chatzy-container .chatzy-main .h6 {
    color: #fff
}

.dark .chatzy-container .chatzy-main .messages {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.dark .chatzy-container .chatzy-main .messages .contact-details {
    color: #fff;
    background-color: #04273c;
    -webkit-box-shadow: 0 -55px 0px 0px #102a44;
    box-shadow: 0 -55px 0px 0px #102a44
}

.dark .chatzy-container .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1 h3,
.dark .chatzy-container .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1 .h3 {
    color: #fff
}

.dark .chatzy-container .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1::before {
    background-color: #fff
}

.dark .chatzy-container .chatzy-main .message-input {
    background-color: #031a28
}

.dark .chatzy-container .chatzy-main .message-input:after {
    background-color: #04273c
}

.dark .chatzy-container .chatzy-main .message-input input {
    background-color: #031a28
}

.dark .chatzy-container .chatzy-main .switchery {
    background-color: #102a44 !important
}

.dark .chatzy-container .chatzy-main .call-content {
    color: #fff;
    background-color: #04273c
}

.dark .chatzy-container .chatzy-main .call-content .user-profile {
    background-color: #031a28;
    -webkit-box-shadow: 0 0 5px #102a44;
    box-shadow: 0 0 5px #102a44
}

.dark .chatzy-container .chatzy-main .call-content .user-profile .user-content h3,
.dark .chatzy-container .chatzy-main .call-content .user-profile .user-content .h3,
.dark .chatzy-container .chatzy-main .call-content .user-profile .user-content h4,
.dark .chatzy-container .chatzy-main .call-content .user-profile .user-content .h4 {
    color: #fff
}

.dark .chatzy-container .chatzy-main .call-content .call-log-main .coll-log-group {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-main .call-content .call-log-main .coll-log-group .log-content-right h6,
.dark .chatzy-container .chatzy-main .call-content .call-log-main .coll-log-group .log-content-right .h6 {
    color: #fff
}

.dark .chatzy-container .chatzy-main .call-content .call-log-clear {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-main .contact-content {
    color: #fff;
    background-color: #04273c
}

.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .personal-info-group {
    color: #fff;
    background-color: #031a28
}

.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .personal-info-group h3,
.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .personal-info-group .h3 {
    border-bottom: 2px solid #102a44;
    color: #fff
}

.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li {
    border-bottom: 1px dashed #102a44
}

.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5,
.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li .h5 {
    color: #fff
}

.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .user-profile {
    background-color: #031a28;
    -webkit-box-shadow: 0 0 5px #102a44;
    box-shadow: 0 0 5px #102a44
}

.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .user-profile .user-content h3,
.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .user-profile .user-content .h3,
.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .user-profile .user-content h4,
.dark .chatzy-container .chatzy-main .contact-content .contact-sub-content .user-profile .user-content .h4 {
    color: #fff
}

.dark .app-sidebar.active .apps-ul .theme-title h3,
.dark .app-sidebar.active .apps-ul .theme-title .h3 {
    color: rgba(255, 255, 255, .9)
}

.dark .otp .left-page .otp-content {
    background-color: #102a44
}

.dark .otp .left-page .otp-content h5,
.dark .otp .left-page .otp-content .h5,
.dark .otp .left-page .otp-content h3,
.dark .otp .left-page .otp-content .h3 {
    color: #fff
}

.dark .otp .left-page .otp-content .form1 h4,
.dark .otp .left-page .otp-content .form1 .h4 {
    color: #fff
}

.dark .otp .otp-bg-img {
    background-color: #04273c
}

.dark .custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #102a44;
    box-shadow: inset 0 0 6px #102a44
}

.dark .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #031a28
}

.dark .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6,
.dark .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile .h6 {
    color: #fff !important
}

.dark .accordion-item {
    background-color: rgba(0, 0, 0, 0)
}

.dark .theme-according .card a {
    color: #fff
}

.dark .dynemic-sidebar .chat-main .notification-close {
    background-color: #102a44
}

.dark ul.chat-cont-setting {
    background-color: #102a44;
    -webkit-box-shadow: 0 0 10px 5px rgba(225, 241, 238, .1);
    box-shadow: 0 0 10px 5px rgba(225, 241, 238, .1)
}

.dark .collapse-block .block-title::after {
    color: #fff
}

.dark .default-form .form-group h5,
.dark .default-form .form-group .h5 {
    color: #fff
}

.dark .app-sidebar .apps-ul>li .todo-main .todo-main-content h6,
.dark .app-sidebar .apps-ul>li .todo-main .todo-main-content .h6 {
    color: #fff
}

.dark .app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .converstaion-docs h5,
.dark .app-sidebar .apps-ul>li .todo-main .todo-tab .tab-content .converstaion-docs .h5 {
    color: #fff
}

.dark .call-log-main .call-box .details h4,
.dark .call-log-main .call-box .details .h4 {
    color: #fff
}

.dark .app-sidebar .apps-ul>li .file-tab .tab-content .link-group {
    -webkit-box-shadow: 0px 0px 21px -16px rgba(127, 131, 132, .15);
    box-shadow: 0px 0px 21px -16px rgba(127, 131, 132, .15)
}

.dark .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .d-flex svg {
    background-color: #102a44;
    border-color: #102a44
}

.dark .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 h6,
.dark .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .flex-grow-1 .h6 {
    color: rgba(255, 255, 255, .8) !important
}

.dark .app-sidebar .apps-ul>li .file-tab .block-content {
    border-bottom: 1px solid rgba(4, 39, 60, .7)
}

.dark .app-sidebar .apps-ul>li .file-tab .block-title {
    color: rgba(255, 255, 255, .8)
}

.dark .app-sidebar .apps-ul .gallery-document .chat-box .details h6,
.dark .app-sidebar .apps-ul .gallery-document .chat-box .details .h6 {
    color: rgba(255, 255, 255, .7)
}

.dark .icon-btn.btn-outline-light {
    background-color: #102a44 !important;
    color: #fff !important
}

.dark .notes-modal-main .modal-content .card .card-header {
    background-color: #031a28;
    border-bottom-color: rgba(255, 255, 255, .2)
}

.dark .notes-modal-main .modal-content .card .card-header h5,
.dark .notes-modal-main .modal-content .card .card-header .h5 {
    color: #fff
}

.dark .notes-modal-main .modal-content .card .card-body {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.dark .notes-modal-main .modal-content .card .card-body h1,
.dark .notes-modal-main .modal-content .card .card-body .h1 {
    color: #fff
}

.dark .notes-modal-main .modal-content .card .card-body p {
    color: rgba(255, 255, 255, .8)
}

.dark .notes-modal-main .modal-content .card .card-footer {
    background-color: #031a28
}

.dark .msg-setting-main .badge.badge-img {
    background-color: #031a28 !important
}

.dark .msg-setting-main .msg-dropdown-main .msg-dropdown {
    background-color: #102a44;
    border-color: #102a44
}

.dark .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a {
    color: #fff
}

.dark .msg-setting-main .msg-dropdown-main .msg-dropdown ul li a i {
    color: #fff
}

.dark .dropdown-menu {
    background-color: #031a28;
    color: #fff
}

.dark .dropdown-menu li {
    color: #fff
}

.dark .reminder-modal-main .lable {
    color: #fff
}

.dark .todo-main-modal .modal-body .default-form .todo-task h5,
.dark .todo-main-modal .modal-body .default-form .todo-task .h5 {
    color: #fff
}

.dark .create-todo-main-modal .modal-body .default-form .todo-task h5,
.dark .create-todo-main-modal .modal-body .default-form .todo-task .h5 {
    color: #fff
}

.dark span {
    color: #fff
}

.dark .app-sidebar .apps-ul>li .todo-main .todo-main-content {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.dark .dropdown .dropdown-menu .dropdown-divider {
    background-color: #102a44;
    color: #fff
}

.dark .add-popup .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.dark .chatzy-right-sidebar .right-sidebar {
    background-color: #031a28
}

.dark .chatzy-right-sidebar .right-sidebar .contact-profile .theme-title h2,
.dark .chatzy-right-sidebar .right-sidebar .contact-profile .theme-title .h2 {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .contact-profile .theme-title h4,
.dark .chatzy-right-sidebar .right-sidebar .contact-profile .theme-title .h4 {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .contact-profile .theme-title .d-flex .flex-grow-1 .close-profile {
    background-color: #102a44;
    color: #102a44
}

.dark .chatzy-right-sidebar .right-sidebar .contact-profile .details .name h3,
.dark .chatzy-right-sidebar .right-sidebar .contact-profile .details .name .h3,
.dark .chatzy-right-sidebar .right-sidebar .contact-profile .details .name h6,
.dark .chatzy-right-sidebar .right-sidebar .contact-profile .details .name .h6 {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .document {
    border-color: #102a44
}

.dark .chatzy-right-sidebar .right-sidebar .document .filter-block .block-title {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .document .filter-block .block-title:after {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .document .filter-block .block-content .document-list li h5,
.dark .chatzy-right-sidebar .right-sidebar .document .filter-block .block-content .document-list li .h5 {
    color: rgba(255, 255, 255, .8)
}

.dark .chatzy-right-sidebar .right-sidebar .media-gallery {
    border-color: #102a44
}

.dark .chatzy-right-sidebar .right-sidebar .media-gallery .collapse-block h5,
.dark .chatzy-right-sidebar .right-sidebar .media-gallery .collapse-block .h5 {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .media-gallery .collapse-block h5::after,
.dark .chatzy-right-sidebar .right-sidebar .media-gallery .collapse-block .h5::after {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .media-gallery .collapse-block .block-content .share-media h6,
.dark .chatzy-right-sidebar .right-sidebar .media-gallery .collapse-block .block-content .share-media .h6 {
    color: rgba(255, 255, 255, .8)
}

.dark .chatzy-right-sidebar .right-sidebar .status {
    border-color: #102a44
}

.dark .chatzy-right-sidebar .right-sidebar .status h5,
.dark .chatzy-right-sidebar .right-sidebar .status .h5 {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .status h5::after,
.dark .chatzy-right-sidebar .right-sidebar .status .h5::after {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .status h5 label,
.dark .chatzy-right-sidebar .right-sidebar .status .h5 label {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .status .contact-chat .str-msg h5,
.dark .chatzy-right-sidebar .right-sidebar .status .contact-chat .str-msg .h5 {
    color: rgba(255, 255, 255, .8)
}

.dark .chatzy-right-sidebar .right-sidebar .status.other {
    border-color: #102a44
}

.dark .chatzy-right-sidebar .right-sidebar .status.other ul li h5 a,
.dark .chatzy-right-sidebar .right-sidebar .status.other ul li .h5 a {
    color: #fff
}

.dark .chatzy-right-sidebar .right-sidebar .status.other ul li h5 a svg,
.dark .chatzy-right-sidebar .right-sidebar .status.other ul li .h5 a svg {
    stroke: #fff
}

.dark .chat-main li.active {
    color: #fff;
    background-color: #102a44
}

.dark .switch-list li span {
    background-color: #102a44 !important
}

.dark .form-control {
    background-color: #031a28;
    color: rgba(255, 255, 255, .8)
}

.dark .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.dark .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.dark .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.dark .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.dark .form-control::placeholder {
    color: rgba(255, 255, 255, .5)
}

.dark .setting-block {
    border-top: 1px solid #102a44
}

.dark .setting-block .block {
    background-color: #031a28;
    border-top: 1px solid #102a44
}

.dark .setting-block .block .help>li {
    border-top: 1px dashed #102a44
}

.dark .setting-block .block .help>li a {
    color: #fff
}

.dark .integratin li {
    border-bottom: 1px solid #102a44
}

.dark .search2 {
    border-top: 1px solid #102a44
}

.dark .search2>div {
    color: #fff;
    background-color: #102a44
}

.dark .group-main li.active {
    color: #fff;
    background-color: #102a44
}

.dark .group-main ul.grop-icon li {
    border: 2px solid #102a44;
    color: #fff
}

.dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
    color: #fff;
    background-color: #031a28
}

.dark .groupuser .gr-chat-friend-toggle .gr-chat-frind-content::before {
    border-top: 12px solid #031a28
}

.dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn {
    border: 2px dashed #102a44 !important
}

.dark .msg-box>li h5,
.dark .msg-box>li .h5 {
    background-color: #031a28
}

.dark .msg-box>li .auto-gallery {
    background-color: #031a28
}

.dark .btn-light {
    color: #fff !important;
    background-color: #102a44
}

.dark .chat-main li .chat-box .details h4,
.dark .chat-main li .chat-box .details .h4 {
    color: #fff
}

.dark .theme-tab .nav-tabs .nav-item .nav-link {
    background-color: #102a44;
    color: #fff !important
}

.dark .chatzy-right-sidebar .contact-icon .other-media-icon li a {
    background-color: #102a44;
    border: none
}

.dark .chatzy-right-sidebar .contact-icon .other-media-icon li h6,
.dark .chatzy-right-sidebar .contact-icon .other-media-icon li .h6 {
    color: #fff
}

.dark .groupuser h4,
.dark .groupuser .h4 {
    color: #fff
}

.dark .groupuser .gr-chat-friend-toggle .add-grbtn.icon-btn svg {
    color: rgba(255, 255, 255, .8)
}

.dark .group-main .group-box .details h3,
.dark .group-main .group-box .details .h3 {
    color: #fff
}

.dark .right-chat-content h5,
.dark .right-chat-content .h5 {
    color: #fff;
    border-top-color: #102a44
}

.dark .contact-chat>ul>li.replies .msg-box li>h5,
.dark .contact-chat>ul>li.replies .msg-box li>.h5 {
    color: #fff
}

.dark .contact-chat>ul>li.replies .msg-box li .document {
    color: #fff
}

.dark .contact-chat>ul>li.replies .msg-box li .auto-gallery {
    color: #fff;
    background-color: #031a28
}

.dark .contact-chat>ul>li.sent .document .icon-btns a {
    color: #fff !important;
    background-color: #102a44 !important
}

.dark .contact-chat>ul.str-msg li .msg-box>li>h5,
.dark .contact-chat>ul.str-msg li .msg-box>li>.h5 {
    background-color: #102a44;
    color: #fff
}

.dark .msg-setting-main .msg-dropdown-main .msg-setting {
    background-color: #031a28 !important;
    color: #fff !important
}

.dark .emojis-main .sticker-contain {
    background-color: #102a44
}

.dark .emojis-main .emojis-contain {
    background-color: #102a44
}

.dark .emojis-main .emojis-contain .emojis-sub-contain::before {
    border-top: 12px solid #031a28
}

.dark .emojis-main .contact-poll .contact-poll-content {
    background-color: #102a44
}

.dark .emojis-main .contact-poll .contact-poll-content ul li a {
    color: #fff
}

.dark .emojis-main .contact-poll .contact-poll-content::before {
    border-top: 12px solid #102a44
}

.dark .snippet-modal-main h3,
.dark .snippet-modal-main .h3,
.dark .snippet-modal-main h5,
.dark .snippet-modal-main .h5,
.dark .pol-modal-main h3,
.dark .pol-modal-main .h3,
.dark .pol-modal-main h5,
.dark .pol-modal-main .h5,
.dark .add-contact-modal h3,
.dark .add-contact-modal .h3,
.dark .add-contact-modal h5,
.dark .add-contact-modal .h5,
.dark .fev-addcall-main h3,
.dark .fev-addcall-main .h3,
.dark .fev-addcall-main h5,
.dark .fev-addcall-main .h5 {
    color: #fff
}

.dark .snippet-modal-main .modal-content,
.dark .pol-modal-main .modal-content,
.dark .add-contact-modal .modal-content,
.dark .fev-addcall-main .modal-content {
    background-color: #031a28
}

.dark .snippet-modal-main .modal-content .modal-header,
.dark .pol-modal-main .modal-content .modal-header,
.dark .add-contact-modal .modal-content .modal-header,
.dark .fev-addcall-main .modal-content .modal-header {
    background-color: #102a44;
    border-bottom: 1px solid #102a44
}

.dark .snippet-modal-main .modal-content .modal-body .form-group textarea,
.dark .pol-modal-main .modal-content .modal-body .form-group textarea,
.dark .add-contact-modal .modal-content .modal-body .form-group textarea,
.dark .fev-addcall-main .modal-content .modal-body .form-group textarea {
    background-color: #102a44;
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group textarea::-webkit-input-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group textarea::-webkit-input-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group textarea::-webkit-input-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group textarea::-webkit-input-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group textarea::-moz-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group textarea::-moz-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group textarea::-moz-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group textarea::-moz-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group textarea:-ms-input-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group textarea:-ms-input-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group textarea:-ms-input-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group textarea:-ms-input-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group textarea::-ms-input-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group textarea::-ms-input-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group textarea::-ms-input-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group textarea::-ms-input-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group textarea::placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group textarea::placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group textarea::placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group textarea::placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group select,
.dark .pol-modal-main .modal-content .modal-body .form-group select,
.dark .add-contact-modal .modal-content .modal-body .form-group select,
.dark .fev-addcall-main .modal-content .modal-body .form-group select {
    background-color: #102a44;
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group input,
.dark .pol-modal-main .modal-content .modal-body .form-group input,
.dark .add-contact-modal .modal-content .modal-body .form-group input,
.dark .fev-addcall-main .modal-content .modal-body .form-group input {
    background-color: #102a44
}

.dark .snippet-modal-main .modal-content .modal-body .form-group input::-webkit-input-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group input::-webkit-input-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group input::-webkit-input-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group input::-webkit-input-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group input::-moz-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group input::-moz-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group input::-moz-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group input::-moz-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group input:-ms-input-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group input:-ms-input-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group input:-ms-input-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group input:-ms-input-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group input::-ms-input-placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group input::-ms-input-placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group input::-ms-input-placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group input::-ms-input-placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group input::placeholder,
.dark .pol-modal-main .modal-content .modal-body .form-group input::placeholder,
.dark .add-contact-modal .modal-content .modal-body .form-group input::placeholder,
.dark .fev-addcall-main .modal-content .modal-body .form-group input::placeholder {
    color: #fff
}

.dark .snippet-modal-main .modal-content .modal-body .form-group .post-poll,
.dark .pol-modal-main .modal-content .modal-body .form-group .post-poll,
.dark .add-contact-modal .modal-content .modal-body .form-group .post-poll,
.dark .fev-addcall-main .modal-content .modal-body .form-group .post-poll {
    background-color: #102a44
}

.dark .snippet-modal-main .modal-dialog::before,
.dark .pol-modal-main .modal-dialog::before,
.dark .add-contact-modal .modal-dialog::before,
.dark .fev-addcall-main .modal-dialog::before {
    border-bottom: 10px solid #031a28
}

.dark .accordion-button {
    background-color: rgba(0, 0, 0, 0) !important
}

.dark .chat-friend-toggle .chat-frind-content {
    background-color: #102a44
}

.dark .chat-friend-toggle .chat-frind-content ul li:first-child a svg {
    stroke: rgba(255, 255, 255, .9) !important
}

.dark .chat-friend-toggle .chat-frind-content ul li:last-child a svg {
    fill: rgba(255, 255, 255, .9) !important
}

.dark .search-form .form-group input {
    border: 1px solid #102a44;
    background-color: #102a44;
    color: rgba(255, 255, 255, .8)
}

.dark .search-form::before {
    color: #fff
}

.dark .theme-according .card .card-header {
    background-color: #102a44
}

.dark .theme-according .card .card-body {
    background-color: #102a44
}

.dark .card {
    background-color: #031a28
}

.dark .change-number .form-control {
    border-color: #102a44
}

.dark .rightchat.animat-rate .bg_circle>div {
    border: 3px solid #42434a
}

.dark .rightchat.animat-rate .cross1 {
    background: #42434a
}

.dark .rightchat.animat-rate .cross1::after {
    background: #42434a
}

.dark .rightchat.animat-rate .cross2 {
    background: #42434a
}

.dark .rightchat.animat-rate .cross2::after {
    background: #42434a
}

.dark .rightchat.animat-rate .cross {
    background: #42434a
}

.dark .rightchat.animat-rate .cross::after {
    background: #42434a
}

.dark .rightchat.animat-rate .dot1 {
    background-color: #42434a
}

.dark .left-page {
    background-color: rgba(3, 26, 40, .8)
}

.dark .login-page .login-content {
    background-color: #102a44 !important
}

.dark .login-page2 .login-content-main .login-content {
    background-color: #102a44;
    color: #fff
}

.dark .login-page2 .login-content-main .login-content h3,
.dark .login-page2 .login-content-main .login-content .h3 {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content h4,
.dark .login-page2 .login-content-main .login-content .h4 {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form1 .form-group .col-form-label {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form1 .form-group .form-control {
    background-color: #102a44
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .col-form-label {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control {
    background-color: #04273c;
    border: 1px solid #102a44
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::-moz-placeholder {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control:-ms-input-placeholder {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::-ms-input-placeholder {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder {
    color: #fff
}

.dark .login-page2 .login-content-main .login-content .login-content-header img {
    z-index: 140
}

.dark .login-page1 .left-page {
    background-color: #031a28
}

.dark .login-page1 .left-page h3,
.dark .login-page1 .left-page .h3 {
    color: #fff
}

.dark .login-page1 .left-page h4,
.dark .login-page1 .left-page .h4 {
    color: #fff
}

.dark .login-page .login-bg-img {
    background-color: #04273c
}

.dark .faq-section .accordion.theme-accordion .card .card-header button {
    background-color: #04273c !important
}

.dark .faq-img {
    background-color: #102a44
}

.dark .login-content {
    background-color: #031a28;
    color: #fff
}

.dark .login-content h3,
.dark .login-content .h3 {
    color: #fff
}

.dark .login-content h4,
.dark .login-content .h4 {
    color: #fff
}

.dark .login-content .form1 .form-group .col-form-label {
    color: #fff
}

.dark .login-content .form1 .form-group .form-control,
.dark .login-content .form1 .form-group .form-select {
    background-color: #04273c;
    border: 1px solid #102a44
}

.dark .login-content .form1 .form-group .form-control::-webkit-input-placeholder,
.dark .login-content .form1 .form-group .form-select::-webkit-input-placeholder {
    color: #fff
}

.dark .login-content .form1 .form-group .form-control::-moz-placeholder,
.dark .login-content .form1 .form-group .form-select::-moz-placeholder {
    color: #fff
}

.dark .login-content .form1 .form-group .form-control:-ms-input-placeholder,
.dark .login-content .form1 .form-group .form-select:-ms-input-placeholder {
    color: #fff
}

.dark .login-content .form1 .form-group .form-control::-ms-input-placeholder,
.dark .login-content .form1 .form-group .form-select::-ms-input-placeholder {
    color: #fff
}

.dark .login-content .form1 .form-group .form-control::placeholder,
.dark .login-content .form1 .form-group .form-select::placeholder {
    color: #fff
}

.dark .login-content .form1 .form-group .form-check h6,
.dark .login-content .form1 .form-group .form-check .h6 {
    color: #fff
}

.dark .login-content .form2 .form-group .col-form-label {
    color: #fff
}

.dark .login-content .form2 .form-group .form-control {
    background-color: #102a44;
    border: 1px solid #102a44
}

.dark .login-content .form2 .form-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.dark .login-content .form2 .form-group .form-control::-moz-placeholder {
    color: #fff
}

.dark .login-content .form2 .form-group .form-control:-ms-input-placeholder {
    color: #fff
}

.dark .login-content .form2 .form-group .form-control::-ms-input-placeholder {
    color: #fff
}

.dark .login-content .form2 .form-group .form-control::placeholder {
    color: #fff
}

.dark .login-content .form2 .form-group .form-check h6,
.dark .login-content .form2 .form-group .form-check .h6 {
    color: #fff
}

.dark .login-content .login-content-header img {
    z-index: 140
}

.dark .login-content .line h6,
.dark .login-content .line .h6 {
    color: #fff
}

.dark .right-login {
    background-color: #102a44
}

.dark .right-login.animat-rate .bg_circle>div {
    border: 3px solid #42434a
}

.dark .right-login.animat-rate .cross {
    background: #42434a
}

.dark .right-login.animat-rate .cross::after {
    background: #42434a
}

.dark .right-login.animat-rate .cross1 {
    background: #42434a
}

.dark .right-login.animat-rate .cross1::after {
    background: #42434a
}

.dark .right-login.animat-rate .cross2 {
    background: #42434a
}

.dark .right-login.animat-rate .cross2::after {
    background: #42434a
}

.dark .right-login.animat-rate .dot {
    background-color: #42434a
}

.dark .right-login.animat-rate .dot1 {
    background-color: #42434a
}

.dark .right-login .maincircle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.7019607843)), to(rgba(25, 29, 31, 0.7019607843)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.7019607843), rgba(25, 29, 31, 0.7019607843))
}

.dark .right-login .top-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .right-login .center-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .right-login .bottom-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .right-login .bottom-circle1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .right-login .right-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .right-login .right-circle1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2 {
    background-color: #031a28
}

.dark .login-page2.animat-rate .bg_circle>div {
    border: 3px solid #42434a
}

.dark .login-page2.animat-rate .cross {
    background: #42434a
}

.dark .login-page2.animat-rate .cross::after {
    background: #42434a
}

.dark .login-page2.animat-rate .cross1 {
    background: #42434a
}

.dark .login-page2.animat-rate .cross1::after {
    background: #42434a
}

.dark .login-page2.animat-rate .cross2 {
    background: #42434a
}

.dark .login-page2.animat-rate .cross2::after {
    background: #42434a
}

.dark .login-page2.animat-rate .maincircle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .top-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .center-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .bottom-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .bottom-circle1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .right-circle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .right-circle1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f), color-stop(rgba(25, 29, 31, 0.4509803922)), to(rgba(25, 29, 31, 0.1490196078)));
    background-image: linear-gradient(#191d1f, rgba(25, 29, 31, 0.4509803922), rgba(25, 29, 31, 0.1490196078))
}

.dark .login-page2.animat-rate .quarterCircle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191d1f));
    background-image: linear-gradient(#191d1f)
}

.dark .login-page2.animat-rate .dot {
    background-color: #42434a
}

.dark .login-page2.animat-rate .dot1 {
    background-color: #42434a
}

.dark .about-page {
    background-color: #102a44
}

.dark .counter-box-second {
    background-color: #102a44
}

.dark .counter-box-second .counter-box h6,
.dark .counter-box-second .counter-box .h6 {
    color: #fff
}

.dark .counter-box-second .counter-box span {
    color: #fff
}

.dark .error-main .error-contain h1,
.dark .error-main .error-contain .h1 {
    color: #fff
}

.dark .error-main .error-contain h2,
.dark .error-main .error-contain .h2,
.dark .error-main .error-contain h4,
.dark .error-main .error-contain .h4 {
    color: #fff
}

.dark .blog-box h3,
.dark .blog-box .h3 {
    color: #fff
}

.dark .blog-page .blog-sidebar p {
    color: rgba(255, 255, 255, .6) !important
}

.dark .blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex .flex-grow-1 h6,
.dark .blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex .flex-grow-1 .h6 {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex .flex-grow-1 p {
    color: rgba(255, 255, 255, .6)
}

.dark .blog-page .blog-sidebar .blog-card .recent-blog li .d-flex .flex-grow-1 h6,
.dark .blog-page .blog-sidebar .blog-card .recent-blog li .d-flex .flex-grow-1 .h6 {
    color: #fff
}

.dark .blog-right-sidebar h3,
.dark .blog-right-sidebar .h3 {
    color: #fff
}

.dark .blog-right-sidebar .d-flex .flex-grow-1 p {
    color: rgba(255, 255, 255, .6)
}

.dark .about-page h1,
.dark .about-page .h1,
.dark .about-page h2,
.dark .about-page .h2,
.dark .about-page h3,
.dark .about-page .h3,
.dark .about-page h4,
.dark .about-page .h4,
.dark .about-page p {
    color: #fff
}

.dark .about-page .about-tab {
    border: 1px solid #102a44
}

.dark .about-page .about-tab nav {
    border-right: 1px solid #102a44
}

.dark .about-page .about-tab .nav-pills .nav-link {
    color: #fff
}

.dark .tab-content>.tab-pane {
    color: #fff
}

.dark .testimonial-box::before {
    background-color: rgba(3, 26, 40, .8)
}

.dark .testimonial-box .test-img {
    background-color: #031a28
}

.dark .counter-sec .counter-title .title-line {
    color: #fff
}

.dark .counter-box-second::before {
    background-color: rgba(3, 26, 40, .8)
}

.dark .secure-app-main {
    background-color: #102a44
}

.dark .secure-app-main .secure-app-content h1,
.dark .secure-app-main .secure-app-content .h1,
.dark .secure-app-main .secure-app-content h4,
.dark .secure-app-main .secure-app-content .h4 {
    color: #fff
}

.dark .secure-app-main .secure-app-content .ply-main h3,
.dark .secure-app-main .secure-app-content .ply-main .h3 {
    color: #fff
}

.dark .secure-app-main .secure-app-content .ply-main h3 span,
.dark .secure-app-main .secure-app-content .ply-main .h3 span {
    color: #fff
}

.dark .team h2,
.dark .team .h2,
.dark .team h3,
.dark .team .h3,
.dark .team h4,
.dark .team .h4,
.dark .team p {
    color: #fff
}

.dark .team h2,
.dark .team .h2 {
    border-bottom: 1px solid #102a44
}

.dark .team .team-content {
    border: 1px solid #102a44
}

.dark .rtl .about-page .about-tab .nav {
    border-left: 1px solid #102a44
}

.dark .testimonial-box {
    background-color: #102a44
}

.dark .testimonial-box .test-contain h3,
.dark .testimonial-box .test-contain .h3,
.dark .testimonial-box .test-contain h4,
.dark .testimonial-box .test-contain .h4,
.dark .testimonial-box .test-contain h6,
.dark .testimonial-box .test-contain .h6 {
    color: #fff
}

.dark .element-card {
    background-color: #102a44
}

.dark .element-card .typography h1,
.dark .element-card .typography .h1,
.dark .element-card .typography h2,
.dark .element-card .typography .h2,
.dark .element-card .typography h3,
.dark .element-card .typography .h3,
.dark .element-card .typography h4,
.dark .element-card .typography .h4,
.dark .element-card .typography h5,
.dark .element-card .typography .h5,
.dark .element-card .typography h6,
.dark .element-card .typography .h6,
.dark .element-card .typography p,
.dark .element-card .typography span {
    color: #fff
}

.dark .element-card .heading {
    border-bottom: 1px solid #031a28
}

.dark .element-card .heading h2,
.dark .element-card .heading .h2 {
    color: #fff
}

.dark .faq-block h2,
.dark .faq-block .h2,
.dark .faq-block p {
    color: #fff
}

.dark .faq-block h5,
.dark .faq-block .h5 {
    background-color: #102a44
}

.dark .faq-section .accordion.theme-accordion .card .collapse.show {
    border-top: 1px solid #102a44
}

.dark .faq-section .accordion.theme-accordion .card .card-header button {
    color: #fff
}

.dark .faq-section .accordion.theme-accordion .card .card-header button:before {
    border-top: 6px solid #fff
}

.dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
    border-bottom: 6px solid #fff
}

.dark .faq-section .accordion.theme-accordion .card {
    border: none
}

.dark .faq-section .accordion.theme-accordion .card .card-body p {
    color: #fff
}

.dark .faq-section .faq-search-box {
    border: 2px solid #102a44;
    background-color: #102a44
}

.dark .faq-section .faq-search-box .input-group .form-control {
    background-color: #102a44
}

.dark .faq-section .faq-search-box .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.dark .faq-section .faq-search-box .input-group .form-control::-moz-placeholder {
    color: #fff
}

.dark .faq-section .faq-search-box .input-group .form-control:-ms-input-placeholder {
    color: #fff
}

.dark .faq-section .faq-search-box .input-group .form-control::-ms-input-placeholder {
    color: #fff
}

.dark .faq-section .faq-search-box .input-group .form-control::placeholder {
    color: #fff
}

.dark .btn-link {
    background-color: #102a44
}

.dark .fa-search:before {
    color: #fff
}

.dark .app-design-main .contant-box h2,
.dark .app-design-main .contant-box .h2,
.dark .app-design-main .contant-box h4,
.dark .app-design-main .contant-box .h4 {
    color: #fff
}

.dark .chatzy-main .chatzy-contain h1,
.dark .chatzy-main .chatzy-contain .h1,
.dark .chatzy-main .chatzy-contain h3,
.dark .chatzy-main .chatzy-contain .h3,
.dark .chatzy-main .chatzy-contain h4,
.dark .chatzy-main .chatzy-contain .h4,
.dark .chatzy-main .chatzy-contain span {
    color: #fff
}

.dark .chatzy-main .chatzy-contain ul.detial-price li {
    color: #fff
}

.dark .team-work-main h1,
.dark .team-work-main .h1,
.dark .team-work-main h3,
.dark .team-work-main .h3,
.dark .team-work-main h4,
.dark .team-work-main .h4,
.dark .team-work-main span {
    color: #fff
}

.dark .team-work-main .team-work-content h1,
.dark .team-work-main .team-work-content .h1,
.dark .team-work-main .team-work-content h3,
.dark .team-work-main .team-work-content .h3,
.dark .team-work-main .team-work-content h4,
.dark .team-work-main .team-work-content .h4 {
    color: #fff
}

.dark .team-work-main .team-work-content .ply-main h3,
.dark .team-work-main .team-work-content .ply-main .h3 {
    color: #fff
}

.dark .subscribe-content h1,
.dark .subscribe-content .h1,
.dark .subscribe-content h4,
.dark .subscribe-content .h4,
.dark .subscribe-content span {
    color: #fff
}

.dark .blog-detail-page h3,
.dark .blog-detail-page .h3 {
    color: #fff
}

.dark .blog-detail-page .blog-detail {
    background-color: #102a44;
    border: 1px solid #102a44
}

.dark .blog-detail-page .blog-detail p {
    color: #fff
}

.dark .blog-detail-page .blog-detail .post-social {
    color: #fff;
    border-bottom: 1px solid #102a44
}

.dark .blog-detail-page .blog-detail .post-social li+li {
    border-left: 1px solid #102a44
}

.dark .blog-detail-page .blog-detail h2,
.dark .blog-detail-page .blog-detail .h2 {
    color: #fff
}

.dark .blog-detail-page .blog-commant {
    background-color: #102a44;
    border: 1px solid #102a44
}

.dark .blog-detail-page .blog-commant .comment-section li {
    border-top: 1px solid #102a44
}

.dark .blog-detail-page .blog-commant .comment-section li h6,
.dark .blog-detail-page .blog-commant .comment-section li .h6,
.dark .blog-detail-page .blog-commant .comment-section li span,
.dark .blog-detail-page .blog-commant .comment-section li p {
    color: #fff
}

.dark .blog-detail-page .blog-contact {
    background-color: #102a44;
    border: 1px solid #102a44
}

.dark .blog-detail-page .blog-contact label {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form label {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form input {
    border-color: #102a44;
    background-color: #031a28
}

.dark .blog-detail-page .blog-contact .theme-form input::-webkit-input-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form input::-moz-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form input:-ms-input-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form input::-ms-input-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form input::placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form textarea {
    background-color: #031a28
}

.dark .blog-detail-page .blog-contact .theme-form textarea::-webkit-input-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form textarea::-moz-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form textarea:-ms-input-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form textarea::-ms-input-placeholder {
    color: #fff
}

.dark .blog-detail-page .blog-contact .theme-form textarea::placeholder {
    color: #fff
}

.dark .blog-page .blog-sidebar h4,
.dark .blog-page .blog-sidebar .h4,
.dark .blog-page .blog-sidebar h5,
.dark .blog-page .blog-sidebar .h5,
.dark .blog-page .blog-sidebar h6,
.dark .blog-page .blog-sidebar .h6,
.dark .blog-page .blog-sidebar p {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card {
    border: 1px solid #102a44;
    background-color: #102a44
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group {
    background-color: #031a28
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control {
    background-color: #031a28
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::-moz-placeholder {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control:-ms-input-placeholder {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::-ms-input-placeholder {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control::placeholder {
    color: #fff
}

.dark .blog-page .blog-sidebar .blog-card .blog-search .input-group span i {
    color: #fff
}

.dark .blog-card .default-form .form-group textarea,
.dark .blog-card .default-form .form-group input {
    background-color: #102a44;
    border-color: #031a28
}

.dark .content-title h2,
.dark .content-title .h2 {
    color: #fff
}

.dark .index-main .trending-features .features-contant h2,
.dark .index-main .trending-features .features-contant .h2 {
    color: #fff
}

.dark .index-main .trending-features .features-contant h4,
.dark .index-main .trending-features .features-contant .h4 {
    color: rgba(255, 255, 255, .5)
}

.dark .index-main>.app-responsive .app-text-box h2,
.dark .index-main>.app-responsive .app-text-box .h2 {
    color: #fff
}

.dark .index-main>.app-responsive .app-text-box p {
    color: rgba(255, 255, 255, .6)
}

.dark .index-main>.app-responsive .app-text-box .home-info li .factors h4,
.dark .index-main>.app-responsive .app-text-box .home-info li .factors .h4 {
    color: rgba(255, 255, 255, .5)
}

.dark .index-main>.team-work-main .team-work-content .ply-main h3,
.dark .index-main>.team-work-main .team-work-content .ply-main .h3 {
    color: rgba(255, 255, 255, .8)
}

.dark .index-main>.team-work-main .team-work-content .ply-main::before {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(1, 30, 48, 0)), to(#0a98f1));
    background-image: linear-gradient(to left, rgba(1, 30, 48, 0), #0a98f1)
}

.dark .index-main>.team-work-main .team-work-content h2,
.dark .index-main>.team-work-main .team-work-content .h2 {
    color: #fff
}

.dark .index-main>.team-work-main .team-work-content h4,
.dark .index-main>.team-work-main .team-work-content .h4 {
    color: rgba(255, 255, 255, .5)
}

.dark .index-main .theme-features .theme-features-content .d-flex .flex-grow-1 h3,
.dark .index-main .theme-features .theme-features-content .d-flex .flex-grow-1 .h3 {
    color: #fff
}

.dark .index-main .theme-features .theme-features-content .d-flex .flex-grow-1 p {
    color: rgba(255, 255, 255, .5)
}

.dark .index-main .pricing-section .pricing-tag h3,
.dark .index-main .pricing-section .pricing-tag .h3 {
    color: rgba(255, 255, 255, .8)
}

.dark .index-main .pricing-section .pricing-box {
    background-color: rgba(239, 241, 242, .1)
}

.dark .index-main .pricing-section .pricing-box>div .pricing-content span {
    color: rgba(255, 255, 255, .8)
}

.dark .index-main .pricing-section .pricing-box>div .pricing-content h2,
.dark .index-main .pricing-section .pricing-box>div .pricing-content .h2 {
    color: #fff
}

.dark .index-main .pricing-section .pricing-box h4,
.dark .index-main .pricing-section .pricing-box .h4 {
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.dark .index-main .pricing-section .pricing-box .avb-price li {
    color: rgba(255, 255, 255, .6)
}

.dark .secure-app-main .secure-app-content .ply-main::after {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(1, 30, 48, 0)), to(#0a98f1));
    background-image: linear-gradient(to left, rgba(1, 30, 48, 0), #0a98f1)
}

.dark .secure-app-main .secure-app-content h2,
.dark .secure-app-main .secure-app-content .h2 {
    color: #fff
}

.dark .blog-page .blog-list {
    background-color: #102a44
}

.dark .blog-page .blog-side {
    background-color: #102a44;
    border: 1px solid #102a44
}

.dark .blog-page .blog-side .blog-details-main .d-flex .flex-grow-1 h5,
.dark .blog-page .blog-side .blog-details-main .d-flex .flex-grow-1 .h5 {
    color: #fff
}

.dark .blog-page .blog-side .blog-details-main h3,
.dark .blog-page .blog-side .blog-details-main .h3 {
    color: #fff
}

.dark .blog-page .blog-media .blog-right h6,
.dark .blog-page .blog-media .blog-right .h6,
.dark .blog-page .blog-media .blog-right h4,
.dark .blog-page .blog-media .blog-right .h4,
.dark .blog-page .blog-media .blog-right p {
    color: #fff
}

.dark .blog-page .blog-media .blog-right ul li {
    color: #fff
}

.dark .blog-page .blog-media .blog-right ul li+li {
    border-left: 1px solid #102a44
}

.dark .blog-page .blog-sidebar .blog-card .blog-follow li i {
    background-color: #031a28
}

.dark .inner-page header {
    background-color: #102a44;
    border-bottom: 1px solid #102a44
}

.dark .navbar-light .navbar-nav .active>.nav-link {
    color: #0a98f1 !important
}

.dark .navbar-light .navbar-nav .nav-link {
    color: #f2efef !important
}

.dark header .landing-header .navbar-collapse ul li a {
    color: #f2efef !important
}

.dark .landing-header .dropdown-menu {
    border: 1px solid #102a44
}

.dark header .landing-header.fixed .main-menu .navbar-nav>li>a {
    color: #f2efef !important
}

.dark .login-page2 .login-content-main .login-content2 {
    background-color: #102a44
}

.dark .testimonial-box .test-contain ul.test-icon li {
    background-color: #031a28
}

.dark .testimonial-slider .owl-nav button.owl-prev,
.dark .testimonial-slider .owl-nav button.owl-next {
    background-color: #102a44
}

.dark .search-form .form-group .icon-close svg {
    stroke: #fff
}

.dark footer {
    background-color: #102a44;
    border-top: 1px solid #102a44
}

.dark footer h3,
.dark footer .h3,
.dark footer p {
    color: #fff
}

.dark footer .links li a {
    color: #fff
}

.dark footer .copyright p {
    color: #fff
}

.dark .introjs-tooltipReferenceLayer .introjs-tooltip {
    background-color: #102a44;
    color: #fff
}

.dark .introjs-tooltipReferenceLayer .introjs-arrow.left {
    border-right-color: #102a44
}

.dark .video-box {
    background-color: #102a44
}

.dark .video-box .info-block .star-ratings ul li {
    color: rgba(255, 255, 255, .8)
}

.dark .player-box {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.dark .player-box .main-wrapper {
    background-color: #102a44
}

.dark .player-box .main-wrapper .song-wrapper .song-info .song-info-title {
    color: #fff
}

.dark .app-sidebar {
    background-color: #031a28
}

.dark .app-sidebar.active .apps-ul>li.active {
    background-color: #031a28
}

.dark .app-sidebar.active .apps-ul>li .notes-main .notes-list {
    border: 1px solid #102a44
}

.dark .app-sidebar.active .apps-ul>li .notes-main .notes-list h5,
.dark .app-sidebar.active .apps-ul>li .notes-main .notes-list .h5 {
    color: rgba(255, 255, 255, .8)
}

.dark .app-sidebar.active .apps-ul>li .notes-main a.line {
    border-top: 1px solid #102a44
}

.dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list-disp {
    border: 2px solid #102a44
}

.dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list .target-reminder-list {
    border: 2px solid #102a44
}

.dark .app-sidebar.active .apps-ul>li .reminder-main .reminder-list button {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .file-tab .tab-content .link-group {
    border: 1px solid #102a44
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task h4,
.dark .app-sidebar.active .apps-ul>li .todo-main .todo-tab .tab-content .todo-task .h4 {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content {
    background-color: #102a44
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input {
    background-color: #102a44
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::-webkit-input-placeholder {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::-moz-placeholder {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input:-ms-input-placeholder {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::-ms-input-placeholder {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .input-text input::placeholder {
    color: #fff
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input {
    background-color: #102a44
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker input:focus {
    background-color: #031a28
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu {
    background-color: #102a44
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu .dropdown-divider {
    background-color: #102a44;
    border-bottom: 1px solid #102a44
}

.dark .app-sidebar.active .apps-ul>li .todo-main .todo-main-content .drop-picker .dropdown-menu li {
    color: #fff
}

.dark .app-sidebar .tab-card {
    border: 1px solid none
}

.dark .app-sidebar h5,
.dark .app-sidebar .h5,
.dark .app-sidebar h6,
.dark .app-sidebar .h6,
.dark .app-sidebar p,
.dark .app-sidebar h2,
.dark .app-sidebar .h2,
.dark .app-sidebar h4,
.dark .app-sidebar .h4 {
    color: #fff
}

.dark .app-sidebar .app-list {
    border-left: 2px solid #102a44
}

.dark .app-sidebar .default-form select {
    background: rgba(225, 241, 238, .06) !important;
    color: #fff
}

.dark .app-sidebar .app-list-ul .title {
    border-bottom: 1px solid #102a44
}

.dark .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li {
    background-color: #102a44
}

.dark .datepicker {
    background: #102a44;
    color: #fff
}

.dark .datepicker--pointer {
    background: #102a44;
    border-top: 1px solid #102a44;
    border-right: 1px solid #102a44
}

.dark .datepicker--nav {
    border-bottom: 1px solid #102a44
}

.dark .text-muted {
    color: #fff !important
}

.dark .chatzy-container .chatzy-main .message-input input {
    outline: none
}

.dark .datepicker--cell.-focus- {
    background: #0a98f1 !important
}

.dark .modal-content {
    background-color: #031a28
}

.dark .modal-content .default-form .form-group input {
    background-color: #102a44
}

.dark .modal-content .default-form .form-group textarea {
    background-color: #102a44
}

.dark .modal-content .default-form .form-group textarea::-webkit-input-placeholder {
    color: #fff
}

.dark .modal-content .default-form .form-group textarea::-moz-placeholder {
    color: #fff
}

.dark .modal-content .default-form .form-group textarea:-ms-input-placeholder {
    color: #fff
}

.dark .modal-content .default-form .form-group textarea::-ms-input-placeholder {
    color: #fff
}

.dark .modal-content .default-form .form-group textarea::placeholder {
    color: #fff
}

.dark .modal-content .default-form select {
    background: rgba(225, 241, 238, .06)
}

.dark .modal-content .modal-body .form-group ul.reminder-count li+li {
    background-color: #102a44
}

.dark .modal-content .modal-body .form-group ul.reminder-count li .remi-num {
    color: #0a98f1
}

.dark .modal-content .modal-body .form-group ul.reminder-count li .remi-val {
    color: #0a98f1
}

.dark .modal-content .modal-body .form-group label {
    color: #fff
}

.dark .modal-content .modal-body .form-group input::-webkit-input-placeholder {
    color: #fff
}

.dark .modal-content .modal-body .form-group input::-moz-placeholder {
    color: #fff
}

.dark .modal-content .modal-body .form-group input:-ms-input-placeholder {
    color: #fff
}

.dark .modal-content .modal-body .form-group input::-ms-input-placeholder {
    color: #fff
}

.dark .modal-content .modal-body .form-group input::placeholder {
    color: #fff
}

.dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select {
    color: #fff
}

.dark .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input {
    color: #fff
}

.dark .add-popup .modal-header {
    border-bottom-color: #102a44
}

.dark .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select {
    color: #fff
}

.dark .slider-block {
    background-image: url(../images/landing/3.jpg) !important
}

.dark .slider-block .slider-main .slider-contain h1,
.dark .slider-block .slider-main .slider-contain .h1,
.dark .slider-block .slider-main .slider-contain h4,
.dark .slider-block .slider-main .slider-contain .h4 {
    color: #fff
}

@media(max-width: 1199px) {
    .dark header .landing-header .navbar-collapse {
        background-color: #031a28;
        border: 1px solid #102a44
    }
}

@media(max-width: 1367px) {
    .dark .secure-app-main .secure-app-content {
        background-color: rgba(16, 42, 68, .5)
    }
}

@media(max-width: 991px) {
    .dark .error-contain {
        background-color: rgba(3, 26, 40, .7)
    }
}

.dark-sidebar .chat-main li .chat-box .date-status .ti-pin2:before {
    color: #fff
}

.dark-sidebar .btn-light:focus,
.dark-sidebar .btn-light:active,
.dark-sidebar .btn-light.active {
    -webkit-box-shadow: 0 0 3px 2px #828282;
    box-shadow: 0 0 3px 2px #828282
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .recent-default {
    background-color: #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .recent-default .recent {
    background-color: #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    border: 3px solid #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile .h6 {
    color: #fff !important
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .fevorite-tab,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .document-tab,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .contact-list-tab,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .notification-tab,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .settings-tab {
    background-color: #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab {
    background-color: #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box h3,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .h3 {
    background-color: #102a44;
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content {
    border-bottom: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status {
    border: 2px solid #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li h4,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .h4 {
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item {
    background-color: rgba(0, 0, 0, 0)
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .accordion .accordion-item .accordion-header button {
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .status-tab .my-status-box {
    border-bottom: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar h1,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .h1,
.dark-sidebar .chatzy-container .chatzy-left-sidebar h2,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .h2,
.dark-sidebar .chatzy-container .chatzy-left-sidebar h3,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .h3,
.dark-sidebar .chatzy-container .chatzy-left-sidebar h4,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .h4 {
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar h5,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .h5,
.dark-sidebar .chatzy-container .chatzy-left-sidebar h6,
.dark-sidebar .chatzy-container .chatzy-left-sidebar .h6,
.dark-sidebar .chatzy-container .chatzy-left-sidebar p,
.dark-sidebar .chatzy-container .chatzy-left-sidebar span {
    color: rgba(255, 255, 255, .6)
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar select {
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .icon-btn.btn-outline-light {
    background-color: #102a44 !important;
    color: #fff !important
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .search-form input {
    background-color: #031a28;
    border: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .search-form::before {
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .search2 {
    border-top: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .search2>div {
    background-color: #102a44
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .chat-main li.active {
    background-color: #102a44;
    border-left: 4px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .setting-block .block {
    background-color: #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .theme-according .card {
    background-color: #031a28
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .theme-according .card .card-header {
    background-color: #102a44
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .theme-according .card .card-body {
    background-color: #102a44
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .integratin li {
    border-bottom: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .setting-block {
    border-top: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .setting-block .block {
    border-top: 1px solid #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .setting-block .block .help>li {
    border-top: 1px dashed #414248
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .setting-block .block .help>li a {
    color: #fff
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .setting-block .block a {
    color: #0a98f1
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link {
    background-color: #102a44 !important;
    color: #fff !important
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .theme-tab .nav-tabs .nav-item .nav-link.active {
    color: #fff !important;
    background-color: #0a98f1 !important
}

.dark-sidebar .chatzy-container .chatzy-left-sidebar .group-main li.active {
    background-color: #102a44;
    border-left: 4px solid #414248
}

.dark-sidebar .chatzy-container .main-nav {
    border-right: 1px solid #414248
}

.dark-sidebar .chatzy-container .main-nav .logo-warpper {
    border-bottom: 1px solid #414248
}

.dark-sidebar .chatzy-container .main-nav .btn-light {
    background-color: #102a44 !important;
    color: #fff !important
}

.dark-sidebar .chatzy-container .change-number .form-control {
    border-color: #414248
}

.dark-sidebar .chatzy-container .form-control {
    background-color: #031a28
}

.dark-sidebar .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg {
    fill: rgba(255, 255, 255, .7) !important
}

.dark-sidebar #group .search2 input {
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1367px) {
    .dark-sidebar .secure-app-main .secure-app-content {
        background-color: #031a28
    }

    .dark-sidebar header .landing-header.fixed .main-menu .navbar-nav>li>a {
        color: #fff !important
    }
}

@media(max-width: 1200px) {
    .dark-sidebar .inner-page header .landing-header .navbar-collapse {
        background-color: #031a28;
        border: 1px solid #414248
    }
}

.rtl {
    direction: rtl
}

.rtl .header-icon::before {
    right: 0;
    left: unset
}

.rtl .header-icon:after {
    right: 0;
    left: unset
}

.rtl .chat-friend-toggle .chat-frind-content {
    left: 0;
    right: unset;
    text-align: right
}

.rtl .chat-friend-toggle .chat-frind-content ul li {
    padding-left: unset !important;
    padding-right: 50px !important
}

.rtl .chat-friend-toggle .chat-frind-content ul li a {
    left: unset;
    right: 0
}

.rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group input {
    border-radius: 15px !important
}

.rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span {
    right: unset;
    left: 0
}

.rtl .faq-pages img {
    left: unset;
    right: -16%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .app-sidebar.active .apps .apps-ul .file-tab #tab3 .chat-box .d-flex .flex-grow-1 .icon-btn.btn-outline-light {
    left: 0 !important;
    right: unset !important
}

.rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list .target-reminder-list .reminder-disp .reminder-toggle {
    left: 0 !important;
    right: unset !important
}

.rtl .create-todo-main-modal .todo-task .todo-main-content .form-group input+input {
    padding-left: unset;
    padding-right: 10px
}

.rtl .chatzy-right-sidebar .contact-profile-img .profile .icon-btn {
    left: 24px;
    right: unset
}

.rtl .chatzy-right-sidebar .contact-profile-img .profile .profile-content {
    right: 20px;
    left: unset
}

.rtl .chat-main li .chat-box .icon-btn.btn-outline-light:last-child {
    left: 45px;
    right: unset
}

.rtl .right-chat-content h5,
.rtl .right-chat-content .h5 {
    padding: 20px 30px 20px 0px
}

.rtl .introjs-tooltipReferenceLayer .introjs-tooltip {
    right: 70px !important
}

.rtl .introjs-tooltip .introjs-bullets {
    text-align: right
}

.rtl .introjs-tooltip .introjs-tooltipbuttons {
    text-align: right
}

.rtl .introjs-tooltip .introjs-button.introjs-prevbutton {
    border-radius: 0px 15px 15px 0px
}

.rtl .introjs-tooltip .introjs-button.introjs-nextbutton {
    border-radius: 15px 0px 0px 15px
}

.rtl .introjs-skipbutton {
    margin-left: 5px;
    margin-right: unset
}

.rtl .add-contact-modal .modal-dialog:before {
    right: 13px;
    left: unset
}

.rtl .fev-addcall-main .modal-dialog:before {
    right: 13px;
    left: unset
}

.rtl .add-contact-modal .modal-dialog {
    margin-left: unset;
    margin-right: 415px
}

.rtl .modal-footer>:not(:first-child) {
    margin-left: .25rem;
    margin-right: unset
}

.rtl .add-popup .close {
    left: 0;
    right: unset;
    border-radius: 0 0 90px 0
}

.rtl .add-popup .close span {
    left: 20px;
    right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg {
    margin-right: unset;
    margin-left: 5px
}

.rtl .dropdown .dropdown-menu .dropdown-divider h5,
.rtl .dropdown .dropdown-menu .dropdown-divider .h5 {
    margin-right: 10px;
    margin-left: unset
}

.rtl .chatzy-left-sidebar .search-form:before {
    top: 25px
}

.rtl .chatzy-left-sidebar .fevorite-tab,
.rtl .chatzy-left-sidebar .document-tab,
.rtl .chatzy-left-sidebar .contact-list-tab,
.rtl .chatzy-left-sidebar .notification-tab,
.rtl .chatzy-left-sidebar .settings-tab,
.rtl .chatzy-left-sidebar .recent-default,
.rtl .chatzy-left-sidebar .status-tab {
    position: absolute;
    min-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 0;
    width: 420px;
    min-width: 420px;
    padding: 25px
}

.rtl .chatzy-left-sidebar .fevorite-tab.active,
.rtl .chatzy-left-sidebar .document-tab.active,
.rtl .chatzy-left-sidebar .contact-list-tab.active,
.rtl .chatzy-left-sidebar .notification-tab.active,
.rtl .chatzy-left-sidebar .settings-tab.active,
.rtl .chatzy-left-sidebar .recent-default.active,
.rtl .chatzy-left-sidebar .status-tab.active {
    opacity: 1;
    z-index: 3;
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box,
.rtl .chatzy-left-sidebar .document-tab .my-status-box,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box,
.rtl .chatzy-left-sidebar .recent-default .my-status-box,
.rtl .chatzy-left-sidebar .status-tab .my-status-box {
    border-bottom: 1px solid rgba(127, 131, 132, .15);
    padding-bottom: 20px
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status {
    background-color: gray;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .bg-size,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .bg-size,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .bg-size {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status img,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status img,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status img,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status img,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status img,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status img,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .upload-img,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .upload-img,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .upload-img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #0a98f1;
    position: absolute;
    bottom: -8px;
    right: 0;
    color: #fff
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .upload-img:before,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .upload-img:before,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .upload-img:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 11px;
    padding: 6px
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .img-status .upload-img input,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .img-status .upload-img input,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .img-status .upload-img input {
    background-color: gray;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .flex-grow-1 .h3,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .flex-grow-1 h3,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .flex-grow-1 .h3 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.rtl .chatzy-left-sidebar .fevorite-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.rtl .chatzy-left-sidebar .document-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.rtl .chatzy-left-sidebar .contact-list-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.rtl .chatzy-left-sidebar .notification-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.rtl .chatzy-left-sidebar .settings-tab .my-status-box .status-content .d-flex .flex-grow-1 p,
.rtl .chatzy-left-sidebar .recent-default .my-status-box .status-content .d-flex .flex-grow-1 p,
.rtl .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-flex .flex-grow-1 p {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 1px
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box {
    padding-top: 20px
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box h3,
.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .h3,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box h3,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .h3,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box h3,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .h3,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box h3,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .h3,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box h3,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .h3,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box h3,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .h3,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box h3,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .h3 {
    padding: 15px 25px;
    color: #0a98f1;
    background-color: rgba(10, 152, 241, .1);
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 15px
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(127, 131, 132, .15);
    padding-bottom: 10px
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content:last-child,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content:last-child,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content:last-child,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content:last-child,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content:last-child,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content:last-child,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content:last-child {
    margin-bottom: 0
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .h5,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li .h5,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .h5,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li .h5,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li .h5,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li .h5,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li h5,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .h5 {
    margin-bottom: 5px;
    text-transform: capitalize
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li .img-status,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li .img-status,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li .img-status,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li .img-status,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li .img-status,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li .img-status,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li .img-status {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li p,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li p,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li p,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li p,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li p,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li p,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li p {
    margin-bottom: 0;
    text-transform: capitalize
}

.rtl .chatzy-left-sidebar .fevorite-tab .contact-status-box .status-content ul li:first-child,
.rtl .chatzy-left-sidebar .document-tab .contact-status-box .status-content ul li:first-child,
.rtl .chatzy-left-sidebar .contact-list-tab .contact-status-box .status-content ul li:first-child,
.rtl .chatzy-left-sidebar .notification-tab .contact-status-box .status-content ul li:first-child,
.rtl .chatzy-left-sidebar .settings-tab .contact-status-box .status-content ul li:first-child,
.rtl .chatzy-left-sidebar .recent-default .contact-status-box .status-content ul li:first-child,
.rtl .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child {
    margin-right: 15px
}

.rtl .chatzy-left-sidebar .recent-default {
    position: relative;
    z-index: 0;
    padding: 0 !important
}

.rtl .chatzy-left-sidebar .recent-default.active {
    z-index: 999
}

.rtl .chatzy-left-sidebar .recent-default .recent {
    position: fixed;
    width: 420px;
    top: 0;
    background-color: #fff;
    padding-top: 10px;
    z-index: 1
}

.rtl .chatzy-left-sidebar .recent-default .recent .theme-title {
    padding: 0 25px
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider {
    padding: 10px 15px 0
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box:hover .recent-profile {
    -webkit-box-shadow: -1px 10px 16px -10px #666;
    box-shadow: -1px 10px 16px -10px #666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn {
    position: absolute;
    bottom: 25px;
    right: 15px
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box:before {
    top: -2px;
    left: 0px
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6,
.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile .h6 {
    position: absolute;
    color: #2c2c2c;
    bottom: -30px;
    left: 6px;
    font-weight: 500;
    text-transform: capitalize
}

.rtl .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px -25px 40px 6px rgba(0, 0, 0, .8);
    box-shadow: inset 0px -25px 40px 6px rgba(0, 0, 0, .8)
}

.rtl .chatzy-left-sidebar .recent-default .recent~.chat {
    margin-top: 300px;
    height: calc(100vh - 242px);
    min-height: calc(100vh - 242px)
}

.rtl .chatzy-left-sidebar .recent-default .chat {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto
}

.rtl .chatzy-left-sidebar .recent-default .chat>.theme-tab {
    padding: 25px
}

.rtl .chatzy-left-sidebar .recent-default .chat>.theme-tab.tab-sm>.nav-tabs {
    padding-bottom: 30px
}

.rtl .chatzy-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs {
    width: 80%;
    margin: 0 auto
}

.rtl .chatzy-left-sidebar .recent-default .chat>.theme-tab.tab-sm.tab-radious .nav-tabs>.nav-item .nav-link {
    border-radius: 5px
}

.rtl .chatzy-left-sidebar .recent-default .chat .theme-title {
    padding: 25px 25px 0 25px
}

.rtl .chatzy-left-sidebar .recent-default .chat .theme-title .d-flex .flex-grow-1 {
    text-align: left !important
}

.rtl .downlaod .footer-btn .btn:first-child {
    margin-right: unset;
    margin-left: 12px
}

.rtl .chat-content .message-input .emojis-main .toggle-sticker {
    margin-left: 16px;
    margin-right: unset
}

.rtl .chat-content .message-input .emojis-main .dot-btn {
    margin-left: 24px;
    margin-right: unset
}

.rtl .chat-content .message-input .emojis-main .contact-poll {
    margin-left: 16px;
    margin-right: unset
}

.rtl .videocall.call-modal .videocall-details .zoomcontent {
    left: 30px;
    right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .contact-list-tab .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .chatzy-container .chatzy-left-sidebar .settings-tab .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .chatzy-container .chatzy-left-sidebar .fevorite-tab .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .chatzy-container .chatzy-left-sidebar .document-tab .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .chatzy-container .chatzy-left-sidebar .notification-tab .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .theme-according .card .card-header a {
    padding-right: 28px;
    padding-left: unset
}

.rtl .theme-according .card .card-header i {
    right: 5px;
    left: unset
}

.rtl .emojis-main .emojis-contain {
    right: 0;
    left: unset
}

.rtl .emojis-main .sticker-contain {
    right: 0;
    left: unset
}

.rtl .emojis-main .contact-poll .contact-poll-content {
    right: -25px;
    left: unset
}

.rtl .emojis-main .contact-poll .contact-poll-content ul li {
    padding-right: 30px;
    padding-left: unset
}

.rtl .emojis-main .contact-poll .contact-poll-content ul li a svg {
    margin-left: 15px;
    margin-right: unset;
    right: 0;
    left: unset
}

.rtl .emojis-main .contact-poll .contact-poll-content:before {
    right: 40px;
    left: unset
}

.rtl .search-form:before {
    right: 25px;
    left: unset
}

.rtl .search-form .form-group .icon-close {
    left: 0;
    right: unset
}

.rtl .app-sidebar.active {
    left: 0;
    right: unset
}

.rtl .app-sidebar .apps-ul>li.active {
    left: 90px !important;
    right: unset !important
}

.rtl .app-sidebar .apps-ul>li .todo-main .todo-tab>.nav-tabs li:last-child {
    left: 0;
    right: unset
}

.rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content input+input {
    margin-right: 10px;
    margin-left: unset
}

.rtl .app-sidebar .apps-ul>li .todo-main .todo-main-content .drop-picker {
    margin-right: 10px;
    margin-left: unset
}

.rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task span {
    margin-right: unset
}

.rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons a:nth-child(2) {
    margin-right: 20px
}

.rtl .app-sidebar .apps-ul>li .todo-main .tab-content .todo-task .todo-buttons span {
    margin-left: 0 !important
}

.rtl .app-sidebar .apps-ul>li .theme-tab ul li+li {
    margin-right: 15px;
    margin-left: unset
}

.rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group .d-flex svg {
    margin-left: 7px;
    margin-right: unset
}

.rtl .app-sidebar .apps-ul>li .file-tab .tab-content .link-group img {
    margin-left: 10px;
    margin-right: unset
}

.rtl .app-sidebar .apps-ul>li .file-tab .tab-content ul.chat-main li .chat-box .details {
    padding-right: 55px;
    padding-left: unset
}

.rtl .app-sidebar .apps-ul>li .notes-main .notes-content ul li {
    margin-right: 15px;
    margin-left: unset
}

.rtl .app-sidebar .apps-ul>li .reminder-main .reminder-list-disp .reminder-disp .reminder-list-toggle {
    left: 0;
    right: unset
}

.rtl .text-left {
    text-align: right !important
}

.rtl .snippet-modal-main .modal-content .snippet-btn .btn-light {
    margin-left: 15px;
    margin-right: unset
}

.rtl .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p {
    margin-right: 15px;
    margin-left: unset
}

.rtl .pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check {
    margin-left: 10px
}

.rtl .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li {
    margin-right: 15px;
    margin-left: unset
}

.rtl .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child {
    margin-left: 30px;
    margin-right: unset
}

.rtl .msg-setting-main .msg-dropdown-main .msg-dropdown {
    right: 0;
    left: unset
}

.rtl .recent-slider {
    direction: ltr
}

.rtl .mr-3 {
    margin-left: 1rem !important;
    margin-right: unset !important
}

.rtl .chatzy-main .messages .calls>li:last-child {
    padding-right: 0
}

.rtl .contact-chat>ul>li.sent .contact-name .msg-box .msg-setting-main .badge.badge-img {
    right: 12px;
    left: unset
}

.rtl .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1 {
    margin-right: unset;
    margin-left: 10px
}

.rtl .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1::before {
    left: 0;
    right: unset
}

.rtl .chatzy-main .messages .calls>li:after {
    left: 0;
    right: unset
}

.rtl .chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-fle svg {
    margin-right: 0;
    margin-left: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .chatzy-main .chatzy-contain ul.detial-price li i {
    margin-left: 20px;
    margin-right: unset
}

.rtl .contact-chat>ul>li.replies {
    margin-left: unset;
    margin-right: auto;
    text-align: left
}

.rtl .contact-chat>ul>li.replies .d-fle .profile {
    margin-left: 0 !important;
    margin-right: 1.5rem !important
}

.rtl .contact-chat>ul>li.replies .msg-box li:last-child {
    margin-right: auto;
    margin-left: unset
}

.rtl .contact-chat>ul>li.replies .msg-box li:last-child h5,
.rtl .contact-chat>ul>li.replies .msg-box li:last-child .h5 {
    border-radius: 12px 12px 12px 0
}

.rtl .contact-chat>ul>li.replies .msg-box li .badge {
    margin-left: .5rem !important;
    margin-right: 0 !important
}

.rtl .contact-chat>ul>li.replies .msg-box li:first-child h5,
.rtl .contact-chat>ul>li.replies .msg-box li:first-child .h5 {
    border-radius: 12px
}

.rtl .contact-chat>ul>li.replies .msg-setting-main .msg-dropdown-main .msg-setting {
    margin-right: unset;
    margin-left: 10px
}

.rtl .contact-chat>ul>li .contact-name div,
.rtl .contact-chat>ul>li .contact-name . {
    padding-right: 20px;
    padding-left: 20px
}

.rtl .mr-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important
}

.rtl .msg-setting-main .msg-dropdown-main .msg-setting {
    margin-left: unset;
    margin-right: 10px
}

.rtl .ml-2 {
    margin-left: 0 !important;
    margin-right: .5rem !important
}

.rtl .msg-box>li:first-child h5,
.rtl .msg-box>li:first-child .h5 {
    border-radius: 12px
}

.rtl .msg-box>li:last-child h5,
.rtl .msg-box>li:last-child .h5 {
    border-radius: 20px 20px 0px 20px
}

.rtl .msg-box>li:last-child .document {
    border-radius: 12px 12px 12px 0
}

.rtl .msg-box>li.gallery-img {
    border-radius: 12px 12px 0px 12px
}

.rtl .pull-right {
    float: left
}

.rtl .text-right {
    text-align: left !important
}

.rtl .m-r-15 {
    margin-right: unset;
    margin-left: 5px
}

.rtl .dropdown .currency {
    text-align: center
}

.rtl .app-list-ul li.right-sidebar-profile .profile {
    margin: 0 auto !important
}

.rtl .chat-main li .chat-box .details {
    padding-left: 18px;
    padding-right: 56px
}

.rtl .chat-main li .chat-box .date-status {
    right: unset;
    left: 0;
    text-align: left
}

.rtl .dynemic-sidebar .chat-main .flex-grow-1 {
    left: 0;
    right: unset
}

.rtl .call-log-main .call-box .call-status {
    left: 0;
    right: unset
}

.rtl .call-log-main .call-box .details {
    padding-left: 100px;
    padding-right: 75px
}

.rtl .contact-log-main li .contact-box .profile {
    right: 0;
    left: unset
}

.rtl .contact-log-main li .contact-box .details {
    padding-left: 100px;
    padding-right: 75px
}

.rtl .contact-log-main li .contact-box .contact-action {
    left: 0;
    right: unset
}

.rtl .contact-log-main li .contact-box .contact-action .icon-btn+.icon-btn {
    margin-right: 5px;
    margin-left: unset
}

.rtl .profile {
    right: 0;
    left: unset;
    margin-left: 10px;
    margin-right: unset !important
}

.rtl .profile.offline:before {
    left: 0;
    right: unset
}

.rtl .profile.online:before {
    left: 0;
    right: unset
}

.rtl .profile.unreachable:before {
    left: 0;
    right: unset
}

.rtl .profile.busy:before {
    left: 0;
    right: unset
}

.rtl .msg-box>li .refresh-block div {
    margin-right: 10px !important;
    margin-left: unset !important
}

.rtl .privacy h5,
.rtl .privacy .h5 {
    padding-left: 35px;
    padding-right: unset
}

.rtl .theme-according .card .collapse .input-group .form-control {
    border-radius: 0px
}

.rtl .contact-chat>ul>li.replies .d-flex .profile {
    margin-right: 1.5rem !important;
    margin-left: 0 !important
}

.rtl .chat-main li .chat-box .icon-btn.btn-outline-light {
    left: 0;
    right: unset
}

.rtl .chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li h5.details,
.rtl .chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info li .details.h5 {
    float: left
}

.rtl .chatzy-main .contact-content .contact-sub-content .personal-info-group ul.basic-info.edu li .d-fle img {
    margin-left: 10px;
    margin-right: unset
}

.rtl .group-main .group-box .details {
    padding-right: 75px;
    padding-left: unset
}

.rtl .group-main .group-box .date-status {
    right: unset;
    left: 0;
    text-align: left
}

.rtl .groupuser {
    margin-right: auto;
    margin-left: unset;
    text-align: left
}

.rtl .groupuser .gr-chat-friend-toggle {
    padding-left: 20px;
    padding-right: unset
}

.rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
    left: 0;
    right: unset;
    text-align: right
}

.rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li .chat-box .details {
    padding-right: 60px;
    padding-left: 50px
}

.rtl .groupuser .gr-chat-friend-toggle .gr-chat-frind-content:before {
    left: 40px;
    right: unset
}

.rtl .groupuser .gr-profile.grow:after {
    left: -4.2px;
    right: unset
}

.rtl [class^=icon-].pull-right,
.rtl [class*=" icon-"].pull-right {
    margin-right: .3em;
    margin-left: unset
}

.rtl .groupuser .gr-profile+.gr-profile {
    margin-right: 15px;
    margin-left: 0
}

.rtl .dot-btn:before {
    right: unset
}

.rtl .dot-btn:after {
    left: -4.2px;
    right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-fle .img-status {
    margin-left: 15px;
    margin-right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .status-tab .my-status-box .status-content .d-fle .img-status .upload-img {
    left: 0;
    right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .status-tab .contact-status-box .status-content ul li:first-child {
    margin-left: 15px;
    margin-right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .dot-btn {
    left: 15px;
    right: unset
}

.rtl .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile h6,
.rtl .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box .recent-profile .h6 {
    right: 15px;
    left: unset
}

.rtl .chatzy-container .chatzy-right-sidebar {
    left: 0px;
    right: unset
}

.rtl .app-sidebar.active .apps-ul .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .chatzy-main .call-content .call-log-main .coll-log-group .log-content-left .d-flex svg {
    margin-left: 10px;
    margin-right: unset
}

.rtl .chatzy-right-sidebar .contact-profile .theme-title .d-flex .flex-grow-1 {
    text-align: left
}

.rtl .chatzy-right-sidebar .contact-profile .details ul li+li {
    margin-right: 12px;
    margin-left: unset
}

.rtl .profile-box .details {
    padding-right: 0px
}

.rtl .integratin li .d-flex .media-right .profile {
    margin-left: 0px
}

.rtl .privacy .switchery-small {
    left: 0;
    right: unset;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.rtl .change-number span {
    border-left: none;
    padding: .5rem .75rem
}

.rtl .change-number .country-code {
    border-right: none;
    padding-right: 3px
}

.rtl .index-main .landing-page-header .home-content .downlaod .footer-btn a:first-child {
    margin-left: 6px;
    margin-right: 0
}

.rtl .index-main .landing-page-header .home-content .downlaod .footer-btn a:last-child {
    margin-left: 0;
    margin-right: 6px
}

.rtl .index-main .landing-page-header .home-content>div .button-doc svg {
    margin-left: 6px;
    margin-right: unset
}

.rtl .index-main .client-images img {
    -webkit-animation: slide-left-reverse 50s linear infinite !important;
    animation: slide-left-reverse 50s linear infinite !important
}

.rtl header .landing-header .navbar-toggler {
    left: 20px;
    right: unset
}

.rtl .landing-footer .feature-content ul li:after {
    left: -14%;
    right: unset
}

.rtl .landing-footer .footer .links li a:before {
    right: 0;
    left: unset
}

.rtl .landing-footer .footer .links li:hover a:before {
    right: 3px;
    left: unset
}

.rtl .landing-footer .footer h3::after,
.rtl .landing-footer .footer .h3::after {
    right: 0;
    left: unset
}

.rtl .downlaod .footer-btn .btn div {
    padding-right: 12px;
    padding-left: unset
}

.rtl .index-main>.team-work-main .team-work-content .ply-main::before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 30, 48, 0)), to(#011e30));
    background-image: linear-gradient(to right, rgba(1, 30, 48, 0), #011e30);
    right: 17%
}

.rtl .secure-app-main .secure-app-content .ply-main::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 30, 48, 0)), to(#011e30));
    background-image: linear-gradient(to right, rgba(1, 30, 48, 0), #011e30);
    right: 40%
}

.rtl .slider-block {
    background-position: unset;
    -webkit-transform: scaleX(-1) scaleY(1);
    transform: scaleX(-1) scaleY(1)
}

.rtl .slider-block .slider-main {
    -webkit-transform: scaleX(-1) scaleY(1);
    transform: scaleX(-1) scaleY(1)
}

.rtl .ml-3 {
    margin-right: 1rem !important
}

.rtl .app-design-main .app-hover {
    right: 27%
}

.rtl .team-work-main .team-work-content .ply-main .ply-content {
    margin-left: 20px;
    margin-right: unset
}

.rtl .team-work-main .team2 {
    left: 28%;
    right: unset
}

.rtl .team-work-main .team4 {
    left: 9%;
    right: unset
}

.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
    margin-left: 75px;
    margin-right: unset
}

.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img {
    margin-left: 20px;
    margin-right: unset
}

.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3,
.rtl .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content .h3 {
    text-align: right
}

.rtl .testimonial-slider {
    direction: ltr
}

.rtl .secure-app-main .secure-app-content .ply-main .ply-content {
    margin-left: 20px
}

.rtl .price-slider {
    direction: ltr
}

.rtl .subscribe-content .form-inline .form-control:first-child {
    margin-left: 20px
}

.rtl .subscribe-content button {
    margin-right: 20px
}

.rtl .fa-volume-up,
.rtl .feather-phone,
.rtl .feather-video,
.rtl .feather-rotate-cw,
.rtl .feather-chevron-right,
.rtl .feather-chevron-left,
.rtl .feather-send {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .audiocall1.call-modal ul li+li,
.rtl .audiocall2.call-modal ul li+li,
.rtl .videocall.call-modal ul li+li,
.rtl .videocallhang.call-modal ul li+li,
.rtl .conferencecall.call-modal ul li+li {
    margin-right: 45px;
    margin-left: unset
}

.rtl .videocall.call-modal .videocall-details #basicUsage,
.rtl .videocallhang.call-modal .videocall-details #basicUsage {
    margin-left: 48px;
    margin-right: unset
}

.rtl .videocall.call-modal .videocall-details .usersprof,
.rtl .videocallhang.call-modal .videocall-details .usersprof {
    margin-left: 15px;
    margin-right: unset
}

.rtl .videocall.call-modal .small-image,
.rtl .videocallhang.call-modal .small-image {
    right: 40px;
    left: unset
}

.rtl .chatzy-main .messages .contact-details .left.d-flex .media-right .mute i:after {
    top: 8px;
    left: -1px
}

.rtl .dropdown-toggle::after {
    margin-right: .3em
}

.rtl .navbar-brand {
    margin-left: 1rem;
    margin-right: unset
}

.rtl header .landing-header .landing-header-right .purchase-block .purchase-btn i {
    margin-left: 20px;
    margin-right: unset
}

.rtl header .landing-header .navbar-collapse .navbar-nav .nav-item {
    margin-right: 25px;
    margin-left: unset
}

.rtl .dropdown-menu {
    right: 0;
    left: unset;
    float: right;
    text-align: right
}

.rtl .breadcrumb-main .breadcrumb-content .breadcrumb-right ul li {
    margin-left: 15px;
    margin-right: unset
}

.rtl .page-decore .top {
    left: -30px;
    right: unset;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
}

.rtl .page-decore .bottom {
    right: -20px;
    left: unset;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rtl .blog-page .blog-sidebar .blog-card .blog-search .input-group span {
    padding-left: 15px;
    padding-right: unset
}

.rtl .blog-page .blog-sidebar .blog-card .recent-blog li .d-flex img {
    margin-left: 10px;
    margin-right: unset
}

.rtl .blog-page .blog-sidebar .blog-card .blog-follow li {
    margin-right: unset;
    margin-left: 15px
}

.rtl .blog-page .blog-sidebar .blog-card .popular-blog li .blog-date {
    margin: 0 0 0 15px
}

.rtl .blog-page .blog-media .blog-right ul li+li {
    padding-right: 15px;
    padding-left: unset;
    margin-right: 15px;
    margin-left: unset;
    border-right: 1px solid #ddd;
    border-left: none
}

.rtl .blog-page .blog-media .blog-right ul li i {
    padding-left: 10px;
    padding-right: unset
}

.rtl .blog-detail-page .blog-detail .post-social {
    text-align: right
}

.rtl .blog-detail-page .blog-detail .post-social li+li {
    border-right: 1px solid #eff1f2;
    border-left: unset;
    padding-right: unset;
    margin-right: 15px;
    margin-left: unset
}

.rtl .blog-detail-page .blog-detail .post-social li i {
    margin-left: 10px;
    margin-right: 0
}

.rtl .blog-detail-page .blog-detail .post-social ul.social-group {
    float: left
}

.rtl .blog-detail-page .blog-detail .post-social ul.social-group .icon-btn.btn-sm i,
.rtl .blog-detail-page .blog-detail .post-social ul.social-group .btn-group-sm>.icon-btn.btn i {
    margin-left: 0;
    margin-right: unset
}

.rtl .blog-detail-page .blog-detail .post-social ul.social-group li+li {
    padding-right: 8px;
    padding-left: unset;
    margin-right: 0
}

.rtl .blog-detail-page .blog-commant .comment-section li img {
    margin-left: 20px;
    margin-right: unset
}

.rtl .blog-detail-page .blog-commant .comment-section .replay {
    padding-left: unset;
    padding-right: 50px
}

.rtl .about-page .about-tab .nav {
    border-left: 1px solid #eff1f2;
    border-right: unset
}

.rtl .secure-app-main {
    background-position: unset;
    -webkit-transform: scaleX(-1) scaleY(1);
    transform: scaleX(-1) scaleY(1)
}

.rtl .secure-app-main .secure-app-content {
    -webkit-transform: scaleX(-1) scaleY(1);
    transform: scaleX(-1) scaleY(1)
}

.rtl .team-slider {
    direction: ltr
}

.rtl .team .owl-nav {
    left: 0;
    right: unset
}

.rtl .about-page .offset-sm-2 {
    margin-right: 16.66667%
}

.rtl .about-page .offset-md-1 {
    margin-right: 8.33333%
}

.rtl .faq-section .faq-search-box .input-group span {
    padding-left: 15px;
    padding-right: unset
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
    text-align: right
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
    left: 20px;
    right: unset
}

.rtl .faq-section .float-right {
    float: left !important
}

.rtl .collapse-block .block-title:after {
    left: 0;
    right: unset
}

.rtl .theme-btn-group a:last-child.btn-sm,
.rtl .theme-btn-group .btn-group-sm>a.btn:last-child {
    border-radius: 10px 10px 0 10px
}

.rtl .theme-btn-group a:first-child {
    border-radius: 15px 15px 15px 0
}

.rtl .theme-btn-group a:last-child {
    border-radius: 15px 15px 0px 15px
}

.rtl .theme-btn-group .btn-group-sm>a.btn:last-child {
    border-radius: 10px 10px 0 10px
}

.rtl .theme-btn-group a+a {
    margin-right: 5px
}

.rtl .document-list li h5,
.rtl .document-list li .h5 {
    margin-right: 30px;
    margin-left: unset
}

.rtl .element-card .typography .font_label {
    margin-left: 20px
}

.rtl .element-card-body .fonts .btn-primary {
    margin-left: 20px
}

.rtl .downlaod .footer-btn .btn span {
    padding-right: 12px
}

.rtl footer .links li {
    padding-right: 20px;
    padding-left: unset
}

.rtl footer .links li:hover a:before {
    right: 3;
    left: unset
}

.rtl footer .links li a:before {
    right: 0;
    left: unset;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.rtl footer .footer-back-block .inner1 {
    left: -80px;
    right: unset;
    -webkit-transform: rotate(-96deg);
    transform: rotate(-96deg)
}

.rtl footer .footer-back-block .inner2 {
    right: -80px;
    left: unset
}

.rtl footer .social-group li+li {
    margin-right: 5px;
    margin-left: unset
}

.rtl .breadcrumb-main ul li+li {
    margin-right: 30px;
    margin-left: unset
}

.rtl .breadcrumb-main ul li+li:before {
    right: -15px;
    left: unset
}

.rtl .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li {
    margin-right: 15px
}

.rtl .login-page2 .login-content-main .medialogo {
    right: -4%;
    left: unset
}

.rtl .login-page2 .login-content-main .medialogo li+li {
    margin-left: 15px;
    margin-right: unset
}

.rtl .login-page1 .right-page {
    left: 0;
    right: unset
}

.rtl .login-content .form1 .form-group .buttons .btn-signup {
    margin-right: 25px;
    margin-left: unset
}

.rtl .login-content .form2 .form-group .buttons .btn-signup {
    margin-right: 25px;
    margin-left: unset;
    padding-right: 1.25rem
}

.rtl .login-content .medialogo ul li+li {
    margin-right: 20px;
    margin-left: unset
}

.rtl .login-content .termscondition h4 span,
.rtl .login-content .termscondition .h4 span {
    margin-left: 8px;
    margin-right: unset
}

.rtl .create-todo-main-modal .modal-body .default-form .form-group input {
    margin-right: 10px;
    margin-left: unset
}

.rtl .todo-main-modal .todo-task .todo-main-content .form-group input+input {
    margin-right: 10px;
    margin-left: unset;
    padding-left: unset;
    padding-right: 10px
}

.rtl .app-sidebar .todo-main .todo-task h4,
.rtl .app-sidebar .todo-main .todo-task .h4 {
    text-align: right
}

.rtl .app-sidebar .todo-main .todo-task .todo-list {
    text-align: right
}

.rtl .right-login .login-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .right-login .girl-logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 27%;
    right: unset
}

.rtl .right-login .boy-logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 36%;
    left: unset
}

.rtl .right-login .heart-logo {
    left: 35%;
    right: unset
}

.rtl .right-login .has-logo {
    left: 27%;
    right: unset
}

.rtl .right-login .has-logo1 {
    right: 25%;
    left: unset;
    -webkit-transform: scalex(1);
    transform: scalex(1)
}

.rtl .right-login .top-circle {
    right: 20%;
    left: unset
}

.rtl .right-login .center-circle {
    right: 6%;
    left: unset
}

.rtl .right-login .bottom-circle {
    right: 13%;
    left: unset
}

.rtl .right-login .bottom-circle1 {
    left: 22%;
    right: unset
}

.rtl .right-login .right-circle {
    left: 0;
    right: unset
}

.rtl .right-login .right-circle1 {
    left: 9%;
    right: unset
}

.rtl .right-login .cloud-logo3 {
    -webkit-animation: homecloud 45s linear infinite;
    animation: homecloud 45s linear infinite
}

.rtl .right-login .cloud-logo4 {
    -webkit-animation: homecloud 80s linear infinite;
    animation: homecloud 80s linear infinite
}

.rtl .right-login .cloud-logo1 {
    -webkit-animation: homecloud 25s linear infinite;
    animation: homecloud 25s linear infinite
}

.rtl .login-page2 .login-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .login-page2 .girl-logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 27%;
    right: unset
}

.rtl .login-page2 .boy-logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 36%;
    left: unset
}

.rtl .login-page2 .heart-logo {
    left: 35%;
    right: unset
}

.rtl .login-page2 .has-logo {
    left: 27%;
    right: unset
}

.rtl .login-page2 .has-logo1 {
    right: 25%;
    left: unset;
    -webkit-transform: scalex(1);
    transform: scalex(1)
}

.rtl .login-page2 .top-circle {
    right: 20%;
    left: unset
}

.rtl .login-page2 .center-circle {
    right: 6%;
    left: unset
}

.rtl .login-page2 .bottom-circle {
    right: 13%;
    left: unset
}

.rtl .login-page2 .bottom-circle1 {
    left: 22%;
    right: unset
}

.rtl .login-page2 .right-circle {
    left: 0;
    right: unset
}

.rtl .login-page2 .right-circle1 {
    left: 9%;
    right: unset
}

.rtl .login-page2 .cloud-logo3 {
    -webkit-animation: homecloud 45s linear infinite;
    animation: homecloud 45s linear infinite
}

.rtl .login-page2 .cloud-logo4 {
    -webkit-animation: homecloud 80s linear infinite;
    animation: homecloud 80s linear infinite
}

.rtl .login-page2 .cloud-logo1 {
    -webkit-animation: homecloud 25s linear infinite;
    animation: homecloud 25s linear infinite
}

.rtl .owl-carousel {
    direction: ltr
}

.rtl .chatzy-container .main-nav {
    border-left: 1px solid #eff1f2;
    border-right: none
}

.rtl .chatzy-container .main-nav .logo-warpper img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .btn-fix {
    margin-right: -30px;
    margin-left: unset
}

.rtl .app-sidebar .app-list {
    border-right: 2px solid rgba(239, 241, 242, .4);
    border-left: none
}

.rtl .app-list-ul .apps-toggle {
    right: -16%
}

.rtl .app-sidebar .apps-ul>li .file-tab .tab-content {
    margin-left: -20px;
    padding-left: 20px;
    margin-right: unset;
    padding-right: unset
}

.rtl .setting-sidebar .theme-layout ul li {
    margin-left: 10px;
    margin-right: unset
}

.rtl .setting-sidebar .theme-layout ul li .sidebar {
    margin-left: 5px;
    margin-right: unset
}

.rtl .setting-sidebar .sidebar-setting ul li {
    margin-left: 15px;
    margin-right: unset
}

.rtl .setting-sidebar .sidebar-setting ul li .sm-sidebar {
    margin-left: 3px;
    margin-right: unset
}

.rtl .setting-sidebar .sidebar-setting ul li .sidebar {
    margin-left: 3px;
    margin-right: unset
}

.rtl .navbar-light .navbar-brand {
    margin-right: 16px;
    margin-left: unset
}

.rtl .navbar-expand-sm .navbar-nav {
    margin-right: auto;
    margin-left: unset
}

@media(max-width: 360px) {
    .rtl .index-main .landing-page-header .home-content .downlaod .footer-btn {
        display: unset !important
    }
}

.rtl ul.chat-cont-setting {
    left: unset;
    right: 16%
}

.rtl .setting-sidebar {
    right: unset;
    left: -365px
}

.rtl .default-form select {
    background: rgba(225, 241, 238, .06)
}

.rtl .sidebar-pannle-main {
    left: 20px;
    right: unset
}

@media(max-width: 1366px) {
    .rtl .social-group li+li {
        margin-right: 5px;
        margin-left: unset
    }

    .rtl .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: unset;
        margin-left: 13px
    }
}

@media(max-width: 1200px) {
    .rtl .inner-page header .landing-header .navbar-toggler {
        left: 20px;
        right: unset
    }

    .rtl header .landing-header .navbar-collapse {
        left: 0;
        right: unset
    }

    .rtl header .landing-header .navbar-collapse .navbar-nav .nav-item {
        margin-right: 30px
    }

    .rtl .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: unset;
        margin-left: 5px
    }

    .rtl .right-login .login-img {
        width: 65%
    }

    .rtl .right-login .boy-logo {
        right: 29%;
        left: unset;
        top: 50%
    }

    .rtl .right-login .girl-logo {
        left: 14%;
        right: unset;
        top: 27%
    }

    .rtl .right-login .has-logo1 {
        right: 12%;
        left: unset
    }
}

@media(max-width: 1024px) {
    .rtl .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: unset;
        margin-left: 13px
    }
}

@media(max-width: 992px) {
    .rtl .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: unset;
        margin-left: 10px
    }
}

@media(max-width: 991px) {
    .rtl .downlaod .footer-btn .btn+.btn {
        margin-right: 15px;
        margin-left: unset
    }

    .rtl .right-login .girl-logo {
        width: 35%;
        top: 23%;
        left: 3%;
        right: unset
    }

    .rtl .right-login .login-img {
        width: 80%
    }

    .rtl .right-login .boy-logo {
        right: 21%;
        left: unset;
        top: 50%;
        width: 25%
    }

    .rtl .right-login .girl-logo {
        width: 33%;
        left: 9%;
        right: unset;
        top: 25%
    }

    .rtl .right-login .has-logo1 {
        right: 5%;
        left: unset;
        top: 69%
    }
}

@media(max-width: 800px) {
    .rtl ul.chat-cont-setting {
        right: unset;
        left: 2%;
        bottom: 10%
    }
}

@media(max-width: 768px) {
    .rtl .downlaod .footer-btn .btn+.btn {
        margin-right: unset;
        margin-left: unset
    }

    .rtl .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: unset;
        margin-left: 8px
    }
}

@media(max-width: 767px) {
    .rtl footer .footer-title .according-menu:before {
        left: 2px;
        right: unset
    }

    .rtl footer .footer-title.active .according-menu:before {
        left: 2px;
        right: unset
    }

    .rtl .blog-detail-page .blog-detail .post-social ul.social-group {
        margin-top: 0px
    }
}

@media(max-width: 600px) {
    .rtl .chatzy-main .messages .contact-details {
        padding: 23px 15px 23px 30px !important
    }

    .rtl .downlaod .footer-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .rtl .downlaod .footer-btn .btn+.btn {
        margin-right: 0px
    }

    .rtl .blog-card .default-form .form-group input {
        padding: 10px
    }
}

@media(max-width: 576px) {
    .rtl .downlaod .footer-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 575.98px) {
    .rtl .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar:not(.recent-default) {
        margin-right: 100px;
        margin-left: unset
    }

    .rtl .sidebar-toggle .main-nav.on {
        right: 0;
        left: unset
    }
}

@media(max-width: 480px) {
    .rtl .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar:not(.recent-default).active {
        margin-right: 0
    }

    .rtl footer .section-py-space .footer-title .according-menu:before {
        left: 10px;
        right: unset
    }

    .rtl .error-main .error-contain .animated-bg i {
        height: 70px;
        width: 70px
    }
}

@media(max-width: 420px) {
    .rtl .downlaod .footer-btn {
        display: -webkit-box
    }

    .rtl .downlaod .footer-btn .btn+.btn {
        margin-right: unset;
        margin-top: 15px
    }
}

@media(max-width: 400px) {
    .rtl .app-sidebar.active .apps-ul>li.active {
        left: 0px !important
    }
}

@media(max-width: 360px) {
    .rtl .chat-content .message-input .emojis-main .dot-btn {
        margin-left: 8px
    }

    .rtl .blog-page .blog-media .blog-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .rtl .downlaod .footer-btn {
        display: -webkit-box
    }
}

@media(max-width: 320px) {
    .rtl .breadcrumb-main ul li+li {
        margin-right: 15px;
        margin-left: unset
    }
}

@media(max-width: 1640px)and (min-width: 1500px) {
    .rtl .chatzy-main .messages .contact-details ul li {
        padding-left: unset;
        padding-right: 12px
    }

    .rtl .chatzy-main .messages .contact-details ul li:first-child {
        padding-left: unset;
        padding-right: 0px
    }

    .rtl .chatzy-main .messages .contact-details {
        padding: 20px 13px
    }
}

@media(max-width: 1590px)and (min-width: 1500px) {
    .rtl .contact-details .profile {
        margin-right: 8px;
        width: 52px;
        height: 52px
    }

    .rtl .contact-details .icon-btn {
        height: 42px !important;
        width: 42px !important
    }

    .rtl .contact-details ul li {
        padding-left: 4px !important
    }

    .rtl .contact-details .flex-grow-1 h5,
    .rtl .contact-details .flex-grow-1 .h5 {
        margin-bottom: 0px !important
    }
}

@media(max-width: 840px) {
    .rtl .contact-details .profile {
        margin-left: 6px !important;
        margin-right: unset
    }
}

@media(max-width: 800px) {
    .rtl .recent .theme-title .mainnav {
        margin: 0px
    }

    .rtl .recent .theme-title .mobile-back {
        margin: 0 8px
    }

    .rtl .dynemic-sidebar .chat-main .flex-grow-1 {
        left: 0;
        right: unset
    }

    .rtl .chatzy-container .chatzy-main .messages .contact-details .col-7 .media-right li {
        padding-left: 10 !important
    }

    .rtl .contact-details .profile {
        margin-left: 15px !important
    }
}

@media(max-width: 930px) {
    .rtl .contact-details .profile {
        margin-left: 0px
    }
}

.otp {
    overflow-x: hidden
}

.otp .otp-bg-img {
    padding: 50px;
    background-color: #dff1fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    position: relative
}

@media(max-width: 991px) {
    .otp .otp-bg-img {
        display: none
    }
}

.otp .left-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 100vh
}

@media(max-width: 991px) {
    .otp .left-page {
        background-color: rgba(10, 152, 241, .08);
        padding: 30px;
        min-height: 100vh;
        position: relative;
        height: unset
    }
}

.otp .left-page .otp-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid rgba(127, 131, 132, .15);
    padding: 40px 50px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(10, 152, 241, .08);
    box-shadow: 0px 2px 15px 0px rgba(10, 152, 241, .08)
}

@media(max-width: 480px) {
    .otp .left-page .otp-content {
        padding: 30px 20px
    }
}

.otp .left-page .otp-content h3,
.otp .left-page .otp-content .h3 {
    font-size: calc(18px + 8*(100vw - 320px)/1600);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    padding-bottom: 5px
}

.otp .left-page .otp-content p {
    margin-bottom: 40px
}

.otp .left-page .otp-content h5,
.otp .left-page .otp-content .h5 {
    margin-bottom: 60px
}

.otp .left-page .otp-content .form1 .otp-generate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

@media(max-width: 480px) {
    .otp .left-page .otp-content .form1 .otp-generate {
        gap: 10px
    }
}

.otp .left-page .otp-content .form1 .otp-generate .form-control {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 0;
    display: block;
    min-width: 0;
    text-align: center;
    border: 1px solid rgba(127, 131, 132, .15);
    background-color: rgba(127, 131, 132, .05)
}

@media(max-width: 560px) {
    .otp .left-page .otp-content .form1 .otp-generate .form-control {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 480px) {
    .otp .left-page .otp-content .form1 .otp-generate .form-control {
        width: 36px;
        height: 36px
    }
}

.otp .left-page .otp-content .termscondition {
    border-top: 1px dashed rgba(127, 131, 132, .15)
}

.login-page {
    overflow-x: hidden
}

.login-page .login-bg-img {
    padding: 50px;
    background-color: #dff1fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    width: 50%
}

@media(max-width: 991px) {
    .login-page .login-bg-img {
        padding: 0;
        display: none
    }
}

.login-page .left-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    min-height: 100vh
}

@media(max-width: 991px) {
    .login-page .left-page {
        background-color: #dff1fc;
        background-image: url(../images/login_signup/01.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: 100vh
    }

    .login-page .left-page::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .4);
        z-index: -1
    }
}

@media(max-width: 991px) {
    .login-page .left-page {
        height: 100%
    }
}

.login-page .left-page .login-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid rgba(127, 131, 132, .15);
    padding: 40px 50px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(10, 152, 241, .08);
    box-shadow: 0px 2px 15px 0px rgba(10, 152, 241, .08)
}

.login-page .left-page .login-content .login-content-header img {
    height: 50px
}

.login-page .left-page h3,
.login-page .left-page .h3 {
    font-size: calc(18px + 8*(100vw - 320px)/1600);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    padding-bottom: 5px
}

.login-page .left-page h3 span,
.login-page .left-page .h3 span {
    font-size: calc(18px + 8*(100vw - 320px)/1600)
}

.login-page .left-page .form1 label {
    font-weight: 500;
    font-size: 16px;
    color: #2c2c2c
}

.login-page .left-page .form1 .form-control,
.login-page .left-page .form1 .form-select {
    padding: 7px 15px;
    background-color: rgba(127, 131, 132, .05);
    border: 1px solid rgba(127, 131, 132, .15)
}

.login-page .left-page .form1>.form-group {
    margin-bottom: 15px
}

.login-page .left-page .termscondition {
    border-top: 1px dashed rgba(127, 131, 132, .15)
}

@media(max-width: 991px) {
    .left-page {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 50px 100px;
        background: rgba(255, 255, 255, .5);
        width: 100%;
        z-index: 1
    }
}

@media(max-width: 991px) {
    .otp-bg-img {
        padding: 30px 50px
    }
}

.for-light {
    display: block;
    margin: 0 auto
}

.for-dark {
    display: none;
    margin: 0 auto
}

.form-group .buttons .btn {
    padding: 10px 40px;
    margin-bottom: 10px
}

.medialogo {
    margin-bottom: 30px
}

.medialogo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.medialogo .btn-facebook {
    background-color: #2c67ce;
    color: #fff
}

@media(max-width: 600px) {
    .login-page .left-page {
        padding: 50px 8px
    }
}

@media(max-width: 400px) {
    .login-page .left-page .login-content {
        padding: 40px 20px
    }
}

.login-page2 {
    min-height: 100vh;
    background-color: #dff1fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-page2 .login-content-main {
    margin: 0 auto
}

.login-page2 .login-content-main .login-content2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 29px 0px rgba(127, 131, 132, .2);
    box-shadow: 0px 7px 29px 0px rgba(127, 131, 132, .2);
    padding: 23px;
    border-radius: 15px;
    z-index: 10;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs {
    padding-bottom: unset
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link {
    background-color: #0a98f1 !important;
    color: #fff !important
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link.active {
    color: #0a98f1 !important;
    background-color: rgba(10, 152, 241, .15) !important
}

.login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs li+li {
    margin-left: 15px
}

.login-page2 .login-content-main .login-content {
    background-color: #fff;
    border: 3px;
    width: 600px;
    padding: 50px 80px;
    z-index: 10;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 29px 0px rgba(127, 131, 132, .2);
    box-shadow: 0px 7px 29px 0px rgba(127, 131, 132, .2)
}

.login-page2 .login-content-main .login-content h3,
.login-page2 .login-content-main .login-content .h3 {
    font-size: calc(18px + 8*(100vw - 320px)/1600);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    padding-bottom: 6px
}

.login-page2 .login-content-main .login-content h6,
.login-page2 .login-content-main .login-content .h6 {
    margin-bottom: 35px;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
    font-weight: 400
}

.login-page2 .login-content-main .login-content .form2 .form-group {
    margin-bottom: calc(15px + 15*(100vw - 320px)/1600)
}

.login-page2 .login-content-main .login-content .form2 .form-group .col-form-label {
    font-size: calc(14px + 2*(100vw - 320px)/1600);
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 15px;
    line-height: 1
}

.login-page2 .login-content-main .login-content .form2 .form-group .buttons .btn {
    padding: 14px 65px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-page2 .login-content-main .login-content .form2 .form-group .buttons .btn-signup {
    background-color: #2c2c2c;
    margin-left: 25px
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-check h6,
.login-page2 .login-content-main .login-content .form2 .form-group .form-check .h6 {
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 500
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-check-input {
    margin-right: -1.25rem;
    margin-left: unset
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-control {
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 400
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-control::-moz-placeholder {
    font-size: 15px;
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 400
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-control:-ms-input-placeholder {
    font-size: 15px;
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 400
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-control::-ms-input-placeholder {
    font-size: 15px;
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 400
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-control::placeholder {
    font-size: 15px;
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 400
}

.login-page2 .login-content-main .login-content .form2 .form-group .form-check-label {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    text-transform: capitalize
}

.login-page2 .login-content-main .login-content .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 50px
}

.login-page2 .login-content-main .login-content .line h6,
.login-page2 .login-content-main .login-content .line .h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #2c2c2c
}

.login-page2 .login-content-main .login-content .line h6::before,
.login-page2 .login-content-main .login-content .line .h6::before {
    display: inline-block;
    content: "";
    border-top: 1px solid #ededed;
    width: 4.5rem;
    margin: 0 1rem
}

.login-page2 .login-content-main .login-content .line h6::after,
.login-page2 .login-content-main .login-content .line .h6::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #ededed;
    width: 4.5rem;
    margin: 0 1rem
}

.login-page2 .login-content-main .login-content .medialogo {
    margin-bottom: 30px
}

.login-page2 .login-content-main .login-content .medialogo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-page2 .login-content-main .login-content .medialogo ul li+li {
    margin-left: 20px
}

.login-page2 .login-content-main .login-content .medialogo .btn-facebook {
    background-color: #2c67ce;
    color: #fff
}

.login-page2 .login-content-main .login-content .termscondition {
    text-align: center
}

.login-page2 .login-content-main .login-content .termscondition h4 span,
.login-page2 .login-content-main .login-content .termscondition .h4 span {
    color: #ff5151;
    margin-right: 8px
}

.login-page2 .login-content-main .login-content .termscondition h4 b,
.login-page2 .login-content-main .login-content .termscondition .h4 b {
    margin-left: 8px;
    margin-right: 8px
}

.login-page2 .login-content-main .login-content .login-content-header {
    padding-bottom: 20px;
    text-align: center
}

.login-page2 .login-content-main .login-content .form2 .form-group .buttons {
    margin-bottom: unset
}

@media(max-width: 767px) {
    .login-page2 .login-content-main .login-content .form2 .form-group .buttons {
        width: 100%;
        text-align: center
    }
}

.login-page2 .login-content-main .medialogo {
    display: inline-block;
    left: -4%;
    position: absolute;
    top: 40%;
    margin-bottom: unset
}

.login-page2 .login-content-main .medialogo li+li {
    margin-left: unset;
    margin-top: 10px
}

.login-page2 .top-circle {
    width: calc(90px + 190*(100vw - 320px)/1600);
    height: calc(90px + 190*(100vw - 320px)/1600);
    top: 11%;
    left: 12%
}

.login-page2 .center-circle {
    background-image: -webkit-gradient(linear, right top, left top, from(#cde7fa), color-stop(#f1f8fe), to(#f1f8fe));
    background-image: linear-gradient(to left, #cde7fa, #f1f8fe, #f1f8fe);
    left: 6%;
    height: calc(60px + 90*(100vw - 320px)/1600);
    width: calc(60px + 90*(100vw - 320px)/1600)
}

.login-page2 .quarterCircle {
    background-image: -webkit-gradient(linear, left top, right top, from(#cde7fa), to(#f1f8fe));
    background-image: linear-gradient(to right, #cde7fa, #f1f8fe);
    width: 80px
}

.login-page2 .right-circle1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cde7fa), color-stop(#f1f8fe), to(#f1f8fe));
    background-image: linear-gradient(to top, #cde7fa, #f1f8fe, #f1f8fe);
    width: 70px;
    height: 70px;
    top: 33%;
    right: 11%
}

.login-page2 .bottom-circle1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cde7fa), color-stop(#f1f8fe), to(#f1f8fe));
    background-image: linear-gradient(#cde7fa, #f1f8fe, #f1f8fe);
    width: 80px;
    height: 80px;
    bottom: 2%;
    right: 35%
}

.login-page2 .right-circle {
    background-image: -webkit-gradient(linear, left top, right top, from(#f1f8fe), color-stop(#f1f8fe), to(#cde7fa));
    background-image: linear-gradient(to right, #f1f8fe, #f1f8fe, #cde7fa);
    width: calc(50px + 110*(100vw - 320px)/1600);
    height: calc(50px + 110*(100vw - 320px)/1600);
    bottom: 0;
    right: 3%
}

.login-page2 .cloud-logo {
    top: -6%;
    left: -81%;
    height: 5%;
    -webkit-transform: none;
    transform: none
}

.login-page2 .cloud-logo4 {
    bottom: 2%
}

.login-page2 .cloud-logo2 {
    left: -208%;
    height: 13%
}

.login-page2 .cloud-logo5 {
    position: absolute;
    top: 2%;
    -webkit-animation: homecloud 30s linear infinite;
    animation: homecloud 30s linear infinite;
    height: 10%
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -700px
    }

    100% {
        margin-left: 100%
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -700px
    }

    100% {
        margin-left: 100%
    }
}

@-webkit-keyframes homecloud {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }

    100% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
}

@keyframes homecloud {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }

    100% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    100% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    100% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
}

@media(max-width: 1470px) {
    .login-page1 .right-page {
        width: 60%
    }

    .login-page2 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(max-width: 1367px) {
    .login-page2 .login-content-main .login-content {
        padding: 50px
    }
}

@media(min-width: 992px)and (max-width: 1200px) {

    .login-content .line h6::before,
    .login-content .line .h6::before {
        width: 3.5rem
    }

    .login-content .line h6::after,
    .login-content .line .h6::after {
        width: 3.5rem
    }
}

@media(max-width: 1500px) {

    .login-content .form1 .form-group .buttons .btn,
    .login-content .form2 .form-group .buttons .btn {
        padding: 12px 38px
    }
}

@media(max-width: 1200px) {
    .login-page1 .left-page {
        padding: 30px
    }

    .login-content {
        width: 430px
    }

    .login-content .form1 .form-group .buttons .btn {
        padding: 14px 32px
    }

    .login-content .form2 .form-group .buttons .btn {
        padding: 14px 50px
    }

    .right-login .boy-logo {
        left: 29%;
        top: 50%
    }

    .right-login .girl-logo {
        right: 14%;
        top: 27%
    }

    .right-login .has-logo1 {
        left: 12%
    }

    .right-login .login-img {
        width: 65%
    }

    .login-content h4,
    .login-content .h4 {
        margin-bottom: 24px
    }

    .login-content .form1 .form-group .col-form-label,
    .login-content .form2 .form-group .col-form-label {
        padding-bottom: 16px
    }

    .login-content .form1 .form-group .form-check,
    .login-content .form2 .form-group .form-check {
        margin-bottom: 30px
    }

    .login-content .form1 .form-group .buttons,
    .login-content .form2 .form-group .buttons {
        margin-bottom: 30px
    }

    .login-content .line {
        margin-bottom: 30px
    }

    .login-content .medialogo {
        margin-bottom: 30px
    }
}

@media(max-width: 1024px) {
    .login-content {
        width: 350px
    }
}

@media(max-width: 991px) {
    .right-login .login-img {
        width: 80%
    }

    .right-login .girl-logo {
        width: 35%;
        top: 23%;
        right: 3%
    }

    .right-login .boy-logo {
        left: 21%;
        top: 45%;
        width: 27%
    }

    .right-login .has-logo1 {
        top: 69%;
        left: 2%
    }

    .login-page1 .left-page {
        width: 50%
    }

    .login-page1 .right-page {
        width: 50%
    }
}

@media(max-width: 768px) {
    .login-content {
        width: 340px
    }

    .login-content .line h6::before,
    .login-content .line .h6::before {
        width: 3.5rem
    }

    .login-content .line h6::after,
    .login-content .line .h6::after {
        width: 3.5rem
    }

    .right-login .boy-logo {
        left: 23%;
        top: 43%;
        width: 24%
    }

    .girl-logo {
        right: 11%;
        top: 24%
    }
}

@media(max-width: 767px) {
    .right-page {
        position: absolute;
        opacity: .05
    }

    .login-content {
        width: auto;
        padding: 50px
    }

    .login-content .login-content-header img {
        height: 40px
    }

    .login-content h4,
    .login-content .h4 {
        margin-bottom: 17px
    }

    .login-content .form1 .form-group,
    .login-content .form2 .form-group {
        margin-bottom: 20px
    }

    .login-content .form1 .form-group .col-form-label,
    .login-content .form2 .form-group .col-form-label {
        padding-bottom: 10px
    }

    .login-content .form1 .form-group .form-check,
    .login-content .form2 .form-group .form-check {
        margin-bottom: 20px
    }

    .login-content .form2 .form-group .buttons .btn {
        padding: 12px 35px
    }

    .login-page1 .left-page {
        width: 100%
    }

    .login-page1 .right-page {
        width: 100%
    }

    .login-page2 .login-content-main .login-content {
        width: 530px;
        padding: 30px
    }

    .login-page2 .login-content-main .medialogo {
        position: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .login-page2 .login-content-main .medialogo li+li {
        margin-top: unset;
        margin-left: 15px
    }

    .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link {
        min-width: auto;
        padding: 10px 35px
    }

    .login-content h3,
    .login-content .h3 {
        padding-bottom: 10px
    }
}

@media(max-width: 600px) {
    .login-page2 .medialogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: unset;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .login-page2 .medialogo li+li {
        margin-top: unset;
        margin-left: 10px
    }
}

@media(max-width: 575px) {
    .login-content {
        padding: 30px
    }

    .login-content .form1 .form-group .buttons .btn,
    .login-content .form2 .form-group .buttons .btn {
        padding: 12px 25px
    }

    .login-content .form1 .form-group .form-control,
    .login-content .form2 .form-group .form-control {
        padding: 10px;
        line-height: 1
    }

    .login-content .form1 .form-group .form-control::-webkit-input-placeholder,
    .login-content .form2 .form-group .form-control::-webkit-input-placeholder {
        font-size: 13px
    }

    .login-content .form1 .form-group .form-control::-moz-placeholder,
    .login-content .form2 .form-group .form-control::-moz-placeholder {
        font-size: 13px
    }

    .login-content .form1 .form-group .form-control:-ms-input-placeholder,
    .login-content .form2 .form-group .form-control:-ms-input-placeholder {
        font-size: 13px
    }

    .login-content .form1 .form-group .form-control::-ms-input-placeholder,
    .login-content .form2 .form-group .form-control::-ms-input-placeholder {
        font-size: 13px
    }

    .login-content .form1 .form-group .form-control::placeholder,
    .login-content .form2 .form-group .form-control::placeholder {
        font-size: 13px
    }

    .login-content .login-content-header img {
        height: 30px
    }

    .login-page1 .left-page {
        padding: 0
    }

    .login-page2 .login-content-main {
        padding: 15px
    }

    .login-page2 .login-content-main .login-content {
        width: 100%
    }

    .login-page2 .login-content-main .login-content2 {
        padding: 20px
    }

    .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item {
        margin-right: 0
    }

    .login-page2 .login-content-main .login-content2 .theme-tab .nav-tabs .nav-item .nav-link {
        padding: 10px 25px
    }

    .login-page2 .login-content-main .medialogo li .icon-btn {
        width: 30px;
        height: 30px
    }

    .login-page2 .login-content-main .medialogo li .icon-btn i {
        font-size: 12px
    }
}

@media(max-width: 360px) {

    .login-content .form1 .form-group .buttons .btn,
    .login-content .form2 .form-group .buttons .btn {
        padding: 10px 24px
    }
}

@media(max-width: 320px) {

    .login-content .line h6::before,
    .login-content .line .h6::before {
        width: 2.5rem
    }

    .login-content .line h6::after,
    .login-content .line .h6::after {
        width: 2.5rem
    }
}

.medialogo .btn-facebook {
    background-color: #2c67ce;
    color: #fff
}

.default-form {
    margin-top: 10px
}

.default-form .form-group {
    margin: 0
}

.default-form .form-group label {
    font-weight: 500;
    margin-bottom: 7px
}

.default-form .form-group input {
    height: 45px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .1)
}

.default-form .form-group textarea {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .1)
}

.default-form .form-group h5,
.default-form .form-group .h5 {
    margin-bottom: 8px;
    text-align: left;
    color: rgba(0, 0, 0, .8);
    font-weight: 600
}

.default-form .form-group+.form-group {
    margin-top: 15px
}

.default-form .form-group a {
    text-align: center
}

.default-form .form-group p {
    padding-top: 10px
}

.default-form select {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 12px 20px;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    border-radius: 6px;
    color: #7f8384;
    border: none;
    background: rgba(130, 130, 130, .1);
    margin-bottom: 30px
}

.form-radious input {
    border-radius: 6px
}

.form-sm input {
    height: 32px;
    font-size: 13px
}

input::-webkit-input-placeholder {
    color: #7f8384 !important;
    font-weight: 400
}

input::-moz-placeholder {
    color: #7f8384 !important;
    font-weight: 400
}

input:-ms-input-placeholder {
    color: #7f8384 !important;
    font-weight: 400
}

input::-ms-input-placeholder {
    color: #7f8384 !important;
    font-weight: 400
}

input::placeholder {
    color: #7f8384 !important;
    font-weight: 400
}

.colorfull .sidebar-top li:nth-child(5n+1) a i,
.colorfull .sidebar-bottom li:nth-child(5n+1) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+1) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+1) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+2) a i,
.colorfull .sidebar-bottom li:nth-child(5n+2) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+2) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+2) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+3) a i,
.colorfull .sidebar-bottom li:nth-child(5n+3) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+3) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+3) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+4) a i,
.colorfull .sidebar-bottom li:nth-child(5n+4) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+4) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+4) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+5) a i,
.colorfull .sidebar-bottom li:nth-child(5n+5) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+5) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+5) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+6) a i,
.colorfull .sidebar-bottom li:nth-child(5n+6) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+6) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+6) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+7) a i,
.colorfull .sidebar-bottom li:nth-child(5n+7) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+7) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+7) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+8) a i,
.colorfull .sidebar-bottom li:nth-child(5n+8) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+8) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+8) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+9) a i,
.colorfull .sidebar-bottom li:nth-child(5n+9) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+9) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+9) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+10) a i,
.colorfull .sidebar-bottom li:nth-child(5n+10) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+10) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+10) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+11) a i,
.colorfull .sidebar-bottom li:nth-child(5n+11) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+11) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+11) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+12) a i,
.colorfull .sidebar-bottom li:nth-child(5n+12) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+12) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+12) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+13) a i,
.colorfull .sidebar-bottom li:nth-child(5n+13) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+13) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+13) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+14) a i,
.colorfull .sidebar-bottom li:nth-child(5n+14) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+14) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+14) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+15) a i,
.colorfull .sidebar-bottom li:nth-child(5n+15) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+15) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+15) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+16) a i,
.colorfull .sidebar-bottom li:nth-child(5n+16) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+16) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+16) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+17) a i,
.colorfull .sidebar-bottom li:nth-child(5n+17) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+17) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+17) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+18) a i,
.colorfull .sidebar-bottom li:nth-child(5n+18) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+18) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+18) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+19) a i,
.colorfull .sidebar-bottom li:nth-child(5n+19) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+19) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+19) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+20) a i,
.colorfull .sidebar-bottom li:nth-child(5n+20) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+20) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+20) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+21) a i,
.colorfull .sidebar-bottom li:nth-child(5n+21) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+21) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+21) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+22) a i,
.colorfull .sidebar-bottom li:nth-child(5n+22) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+22) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+22) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+23) a i,
.colorfull .sidebar-bottom li:nth-child(5n+23) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+23) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+23) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+24) a i,
.colorfull .sidebar-bottom li:nth-child(5n+24) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+24) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+24) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+25) a i,
.colorfull .sidebar-bottom li:nth-child(5n+25) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+25) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+25) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+26) a i,
.colorfull .sidebar-bottom li:nth-child(5n+26) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+26) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+26) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+27) a i,
.colorfull .sidebar-bottom li:nth-child(5n+27) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+27) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+27) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+28) a i,
.colorfull .sidebar-bottom li:nth-child(5n+28) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+28) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+28) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+29) a i,
.colorfull .sidebar-bottom li:nth-child(5n+29) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+29) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+29) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+30) a i,
.colorfull .sidebar-bottom li:nth-child(5n+30) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+30) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+30) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+31) a i,
.colorfull .sidebar-bottom li:nth-child(5n+31) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+31) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+31) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+32) a i,
.colorfull .sidebar-bottom li:nth-child(5n+32) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+32) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+32) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+33) a i,
.colorfull .sidebar-bottom li:nth-child(5n+33) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+33) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+33) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+34) a i,
.colorfull .sidebar-bottom li:nth-child(5n+34) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+34) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+34) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+35) a i,
.colorfull .sidebar-bottom li:nth-child(5n+35) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+35) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+35) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+36) a i,
.colorfull .sidebar-bottom li:nth-child(5n+36) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+36) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+36) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+37) a i,
.colorfull .sidebar-bottom li:nth-child(5n+37) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+37) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+37) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+38) a i,
.colorfull .sidebar-bottom li:nth-child(5n+38) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+38) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+38) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+39) a i,
.colorfull .sidebar-bottom li:nth-child(5n+39) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+39) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+39) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+40) a i,
.colorfull .sidebar-bottom li:nth-child(5n+40) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+40) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+40) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+41) a i,
.colorfull .sidebar-bottom li:nth-child(5n+41) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+41) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+41) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+42) a i,
.colorfull .sidebar-bottom li:nth-child(5n+42) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+42) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+42) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+43) a i,
.colorfull .sidebar-bottom li:nth-child(5n+43) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+43) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+43) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+44) a i,
.colorfull .sidebar-bottom li:nth-child(5n+44) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+44) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+44) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+45) a i,
.colorfull .sidebar-bottom li:nth-child(5n+45) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+45) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+45) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+46) a i,
.colorfull .sidebar-bottom li:nth-child(5n+46) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+46) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+46) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+47) a i,
.colorfull .sidebar-bottom li:nth-child(5n+47) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+47) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+47) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+48) a i,
.colorfull .sidebar-bottom li:nth-child(5n+48) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+48) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+48) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+49) a i,
.colorfull .sidebar-bottom li:nth-child(5n+49) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+49) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+49) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+50) a i,
.colorfull .sidebar-bottom li:nth-child(5n+50) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+50) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+50) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+51) a i,
.colorfull .sidebar-bottom li:nth-child(5n+51) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+51) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+51) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+52) a i,
.colorfull .sidebar-bottom li:nth-child(5n+52) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+52) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+52) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+53) a i,
.colorfull .sidebar-bottom li:nth-child(5n+53) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+53) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+53) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+54) a i,
.colorfull .sidebar-bottom li:nth-child(5n+54) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+54) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+54) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+55) a i,
.colorfull .sidebar-bottom li:nth-child(5n+55) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+55) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+55) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+56) a i,
.colorfull .sidebar-bottom li:nth-child(5n+56) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+56) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+56) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+57) a i,
.colorfull .sidebar-bottom li:nth-child(5n+57) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+57) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+57) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+58) a i,
.colorfull .sidebar-bottom li:nth-child(5n+58) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+58) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+58) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+59) a i,
.colorfull .sidebar-bottom li:nth-child(5n+59) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+59) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+59) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+60) a i,
.colorfull .sidebar-bottom li:nth-child(5n+60) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+60) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+60) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+61) a i,
.colorfull .sidebar-bottom li:nth-child(5n+61) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+61) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+61) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+62) a i,
.colorfull .sidebar-bottom li:nth-child(5n+62) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+62) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+62) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+63) a i,
.colorfull .sidebar-bottom li:nth-child(5n+63) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+63) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+63) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+64) a i,
.colorfull .sidebar-bottom li:nth-child(5n+64) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+64) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+64) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+65) a i,
.colorfull .sidebar-bottom li:nth-child(5n+65) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+65) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+65) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+66) a i,
.colorfull .sidebar-bottom li:nth-child(5n+66) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+66) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+66) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+67) a i,
.colorfull .sidebar-bottom li:nth-child(5n+67) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+67) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+67) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+68) a i,
.colorfull .sidebar-bottom li:nth-child(5n+68) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+68) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+68) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+69) a i,
.colorfull .sidebar-bottom li:nth-child(5n+69) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+69) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+69) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+70) a i,
.colorfull .sidebar-bottom li:nth-child(5n+70) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+70) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+70) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+71) a i,
.colorfull .sidebar-bottom li:nth-child(5n+71) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+71) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+71) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+72) a i,
.colorfull .sidebar-bottom li:nth-child(5n+72) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+72) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+72) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+73) a i,
.colorfull .sidebar-bottom li:nth-child(5n+73) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+73) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+73) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+74) a i,
.colorfull .sidebar-bottom li:nth-child(5n+74) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+74) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+74) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+75) a i,
.colorfull .sidebar-bottom li:nth-child(5n+75) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+75) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+75) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+76) a i,
.colorfull .sidebar-bottom li:nth-child(5n+76) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+76) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+76) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+77) a i,
.colorfull .sidebar-bottom li:nth-child(5n+77) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+77) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+77) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+78) a i,
.colorfull .sidebar-bottom li:nth-child(5n+78) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+78) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+78) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+79) a i,
.colorfull .sidebar-bottom li:nth-child(5n+79) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+79) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+79) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+80) a i,
.colorfull .sidebar-bottom li:nth-child(5n+80) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+80) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+80) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+81) a i,
.colorfull .sidebar-bottom li:nth-child(5n+81) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+81) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+81) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+82) a i,
.colorfull .sidebar-bottom li:nth-child(5n+82) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+82) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+82) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+83) a i,
.colorfull .sidebar-bottom li:nth-child(5n+83) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+83) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+83) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+84) a i,
.colorfull .sidebar-bottom li:nth-child(5n+84) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+84) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+84) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+85) a i,
.colorfull .sidebar-bottom li:nth-child(5n+85) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+85) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+85) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+86) a i,
.colorfull .sidebar-bottom li:nth-child(5n+86) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+86) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+86) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+87) a i,
.colorfull .sidebar-bottom li:nth-child(5n+87) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+87) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+87) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+88) a i,
.colorfull .sidebar-bottom li:nth-child(5n+88) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+88) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+88) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+89) a i,
.colorfull .sidebar-bottom li:nth-child(5n+89) a i {
    color: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+89) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+89) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+90) a i,
.colorfull .sidebar-bottom li:nth-child(5n+90) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+90) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+90) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+91) a i,
.colorfull .sidebar-bottom li:nth-child(5n+91) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+91) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+91) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+92) a i,
.colorfull .sidebar-bottom li:nth-child(5n+92) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+92) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+92) a svg {
    fill: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+93) a i,
.colorfull .sidebar-bottom li:nth-child(5n+93) a i {
    color: #ff1e1e !important
}

.colorfull .sidebar-top li:nth-child(5n+93) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+93) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+94) a i,
.colorfull .sidebar-bottom li:nth-child(5n+94) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+94) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+94) a svg {
    fill: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+95) a i,
.colorfull .sidebar-bottom li:nth-child(5n+95) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+95) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+95) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+96) a i,
.colorfull .sidebar-bottom li:nth-child(5n+96) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+96) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+96) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+97) a i,
.colorfull .sidebar-bottom li:nth-child(5n+97) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+97) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+97) a svg {
    fill: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+98) a i,
.colorfull .sidebar-bottom li:nth-child(5n+98) a i {
    color: #131313 !important
}

.colorfull .sidebar-top li:nth-child(5n+98) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+98) a svg {
    fill: #e0a900 !important
}

.colorfull .sidebar-top li:nth-child(5n+99) a i,
.colorfull .sidebar-bottom li:nth-child(5n+99) a i {
    color: #0879c0 !important
}

.colorfull .sidebar-top li:nth-child(5n+99) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+99) a svg {
    fill: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+100) a i,
.colorfull .sidebar-bottom li:nth-child(5n+100) a i {
    color: #32a42a !important
}

.colorfull .sidebar-top li:nth-child(5n+100) a svg,
.colorfull .sidebar-bottom li:nth-child(5n+100) a svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+1)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+2)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+3)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+4)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+5)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+6)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+7)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+8)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+9)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+10)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+11)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+12)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+13)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+14)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+15)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+16)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+17)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+18)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+19)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+20)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+21)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+22)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+23)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+24)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+25)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+26)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+27)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+28)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+29)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+30)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+31)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+32)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+33)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+34)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+35)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+36)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+37)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+38)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+39)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+40)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+41)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+42)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+43)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+44)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+45)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+46)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+47)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+48)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+49)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+50)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+51)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+52)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+53)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+54)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+55)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+56)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+57)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+58)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+59)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+60)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+61)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+62)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+63)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+64)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+65)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+66)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+67)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+68)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+69)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+70)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+71)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+72)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+73)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+74)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+75)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+76)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+77)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+78)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+79)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+80)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+81)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+82)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+83)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+84)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+85)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+86)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+87)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+88)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+89)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+90)>a>svg {
    fill: #e0a900 !important
}

.colorfull .calls>li:nth-child(5n+91)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+92)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+93)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+94)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+95)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+96)>a>svg {
    fill: #0879c0 !important
}

.colorfull .calls>li:nth-child(5n+97)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .calls>li:nth-child(5n+98)>a>svg {
    fill: #131313 !important
}

.colorfull .calls>li:nth-child(5n+99)>a>svg {
    fill: #32a42a !important
}

.colorfull .calls>li:nth-child(5n+100)>a>svg {
    fill: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+1) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+2) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+3) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+4) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+5) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+6) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+7) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+8) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+9) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+10) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+11) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+12) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+13) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+14) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+15) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+16) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+17) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+18) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+19) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+20) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+21) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+22) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+23) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+24) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+25) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+26) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+27) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+28) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+29) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+30) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+31) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+32) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+33) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+34) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+35) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+36) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+37) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+38) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+39) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+40) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+41) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+42) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+43) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+44) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+45) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+46) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+47) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+48) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+49) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+50) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+51) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+52) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+53) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+54) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+55) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+56) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+57) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+58) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+59) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+60) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+61) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+62) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+63) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+64) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+65) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+66) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+67) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+68) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+69) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+70) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+71) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+72) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+73) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+74) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+75) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+76) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+77) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+78) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+79) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+80) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+81) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+82) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+83) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+84) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+85) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+86) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+87) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+88) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+89) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+90) a svg {
    stroke: #131313 !important
}

.colorfull .media-right li:nth-child(5n+91) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+92) a svg {
    stroke: #e0a900 !important
}

.colorfull .media-right li:nth-child(5n+93) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+94) a svg {
    stroke: #32a42a !important
}

.colorfull .media-right li:nth-child(5n+95) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+96) a svg {
    stroke: #0879c0 !important
}

.colorfull .media-right li:nth-child(5n+97) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+98) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+99) a svg {
    stroke: #ff1e1e !important
}

.colorfull .media-right li:nth-child(5n+100) a svg {
    stroke: #0879c0 !important
}

.colorfull .replies .msg-box>li:nth-child(5n+1)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+1)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+1)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+1)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+1)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+1)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+1)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+1)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+1)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+1)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+2)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+2)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+2)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+2)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+2)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+2)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+2)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+2)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+2)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+2)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+3)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+3)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+3)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+3)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+3)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+3)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+3)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+3)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+3)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+3)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+4)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+4)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+4)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+4)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+4)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+4)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+4)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+4)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+4)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+4)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+5)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+5)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+5)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+5)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+5)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+5)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+5)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+5)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+5)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+5)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+6)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+6)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+6)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+6)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+6)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+6)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+6)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+6)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+6)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+6)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+7)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+7)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+7)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+7)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+7)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+7)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+7)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+7)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+7)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+7)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+8)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+8)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+8)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+8)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+8)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+8)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+8)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+8)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+8)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+8)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+9)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+9)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+9)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+9)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+9)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+9)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+9)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+9)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+9)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+9)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+10)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+10)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+10)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+10)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+10)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+10)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+10)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+10)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+10)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+10)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+11)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+11)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+11)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+11)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+11)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+11)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+11)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+11)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+11)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+11)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+12)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+12)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+12)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+12)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+12)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+12)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+12)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+12)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+12)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+12)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+13)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+13)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+13)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+13)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+13)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+13)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+13)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+13)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+13)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+13)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+14)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+14)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+14)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+14)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+14)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+14)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+14)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+14)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+14)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+14)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+15)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+15)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+15)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+15)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+15)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+15)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+15)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+15)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+15)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+15)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+16)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+16)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+16)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+16)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+16)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+16)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+16)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+16)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+16)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+16)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+17)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+17)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+17)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+17)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+17)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+17)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+17)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+17)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+17)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+17)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+18)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+18)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+18)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+18)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+18)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+18)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+18)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+18)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+18)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+18)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+19)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+19)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+19)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+19)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+19)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+19)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+19)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+19)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+19)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+19)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+20)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+20)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+20)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+20)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+20)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+20)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+20)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+20)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+20)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+20)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+21)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+21)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+21)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+21)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+21)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+21)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+21)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+21)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+21)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+21)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+22)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+22)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+22)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+22)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+22)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+22)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+22)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+22)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+22)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+22)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+23)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+23)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+23)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+23)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+23)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+23)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+23)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+23)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+23)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+23)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+24)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+24)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+24)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+24)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+24)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+24)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+24)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+24)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+24)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+24)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+25)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+25)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+25)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+25)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+25)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+25)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+25)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+25)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+25)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+25)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+26)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+26)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+26)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+26)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+26)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+26)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+26)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+26)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+26)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+26)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+27)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+27)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+27)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+27)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+27)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+27)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+27)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+27)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+27)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+27)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+28)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+28)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+28)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+28)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+28)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+28)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+28)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+28)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+28)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+28)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+29)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+29)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+29)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+29)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+29)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+29)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+29)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+29)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+29)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+29)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+30)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+30)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+30)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+30)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+30)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+30)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+30)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+30)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+30)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+30)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+31)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+31)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+31)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+31)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+31)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+31)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+31)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+31)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+31)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+31)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+32)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+32)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+32)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+32)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+32)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+32)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+32)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+32)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+32)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+32)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+33)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+33)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+33)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+33)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+33)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+33)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+33)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+33)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+33)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+33)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+34)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+34)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+34)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+34)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+34)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+34)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+34)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+34)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+34)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+34)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+35)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+35)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+35)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+35)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+35)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+35)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+35)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+35)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+35)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+35)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+36)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+36)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+36)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+36)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+36)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+36)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+36)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+36)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+36)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+36)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+37)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+37)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+37)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+37)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+37)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+37)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+37)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+37)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+37)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+37)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+38)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+38)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+38)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+38)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+38)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+38)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+38)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+38)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+38)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+38)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+39)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+39)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+39)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+39)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+39)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+39)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+39)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+39)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+39)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+39)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+40)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+40)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+40)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+40)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+40)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+40)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+40)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+40)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+40)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+40)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+41)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+41)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+41)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+41)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+41)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+41)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+41)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+41)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+41)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+41)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+42)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+42)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+42)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+42)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+42)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+42)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+42)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+42)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+42)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+42)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+43)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+43)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+43)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+43)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+43)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+43)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+43)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+43)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+43)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+43)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+44)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+44)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+44)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+44)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+44)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+44)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+44)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+44)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+44)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+44)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+45)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+45)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+45)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+45)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+45)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+45)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+45)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+45)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+45)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+45)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+46)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+46)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+46)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+46)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+46)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+46)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+46)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+46)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+46)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+46)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+47)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+47)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+47)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+47)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+47)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+47)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+47)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+47)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+47)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+47)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+48)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+48)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+48)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+48)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+48)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+48)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+48)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+48)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+48)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+48)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+49)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+49)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+49)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+49)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+49)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+49)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+49)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+49)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+49)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+49)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+50)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+50)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+50)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+50)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+50)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+50)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+50)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+50)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+50)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+50)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+51)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+51)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+51)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+51)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+51)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+51)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+51)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+51)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+51)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+51)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+52)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+52)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+52)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+52)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+52)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+52)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+52)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+52)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+52)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+52)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+53)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+53)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+53)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+53)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+53)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+53)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+53)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+53)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+53)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+53)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+54)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+54)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+54)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+54)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+54)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+54)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+54)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+54)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+54)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+54)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+55)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+55)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+55)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+55)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+55)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+55)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+55)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+55)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+55)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+55)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+56)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+56)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+56)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+56)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+56)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+56)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+56)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+56)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+56)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+56)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+57)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+57)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+57)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+57)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+57)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+57)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+57)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+57)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+57)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+57)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+58)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+58)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+58)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+58)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+58)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+58)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+58)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+58)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+58)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+58)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+59)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+59)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+59)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+59)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+59)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+59)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+59)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+59)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+59)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+59)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+60)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+60)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+60)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+60)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+60)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+60)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+60)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+60)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+60)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+60)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+61)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+61)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+61)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+61)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+61)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+61)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+61)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+61)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+61)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+61)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+62)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+62)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+62)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+62)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+62)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+62)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+62)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+62)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+62)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+62)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+63)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+63)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+63)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+63)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+63)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+63)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+63)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+63)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+63)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+63)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+64)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+64)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+64)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+64)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+64)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+64)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+64)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+64)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+64)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+64)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+65)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+65)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+65)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+65)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+65)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+65)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+65)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+65)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+65)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+65)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+66)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+66)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+66)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+66)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+66)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+66)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+66)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+66)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+66)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+66)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+67)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+67)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+67)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+67)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+67)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+67)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+67)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+67)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+67)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+67)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+68)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+68)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+68)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+68)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+68)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+68)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+68)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+68)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+68)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+68)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+69)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+69)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+69)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+69)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+69)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+69)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+69)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+69)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+69)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+69)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+70)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+70)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+70)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+70)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+70)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+70)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+70)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+70)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+70)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+70)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+71)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+71)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+71)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+71)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+71)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+71)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+71)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+71)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+71)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+71)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+72)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+72)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+72)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+72)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+72)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+72)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+72)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+72)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+72)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+72)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+73)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+73)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+73)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+73)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+73)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+73)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+73)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+73)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+73)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+73)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+74)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+74)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+74)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+74)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+74)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+74)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+74)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+74)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+74)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+74)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+75)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+75)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+75)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+75)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+75)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+75)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+75)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+75)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+75)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+75)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+76)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+76)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+76)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+76)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+76)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+76)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+76)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+76)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+76)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+76)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+77)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+77)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+77)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+77)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+77)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+77)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+77)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+77)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+77)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+77)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+78)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+78)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+78)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+78)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+78)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+78)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+78)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+78)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+78)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+78)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+79)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+79)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+79)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+79)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+79)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+79)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+79)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+79)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+79)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+79)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+80)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+80)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+80)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+80)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+80)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+80)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+80)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+80)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+80)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+80)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+81)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+81)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+81)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+81)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+81)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+81)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+81)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+81)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+81)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+81)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+82)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+82)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+82)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+82)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+82)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+82)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+82)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+82)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+82)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+82)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+83)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+83)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+83)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+83)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+83)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+83)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+83)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+83)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+83)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+83)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+84)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+84)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+84)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+84)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+84)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+84)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+84)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+84)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+84)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+84)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+85)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+85)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+85)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+85)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+85)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+85)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+85)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+85)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+85)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+85)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+86)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+86)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+86)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+86)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+86)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+86)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+86)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+86)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+86)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+86)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+87)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+87)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+87)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+87)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+87)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+87)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+87)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+87)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+87)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+87)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+88)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+88)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+88)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+88)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+88)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+88)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+88)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+88)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+88)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+88)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+89)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+89)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+89)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+89)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+89)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+89)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+89)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+89)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+89)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+89)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+90)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+90)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+90)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+90)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+90)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+90)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+90)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+90)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+90)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+90)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+91)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+91)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+91)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+91)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+91)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+91)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+91)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+91)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+91)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+91)>h5 {
    color: #2e9826 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+92)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+92)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+92)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+92)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+92)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+92)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+92)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+92)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+92)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+92)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+93)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+93)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+93)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+93)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+93)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+93)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+93)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+93)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+93)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+93)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+94)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+94)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+94)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+94)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+94)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+94)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+94)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+94)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+94)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+94)>h5 {
    color: #0b0b0b !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+95)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+95)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+95)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+95)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+95)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+95)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+95)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+95)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+95)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+95)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+96)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+96)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+96)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+96)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+96)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+96)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+96)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+96)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+96)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+96)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+97)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+97)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+97)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+97)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+97)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+97)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+97)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+97)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+97)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+97)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+98)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+98)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+98)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+98)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+98)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+98)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+98)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+98)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+98)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+98)>h5 {
    color: #d19d00 !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+99)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+99)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+99)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+99)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+99)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+99)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+99)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+99)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+99)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+99)>h5 {
    color: #ff0f0f !important;
    background-color: #fff
}

.colorfull .replies .msg-box>li:nth-child(5n+100)>h5,
.colorfull .replies .msg-box>li:nth-child(5n+100)>.h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>h5,
.colorfull .replies .msg-box .auto-gallery:nth-child(5n+100)>.h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+100)>h5,
.colorfull .replies .msg-box>li>li:nth-child(5n+100)>.h5,
.colorfull .replies .msg-box>li .auto-gallery:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li:nth-child(5n+100)>.h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>h5,
.colorfull .sent .msg-box .auto-gallery:nth-child(5n+100)>.h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+100)>h5,
.colorfull .sent .msg-box>li>li:nth-child(5n+100)>.h5,
.colorfull .sent .msg-box>li .auto-gallery:nth-child(5n+100)>h5 {
    color: #0770b1 !important;
    background-color: #fff
}

.colorfull .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link.active {
    background-color: #2e9826 !important;
    -webkit-box-shadow: -1px 10px 16px -10px #3fcc35;
    box-shadow: -1px 10px 16px -10px #3fcc35
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+1):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+2):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+3):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+4):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+5):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+6):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+7):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+8):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+9):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+10):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+11):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+12):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+13):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+14):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+15):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+16):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+17):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+18):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+19):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+20):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+21):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+22):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+23):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+24):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+25):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+26):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+27):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+28):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+29):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+30):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+31):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+32):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+33):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+34):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+35):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+36):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+37):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+38):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+39):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+40):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+41):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+42):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+43):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+44):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+45):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+46):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+47):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+48):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+49):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+50):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+51):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+52):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+53):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+54):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+55):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+56):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+57):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+58):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+59):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+60):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+61):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+62):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+63):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+64):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+65):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+66):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+67):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+68):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+69):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+70):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+71):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+72):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+73):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+74):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+75):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+76):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+77):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+78):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+79):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+80):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+81):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+82):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+83):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+84):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+85):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+86):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+87):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+88):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+89):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+90):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+91):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+92):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+93):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+94):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+95):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+96):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+97):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+98):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+99):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.colorfull .theme-tab .chat-main li.active:nth-child(5n+100):before {
    border-left: 4px solid #0a98f1, #3fcc35, #ff5151, #ffc514, #2c2c2c
}

.bg-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 152, 241, 0.1)));
    background-image: linear-gradient(rgba(10, 152, 241, 0.1))
}

.grediant-1 {
    background-image: linear-gradient(359.3deg, rgba(10, 152, 241, 0.1) 1%, rgba(187, 187, 187, 0) 70.9%)
}

.grediant-2 {
    background-image: radial-gradient(circle 328px at 2.9% 15%, rgb(191, 224, 251) 0%, rgb(232, 233, 251) 25.8%, rgb(252, 239, 250) 50.8%, rgb(234, 251, 251) 77.6%, rgb(240, 251, 244) 100.7%)
}

.grediant-3 {
    background-image: linear-gradient(109.6deg, rgb(223, 234, 247) 11.2%, rgb(244, 248, 252) 91.1%)
}

.grediant-4 {
    background-image: linear-gradient(-109.6deg, rgb(204, 228, 247) 11.2%, rgb(237, 246, 250) 100.2%)
}

.grediant-5 {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(239, 246, 249) 0%, rgb(206, 239, 253) 90%)
}

.grediant-6 {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(226, 240, 254) 0%, rgb(255, 247, 228) 90%)
}

.inner-card {
    background-color: #fff;
    padding: 15px
}

.header-inner {
    padding-bottom: 55px
}

.navbar-light .navbar-nav .nav-link {
    margin-top: -3px
}

.links_horizontal p {
    text-align: end
}

.landing-header .dropdown-menu {
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #e5f0fa;
    min-width: 238px
}

.landing-header .dropdown-menu .nav-link {
    line-height: 1
}

.landing-header .dropdown-menu .nav-link a {
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize
}

.landing-header .dropdown-menu .nav-link:hover a {
    letter-spacing: .8px
}

.landing-header>.team-work-main .team-work-content .ply-main::before {
    right: 16%;
    background-image: -webkit-gradient(linear, right top, left top, from(#011e30), to(rgba(1, 30, 48, 0))) !important;
    background-image: linear-gradient(to left, #011e30, rgba(1, 30, 48, 0)) !important
}

.inner-page {
    background-color: rgba(10, 152, 241, .025)
}

.inner-page header {
    position: relative;
    padding-bottom: 30px
}

.inner-page header .landing-header .landing-header-left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inner-page header .landing-header .landing-header-left .main-menu ul li a {
    font-weight: 500;
    color: #2c2c2c
}

.inner-page section {
    background-image: linear-gradient(145deg, #08cfa4 0%, #0A98F1 100%)
}

.page-decore {
    height: 100vh;
    width: 100vw;
    top: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgba(10, 152, 241, .025);
    z-index: -1
}

.page-decore li {
    position: absolute
}

.page-decore .top {
    top: -10px;
    right: -30px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.page-decore .top img {
    -webkit-animation: animatone 15s linear infinite;
    animation: animatone 15s linear infinite
}

.page-decore .bottom {
    bottom: -30px;
    left: -20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-decore .bottom img {
    animation: animatone 25s linear infinite reverse
}

.breadcrumb-main {
    padding-top: calc(15px + 10*(100vw - 320px)/1600);
    padding-bottom: calc(15px + 10*(100vw - 320px)/1600)
}

.breadcrumb-main .custom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.breadcrumb-main h2,
.breadcrumb-main .h2 {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: calc(18px + 10*(100vw - 320px)/1600)
}

.breadcrumb-main ul {
    float: right
}

.breadcrumb-main ul li {
    display: inline-block;
    text-transform: capitalize;
    position: relative
}

.breadcrumb-main ul li a {
    color: #fff;
    font-size: calc(14px + 2*(100vw - 320px)/1600)
}

.breadcrumb-main ul li+li {
    margin-left: 30px
}

.breadcrumb-main ul li+li:before {
    content: "/";
    position: absolute;
    left: -20px;
    color: #fff;
    top: 4px
}

.blog-box {
    position: relative
}

.blog-box.blog-shadow img {
    border-radius: 10px
}

.blog-box.blog-shadow .blog-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px
}

.blog-box .blog-date {
    color: #7f8384
}

.blog-box .blog-date span {
    font-size: 36px;
    font-weight: 500;
    padding-right: 5px;
    color: #0a98f1
}

.blog-box .blog-details .blog-social {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(127, 131, 132, .2);
    margin-bottom: 6px
}

.blog-box .blog-details .blog-social li {
    color: #7f8384
}

.blog-box .blog-details-main>.d-flex {
    margin-top: 16px;
    padding-bottom: 10px
}

.blog-box .blog-details-main>.d-flex .flex-shrink-0 img {
    width: 40px
}

.blog-box .blog-details-main>.d-flex .flex-grow-1 h5,
.blog-box .blog-details-main>.d-flex .flex-grow-1 .h5 {
    color: #2c2c2c;
    font-weight: 600
}

.blog-box .blog-details-main>.d-flex .flex-grow-1 p {
    color: rgba(127, 131, 132, .8);
    font-weight: 500
}

.blog-box .blog-details-main>.d-flex i {
    color: #7f8384
}

.blog-box .blog-details-main h3,
.blog-box .blog-details-main .h3 {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #2c2c2c
}

.blog-box .blog-details-main p {
    color: rgba(127, 131, 132, .8);
    font-weight: 500
}

.blog-box .blog-details-main p a {
    float: right
}

.blog-box .blog-details-main .blog-social {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dashed rgba(127, 131, 132, .2);
    margin-top: 8px;
    padding-bottom: 0px
}

.blog-box .blog-details-main .blog-social li {
    color: #7f8384
}

.blog-box .blog-details-main .blog-social .initial-color {
    cursor: pointer
}

.blog-box .blog-details-main .blog-social .initial-color svg {
    height: 18px;
    width: 18px;
    fill: rgba(0, 0, 0, 0);
    stroke: #ff5151
}

.blog-box .blog-details-main .blog-social .clicked-color {
    cursor: pointer
}

.blog-box .blog-details-main .blog-social .clicked-color svg {
    height: 18px;
    width: 18px;
    fill: #ff5151;
    stroke: #fff
}

.img-text .chat-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px
}

.img-text .chat-box .details h2,
.img-text .chat-box .details .h2 {
    margin-bottom: 0
}

.img-text .chat-box .details h4,
.img-text .chat-box .details .h4 {
    margin-bottom: 0;
    padding-top: 8px;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #7f8384
}

.blog-right-sidebar {
    padding: 15px;
    border-top: 1px dashed rgba(127, 131, 132, .2)
}

.blog-right-sidebar h3,
.blog-right-sidebar .h3 {
    padding-bottom: 15px
}

.blog-right-sidebar .d-flex {
    padding: 16px 0;
    border-bottom: 1px dashed rgba(127, 131, 132, .2)
}

.blog-right-sidebar .d-flex:last-child {
    padding-bottom: 0px;
    border-bottom: none
}

.blog-right-sidebar .d-flex:first-child {
    padding-bottom: 0px
}

.blog-right-sidebar .d-flex h2,
.blog-right-sidebar .d-flex .h2 {
    font-weight: 700;
    color: #7f8384
}

.blog-right-sidebar .d-flex .flex-grow-1 p {
    margin-bottom: 8px;
    margin-right: 20px
}

.blog-right-sidebar .d-flex .flex-grow-1 h4,
.blog-right-sidebar .d-flex .flex-grow-1 .h4 {
    margin-bottom: 10px
}

.blog-card {
    padding: 30px;
    background-color: #e1f1ee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 15px
}

.blog-page .col-xl-3 {
    z-index: 0
}

ul.tags li {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 5px;
    background-color: #fff
}

ul.tags li a {
    color: #2c2c2c;
    font-weight: 500
}

.blog-page .blog-sidebar p {
    line-height: 20px;
    margin-bottom: 0
}

.blog-page .blog-sidebar h5,
.blog-page .blog-sidebar .h5 {
    margin-bottom: 5px
}

.blog-page .blog-sidebar h4,
.blog-page .blog-sidebar .h4 {
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px
}

.blog-page .blog-sidebar .blog-card .recent-blog li .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-page .blog-sidebar .blog-card .recent-blog li .d-flex img {
    width: 70px;
    border-radius: 50%
}

.blog-page .blog-sidebar .blog-card .recent-blog li .d-flex .flex-grow-1 h6,
.blog-page .blog-sidebar .blog-card .recent-blog li .d-flex .flex-grow-1 .h6 {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 4px
}

.blog-page .blog-sidebar .blog-card .recent-blog li+li {
    margin-top: 30px
}

.blog-page .blog-sidebar .blog-card .recent-blog.trending-blog {
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(127, 131, 132, .2)
}

.blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex h4,
.blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex .h4 {
    color: #7f8384
}

.blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex .flex-grow-1 h6,
.blog-page .blog-sidebar .blog-card .recent-blog.trending-blog .d-flex .flex-grow-1 .h6 {
    color: #2c2c2c;
    margin-bottom: 6px;
    font-weight: 600
}

.blog-page .blog-sidebar .blog-card .blog-search {
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(127, 131, 132, .2)
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    border: none
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group input {
    border-radius: 15px !important;
    background-color: #fff;
    border: none;
    width: 100%;
    border-radius: 50px
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group .form-control {
    border: none
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group span {
    position: absolute;
    right: 0;
    padding-right: 15px
}

.blog-page .blog-sidebar .blog-card .blog-search .input-group span i {
    font-size: 14px
}

.blog-page .blog-sidebar .blog-card .blog-follow {
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(127, 131, 132, .2)
}

.blog-page .blog-sidebar .blog-card .blog-follow li {
    display: inline-block;
    margin-right: 15px
}

.blog-page .blog-sidebar .blog-card .blog-follow li i {
    font-size: 16px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%
}

.blog-page .blog-sidebar .blog-card .blog-follow li i:hover {
    background-color: #0a98f1;
    color: #fff
}

.blog-page .blog-sidebar .blog-card .blog-follow li:last-child {
    margin-right: 0
}

.blog-page .blog-media {
    margin-bottom: 30px
}

.blog-page .blog-media:last-child {
    margin-bottom: 0
}

.blog-page .blog-media .blog-right {
    padding-top: 30px;
    padding-left: 10px;
    text-transform: capitalize
}

.blog-page .blog-media .blog-right h6,
.blog-page .blog-media .blog-right .h6 {
    color: #0a98f1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: calc(14px + 2*(100vw - 320px)/1600)
}

.blog-page .blog-media .blog-right h4,
.blog-page .blog-media .blog-right .h4 {
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px
}

.blog-page .blog-media .blog-right p {
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: .04em
}

.blog-page .blog-media .blog-right ul {
    color: #7f8384;
    margin-bottom: 10px
}

.blog-page .blog-media .blog-right ul li {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block
}

.blog-page .blog-media .blog-right ul li i {
    padding-right: 10px
}

.blog-page .blog-media .blog-right ul li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd
}

.blog-page .blog-media .blog-left img {
    border-radius: 15px
}

.blog-page .blog-side {
    background-color: rgba(239, 241, 242, .5);
    padding: 15px;
    border-radius: 15px
}

.blog-card {
    background-color: rgba(239, 241, 242, .5);
    border-radius: 15px;
    padding: 30px
}

.blog-card ul.tags {
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(127, 131, 132, .2)
}

.blog-card ul.tags li {
    margin-bottom: 10px;
    color: #fff;
    background-color: #0a98f1
}

.blog-card ul.tags li a {
    color: #fff
}

.blog-card .default-form .form-group textarea,
.blog-card .default-form .form-group input {
    border: 1px solid #e1f1ee;
    background-color: #fff;
    padding: 20px
}

.popular-blog h3,
.popular-blog .h3 {
    margin-bottom: 5px !important;
    color: #fff
}

.blog-detail-page h3,
.blog-detail-page .h3 {
    margin-bottom: 20px
}

.blog-detail-page .blog-contact {
    margin-top: 30px
}

.blog-detail-page .blog-contact h2,
.blog-detail-page .blog-contact .h2 {
    margin-bottom: 30px;
    margin-top: -5px
}

.blog-detail-page .blog-contact .theme-form label {
    text-transform: capitalize;
    color: #7f8384;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
    border-radius: 15px;
    background-color: #eff7fe;
    border: none
}

.blog-detail-page .blog-commant {
    margin-top: 30px
}

.blog-detail-page .blog-commant .comment-section .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-detail-page .blog-commant .comment-section .replay {
    padding-left: 50px;
    padding-top: 25px
}

@media(max-width: 480px) {
    .blog-detail-page .blog-commant .comment-section .replay {
        padding-left: 22px
    }
}

.blog-detail-page .blog-commant .comment-section li+li {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e1f1ee
}

.blog-detail-page .blog-commant .comment-section li img {
    height: 50px;
    width: 50px;
    margin-right: 20px;
    border-radius: 100%
}

.blog-detail-page .blog-commant .comment-section li h6,
.blog-detail-page .blog-commant .comment-section li .h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #2c2c2c
}

.blog-detail-page .blog-commant .comment-section li span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #7f8384;
    margin-bottom: 10px;
    display: block
}

.blog-detail-page .blog-commant .comment-section li p {
    line-height: 1.8;
    margin-bottom: 0
}

.footer-main .footer-contant .logo a img {
    margin: unset !important
}

.faq-block .faq-title {
    text-align: center;
    margin-bottom: 44px
}

.faq-section .faq-decor {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    -webkit-animation: animatow 30s linear infinite;
    animation: animatow 30s linear infinite;
    opacity: .2
}

.faq-section .accordion.theme-accordion .card {
    margin-top: 10px;
    border-radius: 15px;
    border: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0)
}

.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
    border-bottom: 1px solid rgba(127, 131, 132, .15)
}

.faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0;
    padding: 0
}

.faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button {
    color: #2c2c2c;
    text-align: left;
    font-size: 17px;
    padding: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true] {
    color: #0a98f1
}

.faq-section .accordion.theme-accordion .card .card-header button:focus {
    outline: none
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #000;
    right: 20px;
    top: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
    border-top: 0;
    border-bottom: 6px solid #0a98f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
    text-decoration: none;
    color: #0a98f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .collapse.show {
    border: none;
    border-top: 1px solid #dce4ea
}

.faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px
}

.faq-section .accordion.theme-accordion .card .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7f8384;
    line-height: 1.8;
    letter-spacing: .06em;
    text-align: start;
    font-weight: 600
}

.faq-section h2,
.faq-section .h2 {
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 26px
}

.faq-img {
    background-color: rgba(239, 241, 242, .5);
    border-radius: 20px
}

.faq-pages {
    position: relative
}

@media(max-width: 992px) {
    .faq-pages .col-12:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }

    .faq-pages .col-12:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.faq-pages img {
    position: absolute;
    width: 20%;
    left: 0%;
    top: 50px
}

.error-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error-images img {
    height: 745px
}

.error-main .error-contain {
    text-align: center;
    padding-top: calc(50px + 150*(100vw - 320px)/1600);
    padding-bottom: calc(50px + 150*(100vw - 320px)/1600);
    position: relative
}

.error-main .error-contain h1,
.error-main .error-contain .h1 {
    font-size: calc(80px + 70*(100vw - 320px)/1600);
    color: #0a98f1;
    line-height: .8;
    margin-bottom: 40px;
    text-shadow: 5px 5px 10px #0a98f1
}

.error-main .error-contain h2,
.error-main .error-contain .h2 {
    margin-bottom: 20px;
    font-weight: 800
}

.error-main .error-contain h4,
.error-main .error-contain .h4 {
    margin-bottom: 20px;
    line-height: 1.8
}

.error-main .error-contain .animated-bg i {
    background: rgba(10, 152, 241, .04);
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: ripple1 4s linear infinite;
    animation: ripple1 4s linear infinite;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    right: 0;
    z-index: -1
}

.error-main .error-contain .animated-bg i:nth-child(1) {
    -webkit-animation: ripple2 4s linear infinite;
    animation: ripple2 4s linear infinite
}

.error-main .error-contain .animated-bg i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite
}

.error-main .error-contain .animated-bg i:nth-child(3) {
    -webkit-animation: ripple3 2s linear infinite;
    animation: ripple3 2s linear infinite
}

.about-page {
    background-color: rgba(10, 152, 241, .1)
}

.about-page p {
    font-size: calc(14px + 4*(100vw - 320px)/1600);
    margin-bottom: 0
}

.about-page .about-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize
}

.about-page .about-title h1,
.about-page .about-title .h1 {
    line-height: 1.3;
    font-size: calc(20px + 28*(100vw - 320px)/1600)
}

.about-page .about-title p {
    line-height: 2;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0
}

.about-page .about-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(127, 131, 132, .15);
    padding: 15px;
    background-color: #fff
}

.about-page .about-tab .nav {
    border-right: 1px solid rgba(127, 131, 132, .15)
}

.about-page .about-tab .nav .nav-link:active {
    background-color: rgba(0, 0, 0, 0)
}

.about-page .about-tab .tab-content {
    padding: 15px;
    font-size: calc(14px + 16*(100vw - 320px)/1600);
    font-weight: 400;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-page .about-tab .nav-pills .nav-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(18px + 2*(100vw - 320px)/1600);
    text-transform: capitalize;
    line-height: 1;
    font-weight: 800;
    color: #2c2c2c
}

.about-page .about-tab .nav-pills .nav-link.active {
    background-color: rgba(0, 0, 0, 0)
}

.about-page .about-tab ul {
    display: unset
}

.about-page .about-img h2,
.about-page .about-img .h2 {
    margin-bottom: 15px;
    text-transform: capitalize
}

.about-page .about-img p {
    line-height: 2;
    letter-spacing: 1px;
    margin-bottom: 0
}

.about-page .about-right-content {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.counter-sec {
    visibility: visible
}

.counter-sec .counter-title {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: calc(30px + 30*(100vw - 320px)/1600);
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important
}

.counter-sec .counter-title .title-line {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase !important;
    font-size: calc(20px + 4*(100vw - 320px)/1600)
}

.counter-sec .counter-title .title-line::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 99%;
    display: block;
    border-bottom: 5px solid #0a98f1;
    right: 100%;
    margin-right: 25px;
    opacity: .15
}

.counter-sec .counter-title .title-line::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 99%;
    display: block;
    border-bottom: 5px solid #0a98f1;
    left: 100%;
    margin-left: 25px;
    opacity: .15
}

.counter-sec .counter-main {
    visibility: visible;
    text-align: center !important
}

.counter-slider .item.position-relative:hover .counter-icon {
    display: none
}

.counter-slider .item.position-relative:hover .counter-icon-1 {
    display: block
}

.counter-slider .item.position-relative:hover .counter-box-second::before {
    background-color: #0a98f1
}

.counter-slider .item.position-relative:hover .counter-box-second .counter-box h6,
.counter-slider .item.position-relative:hover .counter-box-second .counter-box .h6 {
    color: #fff
}

.counter-slider .item.position-relative:hover .counter-box-second .counter-box h6.counter,
.counter-slider .item.position-relative:hover .counter-box-second .counter-box .counter.h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.counter-slider .item.position-relative:hover .counter-box-second .counter-box span {
    color: #fff
}

.counter-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 2;
    height: 60px;
    width: 60px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: url(../images/about/5.png)
}

.counter-icon i {
    font-size: 30px;
    color: #fff
}

.counter-icon-1 {
    position: absolute;
    top: -15px;
    left: 50%;
    background-image: url(../images/about/6.png);
    height: 60px;
    width: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    z-index: 1;
    display: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.counter-icon-1 i {
    font-size: 30px;
    color: #0a98f1
}

.counter-box-second {
    position: relative;
    padding: 48px 0 20px;
    margin: 20px auto 0;
    -webkit-clip-path: polygon(50% 16%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 16%, 100% 0, 100% 100%, 0 100%, 0 0);
    border-radius: 10px;
    -webkit-transition: 1s -webkit-box-shadow;
    transition: 1s -webkit-box-shadow;
    transition: 1s box-shadow;
    transition: 1s box-shadow, 1s -webkit-box-shadow;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a98f1), to(rgba(10, 152, 241, 0.05)));
    background: linear-gradient(#0a98f1, rgba(10, 152, 241, 0.05))
}

.counter-box-second::before {
    content: "";
    position: absolute;
    height: 99%;
    width: 99%;
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #dff1fc;
    -webkit-clip-path: polygon(50% 16%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 16%, 100% 0, 100% 100%, 0 100%, 0 0)
}

.counter-box-second .counter-box {
    text-align: center
}

.counter-box-second .counter-box h6,
.counter-box-second .counter-box .h6 {
    font-weight: 600;
    color: #232323;
    margin-bottom: 0 !important;
    display: block !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 24px
}

.counter-box-second .counter-box h6.counter,
.counter-box-second .counter-box .counter.h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.counter-box-second .counter-box span {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@-webkit-keyframes clockwise {
    0% {
        top: -5px;
        left: 0
    }

    12% {
        top: -2px;
        left: 2px
    }

    25% {
        top: 0;
        left: 5px
    }

    37% {
        top: 2px;
        left: 2px
    }

    50% {
        top: 5px;
        left: 0
    }

    62% {
        top: 2px;
        left: -2px
    }

    75% {
        top: 0;
        left: -5px
    }

    87% {
        top: -2px;
        left: -2px
    }

    100% {
        top: -5px;
        left: 0
    }
}

@keyframes clockwise {
    0% {
        top: -5px;
        left: 0
    }

    12% {
        top: -2px;
        left: 2px
    }

    25% {
        top: 0;
        left: 5px
    }

    37% {
        top: 2px;
        left: 2px
    }

    50% {
        top: 5px;
        left: 0
    }

    62% {
        top: 2px;
        left: -2px
    }

    75% {
        top: 0;
        left: -5px
    }

    87% {
        top: -2px;
        left: -2px
    }

    100% {
        top: -5px;
        left: 0
    }
}

@-webkit-keyframes counterclockwise {
    0% {
        top: -5px;
        right: 0
    }

    12% {
        top: -2px;
        right: 2px
    }

    25% {
        top: 0;
        right: 5px
    }

    37% {
        top: 2px;
        right: 2px
    }

    50% {
        top: 5px;
        right: 0
    }

    62% {
        top: 2px;
        right: -2px
    }

    75% {
        top: 0;
        right: -5px
    }

    87% {
        top: -2px;
        right: -2px
    }

    100% {
        top: -5px;
        right: 0
    }
}

@keyframes counterclockwise {
    0% {
        top: -5px;
        right: 0
    }

    12% {
        top: -2px;
        right: 2px
    }

    25% {
        top: 0;
        right: 5px
    }

    37% {
        top: 2px;
        right: 2px
    }

    50% {
        top: 5px;
        right: 0
    }

    62% {
        top: 2px;
        right: -2px
    }

    75% {
        top: 0;
        right: -5px
    }

    87% {
        top: -2px;
        right: -2px
    }

    100% {
        top: -5px;
        right: 0
    }
}

.elements-massage .fonts {
    display: block !important
}

.elements-massage .fonts li h5,
.elements-massage .fonts li .h5 {
    color: #fff
}

.elements-massage .fonts li h4,
.elements-massage .fonts li .h4 {
    color: #fff
}

.popup-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.element-card {
    margin-top: 30px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, .05);
    box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, .05);
    padding: 30px 20px;
    overflow: hidden
}

.element-card .heading {
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(127, 131, 132, .15)
}

.element-card .element-card-body {
    padding: .75rem 1.25rem
}

.element-card .typography h1,
.element-card .typography .h1,
.element-card .typography h2,
.element-card .typography .h2,
.element-card .typography h3,
.element-card .typography .h3,
.element-card .typography h4,
.element-card .typography .h4,
.element-card .typography h5,
.element-card .typography .h5,
.element-card .typography h6,
.element-card .typography .h6 {
    margin-bottom: 20px
}

.element-card .typography .fonts {
    margin-bottom: 20px
}

.element-card .typography .fonts .profile {
    margin-bottom: 20px
}

.element-card .typography .font_label {
    margin-right: 20px
}

.element-card .element-card-body .fonts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.testimonial-title {
    margin-bottom: -80px;
    margin-top: 100px
}

.element-span-prag .element-card .small_prag {
    margin-bottom: 20px
}

.faq-block .search-form {
    left: 10px;
    top: -5px;
    height: 60px
}

.faq-block .search-form .form-group input {
    width: 103%
}

.inner-page~div .testimonial-back-content {
    display: none
}

.section-pb-space {
    padding-bottom: 100px
}

.section-pt-space {
    padding-top: 100px
}

.section-py-space {
    padding-top: 100px;
    padding-bottom: 100px
}

.btn {
    border: none
}

.navbar-light .navbar-brand {
    margin-right: 0
}

header {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 9
}

header .landing-header .navbar {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding: 10px 0
}

header .landing-header .navbar-collapse {
    width: 100%
}

header .landing-header .navbar-collapse .navbar-nav {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

header .landing-header .navbar-collapse .navbar-nav .nav-item {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(13px + 3*(100vw - 320px)/1600);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

header .landing-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #0a98f1
}

header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, .7)
}

header .landing-header.fixed {
    position: fixed;
    width: 100%;
    background-color: #0a98f1;
    z-index: 9;
    padding: 5px 20px;
    max-width: 1600px;
    border-radius: 20px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 30px rgba(10, 152, 241, .5);
    box-shadow: 0 0 30px rgba(10, 152, 241, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

header .landing-header.fixed .main-menu .navbar-nav>li>a {
    color: #fff !important
}

header .landing-header.fixed .main-menu .navbar .navbar-brand .logo-block .for-light {
    display: none
}

header .landing-header.fixed .main-menu .navbar .navbar-brand .logo-block .for-dark {
    display: block
}

header .landing-header .navbar-collapse ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

header .landing-header .navbar-collapse ul .active a {
    color: #fff
}

.landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link {
    color: #fff
}

.landing-page .landing-header .navbar-light .navbar-nav .nav-link {
    color: #fff
}

header.theme-landing .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff
}

footer {
    background-color: rgba(10, 152, 241, .1);
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ddf1ff
}

footer .footer-main {
    padding-top: calc(30px + 40*(100vw - 320px)/1600);
    padding-bottom: calc(12px + 58*(100vw - 320px)/1600)
}

footer h3,
footer .h3 {
    margin-bottom: 25px;
    font-size: calc(14px + 4*(100vw - 320px)/1600);
    position: relative
}

footer p {
    font-size: calc(13px + 2*(100vw - 320px)/1600);
    color: rgba(44, 44, 44, .9)
}

footer .copyright p {
    color: rgba(44, 44, 44, .6)
}

footer span {
    font-size: 18px;
    color: #ff5151;
    line-height: 0;
    padding-left: 12px
}

footer .logo {
    margin-bottom: 15px
}

footer .links li {
    display: block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .links li:hover {
    padding-left: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .links li:hover a {
    color: #0a98f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .links li:hover a:before {
    left: 3px;
    color: #0a98f1;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

footer .links li a {
    font-size: calc(14px + 1*(100vw - 320px)/1600);
    color: #2c2c2c;
    font-weight: 500
}

footer .links li a:before {
    content: "î™‰";
    font-family: "themify";
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700
}

footer .links li+li {
    margin-top: 12px
}

footer .copyright-footer {
    padding-top: 1.1rem;
    border-top: 1px solid rgba(44, 44, 44, .1)
}

footer .foot-aps-btn {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
    filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
    background-image: linear-gradient(145deg, #08cfa4 0%, #01AA85 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .foot-aps-btn:hover {
    cursor: pointer
}

footer .foot-aps-btn i {
    color: #fff;
    margin-right: 15px;
    font-size: 30px
}

footer .foot-aps-btn span h6,
footer .foot-aps-btn span .h6 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px
}

footer .foot-aps-btn span h4,
footer .foot-aps-btn span .h4 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1
}

footer .footer-back-block .inner1 {
    position: absolute;
    top: -15%;
    right: 10%;
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
    animation: animatone 30s reverse infinite
}

footer .footer-back-block .inner2 {
    position: absolute;
    bottom: 10%;
    left: -80px;
    -webkit-animation: slidemain 40s linear infinite;
    animation: slidemain 40s linear infinite
}

footer .footer-mobile-title {
    display: none
}

.tap-top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8;
    display: none;
    color: #fff;
    text-align: center;
    background: #0a98f1;
    border: none;
    font-size: 22px;
    padding: 4px;
    cursor: pointer
}

.tap-top.top-cls {
    bottom: 130px
}

@-webkit-keyframes animatone {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes animatow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5) translateX(-50px);
        transform: scale(1.5) translateX(-50px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes anim-effect-front {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(10, 152, 241, .15);
        box-shadow: 0 0 0 0px rgba(10, 152, 241, .15);
        opacity: 0
    }

    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(10, 152, 241, .2);
        box-shadow: 0 0 0 15px rgba(10, 152, 241, .2);
        opacity: 1
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(10, 152, 241, 0);
        box-shadow: 0 0 0 20px rgba(10, 152, 241, 0);
        opacity: 0
    }
}

@keyframes anim-effect-front {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(10, 152, 241, .15);
        box-shadow: 0 0 0 0px rgba(10, 152, 241, .15);
        opacity: 0
    }

    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(10, 152, 241, .2);
        box-shadow: 0 0 0 15px rgba(10, 152, 241, .2);
        opacity: 1
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(10, 152, 241, 0);
        box-shadow: 0 0 0 20px rgba(10, 152, 241, 0);
        opacity: 0
    }
}

.index-main .landing-page-header {
    background-image: url(../images/index/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    scroll-behavior: smooth
}

.index-main .landing-page-header .navbar-nav {
    width: 100% !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important
}

.index-main .landing-page-header .home-content {
    padding-top: 40px
}

.index-main .landing-page-header .home-content h2,
.index-main .landing-page-header .home-content .h2 {
    font-size: calc(22px + 26*(100vw - 320px)/1600);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    width: 90%
}

.index-main .landing-page-header .home-content h2 span,
.index-main .landing-page-header .home-content .h2 span {
    font-family: "Inter", sans-serif;
    color: #0a98f1;
    font-weight: 700;
    font-size: calc(22px + 26*(100vw - 320px)/1600)
}

.index-main .landing-page-header .home-content p {
    font-size: calc(14px + 4*(100vw - 320px)/1600);
    color: rgba(255, 255, 255, .7);
    margin-bottom: calc(16px + 54*(100vw - 320px)/1600);
    font-family: "Inter", sans-serif
}

.index-main .landing-page-header .home-content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.index-main .landing-page-header .home-content>div .button-doc {
    background-color: #ffa941;
    color: #fff;
    text-transform: uppercase;
    padding: calc(8px + 6*(100vw - 320px)/1600) calc(12px + 8*(100vw - 320px)/1600);
    font-family: "Inter", sans-serif
}

.index-main .landing-page-header .home-content>div .button-doc svg {
    height: 24px;
    width: 24px;
    vertical-align: -6px;
    margin-right: 6px
}

.index-main .landing-page-header .home-content .downlaod .footer-btn a {
    margin-top: 0;
    padding: calc(11px + 3*(100vw - 320px)/1600) calc(12px + 8*(100vw - 320px)/1600);
    margin: 0 6px
}

.index-main .landing-page-header .home-content .downlaod .footer-btn a:first-child {
    margin-left: 0
}

.index-main .landing-page-header .home-content .downlaod .footer-btn a:last-child {
    margin-right: 0
}

.index-main .landing-page-header .home-content .downlaod .footer-btn a i {
    font-size: calc(16px + 14*(100vw - 320px)/1600)
}

.index-main .landing-page-header .home-img {
    position: relative
}

.index-main .landing-page-header .home-img img:nth-child(2) {
    position: absolute;
    left: 24%;
    top: 15%;
    width: 130px;
    -webkit-animation: bounce-effect 2s infinite ease-in;
    animation: bounce-effect 2s infinite ease-in
}

.index-main .landing-page-header .home-img img:nth-child(3) {
    position: absolute;
    bottom: 8%;
    right: -2%;
    -webkit-animation: bounce-effect 3s infinite ease-in;
    animation: bounce-effect 3s infinite ease-in
}

.index-main .our-experts {
    background: url(../images/index/section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.index-main .our-experts .content-title h2,
.index-main .our-experts .content-title .h2 {
    color: #fff
}

.index-main .our-experts .experts-box {
    border-radius: 10px;
    background-image: url(../images/index/1.png);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    position: relative
}

@media(max-width: 740px) {
    .index-main .our-experts .experts-box {
        padding: 40px 12px
    }
}

.index-main .our-experts .experts-box .test-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #e9f5ff;
    border-radius: 50%
}

.index-main .our-experts .experts-box .test-contain {
    text-transform: capitalize
}

.index-main .our-experts .experts-box .test-contain h4,
.index-main .our-experts .experts-box .test-contain .h4 {
    color: #0a98f1;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

.index-main .our-experts .experts-box .test-contain h3,
.index-main .our-experts .experts-box .test-contain .h3 {
    font-size: calc(16px + 4*(100vw - 320px)/1600);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

.index-main .our-experts .experts-box .test-contain h6,
.index-main .our-experts .experts-box .test-contain .h6 {
    color: #7f8384;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: .7px
}

@media(max-width: 666px) {

    .index-main .our-experts .experts-box .test-contain h6,
    .index-main .our-experts .experts-box .test-contain .h6 {
        display: none
    }
}

.index-main .our-experts .experts-box .test-contain ul.test-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.index-main .our-experts .experts-box .test-contain ul.test-icon li {
    width: 46px;
    height: 46px;
    background-image: url(../images/index/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px
}

.index-main .our-experts .experts-box .test-contain ul.test-icon li:last-child {
    margin-right: 0
}

.index-main .our-experts .experts-box .test-contain ul.test-icon li a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index-main .our-experts .experts-box .test-contain ul.test-icon li:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.index-main>.app-responsive {
    position: relative;
    z-index: 1;
    background-color: rgba(10, 152, 241, .1)
}

.index-main>.app-responsive:after {
    display: none
}

.index-main>.app-responsive .app-box {
    position: relative
}

.index-main>.app-responsive .app-box .figma-file {
    position: absolute;
    bottom: 19%;
    left: -3%;
    -webkit-animation: bounce-effect 2s infinite ease-in;
    animation: bounce-effect 2s infinite ease-in
}

@media(max-width: 1500px) {
    .index-main>.app-responsive .app-box .figma-file {
        width: 28%
    }
}

@media(max-width: 767px) {
    .index-main>.app-responsive .app-box .figma-file {
        left: 1%
    }
}

.index-main>.app-responsive .app-box .printed-box {
    position: absolute;
    top: 28%;
    right: -6%;
    -webkit-animation: bounce-effect 3s infinite ease-in;
    animation: bounce-effect 3s infinite ease-in
}

@media(max-width: 1500px) {
    .index-main>.app-responsive .app-box .printed-box {
        right: -8%;
        width: 28%
    }
}

@media(max-width: 767px) {
    .index-main>.app-responsive .app-box .printed-box {
        right: -2%;
        top: 29%
    }
}

.index-main>.app-responsive .custom-container {
    max-width: 1700px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.index-main>.app-responsive .app-text-box {
    margin-left: 60px
}

@media(max-width: 1199px) {
    .index-main>.app-responsive .app-text-box {
        margin-left: 0px
    }
}

@media(max-width: 767px) {
    .index-main>.app-responsive .app-text-box {
        text-align: center;
        margin-top: 30px
    }
}

.index-main>.app-responsive .app-text-box>img {
    margin-bottom: 25px
}

@media(max-width: 1500px) {
    .index-main>.app-responsive .app-text-box>img {
        margin-bottom: 12px
    }
}

.index-main>.app-responsive .app-text-box h3,
.index-main>.app-responsive .app-text-box .h3 {
    color: #ffa941;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Caveat", cursive;
    font-size: 32px
}

@media(max-width: 480px) {

    .index-main>.app-responsive .app-text-box h3,
    .index-main>.app-responsive .app-text-box .h3 {
        font-size: 22px
    }
}

.index-main>.app-responsive .app-text-box h2,
.index-main>.app-responsive .app-text-box .h2 {
    color: #031a28;
    font-size: calc(20px + 26*(100vw - 320px)/1600);
    font-weight: 800;
    margin-bottom: 25px;
    width: 64%
}

@media(max-width: 1500px) {

    .index-main>.app-responsive .app-text-box h2,
    .index-main>.app-responsive .app-text-box .h2 {
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {

    .index-main>.app-responsive .app-text-box h2,
    .index-main>.app-responsive .app-text-box .h2 {
        width: 100%
    }
}

.index-main>.app-responsive .app-text-box p {
    color: rgba(3, 26, 40, .7);
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px
}

@media(max-width: 1500px) {
    .index-main>.app-responsive .app-text-box p {
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .index-main>.app-responsive .app-text-box p {
        display: none
    }
}

.index-main>.app-responsive .app-text-box a {
    padding: 14px 38px;
    background-color: #0a98f1;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize
}

@media(max-width: 1199px) {
    .index-main>.app-responsive .app-text-box a {
        padding: 8px 18px
    }
}

.index-main>.app-responsive .app-text-box .home-info {
    margin-bottom: 40px
}

@media(max-width: 1500px) {
    .index-main>.app-responsive .app-text-box .home-info {
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .index-main>.app-responsive .app-text-box .home-info {
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.index-main>.app-responsive .app-text-box .home-info li {
    padding: 10px 0
}

@media(max-width: 1500px) {
    .index-main>.app-responsive .app-text-box .home-info li {
        padding: 8px 0
    }
}

.index-main>.app-responsive .app-text-box .home-info li .factors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media(max-width: 767px) {
    .index-main>.app-responsive .app-text-box .home-info li .factors {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        gap: 10px
    }
}

.index-main>.app-responsive .app-text-box .home-info li .factors h4,
.index-main>.app-responsive .app-text-box .home-info li .factors .h4 {
    color: rgba(3, 26, 40, .5);
    font-weight: 600;
    text-align: left
}

.index-main .submit-section .submit-img {
    background-image: url(../images/index/submit/1.png);
    background-size: contain;
    height: 570px;
    background-repeat: no-repeat;
    position: relative
}

@media(max-width: 1500px) {
    .index-main .submit-section .submit-img {
        height: 523px
    }
}

@media(max-width: 1456px) {
    .index-main .submit-section .submit-img {
        height: 507px
    }
}

@media(max-width: 1456px) {
    .index-main .submit-section .submit-img {
        height: 507px
    }
}

@media(max-width: 1300px) {
    .index-main .submit-section .submit-img {
        height: 449px
    }
}

@media(max-width: 1250px) {
    .index-main .submit-section .submit-img {
        height: 432px
    }
}

@media(max-width: 1200px) {
    .index-main .submit-section .submit-img {
        height: 414px
    }
}

@media(max-width: 1110px) {
    .index-main .submit-section .submit-img {
        height: 381px
    }
}

@media(max-width: 1000px) {
    .index-main .submit-section .submit-img {
        height: 338px
    }
}

@media(max-width: 991px) {
    .index-main .submit-section .submit-img {
        background-image: -webkit-gradient(linear, left top, right top, from(#0a98f1), to(#0a98f1));
        background-image: linear-gradient(to right, #0a98f1, #0a98f1);
        height: 200px;
        border-radius: 10px;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 500px) {
    .index-main .submit-section .submit-img {
        height: 250px
    }
}

.index-main .submit-section .submit-img>div {
    position: absolute;
    right: 16%;
    top: 60%;
    width: 37%;
    -webkit-transform: translate(20%, -50%);
    transform: translate(20%, -50%)
}

@media(max-width: 1300px) {
    .index-main .submit-section .submit-img>div {
        width: 50%
    }
}

@media(max-width: 991px) {
    .index-main .submit-section .submit-img>div {
        width: 100%;
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        text-align: center
    }
}

.index-main .submit-section .submit-img>div h2,
.index-main .submit-section .submit-img>div .h2 {
    color: #fff;
    font-size: calc(20px + 26*(100vw - 320px)/1600);
    font-weight: 800;
    margin-bottom: 8px
}

.index-main .submit-section .submit-img>div p {
    color: rgba(255, 255, 255, .7);
    font-size: calc(16px + 4*(100vw - 320px)/1600);
    font-weight: 600;
    margin-bottom: calc(16px + 24*(100vw - 320px)/1600)
}

@media(max-width: 991px) {
    .index-main .submit-section .submit-img>div .input-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px
    }
}

.index-main .submit-section .submit-img>div .input-group input {
    width: 70%;
    padding: 15px;
    border: none;
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.index-main .submit-section .submit-img>div .input-group input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 16px !important
}

.index-main .submit-section .submit-img>div .input-group input::-moz-placeholder {
    color: #fff !important;
    font-size: 16px !important
}

.index-main .submit-section .submit-img>div .input-group input:-ms-input-placeholder {
    color: #fff !important;
    font-size: 16px !important
}

.index-main .submit-section .submit-img>div .input-group input::-ms-input-placeholder {
    color: #fff !important;
    font-size: 16px !important
}

.index-main .submit-section .submit-img>div .input-group input::placeholder {
    color: #fff !important;
    font-size: 16px !important
}

.index-main .submit-section .submit-img>div .input-group input:focus {
    outline: none
}

.index-main .submit-section .submit-img>div .input-group a {
    background-color: #ffa941;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0
}

.index-main>.team-work-main .team-work-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.index-main>.team-work-main .team-work-content .ply-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: calc(20px + 20*(100vw - 320px)/1600);
    position: relative
}

.index-main>.team-work-main .team-work-content .ply-main::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 25%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(1, 30, 48, 0)), to(#011e30));
    background-image: linear-gradient(to left, rgba(1, 30, 48, 0), #011e30);
    top: 50%;
    right: 10%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

@media(max-width: 1600px) {
    .index-main>.team-work-main .team-work-content .ply-main::before {
        display: none
    }
}

.index-main>.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background-color: #0a98f1;
    margin-right: calc(14px + 13*(100vw - 320px)/1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.index-main>.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:before {
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    position: absolute;
    content: "";
    border-radius: 10px;
    z-index: 0;
    width: 100%;
    height: 100%
}

.index-main>.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content:after {
    -webkit-animation: 1.5s anim-effect-back 1s linear infinite;
    animation: 1.5s anim-effect-back 1s linear infinite;
    position: absolute;
    content: "";
    border-radius: 10px;
    z-index: 0;
    width: 100%;
    height: 100%
}

.index-main>.team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i {
    color: #fff;
    font-size: 23px
}

.index-main>.team-work-main .team-work-content .ply-main h3,
.index-main>.team-work-main .team-work-content .ply-main .h3 {
    font-size: calc(16px + 6*(100vw - 320px)/1600);
    color: #2c2c2c;
    font-family: "Manrope", sans-serif;
    font-weight: 800
}

.index-main>.team-work-main .team-work-content h2,
.index-main>.team-work-main .team-work-content .h2 {
    font-size: calc(18px + 30*(100vw - 320px)/1600);
    color: #2c2c2c;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    margin-bottom: calc(20px + 20*(100vw - 320px)/1600)
}

.index-main>.team-work-main .team-work-content h4,
.index-main>.team-work-main .team-work-content .h4 {
    font-size: calc(14px + 3*(100vw - 320px)/1600);
    color: rgba(0, 0, 0, .7);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    width: 80%;
    line-height: 1.8
}

@media(max-width: 991px) {

    .index-main>.team-work-main .team-work-content h4,
    .index-main>.team-work-main .team-work-content .h4 {
        width: 100%
    }
}

.index-main>.team-work-main .team-work-content .pricing-btn {
    color: #fff;
    margin-top: calc(20px + 20*(100vw - 320px)/1600);
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 800
}

.index-main>.team-work-main .team-work-content .pricing-btn:hover {
    color: #0a98f1;
    border: 1px solid #0a98f1
}

.index-main .theme-features .theme-features-content .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    margin-bottom: calc(20px + 20*(100vw - 320px)/1600);
    margin-right: calc(0px + 33*(100vw - 320px)/1600)
}

.index-main .theme-features .theme-features-content .d-flex:last-child {
    margin-bottom: 0px
}

.index-main .theme-features .theme-features-content .d-flex .flex-shrink-0 {
    height: 66px;
    width: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/about/6.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

.index-main .theme-features .theme-features-content .d-flex .flex-shrink-0 img {
    width: 40%
}

.index-main .theme-features .theme-features-content .d-flex .flex-grow-1 {
    text-align: start
}

.index-main .theme-features .theme-features-content .d-flex .flex-grow-1 h3,
.index-main .theme-features .theme-features-content .d-flex .flex-grow-1 .h3 {
    font-size: calc(18px + 4*(100vw - 320px)/1600);
    font-weight: 700;
    color: #031a28;
    margin-bottom: 10px
}

.index-main .theme-features .theme-features-content .d-flex .flex-grow-1 p {
    font-weight: 500;
    color: rgba(3, 26, 40, .5)
}

.index-main .theme-features .features-img img {
    margin: -45px 0 -22px 0
}

@media(max-width: 991px) {
    .index-main .theme-features .features-img {
        padding-top: 30px
    }
}

.index-main .pricing-section .pricing-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px
}

.index-main .pricing-section .pricing-tag .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.index-main .pricing-section .pricing-tag .switch input {
    display: none
}

.index-main .pricing-section .pricing-tag .switch input:checked+.switch-state {
    background-color: #ffa507
}

.index-main .pricing-section .pricing-tag .switch input:checked+.switch-state:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

.index-main .pricing-section .pricing-tag .switch input:focus+.switch-state {
    -webkit-box-shadow: 0 0 1px #0a98f1;
    box-shadow: 0 0 1px #0a98f1
}

.index-main .pricing-section .pricing-tag .switch .switch-state {
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(130, 130, 130, .1);
    -webkit-transition: .4s;
    transition: .4s
}

.index-main .pricing-section .pricing-tag .switch .switch-state:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px
}

.index-main .pricing-section .pricing-box {
    padding: calc(12px + 28*(100vw - 320px)/1600) calc(6px + 34*(100vw - 320px)/1600);
    margin: 20px 0;
    border-radius: 10px;
    background-color: rgba(239, 241, 242, .5)
}

.index-main .pricing-section .pricing-box>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: calc(12px + 8*(100vw - 320px)/1600)
}

.index-main .pricing-section .pricing-box>div .pricing-icon {
    font-size: 50px
}

.index-main .pricing-section .pricing-box>div .pricing-icon img {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.index-main .pricing-section .pricing-box>div .pricing-content span {
    font-size: 20px;
    color: #031a28
}

.index-main .pricing-section .pricing-box>div .pricing-content h2,
.index-main .pricing-section .pricing-box>div .pricing-content .h2 {
    font-size: calc(20px + 28*(100vw - 320px)/1600);
    color: #031a28;
    font-weight: 800
}

.index-main .pricing-section .pricing-box h4,
.index-main .pricing-section .pricing-box .h4 {
    font-weight: 500;
    color: #031a28;
    width: 90%;
    text-align: left;
    padding-bottom: calc(12px + 18*(100vw - 320px)/1600);
    border-bottom: 1px solid rgba(130, 130, 130, .1)
}

@media(max-width: 1500px) {

    .index-main .pricing-section .pricing-box h4,
    .index-main .pricing-section .pricing-box .h4 {
        width: 100%
    }
}

.index-main .pricing-section .pricing-box .pricing-btn {
    margin-top: calc(12px + 28*(100vw - 320px)/1600);
    color: #fff;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #031a28;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0)
}

.index-main .pricing-section .pricing-box .pricing-btn i {
    margin-left: 10px
}

.index-main .pricing-section .pricing-box .pricing-btn:hover {
    color: #031a28;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #031a28
}

.index-main .pricing-section .pricing-box ul.avb-price {
    text-align: left;
    margin-top: 30px
}

.index-main .pricing-section .pricing-box ul.avb-price li {
    font-size: calc(18px + 2*(100vw - 320px)/1600);
    color: rgba(3, 26, 40, .5);
    margin-bottom: 6px
}

.index-main .pricing-section .pricing-box ul.avb-price li:last-child {
    margin-bottom: 0
}

.index-main .pricing-section .pricing-box ul.avb-price li i {
    color: #0a98f1;
    margin-right: 20px
}

.index-main .pricing-section .price-slider {
    margin-bottom: -20px;
    margin-top: -20px
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box {
    background-image: linear-gradient(137deg, #E3F8B4 -52.18%, #01AA85 35.64%);
    border-radius: 0;
    padding: calc(12px + 28*(100vw - 320px)/1600) calc(10px + 30*(100vw - 320px)/1600)
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box>div .pricing-icon {
    height: 87px;
    width: 87px;
    background-color: rgba(255, 255, 255, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box>div .pricing-icon img {
    -webkit-animation: pricing 1.5s ease infinite;
    animation: pricing 1.5s ease infinite
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box>div .pricing-content span {
    color: #fff
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box>div .pricing-content h2,
.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box>div .pricing-content .h2 {
    color: #fff
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box h4,
.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box .h4 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box .pricing-btn {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #ffa507;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0)
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box .pricing-btn:hover {
    color: #ffa507;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffa507
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box ul.avb-price {
    margin-top: 40px
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box ul.avb-price li {
    color: #fff
}

.index-main .pricing-section .price-slider .owl-item.active.center .pricing-box ul.avb-price li i {
    color: #fff
}

.index-main .client-messenger-box {
    overflow: hidden
}

.index-main .client-messenger-box .client-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-main .client-messenger-box .client-images img {
    -webkit-animation: slide-left 50s linear infinite;
    animation: slide-left 50s linear infinite
}

.landing-screen-animation {
    position: relative
}

.landing-screen-animation .col-md-12 {
    margin-bottom: 50px
}

.landing-screen-animation .three-img-1 {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, .05);
    box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, .05);
    background-size: cover;
    border: 5px solid #fff
}

.landing-screen-animation .three-img-1:hover {
    background-position: bottom
}

.landing-screen-animation .pc-bg-1 {
    background-image: url(../images/landing-page/threeinonepage/image_1.png);
    height: 550px;
    -webkit-transition: 2s;
    transition: 2s
}

.landing-screen-animation .pc-bg-2 {
    background-image: url(../images/landing-page/threeinonepage/landing.png);
    height: 250px;
    -webkit-transition: 10s;
    transition: 10s
}

.landing-screen-animation .pc-bg-3 {
    background-image: url(../images/landing-page/threeinonepage/email.jpg);
    height: 250px;
    -webkit-transition: 2s;
    transition: 2s
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-left-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slide-left-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes ripple4 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .8
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes ripple4 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .8
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@-webkit-keyframes pricing {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    50% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    70% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    40% {
        -webkit-transform: scale3d(1, 1, 1) rotate(-3deg);
        transform: scale3d(1, 1, 1) rotate(-3deg)
    }

    60% {
        -webkit-transform: scale3d(1, 1, 1) rotate(-3deg);
        transform: scale3d(1, 1, 1) rotate(-3deg)
    }

    80% {
        -webkit-transform: scale3d(1, 1, 1) rotate(-3deg);
        transform: scale3d(1, 1, 1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pricing {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    50% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    70% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate(3deg);
        transform: scale3d(1, 1, 1) rotate(3deg)
    }

    40% {
        -webkit-transform: scale3d(1, 1, 1) rotate(-3deg);
        transform: scale3d(1, 1, 1) rotate(-3deg)
    }

    60% {
        -webkit-transform: scale3d(1, 1, 1) rotate(-3deg);
        transform: scale3d(1, 1, 1) rotate(-3deg)
    }

    80% {
        -webkit-transform: scale3d(1, 1, 1) rotate(-3deg);
        transform: scale3d(1, 1, 1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes bounce-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        transition: .5s
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: .5s;
        transition: .5s
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        transition: .5s
    }
}

@keyframes bounce-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        transition: .5s
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: .5s;
        transition: .5s
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        transition: .5s
    }
}

@media(max-width: 1367px) {
    .header-inner {
        padding-bottom: 30px
    }
}

@media(max-width: 1199px) {
    .blog-media>div:first-child {
        padding-bottom: 30px
    }

    .counter-box-second .counter-box .counter-icon {
        font-size: 30px
    }

    .counter-box-second .counter-box h6,
    .counter-box-second .counter-box .h6 {
        font-size: 22px
    }

    .counter-box-second .counter-box span {
        font-size: 13px
    }
}

@media(max-width: 991px) {
    .error-images {
        display: none
    }

    .blog-detail-page .blog-commant {
        margin-top: 30px
    }

    .blog-detail-page .blog-contact {
        margin-top: 30px
    }

    .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: 10px
    }

    .about-page .about-title h1,
    .about-page .about-title .h1 {
        margin-bottom: 15px
    }

    .about-page .about-img img {
        margin-bottom: 20px
    }

    .team .owl-nav {
        top: -60px
    }

    .team .owl-nav button.owl-prev,
    .team .owl-nav button.owl-next {
        height: 30px;
        width: 30px
    }

    .team .owl-nav button.owl-prev:before,
    .team .owl-nav button.owl-next:before {
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .breadcrumb-main .breadcrumb-content {
        display: unset;
        text-align: center
    }

    .breadcrumb-main .breadcrumb-content .breadcrumb-left {
        margin-bottom: 5px
    }

    .blog-page .blog-sidebar .blog-card {
        padding: 15px
    }

    .blog-page .order-sec {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .blog-page .blog-contact .btn-solid {
        padding: 13px 25px
    }

    .faq-block>div:nth-child(n+3) {
        margin-top: 15px
    }

    .faq-section .faq-search-box .input-group .form-control {
        padding: 10px
    }

    .error-main .error-contain .error-btn {
        padding: 15px 25px
    }

    .team .team-content .text-content h4,
    .team .team-content .text-content .h4 {
        margin-bottom: 10px
    }

    .team .team-content .text-content p {
        margin-bottom: 10px
    }

    .team .team-content .text-content ul li {
        width: 30px;
        height: 30px
    }

    .team .team-content .text-content ul li a i {
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .blog-right-sidebar .d-flex .flex-shrink-0 img {
        width: 60px
    }

    .header-inner {
        padding-bottom: 20px
    }

    .error-main .error-contain .error-btn {
        padding: 12px 18px
    }
}

@media(max-width: 480px) {
    .team .team-content {
        display: unset
    }

    .team .team-content .text-content {
        margin-top: 15px;
        padding-left: 0
    }

    .about-page .about-tab {
        display: block;
        text-align: center
    }

    .about-page .about-tab ul li {
        display: inline-block;
        margin-right: 10px
    }

    .about-page .about-tab ul li:last-child {
        margin-right: 0
    }

    .about-page .about-tab .nav-pills .nav-link {
        padding: 0;
        font-weight: 600
    }

    .about-page .about-tab .tab-content {
        border-top: 1px solid rgba(127, 131, 132, .15);
        margin-top: 10px;
        padding-bottom: 0
    }
}

@media(max-width: 360px) {
    .blog-right-sidebar .d-flex .flex-shrink-0 img {
        display: none
    }

    .blog-page .blog-media .blog-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .blog-page .blog-media .blog-right ul li {
        display: block
    }

    .blog-page .blog-media .blog-right ul li+li {
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }

    .about-page .about-tab ul li:last-child {
        margin-top: 10px
    }
}

@media(min-width: 1680px) {
    .custom-container {
        max-width: 1600px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width: 1620px)and (min-width: 1368px) {
    header .landing-header.fixed {
        width: 98%
    }
}

@media(max-width: 1600px) {
    .secure-app-main {
        height: 480px
    }

    .secure-app-main .secure-app-content {
        height: 480px;
        background-color: rgba(255, 255, 255, .9);
        padding: 20px
    }
}

@media(max-width: 1367px) {
    .index-main .theme-landing .section-py-space {
        padding-top: 100px;
        padding-bottom: 60px
    }

    header .landing-header.fixed .main-menu .navbar-nav>li>a {
        color: #2c2c2c !important
    }

    header .landing-header .navbar-nav .nav-item:last-child .dropdown-menu {
        margin-bottom: 0 !important
    }

    .slider-block .slider-main {
        height: 100vh
    }

    .secure-app-main .secure-app-content .ply-main .ply-content {
        padding: 10px
    }

    .secure-app-main .secure-app-content .ply-main .ply-content i {
        font-size: 20px
    }

    .rate-us {
        padding-top: 60px !important
    }
}

@media(max-width: 1679px) {
    .home-wrapper .custom-container {
        padding: 0 32px
    }

    .custom-container {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0 auto
    }

    .slider-block .chat-slide {
        bottom: -13%
    }

    .slider-block .inner1 {
        top: 15%;
        left: 25%
    }

    .slider-block .inner2 {
        right: -26%
    }

    .slider-block .slider-main .slider-contain .ply-main .ply-content {
        padding: 10px
    }

    .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content {
        width: 45px;
        height: 45px
    }

    .slider-block .slider-main .slider-contain .ply-main .ply-content .ply-sub-content i {
        font-size: 20px
    }

    .team-work-main .team-work-content .ply-main {
        margin-bottom: 18px
    }

    .team-work-main .team-work-content .ply-main .ply-content {
        padding: 10px
    }

    .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content {
        width: 45px;
        height: 45px
    }

    .team-work-main .team-work-content .ply-main .ply-content .ply-sub-content i {
        font-size: 20px
    }

    .team-work-main .team-work-content h1,
    .team-work-main .team-work-content .h1 {
        margin-bottom: 17px;
        width: 480px
    }

    .team-work-main .team-work-content .pricing-btn {
        margin-top: 18px
    }

    .secure-app-main {
        height: 650px
    }

    .secure-app-main .secure-app-content {
        height: 650px
    }

    .secure-app-main .secure-app-content .ply-main {
        margin-bottom: 18px
    }

    .secure-app-main .secure-app-content .ply-main .ply-content {
        padding: 10px
    }

    .secure-app-main .secure-app-content h1,
    .secure-app-main .secure-app-content .h1 {
        margin-bottom: 11px
    }

    .secure-app-main .secure-app-content h4,
    .secure-app-main .secure-app-content .h4 {
        margin-bottom: 14px
    }

    footer .footer-main .footer-back-block .inner1 {
        left: -60%;
        top: -130%
    }

    footer .footer-main .footer-back-block .inner2 {
        right: -60%;
        bottom: -130%
    }
}

@media(max-width: 1400px)and (min-width: 1200px) {
    .home-wrapper {
        padding-top: 8% !important
    }

    .index-main .trending-features .features-contant h4,
    .index-main .trending-features .features-contant .h4 {
        width: 90%
    }
}

@media(max-width: 1470px) {
    .index-main .landing-page-header .home-img img:nth-child(2) {
        width: 100px
    }

    .index-main .landing-page-header .home-img img:nth-child(3) {
        right: 5%;
        width: 135px
    }

    .slider-block .inner2 {
        right: -40%
    }

    .slider-block .chat-slide {
        bottom: 0
    }

    .chatzy-main .chatzy-contain {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .chatzy-main .chatzy-contain h1,
    .chatzy-main .chatzy-contain .h1 {
        width: 450px
    }

    .chatzy-main .chatzy-contain .chatzy-img {
        width: 450px
    }

    .team-work-main .team-work-content .team-main {
        width: 480px
    }

    .team-work-main .team1 {
        top: 7%;
        right: 30%;
        width: 100px
    }

    .team-work-main .team2 {
        top: 17%;
        right: 13%;
        width: 27px
    }

    .team-work-main .team3 {
        top: 15%;
        right: 10%
    }

    .subscribe-content h1,
    .subscribe-content .h1 {
        margin-bottom: 23px
    }

    .subscribe-content h4,
    .subscribe-content .h4 {
        margin-top: 18px
    }

    .subscribe-content .form-inline {
        display: unset !important
    }

    .subscribe-content button {
        margin-top: 23px;
        display: block;
        margin-left: 0
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 300px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 300px
    }
}

@media(max-width: 1367px) {
    .section-py-space {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section-pt-space {
        padding-top: 60px
    }

    .section-pb-space {
        padding-bottom: 60px
    }

    .slider-block .inner1 {
        display: none
    }

    .app-design-main {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .app-design-main .app-hover {
        top: 6%
    }

    .chatzy-main .chatzy-back-block .chit-chat3 {
        left: 11%
    }

    .chatzy-main .chatzy-contain .chatzy-logo {
        margin-bottom: 22px
    }

    .chatzy-main .chatzy-contain h3,
    .chatzy-main .chatzy-contain .h3 {
        margin-bottom: 20px
    }

    .chatzy-main .chatzy-contain h1,
    .chatzy-main .chatzy-contain .h1 {
        margin-bottom: 24px
    }

    .chatzy-main .chatzy-contain h4,
    .chatzy-main .chatzy-contain .h4 {
        margin-bottom: 17px
    }

    .chatzy-main .chatzy-contain ul.detial-price li {
        margin-bottom: 10px
    }

    .chatzy-main .chatzy-contain .pricing-btn {
        margin-top: 18px
    }

    .collaboration-main .collaboration-content {
        margin-top: 30px;
        margin-bottom: 55px
    }

    .index-main .pricing-section .pricing-box>div .pricing-icon {
        margin-bottom: 0
    }

    footer .footer-main .footer-logo {
        margin-bottom: 15px
    }

    footer .footer-main .footer-logo img {
        width: 100px
    }

    footer .footer-main h3,
    footer .footer-main .h3 {
        margin-bottom: 17px
    }

    footer .footer-main h1,
    footer .footer-main .h1 {
        margin-bottom: 15px
    }

    footer .footer-main .footer-btn {
        margin-top: 37px
    }

    footer .footer-main .footer-back-block .inner1 {
        left: -75%;
        top: -160%
    }

    footer .footer-main .footer-back-block .inner2 {
        right: -75%
    }

    footer .footer-main .footer-back-block .inner3 {
        top: -25%
    }

    footer .footer-main .footer-back-block .inner4 {
        bottom: 0;
        left: -10%
    }

    footer .footer-main .footer-back-block .inner5 {
        width: 300px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 290px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 290px
    }

    .subscribe-content h1,
    .subscribe-content .h1 {
        width: auto
    }

    .subscribe-content img {
        width: 400px;
        height: auto
    }
}

@media(max-width: 1366px) {
    .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        line-height: unset
    }

    .landing_page_slider {
        min-height: 1080px
    }

    .landing_page_slider .animated-img-2 {
        margin-top: 0px;
        width: 1000px
    }

    .landing_page_slider .animated-img-1 .slicing-img-4 {
        left: 230px;
        top: 230px
    }

    .landing_page_slider .animated-img-1 .slicing-img-5 {
        left: 900px;
        top: 466px
    }

    .landing_page_slider .animated-img-1 .slicing-img-6 {
        top: 152px;
        right: 351px
    }

    .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 270px;
        left: 438px
    }

    .slider-block .chat-slide {
        width: 70%
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img {
        margin-right: 10px
    }

    .main-feature .key-feature .theme-collection .image-contain {
        padding: 20px;
        min-height: 160px
    }
}

@media(max-width: 1300px) {
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 250px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 250px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon {
        padding: 20px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon svg {
        width: 40px
    }
}

@media(max-width: 1250px) {
    .chat-landing-page .landing_page_slider {
        min-height: 980px
    }

    .chat-landing-page .landing_page_slider .animated-img-2 {
        width: 950px
    }
}

@media(max-width: 1239px)and (min-width: 1201px) {
    .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-left: 20px
    }

    .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        line-height: unset
    }
}

@media(max-width: 1200px) {
    .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-left: 20px
    }

    .chat-landing-page .landing-page-header .fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        line-height: unset
    }

    .chat-landing-page .landing_page_slider .animated-img-2 {
        width: 900px
    }

    .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1 {
        left: 0;
        top: 180px;
        width: 22%
    }

    .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2 {
        top: 100px;
        right: -85px;
        width: 47%
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6 {
        right: 290px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 270px;
        left: 330px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 250px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 250px
    }
}

@media(max-width: 1199px) {
    .index-main .landing-page-header .home-img img:nth-child(2) {
        width: 80px
    }

    .index-main .landing-page-header .home-img img:nth-child(3) {
        width: 100px
    }

    .index-main .trending-features .features-contant h4,
    .index-main .trending-features .features-contant .h4 {
        width: 100%
    }

    .section-pb-space {
        padding-bottom: 40px
    }

    .section-pt-space {
        padding-top: 40px
    }

    .section-py-space {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .navbar-expand-sm .navbar-collapse {
        display: unset !important
    }

    header {
        top: 0px !important
    }

    .home-wrapper .home-content {
        padding-bottom: 3% !important;
        padding-top: 4% !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-wrapper .home-content .home-info {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 0 !important
    }

    .home-wrapper .home-content .home-info li .factors {
        gap: 8px !important;
        padding-bottom: calc(6px + 10*(100vw - 320px)/1600)
    }

    .home-wrapper .home-content .home-info li .factors h4,
    .home-wrapper .home-content .home-info li .factors .h4 {
        padding-top: 7px
    }

    .home-wrapper .home-content .btn-solid {
        margin-top: 0px !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .home-wrapper .home-img {
        padding-top: 3% !important;
        padding-bottom: 0% !important
    }

    .home-wrapper .home-img .home-rounded {
        top: -23% !important
    }

    .home-wrapper h1,
    .home-wrapper .h1 {
        width: 100% !important;
        margin-bottom: calc(15px + 0*(100vw - 320px)/1600)
    }

    .home-wrapper .home-effect {
        left: 8% !important;
        top: 19%
    }

    .home-wrapper .home-effect1 {
        right: 8% !important;
        top: 34%
    }

    .home-wrapper .home-effect2 {
        left: 84% !important;
        top: 10% !important
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img {
        height: 40px
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav {
        float: unset;
        width: unset
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .active .nav-link {
        color: #0a98f1 !important;
        line-height: unset
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .7) !important;
        line-height: unset
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase {
        float: unset;
        margin-left: 30px;
        margin-top: 10px
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase a {
        background-color: rgba(127, 131, 132, .1)
    }

    .chat-landing-page .landing-page-header .fixed {
        padding: 5px 20px
    }

    .chat-landing-page .easy-navigation .inner-block {
        padding: 20px
    }

    .chat-landing-page .main-feature .key-feature .theme-collection .image-contain {
        padding: 30px;
        min-height: 200px
    }

    .chat-landing-page .bonus-page .blog-left {
        margin-top: 50px
    }

    header .landing-header .landing-header-right .main-nav {
        display: block
    }

    .testimonial-box {
        padding: 40px
    }

    .slider-block .slider-main .slider-contain .ply-main {
        margin-bottom: 10px
    }

    .slider-block .slider-main .slider-contain h1,
    .slider-block .slider-main .slider-contain .h1 {
        margin-bottom: 12px
    }

    .slider-block .slider-main .slider-contain h4,
    .slider-block .slider-main .slider-contain .h4 {
        margin-bottom: 12px;
        width: 480px
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-aps-btn {
        padding: 13px 28px
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-aps-btn i {
        font-size: 24px
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn {
        padding: 13px 28px
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn i {
        font-size: 24px
    }

    .app-design-main {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .app-design-main .contant-box h4,
    .app-design-main .contant-box .h4 {
        width: auto
    }

    .pages-space>div:nth-child(n+3) {
        margin-top: 40px !important
    }

    .chatzy-main .chatzy-contain h1,
    .chatzy-main .chatzy-contain .h1 {
        width: 390px
    }

    .chatzy-main .chatzy-contain .chatzy-img {
        width: 380px
    }

    .chatzy-main .chatzy-contain img {
        margin-top: 0
    }

    .collaboration-main .collaboration-content {
        margin-top: 0
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main {
        padding: 20px 20px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-img img {
        width: 25px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content p {
        display: none
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content h3,
    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a .tab-main .tab-content .h3 {
        margin-bottom: 0
    }

    .team-work-main .team-work-content h1,
    .team-work-main .team-work-content .h1 {
        width: 420px
    }

    .team-work-main .team-work-content h4,
    .team-work-main .team-work-content .h4 {
        width: 399px
    }

    .team-work-main .team1 {
        right: 31%;
        width: 80px
    }

    .team-work-main .team2 {
        right: 19%;
        width: 20px
    }

    .subscribe-content .form-inline .form-control {
        width: 200px
    }

    .landing_popups .element-card .typography .internet {
        margin-bottom: 0px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon {
        padding: 50px 30px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon svg {
        width: 45px
    }

    .main-feature .key-feature>div:nth-child(n+5) {
        margin-top: 30px
    }
}

@media(max-width: 1155px) {
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1 {
        height: 470px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 200px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 200px
    }
}

@media(max-width: 1150px) {
    .chat-landing-page .landing_page_slider .animated-img-2 {
        width: 850px
    }
}

@media(max-width: 1026px) {
    .chat-landing-page .landing_page_slider .animated-img-2 {
        width: 750px;
        margin-top: 20px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6 {
        right: 225px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 265px;
        left: 273px
    }

    .chat-landing-page .slider-block .slider-main .slider-contain h1,
    .chat-landing-page .slider-block .slider-main .slider-contain .h1 {
        width: 290px
    }

    .chat-landing-page .slider-block .slider-main .slider-contain h4,
    .chat-landing-page .slider-block .slider-main .slider-contain .h4 {
        width: 375px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 215px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 215px
    }
}

@media(max-width: 992px) {

    .secure-app-main .secure-app-content h4,
    .secure-app-main .secure-app-content .h4 {
        margin: 0 auto 14px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1 {
        height: 350px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 200px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 200px
    }

    .chat-landing-page .page-decore .top img {
        -webkit-animation: none;
        animation: none
    }

    .chat-landing-page .mobile-version-sec .chatzy-back-block .chit-chat1,
    .chat-landing-page .mobile-version-sec .chatzy-back-block .chit-chat2,
    .chat-landing-page .mobile-version-sec .chatzy-back-block .chit-chat3,
    .chat-landing-page .mobile-version-sec .chatzy-back-block .chit-chat4,
    .chat-landing-page .tour-integrated .chatzy-back-block .chit-chat1,
    .chat-landing-page .tour-integrated .chatzy-back-block .chit-chat2,
    .chat-landing-page .tour-integrated .chatzy-back-block .chit-chat3,
    .chat-landing-page .tour-integrated .chatzy-back-block .chit-chat4 {
        display: none
    }

    .chat-landing-page .landing_popups .element-card .typography .internet {
        margin-bottom: 20px
    }

    .chat-landing-page .landing_popups .svg_img2 {
        -webkit-animation: none;
        animation: none
    }
}

@media(max-width: 991px) {
    .index-main .landing-page-header .home-img {
        display: none
    }

    .index-main .landing-page-header .home-content {
        padding-top: 0;
        text-align: center;
        padding: 0 calc(0px + 100*(100vw - 320px)/1600)
    }

    .index-main .landing-page-header .home-content h2,
    .index-main .landing-page-header .home-content .h2 {
        width: 100%
    }

    .index-main .landing-page-header .home-content>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .chat-landing-page .collaboration-main .collaboration-content {
        margin-bottom: 30px !important
    }

    .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn {
        padding: 13px 17px
    }

    .chat-landing-page header .inner1 {
        display: none
    }

    .chat-landing-page .landing-page-header .fixed {
        padding: 5px 15px
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main {
        margin-top: 100px
    }

    .chat-landing-page .landing_page_slider .animated-img-2 {
        margin-top: 30px;
        width: 700px
    }

    .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-1 {
        left: -11px;
        top: 122px;
        width: 29%
    }

    .chat-landing-page .landing_page_slider .animated-img-2 .slicing-img-2 {
        top: 77px;
        right: -83px;
        width: 52%
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6 {
        right: 190px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 205px;
        left: 243px
    }

    .chat-landing-page .easy-navigation .inner-block {
        padding: 10px
    }

    .chat-landing-page .easy-navigation .inner-block p {
        font-size: 13px;
        line-height: 1.5
    }

    .chat-landing-page .easy-navigation .navigation-2 .exclusive-image img,
    .chat-landing-page .easy-navigation .navigation-3 .exclusive-image img,
    .chat-landing-page .easy-navigation .navigation-6 .exclusive-image img {
        min-height: 220px
    }

    .chat-landing-page .main-feature .key-feature .theme-collection .image-contain {
        padding: 10px;
        min-height: 150px
    }

    .slider-block {
        background-image: none
    }

    .slider-block .slider-main {
        margin-top: 30px;
        position: relative;
        height: 70vh;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1
    }

    .slider-block .slider-main .slider-contain {
        border-radius: 20px;
        padding: 30px;
        width: 450px
    }

    .slider-block .slider-main .slider-contain h1,
    .slider-block .slider-main .slider-contain .h1 {
        width: auto
    }

    .slider-block .slider-main .slider-contain h4,
    .slider-block .slider-main .slider-contain .h4 {
        font-weight: 700;
        width: auto
    }

    .slider-block .chat-slide {
        display: none
    }

    .slider-block .inner1 {
        display: none
    }

    .app-design-main .icon-box i {
        font-size: 36px
    }

    .team-work-main .team-work-content h1,
    .team-work-main .team-work-content .h1 {
        width: auto;
        margin-bottom: 15px
    }

    .team-work-main .team-work-content h4,
    .team-work-main .team-work-content .h4 {
        width: 350px
    }

    .team-work-main .team-work-content .pricing-btn {
        padding: 12px 20px
    }

    .team-work-main .team1 {
        width: 50px;
        top: 16%;
        right: 32%
    }

    .team-work-main .team2 {
        top: 19%;
        right: 20%
    }

    .team-work-main .team4 {
        width: 40px;
        right: 3%
    }

    .team-work-main .team5 {
        width: 250px
    }

    .secure-app-main .secure-app-content {
        text-align: center
    }

    .secure-app-main .secure-app-content .ply-main {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto
    }

    .secure-app-main .secure-app-content .pricing-btn {
        padding: 12px 18px
    }

    .secure-app-main .secure-back-content .secure-img2 {
        top: 0;
        left: 0;
        display: none
    }

    .secure-app-main .secure-back-content .secure-img1 {
        top: unset;
        bottom: 0;
        right: 0;
        display: none
    }

    .subscribe-content .form-inline .form-control {
        width: 160px;
        display: inline-block
    }

    .testimonial-slider {
        padding-top: 0
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img {
        margin-right: 0
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i {
        display: none
    }

    footer .footer-main .footer-logo img {
        width: 80px
    }

    footer .footer-main .footer-back-block .inner4 {
        left: -20%
    }

    footer .footer-main .footer-back-block .inner3 {
        top: -30%;
        right: 0
    }

    .subscribe-content button {
        padding: 12px 18px
    }
}

@media(max-width: 930px) {
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 175px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 175px
    }
}

@media(max-width: 900px) {
    .chat-landing-page .landing_page_slider .animated-img-2 {
        width: 650px
    }

    .chat-landing-page .landing_popups .element-card {
        letter-spacing: unset
    }

    .chat-landing-page .landing_popups .element-card .typography .font_label {
        margin-right: 10px
    }
}

@media(max-width: 850px) {
    .chat-landing-page .landing_page_slider .animated-img-2 {
        width: 550px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon {
        padding: 20px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon svg {
        width: 40px
    }
}

@media(max-width: 768px) {
    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6 {
        right: 85px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 190px;
        left: 154px
    }

    .chat-landing-page .audiocall1.call-modal,
    .chat-landing-page .audiocall2.call-modal,
    .chat-landing-page .videocall.call-modal,
    .chat-landing-page .videocallhang.call-modal,
    .chat-landing-page .conferencecall.call-modal {
        min-height: 460px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2 {
        height: 150px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 150px
    }

    .chat-landing-page .landing_popups .btn {
        padding: 15px 20px
    }
}

@media(max-width: 767px) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .landing-screen-animation .pc-bg-1 {
        height: 300px !important
    }

    .chat-landing-page .landing_page_slider {
        min-height: 390px !important;
        background-image: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#0a98f1), to(rgba(10, 152, 241, 0.4)));
        background: linear-gradient(#0a98f1, rgba(10, 152, 241, 0.4))
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main {
        margin-top: 170px
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content {
        background-color: unset;
        padding: 0
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content .ply-sub-content::before {
        -webkit-animation: 0s anim-effect-front 0s linear infinite;
        animation: 0s anim-effect-front 0s linear infinite
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .playbutton .ply-content .ply-sub-content::after {
        -webkit-animation: 0s anim-effect-front 0s linear infinite;
        animation: 0s anim-effect-front 0s linear infinite
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5 {
        left: 100px;
        top: 400px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6 {
        right: 85px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 190px;
        left: 154px
    }

    .chat-landing-page .landing_page_slider .animated-img-2 {
        display: none
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 250px
    }

    .chat-landing-page .easy-navigation .inner-block {
        padding: 50px
    }

    .chat-landing-page .easy-navigation .navigation-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .chat-landing-page .easy-navigation .navigation-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3rem !important
    }

    .chat-landing-page .easy-navigation .navigation-3 {
        margin-bottom: 3rem !important
    }

    .chat-landing-page .easy-navigation .navigation-5 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .chat-landing-page .easy-navigation .navigation-6 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3rem !important
    }

    .chat-landing-page .main-feature .key-feature .feture-icon {
        padding: 40px 30px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon svg {
        width: 60px
    }

    .section-pb-space {
        padding-bottom: 30px
    }

    .section-pt-space {
        padding-top: 30px
    }

    .slider-block .slider-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 100px;
        padding-bottom: 80px
    }

    .slider-block .slider-main .slider-contain {
        padding: 15px;
        width: 420px
    }

    .slider-block .slider-main .slider-contain h1,
    .slider-block .slider-main .slider-contain .h1 {
        width: auto
    }

    .slider-block .slider-main .slider-contain h4,
    .slider-block .slider-main .slider-contain .h4 {
        width: auto
    }

    .slider-block .slider-main .slider-contain .ply-main {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto
    }

    .slider-block .slider-main .slider-contain .header-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-aps-btn {
        padding: 9px 17px
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn {
        padding: 9px 17px
    }

    .slider-block .downlaod .footer-btn .btn {
        padding: 10px 20px
    }

    .slider-block .downlaod .footer-btn .btn i {
        font-size: 22px
    }

    .app-design-main {
        padding-bottom: 0;
        padding-top: 25px
    }

    .app-design-main .contant-box {
        margin-top: 15px
    }

    .app-design-main .contant-box h4,
    .app-design-main .contant-box .h4 {
        margin-top: 5px
    }

    .app-design-main .icon-box {
        background-image: linear-gradient(145deg, #08cfa4 0%, #0A98F1 100%);
        border-radius: 5px;
        padding: 15px;
        -webkit-filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
        filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35))
    }

    .app-design-main .icon-box i {
        color: #fff;
        font-size: 20px
    }

    .app-design-main:hover .app-hover {
        display: none;
        opacity: 0
    }

    .app-design-main .app-hover {
        display: none
    }

    .app-code-block>div:first-child .app-design-main {
        padding-top: 0
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-brand img {
        height: 28px
    }

    .landing-page-header header .landing-header .btn_purchase a {
        padding: 12px 25px
    }

    .chatzy-main .chatzy-contain {
        text-align: center
    }

    .chatzy-main .chatzy-contain .chatzy-img {
        width: 250px;
        margin: 0 auto
    }

    .chatzy-main .chatzy-contain h3,
    .chatzy-main .chatzy-contain .h3 {
        margin-bottom: 18px
    }

    .chatzy-main .chatzy-contain h1,
    .chatzy-main .chatzy-contain .h1 {
        width: auto;
        margin-bottom: 18px
    }

    .chatzy-main .chatzy-contain h4,
    .chatzy-main .chatzy-contain .h4 {
        margin-bottom: 10px
    }

    .chatzy-main .chatzy-back-block .chit-chat3 {
        top: 16%;
        left: 32%
    }

    .chit-chat-block>div:first-child {
        margin-bottom: 20px
    }

    .chatzy-main .chatzy-contain .pricing-btn {
        padding: 15px 20px
    }

    .chatzy-main .chatzy-contain .chatzy-logo {
        margin-bottom: 18px
    }

    .chatzy-main .chatzy-contain .chatzy-logo img {
        width: 150px;
        height: auto
    }

    .team-work-main .team-work-content {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .team-work-main .team-work-content h1,
    .team-work-main .team-work-content .h1 {
        width: auto;
        margin-bottom: 12px
    }

    .team-work-main .team-work-content h4,
    .team-work-main .team-work-content .h4 {
        width: auto
    }

    .team-work-main .team-work-content .ply-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .team-work-main .team1 {
        top: 44%;
        right: 62%
    }

    .team-work-main .team2 {
        top: 50%;
        right: 15%
    }

    .team-work-main .team3 {
        top: 53%;
        right: 10%
    }

    .team-work-main .team4 {
        top: 80%;
        right: 15%
    }

    .team-work-main .team5 {
        width: 190px
    }

    .team-block>div:first-child {
        margin-bottom: 30px
    }

    .collaboration-main .collaboration-content {
        margin-top: 0;
        margin-bottom: 30px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
        padding: 13px 20px;
        border-radius: 5px;
        background-color: #fff
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3,
    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content .h3 {
        font-weight: 600;
        margin-bottom: 0 !important
    }

    .testimonial-slider .owl-nav {
        margin-top: 0
    }

    .testimonial-slider .owl-nav button.owl-prev,
    .testimonial-slider .owl-nav button.owl-next {
        width: 30px;
        height: 30px
    }

    .testimonial-slider .owl-nav button.owl-prev:before,
    .testimonial-slider .owl-nav button.owl-next:before {
        font-size: 12px
    }

    .secure-app-main {
        height: 360px
    }

    .secure-app-main .secure-app-content {
        height: 360px
    }

    .secure-app-main .secure-back-content .secure-img1 {
        bottom: -10%;
        right: -10%
    }

    .secure-app-main .secure-back-content .secure-img2 {
        top: -10%;
        left: -10%
    }

    .subscribe-block>div:first-child {
        margin-bottom: 30px
    }

    .subscribe-content {
        text-align: center
    }

    .subscribe-content img {
        width: 200px
    }

    .subscribe-content button {
        margin-left: auto;
        margin-right: auto
    }

    .subscribe-content .form-inline .form-control {
        padding-left: 15px;
        height: 35px
    }

    .subscribe-content .form-inline .form-control::-webkit-input-placeholder {
        font-size: 14px
    }

    .subscribe-content .form-inline .form-control::-moz-placeholder {
        font-size: 14px
    }

    .subscribe-content .form-inline .form-control:-ms-input-placeholder {
        font-size: 14px
    }

    .subscribe-content .form-inline .form-control::-ms-input-placeholder {
        font-size: 14px
    }

    .subscribe-content .form-inline .form-control::placeholder {
        font-size: 14px
    }

    footer .footer-main ul.footer-contact li {
        margin-right: 15px
    }

    footer .footer-main .footer-btn {
        margin-top: 0px
    }

    footer .footer-main .footer-btn .foot-aps-btn {
        padding: 13px 25px
    }

    footer .footer-main .footer-btn .foot-ply-btn {
        padding: 13px 25px;
        margin-left: 20px
    }

    footer .footer-back-block .inner1 {
        display: none
    }

    footer .footer-back-block .inner2 {
        display: none
    }

    .pages-space>div:nth-child(n+2) {
        margin-top: 30px !important
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
        padding: 15px 25px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3,
    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content .h3 {
        font-weight: 600;
        font-size: 14px
    }

    .chat-landing-page .content-title {
        margin-bottom: 30px !important
    }

    .chat-landing-page .easy-navigation .inner-block .btn {
        padding: 13px 25px
    }

    .rate-us .rate_us-section h2,
    .rate-us .rate_us-section .h2 {
        margin: 20px 0 !important
    }

    .rate-us .rate_us-section img {
        width: 160px
    }

    .rate-us .rate_us-section .rate-section li i {
        font-size: 28px !important
    }

    .main-feature .key-feature>div:nth-child(n+3) {
        margin-top: 30px
    }
}

@media(max-width: 650px) {
    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5 {
        left: 227px;
        top: 400px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 240px;
        left: 97px
    }

    .rate-us .rate_us-section img {
        width: 150px
    }
}

@media(max-width: 600px) {
    .slider-block .chat-slide {
        width: 100%
    }

    .audiocall1.call-modal,
    .audiocall2.call-modal,
    .videocall.call-modal,
    .videocallhang.call-modal,
    .conferencecall.call-modal {
        min-height: 350px
    }

    .audiocall1.call-modal .center-con,
    .audiocall2.call-modal .center-con,
    .videocall.call-modal .center-con,
    .videocallhang.call-modal .center-con,
    .conferencecall.call-modal .center-con {
        bottom: 25px
    }

    .videocall.call-modal .videocall-details,
    .videocallhang.call-modal .videocall-details {
        padding: 20px
    }

    #videocallhang {
        padding-right: 0px
    }

    .landing_page_slider {
        min-height: 450px
    }
}

@media(max-width: 575px) {
    .home-wrapper {
        padding: calc(20px + 134*(100vw - 320px)/1600) 0 calc(0px + 94*(100vw - 320px)/1600) !important
    }

    .home-wrapper .home-effect1 {
        top: 48%
    }

    .home-wrapper .home-effect2 {
        top: 19% !important;
        width: 6% !important
    }

    .home-wrapper .home-effect {
        width: 11%
    }

    .home-wrapper .home-content .download-btn {
        padding: 8px 30px !important;
        margin-bottom: 20px
    }

    header .landing-header .navbar-collapse {
        width: 100% !important
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main {
        margin-top: 160px
    }

    header {
        padding-top: 20px
    }

    header .landing-header .landing-header-left .logo-block img {
        height: 40px;
        width: auto
    }

    header .landing-header .landing-header-right .purchase-block .purchase-btn i {
        margin-right: 0
    }

    header .landing-header .landing-header-right .purchase-block .purchase-btn span {
        display: none
    }

    header .landing-header.fixed {
        padding: 0 !important
    }

    header .landing-header .logo-block img {
        height: 28px !important
    }

    header .landing-header .slider-block .inner2 {
        right: 0;
        top: 10%
    }

    .slider-block .inner2 {
        right: 0;
        top: 10%
    }

    .slider-block .slider-main {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .slider-block .slider-main .slider-contain {
        width: 380px
    }

    .slider-block .downlaod .footer-btn .btn i {
        font-size: 16px
    }

    .app-design-main {
        padding-top: 20px
    }

    .team-work-main .team1 {
        top: 50%;
        width: 40px;
        right: 68%
    }

    .team-work-main .team2 {
        top: 49%;
        right: 43%
    }

    .team-work-main .team4 {
        top: 48%;
        right: 60%
    }

    .chatzy-main .chatzy-contain .chatzy-img {
        width: 200px
    }

    .chatzy-main .chatzy-contain h3,
    .chatzy-main .chatzy-contain .h3 {
        margin-bottom: 14px
    }

    .chatzy-main .chatzy-contain h1,
    .chatzy-main .chatzy-contain .h1 {
        margin-bottom: 14px
    }

    .chatzy-main .chatzy-contain .pricing-btn {
        padding: 12px 18px;
        font-size: 13px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
        margin-right: 7px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main {
        padding: 10px 10px;
        border-radius: 5px
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content h3,
    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-content .h3 {
        font-weight: 600
    }

    .collaboration-main .tab-detail .tab-content .container {
        width: 100%
    }

    .secure-app-main {
        height: 320px
    }

    .secure-app-main .secure-app-content {
        height: 320px;
        padding: 0
    }

    .secure-app-main .secure-back-content .secure-img2 {
        top: -20%;
        left: -20%
    }

    .secure-app-main .secure-back-content .secure-img1 {
        bottom: -20%;
        right: -20%
    }

    .pricing-box .pricing-content .pricing-btn {
        margin-top: 14px
    }

    footer .footer-main .footer-back-block .inner4 {
        left: -25%;
        bottom: -40%
    }

    footer .footer-main .footer-back-block .inner3 {
        top: -35%;
        right: -12%
    }

    .mobile-version-sec .mobile-display {
        text-align: center
    }

    .mobile-version-sec .mobile-qr {
        max-width: unset;
        margin-left: 0px
    }

    .mobile-version-sec .mobile-qr .qr-img::after {
        display: none
    }

    .bonus-page .container {
        width: 100%
    }

    .bonus-page .m-width {
        width: 100% !important
    }

    .mobile-version-sec .mobile-qr {
        margin-top: 40px;
        margin-left: auto !important;
        margin-right: auto
    }

    .mobile-version-sec .mobile-img {
        text-align: center
    }

    .mobile-version-sec .mobile-img img {
        height: 350px;
        width: auto
    }

    .rate-us .rate_us-section h2,
    .rate-us .rate_us-section .h2 {
        margin: 12px 0 !important
    }

    .rate-us .rate_us-section img {
        width: 120px
    }

    .rate-us .rate_us-section .rate-section li i {
        font-size: 22px !important
    }

    .main-feature .key-feature>div:nth-child(n+2) {
        margin-top: 30px !important
    }

    .chat-landing-page .easy-navigation .inner-block .btn {
        padding: 12px 18px
    }
}

@media(max-width: 480px) {
    .home-wrapper {
        padding: calc(50px + 134*(100vw - 320px)/1600) 0 calc(0px + 94*(100vw - 320px)/1600) !important
    }

    .home-wrapper .home-img .home-rounded {
        top: -35% !important
    }

    .chat-landing-page .landing_popups .element-card .typography .font_label {
        margin-right: 5px
    }

    .chat-landing-page .audiocall1.call-modal,
    .chat-landing-page .audiocall2.call-modal,
    .chat-landing-page .videocall.call-modal,
    .chat-landing-page .videocallhang.call-modal,
    .chat-landing-page .conferencecall.call-modal {
        min-height: 300px
    }

    .chat-landing-page .audiocall1.call-modal ul li+li,
    .chat-landing-page .audiocall2.call-modal ul li+li,
    .chat-landing-page .videocall.call-modal ul li+li,
    .chat-landing-page .videocallhang.call-modal ul li+li,
    .chat-landing-page .conferencecall.call-modal ul li+li {
        margin-left: 10px
    }

    .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,
    .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile {
        height: 40px;
        width: 40px
    }

    .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,
    .chat-landing-page .videocall.call-modal .videocall-details .red-notification .h6,
    .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6,
    .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification .h6 {
        margin-right: 10px
    }

    .chat-landing-page .easy-navigation .inner-block {
        padding: 30px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon {
        padding: 50px 30px;
        margin: 10px 40px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-5 {
        left: 227px;
        top: 400px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-6 {
        right: 55px;
        top: 111px
    }

    .chat-landing-page .landing_page_slider .animated-img-1 .slicing-img-7 {
        top: 240px;
        left: 97px
    }

    .chat-landing-page .fadinup .container {
        width: 100%
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 200px
    }

    .slider-block {
        background-position: center
    }
}

@media(max-width: 420px) {
    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse {
        width: 100%
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .navbar-nav .nav-link {
        font-size: 15px
    }

    .chat-landing-page header .landing-header .landing-header-right .purchase-block .purchase-btn {
        border-radius: 5px;
        padding: 10px 12px
    }

    .chat-landing-page header .landing-header .landing-header-right .main-nav .toggle-nav {
        margin-left: 10px
    }

    .chat-landing-page .videocall.call-modal .videocall-details,
    .chat-landing-page .videocallhang.call-modal .videocall-details {
        padding: 15px
    }

    .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,
    .chat-landing-page .videocall.call-modal .videocall-details .red-notification .h6,
    .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6,
    .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification .h6 {
        margin-right: 10px
    }

    .chat-landing-page .videocall.call-modal .videocall-details .zoomcontent,
    .chat-landing-page .videocallhang.call-modal .videocall-details .zoomcontent {
        padding: 3px
    }

    .chat-landing-page .icon-btn.btn-xl {
        height: 40px;
        width: 40px;
        padding: 10px
    }

    .chat-landing-page .main-feature .key-feature .theme-collection .image-contain {
        min-height: 200px
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main {
        margin-top: 140px
    }

    .chat-landing-page .fadinup .container {
        width: 100%
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 180px
    }

    .slider-block .inner2 {
        top: 13%
    }

    .team-work-main .team2 {
        top: 60%;
        right: 38%;
        width: 16px
    }

    .team-work-main .team3 {
        width: 30px
    }

    .team-work-main .team4 {
        top: 56%;
        right: 54%
    }

    .team-work-main .team1 {
        top: 59%
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills {
        display: unset
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item {
        margin-bottom: 10px
    }

    .subscribe-content .form-inline .form-control {
        display: block;
        width: 100%;
        border-radius: 5px
    }

    .subscribe-content .form-inline .form-control:first-child {
        margin-bottom: 20px
    }

    footer .footer-main .footer-btn {
        display: block
    }

    footer .footer-main .footer-btn .foot-ply-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 20px
    }

    footer .footer-main .footer-btn .foot-aps-btn,
    footer .footer-main .footer-btn .foot-ply-btn {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 360px) {
    .index-main .landing-page-header .home-content>div {
        display: block
    }

    .index-main .landing-page-header .home-content>div .downlaod {
        margin-top: 12px
    }

    .home-wrapper .home-img .home-rounded {
        top: -46% !important;
        left: 0px !important
    }

    .chat-landing-page .landing-page-header .landing-header .navbar .navbar-collapse .btn_purchase {
        margin-left: 20px
    }

    .chat-landing-page .audiocall1.call-modal,
    .chat-landing-page .audiocall2.call-modal,
    .chat-landing-page .videocall.call-modal,
    .chat-landing-page .videocallhang.call-modal,
    .chat-landing-page .conferencecall.call-modal {
        min-height: 200px
    }

    .chat-landing-page .videocall.call-modal .videocall-details,
    .chat-landing-page .videocallhang.call-modal .videocall-details {
        padding: 5px
    }

    .chat-landing-page .videocall.call-modal .videocall-details .usersprof .profile,
    .chat-landing-page .videocallhang.call-modal .videocall-details .usersprof .profile {
        margin-left: 0px;
        height: 20px;
        width: 20px
    }

    .chat-landing-page .videocall.call-modal .videocall-details .red-notification h6,
    .chat-landing-page .videocall.call-modal .videocall-details .red-notification .h6,
    .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification h6,
    .chat-landing-page .videocallhang.call-modal .videocall-details .red-notification .h6 {
        margin-right: 5px
    }

    .chat-landing-page .easy-navigation .inner-block {
        padding: 20px
    }

    .chat-landing-page .main-feature .key-feature .feture-icon {
        margin: 10px
    }

    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-1,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-2,
    .chat-landing-page .fadinup .container .landing-screen-animation .pc-bg-3 {
        height: 120px
    }

    .slider-block .slider-main .slider-contain .header-btn {
        display: unset
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-aps-btn {
        margin: 0 auto
    }

    .slider-block .slider-main .slider-contain .header-btn .foot-ply-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px
    }

    .feture-icon {
        padding: 15px
    }
}

@media(max-width: 320px) {
    .chat-landing-page .landing_page_slider {
        min-height: 480px
    }
}

.content-title {
    margin-bottom: calc(30px + 20*(100vw - 320px)/1600);
    text-align: center
}

.content-title h3,
.content-title .h3 {
    font-size: calc(16px + 14*(100vw - 320px)/1600);
    color: #ffa941;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: .8;
    font-family: "Caveat", cursive
}

.content-title h2,
.content-title .h2 {
    margin-bottom: 15px;
    font-size: calc(18px + 12*(100vw - 320px)/1600);
    color: #031a28;
    font-weight: 800
}

.content-title span {
    height: 5px;
    width: 51px;
    background-color: #ffa941;
    border-radius: 2px;
    display: block;
    margin: auto
}

.chat-landing-page {
    position: relative
}

.chat-landing-page .customizer img {
    -webkit-box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, .05);
    box-shadow: 1px 5px 10px 5px rgba(68, 102, 242, .05)
}

.chat-landing-page .real-time-customizer .chit-chat5,
.chat-landing-page .bonus-page .chit-chat5,
.chat-landing-page .collaboration-main .chit-chat5,
.chat-landing-page .easy-navigation .chit-chat5 {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: slidemain 80s linear infinite;
    animation: slidemain 80s linear infinite
}

.content-title h2,
.content-title .h2 {
    margin-bottom: 10px;
    font-size: calc(18px + 10*(100vw - 320px)/1600)
}

.collaboration-main {
    background-color: #f0f0f0
}

.landing-page-header~.sidebar-pannle-main {
    display: none
}

.landing-page-header header {
    padding-top: 0px
}

.landing-page-header header .landing-header .navbar-collapse .navbar-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 75%;
    margin: auto
}

.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, .8) !important;
    opacity: .8;
    font-size: calc(16px + 2*(100vw - 320px)/1600);
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: capitalize
}

.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.landing-page-header header .landing-header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover {
    border: none
}

.landing-page-header header .landing-header .navbar-collapse .navbar-nav .active .nav-link {
    color: #fff !important;
    opacity: 1
}

.landing-page-header header .landing-header .btn_purchase {
    float: right
}

.landing-page-header header .landing-header .btn_purchase a {
    border-radius: 6px;
    padding: 10px 28px;
    background-color: #fff
}

.landing-page-header header .landing-header .btn_purchase a svg {
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-right: 10px
}

.landing-page-header header .fixed {
    background-color: #0a98f1 !important
}

.feature-slider {
    background-color: #031a28;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    overflow: hidden;
    padding: calc(0px + 7*(100vw - 320px)/1600) 0
}

.feature-slider div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%
}

.feature-slider div .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 20px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: slide-left 20s linear infinite;
    animation: slide-left 20s linear infinite
}

.feature-slider div .features p {
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    font-size: calc(13px + 11*(100vw - 320px)/1600);
    line-height: 33px;
    margin: calc(0px + 15*(100vw - 320px)/1600);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.feature-slider div .features p .ellipse {
    margin-right: calc(15px + 35*(100vw - 320px)/1600);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.home-wrapper {
    background-image: url(../../assets/images/landing-page/slicing/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% - 90px);
    padding-top: 5%;
    position: relative
}

@media(max-width: 991px) {
    .home-wrapper {
        height: auto;
        padding: calc(20px + 134*(100vw - 320px)/1600) 0 calc(6px + 94*(100vw - 320px)/1600)
    }
}

.home-wrapper h1,
.home-wrapper .h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: calc(14px + 30*(100vw - 320px)/1600);
    margin-top: 10px;
    margin-bottom: calc(15px + 15*(100vw - 320px)/1600);
    width: 95%
}

@media(max-width: 1400px) {

    .home-wrapper h1,
    .home-wrapper .h1 {
        font-size: 36px
    }
}

@media(max-width: 1199px) {

    .home-wrapper h1,
    .home-wrapper .h1 {
        text-align: center;
        font-size: 28px
    }
}

@media(max-width: 576px) {

    .home-wrapper h1,
    .home-wrapper .h1 {
        font-size: 25px
    }
}

@media(max-width: 460px) {

    .home-wrapper h1,
    .home-wrapper .h1 {
        font-size: 20px
    }
}

@media(max-width: 380px) {

    .home-wrapper h1,
    .home-wrapper .h1 {
        font-size: 16px
    }
}

.home-wrapper h1 .title-img,
.home-wrapper .h1 .title-img {
    width: calc(164px + 200*(100vw - 320px)/1600);
    margin: 0 15px
}

.home-wrapper .home-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%
}

.home-wrapper .home-content .btn-solid {
    margin-top: 15px
}

@media(max-width: 992px) {
    .home-wrapper .home-content {
        width: 100%;
        height: auto;
        padding-top: 0
    }
}

.home-wrapper .home-content .home-info {
    display: grid;
    margin-bottom: 30px
}

@media(max-width: 740px) {
    .home-wrapper .home-content .home-info {
        display: none !important
    }
}

.home-wrapper .home-content .home-info li .factors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(15px + 5*(100vw - 320px)/1600);
    padding-bottom: calc(15px + 10*(100vw - 320px)/1600)
}

@media(max-width: 576px) {
    .home-wrapper .home-content .home-info li .factors img {
        width: 20px
    }
}

.home-wrapper .home-content .home-info li .factors h4,
.home-wrapper .home-content .home-info li .factors .h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

@media(max-width: 1400px) {

    .home-wrapper .home-content .home-info li .factors h4,
    .home-wrapper .home-content .home-info li .factors .h4 {
        font-size: calc(14px + 2*(100vw - 320px)/1600)
    }
}

.home-wrapper .home-content .download-btn {
    background-color: #ffa507;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 800;
    color: #fff
}

.home-wrapper .home-img {
    position: relative;
    height: calc(100% - 85px);
    padding-top: 18%;
    padding-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-wrapper .home-img .laptop-phone {
    position: relative;
    z-index: 1
}

@media(max-width: 900px) {
    .home-wrapper .home-img .laptop-phone {
        margin-top: 20px
    }
}

.home-wrapper .home-img .app {
    position: absolute;
    left: -20px;
    bottom: 263px;
    z-index: 2;
    -webkit-animation: bounce-effect 2s infinite ease-in;
    animation: bounce-effect 2s infinite ease-in
}

@media(max-width: 1700px) {
    .home-wrapper .home-img .app {
        left: -27px;
        bottom: 208px
    }
}

@media(max-width: 1500px) {
    .home-wrapper .home-img .app {
        left: -12px;
        bottom: 152px;
        width: 9%
    }
}

@media(max-width: 1199px) {
    .home-wrapper .home-img .app {
        left: 70px;
        bottom: 152px;
        width: 6%
    }
}

@media(max-width: 1120px) {
    .home-wrapper .home-img .app {
        left: 36px
    }
}

@media(max-width: 992px) {
    .home-wrapper .home-img .app {
        display: none
    }
}

.home-wrapper .home-img .web-app {
    position: absolute;
    right: -4px;
    bottom: 216px;
    z-index: 2;
    -webkit-animation: bounce-effect 3s infinite ease-in;
    animation: bounce-effect 3s infinite ease-in
}

@media(max-width: 1700px) {
    .home-wrapper .home-img .web-app {
        bottom: 176px
    }
}

@media(max-width: 1500px) {
    .home-wrapper .home-img .web-app {
        right: 6px;
        bottom: 146px;
        width: 14%
    }
}

@media(max-width: 1199px) {
    .home-wrapper .home-img .web-app {
        right: 100px;
        bottom: 120px;
        width: 9%
    }
}

@media(max-width: 1120px) {
    .home-wrapper .home-img .web-app {
        right: 66px
    }
}

@media(max-width: 992px) {
    .home-wrapper .home-img .web-app {
        display: none
    }
}

.home-wrapper .home-img .home-rounded {
    position: absolute;
    left: 14px;
    top: 5px;
    width: 40%;
    -webkit-animation: rounded-img 1.7s infinite linear;
    animation: rounded-img 1.7s infinite linear
}

.home-wrapper .home-effect {
    position: absolute;
    left: 34%;
    bottom: 9%;
    -webkit-animation: rounded-img 3s infinite linear;
    animation: rounded-img 3s infinite linear
}

.home-wrapper .home-effect1 {
    position: absolute;
    right: 12%;
    bottom: 6%;
    width: 30px;
    -webkit-animation: displayTransition 2s infinite;
    animation: displayTransition 2s infinite
}

.home-wrapper .home-effect2 {
    position: absolute;
    left: 40%;
    top: 15%;
    width: 30px;
    -webkit-animation: rounded-img 4s infinite linear;
    animation: rounded-img 4s infinite linear
}

@-webkit-keyframes rounded-img {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rounded-img {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes bounce-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        transition: .5s
    }

    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: .5s;
        transition: .5s
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        transition: .5s
    }
}

@-webkit-keyframes displayTransition {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes displayTransition {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.chatzy-demo-box .chatzy-demo-img {
    padding: 14px 18px;
    background-color: rgba(10, 152, 241, .1);
    border-radius: 12px
}

.chatzy-demo-box .layout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.chatzy-demo-box .layout-wrapper .dot-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.chatzy-demo-box .layout-wrapper .dot-group li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: .5
}

.chatzy-demo-box .layout-wrapper h3,
.chatzy-demo-box .layout-wrapper .h3 {
    color: #0a98f1;
    font-weight: 800
}

.chatzy-demo-box .demo-color {
    background-image: url(../images/landing/home/app.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    scroll-behavior: smooth;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    width: 100%
}

@media(max-width: 1600px) {
    .chatzy-demo-box .demo-color {
        height: 370px
    }
}

@media(max-width: 1400px) {
    .chatzy-demo-box .demo-color {
        height: 315px
    }
}

@media(max-width: 1210px) {
    .chatzy-demo-box .demo-color {
        height: 280px
    }
}

@media(max-width: 500px) {
    .chatzy-demo-box .demo-color {
        height: 200px
    }
}

@media(max-width: 370px) {
    .chatzy-demo-box .demo-color {
        height: 116px
    }
}

.chatzy-demo-box .demo-color:hover {
    background-position: bottom
}

.chatzy-demo-box .demo-color-2 {
    background-image: url(../images/landing/home/landing-page.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    scroll-behavior: smooth;
    -webkit-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
    width: 100%
}

@media(max-width: 1600px) {
    .chatzy-demo-box .demo-color-2 {
        height: 370px
    }
}

@media(max-width: 1400px) {
    .chatzy-demo-box .demo-color-2 {
        height: 315px
    }
}

@media(max-width: 1210px) {
    .chatzy-demo-box .demo-color-2 {
        height: 280px
    }
}

.chatzy-demo-box .demo-color-2:hover {
    background-position: bottom
}

.bonus-page .inner-page-box .bonus {
    background-color: rgba(10, 152, 241, .1);
    padding: 14px;
    border-radius: 10px;
    position: relative
}

.bonus-page .inner-page-box .bonus img {
    border-radius: 10px;
    -webkit-animation: zoomIn 300ms ease-in-out;
    animation: zoomIn 300ms ease-in-out;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.bonus-page .inner-page-box .bonus img:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.bonus-page .inner-page-box .demo-title {
    font-size: calc(14px + 4*(100vw - 320px)/1600);
    margin: 20px auto 0;
    color: #0a98f1;
    padding: 14px 20px;
    background-color: rgba(10, 152, 241, .1);
    border-radius: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    -webkit-transition: all .4s;
    transition: all .4s
}

.bonus-page .inner-page-box:hover .demo-title {
    background-color: #0a98f1;
    color: #fff
}

.pages-space>div:nth-child(n+4) {
    margin-top: 50px
}

.app-responsive {
    background-color: #181e20;
    position: relative;
    z-index: 1
}

.app-responsive::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/landing-page/responsive-app/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.app-responsive .app-box {
    position: relative
}

.app-responsive .app-box .figma-file {
    position: absolute;
    bottom: 19%;
    left: -3%;
    -webkit-animation: bounce-effect 2s infinite ease-in;
    animation: bounce-effect 2s infinite ease-in
}

@media(max-width: 1500px) {
    .app-responsive .app-box .figma-file {
        width: 28%
    }
}

@media(max-width: 767px) {
    .app-responsive .app-box .figma-file {
        left: 1%
    }
}

.app-responsive .app-box .printed-box {
    position: absolute;
    top: 21%;
    right: -13%;
    -webkit-animation: bounce-effect 3s infinite ease-in;
    animation: bounce-effect 3s infinite ease-in
}

@media(max-width: 1500px) {
    .app-responsive .app-box .printed-box {
        right: -8%;
        width: 28%
    }
}

@media(max-width: 767px) {
    .app-responsive .app-box .printed-box {
        right: -2%;
        top: 29%
    }
}

.app-responsive .custom-container {
    max-width: 1700px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.app-responsive .app-text-box {
    margin-left: 60px
}

@media(max-width: 1199px) {
    .app-responsive .app-text-box {
        margin-left: 0px
    }
}

@media(max-width: 767px) {
    .app-responsive .app-text-box {
        text-align: center;
        margin-top: 30px
    }
}

.app-responsive .app-text-box>img {
    margin-bottom: 25px
}

@media(max-width: 1500px) {
    .app-responsive .app-text-box>img {
        margin-bottom: 12px
    }
}

.app-responsive .app-text-box h3,
.app-responsive .app-text-box .h3 {
    color: #ffa941;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Caveat", cursive;
    font-size: 32px
}

@media(max-width: 480px) {

    .app-responsive .app-text-box h3,
    .app-responsive .app-text-box .h3 {
        font-size: 22px
    }
}

.app-responsive .app-text-box h2,
.app-responsive .app-text-box .h2 {
    color: #fff;
    font-size: calc(18px + 24*(100vw - 320px)/1600);
    font-weight: 800;
    margin-bottom: 25px;
    width: 64%
}

@media(max-width: 1500px) {

    .app-responsive .app-text-box h2,
    .app-responsive .app-text-box .h2 {
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {

    .app-responsive .app-text-box h2,
    .app-responsive .app-text-box .h2 {
        width: 100%
    }
}

.app-responsive .app-text-box p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px
}

@media(max-width: 1500px) {
    .app-responsive .app-text-box p {
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .app-responsive .app-text-box p {
        display: none
    }
}

.app-responsive .app-text-box a {
    padding: 14px 38px;
    background-color: #0a98f1;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff
}

@media(max-width: 1199px) {
    .app-responsive .app-text-box a {
        padding: 8px 18px
    }
}

.app-responsive .app-text-box .home-info {
    margin-bottom: 40px
}

@media(max-width: 1500px) {
    .app-responsive .app-text-box .home-info {
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .app-responsive .app-text-box .home-info {
        display: grid
    }
}

.app-responsive .app-text-box .home-info li {
    padding: 10px 0
}

@media(max-width: 1500px) {
    .app-responsive .app-text-box .home-info li {
        padding: 8px 0
    }
}

.app-responsive .app-text-box .home-info li .factors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media(max-width: 767px) {
    .app-responsive .app-text-box .home-info li .factors {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.app-responsive .app-text-box .home-info li .factors h4,
.app-responsive .app-text-box .home-info li .factors .h4 {
    color: rgba(255, 255, 255, .5);
    font-weight: 600
}

.workable-app-img {
    -webkit-box-shadow: 1px 5px 10px 5px rgba(10, 152, 241, .05);
    box-shadow: 1px 5px 10px 5px rgba(10, 152, 241, .05)
}

.workable-app-img .img-1 {
    border-radius: 10px
}

.chat-landing-page section {
    max-width: 100vw;
    overflow: hidden
}

.chat-landing-page .collaboration-main .collaboration-content {
    margin-top: 0px;
    margin-bottom: 75px
}

.chat-landing-page .trending-features .features-contant {
    border: 2px solid rgba(10, 152, 241, .1);
    border-radius: 10px;
    text-align: center;
    padding: calc(20px + 30*(100vw - 320px)/1600) calc(0px + 20*(100vw - 320px)/1600);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.chat-landing-page .trending-features .features-contant h2,
.chat-landing-page .trending-features .features-contant .h2 {
    font-size: calc(16px + 10*(100vw - 320px)/1600);
    margin-top: calc(12px + 8*(100vw - 320px)/1600);
    font-weight: 700;
    color: #031a28
}

.chat-landing-page .trending-features .features-contant h4,
.chat-landing-page .trending-features .features-contant .h4 {
    width: 80%;
    margin: 12px auto 0;
    color: rgba(3, 26, 40, .5);
    font-weight: 500;
    line-height: 1.3;
    font-size: 16px;
    letter-spacing: .5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

.chat-landing-page .trending-features .features-contant:hover {
    border: 2px solid rgba(10, 152, 241, .8)
}

.mobile-version .mobile-screen {
    position: relative
}

.mobile-version .mobile-screen .animated-bg i {
    background: rgba(10, 152, 241, .04);
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: ripple1 4s linear infinite;
    animation: ripple1 4s linear infinite;
    margin: 0 auto;
    top: 30%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 58%;
    z-index: -1
}

.mobile-version .mobile-screen .animated-bg i:nth-child(1) {
    -webkit-animation: ripple2 4s linear infinite;
    animation: ripple2 4s linear infinite
}

.mobile-version .mobile-screen .animated-bg i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite
}

.mobile-version .mobile-screen .animated-bg i:nth-child(3) {
    -webkit-animation: ripple3 2s linear infinite;
    animation: ripple3 2s linear infinite
}

@media(max-width: 1600px) {
    .mobile-version .mobile-screen .animated-bg i {
        left: 50%
    }
}

@media(max-width: 1300px) {
    .mobile-version .mobile-screen .animated-bg i {
        left: 43%;
        height: 100px;
        width: 100px
    }
}

@media(max-width: 991px) {
    .mobile-version .mobile-screen .animated-bg i {
        height: 82px;
        width: 82px
    }
}

@media(max-width: 767px) {
    .mobile-version .mobile-screen .animated-bg i {
        height: 70px;
        width: 70px
    }
}

@media(max-width: 575px) {
    .mobile-version .mobile-screen .animated-bg i {
        display: none
    }
}

.mobile-version .mobile-main-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center
}

@media(max-width: 767px) {
    .mobile-version .mobile-main-box {
        width: unset;
        margin-top: 10px
    }
}

.mobile-version .mobile-main-box .mobile-text {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 18px
}

.mobile-version .mobile-main-box .mobile-text::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 20%;
    border-radius: 4px;
    -webkit-transform: rotate(45deg) translateY(15px);
    transform: rotate(45deg) translateY(15px);
    left: 50%;
    z-index: -1;
    background-color: #0a98f1
}

@media(max-width: 480px) {
    .mobile-version .mobile-main-box .mobile-text::after {
        bottom: 15%
    }
}

.mobile-version .mobile-main-box .mobile-text>img {
    position: absolute;
    left: -128%;
    top: 35%;
    -webkit-animation: bounce-effect 2s infinite ease-in;
    animation: bounce-effect 2s infinite ease-in
}

@media(max-width: 1199px) {
    .mobile-version .mobile-main-box .mobile-text>img {
        left: -100%;
        width: 70%
    }
}

@media(max-width: 991px) {
    .mobile-version .mobile-main-box .mobile-text>img {
        left: -72%;
        width: 60%
    }
}

@media(max-width: 767px) {
    .mobile-version .mobile-main-box .mobile-text>img {
        display: none
    }
}

.mobile-version .mobile-main-box .mobile-text .mobile-scanner {
    padding: 22px 30px;
    border: 1px solid #0a98f1;
    border-radius: 14px 14px 0 0
}

@media(max-width: 480px) {
    .mobile-version .mobile-main-box .mobile-text .mobile-scanner {
        padding: 14px 0px
    }
}

@media(max-width: 480px) {
    .mobile-version .mobile-main-box .mobile-text .mobile-scanner img {
        width: 76%
    }
}

.mobile-version .mobile-main-box .mobile-text>h3,
.mobile-version .mobile-main-box .mobile-text>.h3 {
    font-size: 24px;
    padding: 14px 30px;
    border-radius: 0 0 14px 14px;
    text-transform: uppercase;
    background-color: #0a98f1;
    text-align: center;
    font-weight: 600;
    color: #fff
}

@media(max-width: 480px) {

    .mobile-version .mobile-main-box .mobile-text>h3,
    .mobile-version .mobile-main-box .mobile-text>.h3 {
        padding: 8px 20px;
        font-size: 16px
    }
}

.mobile-version .mobile-main-box h2,
.mobile-version .mobile-main-box .h2 {
    font-size: calc(25px + 18*(100vw - 300px)/1620);
    font-weight: 800;
    color: #031a28
}

.mobile-version .mobile-main-box>h3,
.mobile-version .mobile-main-box>.h3 {
    color: rgba(3, 26, 40, .7)
}

.features-section {
    background-image: linear-gradient(137deg, #E3F8B4 -58.18%, #0A98F1 35.64%)
}

.features-section .features-main {
    margin-top: 34px;
    position: relative
}

.features-section .features-main:hover .features-icon {
    border: rgba(0, 0, 0, 0)
}

.features-section .features-main:hover .features-icon::after {
    display: block;
    -webkit-animation: spin 10s infinite linear;
    animation: spin 10s infinite linear
}

.features-section .features-main:hover .features-icon img {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.features-section .features-main .features-box {
    -webkit-clip-path: polygon(53% 5%, 100% 0, 100% 0, 100% 100%, 100% 100%, 50% 95%, 0 100%, 0 100%, 0 0, 0 0);
    clip-path: polygon(53% 5%, 100% 0, 100% 0, 100% 100%, 100% 100%, 50% 95%, 0 100%, 0 100%, 0 0, 0 0);
    background-color: rgba(255, 255, 255, .2);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    padding: 66px 0px 26px;
    margin: 0 20px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s
}

.features-section .features-main .features-box h3,
.features-section .features-main .features-box .h3 {
    font-weight: 600;
    color: #fff
}

@media(max-width: 1580px) {
    .features-section .features-main .features-box {
        margin: 0px
    }
}

.features-section .features-main::before {
    content: "";
    position: absolute;
    height: 94px;
    width: 94px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0a98f1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), #0a98f1);
    top: -41px;
    left: 30%;
    z-index: 1;
    border-radius: 50%
}

@media(max-width: 1400px) {
    .features-section .features-main::before {
        left: 27%
    }
}

@media(max-width: 1260px) {
    .features-section .features-main::before {
        left: 23%
    }
}

@media(max-width: 1199px) {
    .features-section .features-main::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.features-section .features-main .features-icon {
    position: absolute;
    background-color: #4dbca4;
    border: 1px dashed #fff;
    left: 33%;
    top: -28%;
    height: 80px;
    width: 80px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media(max-width: 1400px) {
    .features-section .features-main .features-icon {
        left: 30%
    }
}

@media(max-width: 1260px) {
    .features-section .features-main .features-icon {
        left: 27%
    }
}

@media(max-width: 1199px) {
    .features-section .features-main .features-icon {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.features-section .features-main .features-icon:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px dashed #fff;
    display: none;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.features-section .features-main .features-icon img {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 40%
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.support-section .support-box {
    background-image: url(../images/landing-page/support/0.png);
    background-repeat: no-repeat;
    min-height: 650px;
    position: relative;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1600px) {
    .support-section .support-box {
        min-height: 640px
    }
}

@media(max-width: 1520px) {
    .support-section .support-box {
        min-height: 596px
    }
}

@media(max-width: 1410px) {
    .support-section .support-box {
        min-height: 554px
    }
}

@media(max-width: 1310px) {
    .support-section .support-box {
        min-height: 500px
    }
}

@media(max-width: 1205px) {
    .support-section .support-box {
        min-height: 473px
    }
}

@media(max-width: 1199px) {
    .support-section .support-box {
        background-image: url(../images/landing-page/support/1.png);
        min-height: 400px;
        margin-top: calc(20px + 12*(100vw - 320px)/1600)
    }
}

@media(max-width: 992px) {
    .support-section .support-box {
        background-image: none;
        min-height: 329px;
        background-color: #181e20;
        border-radius: 20px;
        -webkit-box-shadow: 6px 6px 0px 0px #0a98f1;
        box-shadow: 6px 6px 0px 0px #0a98f1
    }
}

@media(max-width: 360px) {
    .support-section .support-box {
        min-height: 268px
    }
}

.support-section .support-box .support-txt {
    padding: 70px 0px 0px 65px
}

@media(max-width: 1500px) {
    .support-section .support-box .support-txt {
        padding: 50px 0px 0px 65px
    }
}

@media(max-width: 1300px) {
    .support-section .support-box .support-txt {
        padding: 30px 0px 0px 65px
    }
}

@media(max-width: 1199px) {
    .support-section .support-box .support-txt {
        text-align: center;
        padding: 0px 15px
    }
}

@media(max-width: 1199px) {
    .support-section .support-box .support-txt {
        padding: 0px 8px
    }
}

.support-section .support-box .support-txt h3,
.support-section .support-box .support-txt .h3 {
    font-size: calc(16px + 14*(100vw - 320px)/1600);
    color: #ffa941;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Caveat", cursive
}

@media(max-width: 991px) {

    .support-section .support-box .support-txt h3,
    .support-section .support-box .support-txt .h3 {
        margin-bottom: 10px
    }
}

.support-section .support-box .support-txt h2,
.support-section .support-box .support-txt .h2 {
    margin-bottom: 15px;
    font-size: calc(16px + 14*(100vw - 320px)/1600);
    color: #fff;
    font-weight: 800;
    text-transform: capitalize
}

@media(max-width: 991px) {

    .support-section .support-box .support-txt h2,
    .support-section .support-box .support-txt .h2 {
        margin-bottom: 8px
    }
}

.support-section .support-box .support-txt p {
    margin-bottom: 70px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, .5)
}

@media(max-width: 1300px) {
    .support-section .support-box .support-txt p {
        margin-bottom: 32px
    }
}

@media(max-width: 991px) {
    .support-section .support-box .support-txt p {
        margin-bottom: 20px
    }
}

@media(max-width: 576px) {
    .support-section .support-box .support-txt p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.support-section .support-box .support-txt a {
    padding: 14px 50px;
    background-color: #0a98f1;
    color: #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800
}

@media(max-width: 1300px) {
    .support-section .support-box .support-txt a {
        padding: 10px 30px
    }
}

@media(max-width: 1199px) {
    .support-section .support-box .support-txt a {
        margin: auto
    }
}

@media(max-width: 991px) {
    .support-section .support-box .support-txt a {
        padding: 8px 26px
    }
}

@media(max-width: 480px) {
    .support-section .support-box .support-txt a {
        padding: 6px 26px;
        font-size: 16px
    }
}

.support-section .support-box img {
    position: absolute
}

.support-section .support-box img:first-child {
    bottom: 9%;
    right: 40%;
    -webkit-animation: bounce-effect 4s infinite ease-in;
    animation: bounce-effect 4s infinite ease-in
}

@media(max-width: 1540px) {
    .support-section .support-box img:first-child {
        width: 10%;
        bottom: 12%;
        right: 37%
    }
}

@media(max-width: 1199px) {
    .support-section .support-box img:first-child {
        display: none
    }
}

.support-section .support-box img:last-child {
    bottom: 22%;
    right: 36%;
    -webkit-animation: bounce-effect 4s infinite ease-in;
    animation: bounce-effect 4s infinite ease-in
}

@media(max-width: 1540px) {
    .support-section .support-box img:last-child {
        width: 3%;
        bottom: 23%;
        right: 35%
    }
}

@media(max-width: 1199px) {
    .support-section .support-box img:last-child {
        display: none
    }
}

.customers-review .customers-review-slider .customers-box {
    background-color: #fff;
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0px 18px 30px 0px rgba(68, 68, 68, .07);
    box-shadow: 0px 18px 30px 0px rgba(68, 68, 68, .07);
    margin-bottom: 38px
}

.customers-review .customers-review-slider .customers-box p {
    color: rgba(3, 26, 40, .4);
    margin-bottom: 22px;
    font-size: 15px
}

.customers-review .customers-review-slider .customers-box .d-flex .flex-shrink-0 img {
    border-radius: 50%
}

.customers-review .customers-review-slider .customers-box .d-flex .flex-grow-1 h5,
.customers-review .customers-review-slider .customers-box .d-flex .flex-grow-1 .h5 {
    color: rgba(3, 26, 40, .9);
    font-weight: 700
}

.customers-review .customers-review-slider .customers-box .d-flex .flex-grow-1 p {
    font-weight: 500;
    color: rgba(3, 26, 40, .4)
}

.customers-review .owl-carousel .owl-nav {
    margin-top: 0px
}

.customers-review .owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(10, 152, 241, .1);
    -webkit-transition: all .4s;
    transition: all .4s;
    line-height: 45px
}

.customers-review .owl-carousel .owl-nav button span {
    color: #0a98f1;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.customers-review .owl-carousel .owl-nav.disabled {
    display: block;
    opacity: 1
}

.customers-review .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #0a98f1
}

.customers-review .owl-carousel .owl-nav [class*=owl-]:hover span {
    color: #fff
}

.landing-footer {
    background-image: url(../../assets/images/landing-page/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 991px) {
    .landing-footer .container {
        max-width: 100%
    }
}

.landing-footer .footer {
    position: relative
}

.landing-footer .footer .footer-main {
    position: relative;
    padding-top: calc(30px + 40*(100vw - 320px)/1600);
    padding-bottom: calc(30px + 40*(100vw - 320px)/1600)
}

.landing-footer .footer h3,
.landing-footer .footer .h3 {
    margin-bottom: calc(14px + 14*(100vw - 320px)/1600) !important;
    font-size: calc(16px + 8*(100vw - 320px)/1600);
    color: #fff;
    font-weight: 800;
    position: relative
}

.landing-footer .footer h3::after,
.landing-footer .footer .h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 44px;
    height: 2px;
    background-color: rgba(255, 255, 255, .8)
}

.landing-footer .footer h2,
.landing-footer .footer .h2 {
    margin-bottom: 28px;
    font-size: calc(16px + 8*(100vw - 320px)/1600);
    color: #fff;
    font-weight: 800
}

.landing-footer .footer p {
    font-size: calc(13px + 2*(100vw - 320px)/1600);
    color: #fff;
    color: rgba(255, 255, 255, .9)
}

.landing-footer .footer .copyright p {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 0;
    font-size: 15px
}

.landing-footer .footer span {
    font-size: 18px;
    color: #ff5151;
    line-height: 0;
    padding-left: 12px
}

.landing-footer .footer .logo {
    margin-bottom: calc(8px + 22*(100vw - 320px)/1600)
}

.landing-footer .footer .links li {
    display: block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.landing-footer .footer .links li:hover {
    padding-left: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.landing-footer .footer .links li:hover a {
    color: #0a98f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.landing-footer .footer .links li:hover a:before {
    left: 3px;
    color: #0a98f1;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.landing-footer .footer .links li a {
    font-size: calc(14px + 1*(100vw - 320px)/1600);
    color: #fff;
    font-weight: 500
}

.landing-footer .footer .links li a:before {
    content: "î™‰";
    font-family: "themify";
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700
}

.landing-footer .footer .links li+li {
    margin-top: 12px
}

.landing-footer .footer .copyright-footer {
    padding: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.landing-footer .footer .foot-aps-btn {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
    filter: drop-shadow(0px 5px 15px rgba(29, 159, 250, 0.35));
    background-image: linear-gradient(145deg, #08cfa4 0%, #01AA85 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.landing-footer .footer .foot-aps-btn:hover {
    cursor: pointer
}

.landing-footer .footer .foot-aps-btn i {
    color: #fff;
    margin-right: 15px;
    font-size: 30px
}

.landing-footer .footer .foot-aps-btn span h6,
.landing-footer .footer .foot-aps-btn span .h6 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px
}

.landing-footer .footer .foot-aps-btn span h4,
.landing-footer .footer .foot-aps-btn span .h4 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1
}

.landing-footer .footer .footer-back-block .inner1 {
    position: absolute;
    top: -15%;
    right: 10%;
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
    animation: animatone 30s reverse infinite
}

.landing-footer .footer .footer-back-block .inner2 {
    position: absolute;
    bottom: 10%;
    left: -80px;
    -webkit-animation: slidemain 40s linear infinite;
    animation: slidemain 40s linear infinite
}

.landing-footer .footer .footer-mobile-title {
    display: none
}

@media(max-width: 600px) {
    .landing-footer .feature-content {
        display: none
    }
}

@media(max-width: 600px) {
    .landing-footer .feature-content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.landing-footer .feature-content ul li {
    text-align: center;
    position: relative
}

.landing-footer .feature-content ul li:after {
    content: "";
    position: absolute;
    top: 10%;
    right: -50px;
    height: 80%;
    width: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0))
}

@media(max-width: 1399px) {
    .landing-footer .feature-content ul li:after {
        right: 0px
    }
}

@media(max-width: 600px) {
    .landing-footer .feature-content ul li:after {
        display: none
    }
}

.landing-footer .feature-content ul li:last-child::after {
    display: none
}

.landing-footer .feature-content ul li h4,
.landing-footer .feature-content ul li .h4 {
    font-size: 22px;
    color: #fff;
    max-width: 205px;
    margin: 0 auto;
    font-weight: 600
}

@media(max-width: 1199px) {

    .landing-footer .feature-content ul li h4,
    .landing-footer .feature-content ul li .h4 {
        max-width: 140px;
        font-size: 20px
    }
}

@media(max-width: 991px) {

    .landing-footer .feature-content ul li h4,
    .landing-footer .feature-content ul li .h4 {
        font-size: 18px
    }
}

@media(max-width: 767px) {

    .landing-footer .feature-content ul li h4,
    .landing-footer .feature-content ul li .h4 {
        font-size: 13px
    }
}

@media(max-width: 600px) {

    .landing-footer .feature-content ul li h4,
    .landing-footer .feature-content ul li .h4 {
        font-size: 16px
    }
}

@media(max-width: 374px) {

    .landing-footer .feature-content ul li h4,
    .landing-footer .feature-content ul li .h4 {
        font-size: 13px
    }
}

.landing-footer .feature-content ul li img {
    width: 70%;
    margin-top: -47px
}

@media(max-width: 991px) {
    .landing-footer .feature-content ul li img {
        margin-top: -34px
    }
}

@media(max-width: 800px) {
    .landing-footer .feature-content ul li img {
        margin-top: -24px
    }
}

@media(max-width: 600px) {
    .landing-footer .feature-content ul li img {
        width: 48%
    }
}

@media(max-width: 600px) {
    .landing-footer .footer .footer-main {
        padding-top: 0;
        padding-bottom: 15px
    }
}

.gif-box {
    padding: 9px 18px 24px;
    background-color: rgba(10, 152, 241, .1);
    border-radius: 10px
}

.gif-box .layout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.gif-box .layout-wrapper .dot-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.gif-box .layout-wrapper .dot-group li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: .5
}

.gif-box .layout-wrapper h3,
.gif-box .layout-wrapper .h3 {
    color: #0a98f1;
    font-weight: 800
}

.gif-box img {
    border-radius: 10px
}

.build-features .build-content {
    margin-left: calc(20px + 36*(100vw - 320px)/1600)
}

.build-features .build-content h2,
.build-features .build-content .h2 {
    font-size: calc(20px + 18*(100vw - 320px)/1600);
    color: #0a98f1;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700
}

.build-features .build-content h2 span,
.build-features .build-content .h2 span {
    font-size: calc(20px + 18*(100vw - 320px)/1600);
    color: #031a28
}

.build-features .build-content p {
    font-size: calc(16px + 2*(100vw - 320px)/1600);
    width: 80%
}

@media(max-width: 1200px) {
    .build-features .build-content p {
        width: 100%;
        margin-bottom: 8px
    }
}

.build-features .build-content ul {
    margin-bottom: calc(10px + 20*(100vw - 320px)/1600)
}

.build-features .build-content ul li {
    padding: 6px 0
}

.build-features .build-content ul li .factors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.build-features .build-content a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6B6B), to(#FF4F4F));
    background-image: linear-gradient(#FF6B6B, #FF4F4F);
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px
}

.build-features .build-content a svg {
    height: 30px;
    width: 50px;
    vertical-align: middle
}

@-webkit-keyframes infinite-spinning {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2)
    }
}

@keyframes infinite-spinning {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2)
    }
}

.snippet-modal-main .default-form select {
    background: rgba(130, 130, 130, .3)
}

.theme-pannel-main {
    background-color: #fff;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9;
    padding: 0 5px;
    -webkit-box-shadow: 0 0 7px 1px rgba(158, 158, 158, .2);
    box-shadow: 0 0 7px 1px rgba(158, 158, 158, .2)
}

.theme-pannel-main ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
    border-bottom: 1px solid #dadada
}

.theme-pannel-main ul li span {
    padding: 0;
    text-transform: uppercase;
    color: #949494;
    font-weight: 700
}

.theme-pannel-main ul li a {
    padding: 0
}

.theme-pannel-main ul li:last-child {
    border-bottom: 0
}

.color-picker .title {
    display: inline-block;
    position: absolute;
    left: -68px;
    width: 68px;
    -webkit-box-shadow: -3px 0 7px 1px rgba(158, 158, 158, .2);
    box-shadow: -3px 0 7px 1px rgba(158, 158, 158, .2);
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 5px
}

.color-picker .colors li {
    height: 35px;
    width: 35px;
    margin: 3px;
    display: inline-block;
    position: relative;
    border-radius: 5px
}

.color-picker .colors li.active:before {
    content: "î› ";
    position: absolute;
    font-family: themify;
    color: #fff;
    font-size: 19px;
    top: 4px;
    left: 9px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.color {
    background-color: #01aa85
}

.color1 {
    background-color: #3c59a1
}

.color2 {
    background-color: #0a98f1
}

.color3 {
    background-color: #0f98a0
}

.color4 {
    background-color: #cf649b
}

.color5 {
    background-color: #563d7c
}

.color6 {
    background-color: #7a3e65
}

.setting-sidebar {
    background-color: #fff;
    padding: 20px;
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 999;
    border-left: 1px solid #eff1f2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting-sidebar li {
    cursor: pointer
}

.setting-sidebar .theme-title {
    border-bottom: 1px solid #eff1f2;
    padding-bottom: 15px
}

.setting-sidebar h5,
.setting-sidebar .h5 {
    padding-top: 20px;
    padding-bottom: 15px
}

.setting-sidebar .theme-layout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.setting-sidebar .theme-layout ul li {
    width: 70px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-right: 10px
}

.setting-sidebar .theme-layout ul li.active .sidebar-content {
    position: relative
}

.setting-sidebar .theme-layout ul li.active .sidebar-content:before {
    content: "î™Œ";
    font-family: themify;
    position: absolute;
    font-weight: 900;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.setting-sidebar .theme-layout ul li .sidebar {
    width: 30%;
    height: 100%;
    background-color: #eff1f2;
    margin-right: 5px;
    border-radius: 5px
}

.setting-sidebar .theme-layout ul li .sidebar-content {
    background-color: #eff1f2;
    width: 70%;
    height: 100%;
    border-radius: 5px
}

.setting-sidebar .theme-layout ul li:nth-child(2) .sidebar {
    background-color: #595959
}

.setting-sidebar .theme-layout ul li:nth-child(3) .sidebar,
.setting-sidebar .theme-layout ul li:nth-child(3) .sidebar-content {
    background-color: #595959
}

.setting-sidebar .theme-layout ul li:last-child .sidebar,
.setting-sidebar .theme-layout ul li:last-child .sidebar-content {
    background-image: linear-gradient(45deg, #3a62b8, #ff803c)
}

.setting-sidebar .chat-wallpaper .wallpaper {
    margin-top: 0
}

.setting-sidebar .chat-wallpaper .wallpaper li {
    position: relative;
    width: 47px;
    height: 47px;
    border-radius: 5px;
    margin: 2px;
    background-size: unset !important
}

.setting-sidebar .chat-wallpaper .wallpaper li.active:before {
    content: "î™Œ";
    font-family: themify;
    position: absolute;
    font-weight: 900;
    font-size: 20px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.setting-sidebar .themes-content ul li {
    display: inline-block;
    width: 68px;
    height: 60px;
    background-color: #eff1f2;
    margin-right: 5px;
    border-radius: 5px;
    position: relative
}

.setting-sidebar .themes-content ul li.active:before {
    content: "î™Œ";
    font-family: themify;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px
}

.setting-sidebar .sidebar-setting ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.setting-sidebar .sidebar-setting ul li {
    width: 144px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.setting-sidebar .sidebar-setting ul li.active .sidebar-content:before {
    content: "î™Œ";
    font-family: themify;
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px
}

.setting-sidebar .sidebar-setting ul li:last-child {
    margin-right: 0
}

.setting-sidebar .sidebar-setting ul li .sm-sidebar {
    background-color: #eff1f2;
    margin-right: 3px;
    width: 10%;
    height: 100%
}

.setting-sidebar .sidebar-setting ul li .sidebar {
    background-color: #eff1f2;
    width: 20%;
    height: 100%;
    border-radius: 5px;
    margin-right: 3px
}

.setting-sidebar .sidebar-setting ul li .sidebar-content {
    background-color: #eff1f2;
    width: 80%;
    height: 100%;
    border-radius: 5px;
    position: relative
}

.sidebar-pannle-main {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 9
}

.sidebar-pannle-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-pannle-main ul li {
    cursor: pointer;
    margin-bottom: 10px
}

.sidebar-pannle-main ul li.cog-click i {
    -webkit-animation: infinite-spinning 1.5s infinite linear;
    animation: infinite-spinning 1.5s infinite linear
}

.fev-addcall-main.add-popup .modal-dialog:before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    top: -9px
}

.contact-chat>ul>li .contact-name .msg-box {
    margin-bottom: 10px;
    position: relative
}

.msg-box>li h5,
.msg-box>li .h5,
.msg-box>li .document,
.msg-box>li .auto-gallery {
    padding: 16px 20px
}

.add-contact-modal .modal-dialog:before {
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fff;
    bottom: -9px
}

.add-popup .close {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    right: 24px;
    top: 19px;
    opacity: 1;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.add-popup .close span {
    color: #0a98f1;
    font-size: 32px
}

.add-popup .modal-header,
.add-popup .modal-footer {
    padding: 15px 20px
}

.add-popup .modal-header .modal-title,
.add-popup .modal-footer .modal-title {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: calc(16px + 12*(100vw - 320px)/1600)
}

.add-popup .modal-header {
    border-bottom-color: rgba(127, 131, 132, .15);
    background-color: #0a98f1;
    margin: 4px 4px 0
}

.add-popup .modal-header i {
    font-size: 30px;
    margin-right: 10px
}

.add-popup .modal-body h3,
.add-popup .modal-body .h3 {
    margin-bottom: 20px;
    text-transform: capitalize
}

.add-popup .default-form .form-group .form-control {
    padding: 15px 15px;
    margin-bottom: 20px
}

.add-popup .default-form .form-group .form-control::-webkit-input-placeholder {
    text-transform: capitalize
}

.add-popup .default-form .form-group .form-control::-moz-placeholder {
    text-transform: capitalize
}

.add-popup .default-form .form-group .form-control:-ms-input-placeholder {
    text-transform: capitalize
}

.add-popup .default-form .form-group .form-control::-ms-input-placeholder {
    text-transform: capitalize
}

.add-popup .default-form .form-group .form-control::placeholder {
    text-transform: capitalize
}

.add-popup .modal-footer {
    border-top: 1px solid rgba(127, 131, 132, .15)
}

.add-popup .modal-footer button {
    padding: 8px 28px;
    margin: 0
}

.pol-modal-main .modal-dialog {
    width: 700px;
    max-width: unset
}

.pol-modal-main .modal-content .modal-header svg {
    color: #0a98f1;
    font-weight: 600;
    margin-right: 10px
}

.pol-modal-main .modal-content .modal-body .form-group input::-webkit-input-placeholder {
    font-size: 14px
}

.pol-modal-main .modal-content .modal-body .form-group input::-moz-placeholder {
    font-size: 14px
}

.pol-modal-main .modal-content .modal-body .form-group input:-ms-input-placeholder {
    font-size: 14px
}

.pol-modal-main .modal-content .modal-body .form-group input::-ms-input-placeholder {
    font-size: 14px
}

.pol-modal-main .modal-content .modal-body .form-group input::placeholder {
    font-size: 14px
}

.pol-modal-main .modal-content .modal-body .form-group a.add-option {
    color: #0a98f1;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500
}

.pol-modal-main .modal-content .modal-body .form-group .post-poll {
    background-color: rgba(10, 152, 241, .15);
    padding: 25px;
    border-radius: 15px
}

.pol-modal-main .modal-content .modal-body .form-group .post-poll ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pol-modal-main .modal-content .modal-body .form-group .post-poll ul li {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600
}

.pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p {
    font-size: 14px;
    margin-left: 15px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0
}

.pol-modal-main .modal-content .modal-body .form-group .allow-group {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pol-modal-main .modal-content .modal-body .form-group .allow-group .allow-check {
    margin-right: 10px
}

.pol-modal-main .modal-content .modal-body .creat-poll-btn {
    margin-top: 40px
}

.pol-modal-main .modal-content .modal-body .creat-poll-btn a {
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px
}

.snippet-modal-main .modal-dialog {
    width: 800px;
    max-width: unset
}

.notes-modal-main .modal-content .card {
    margin-bottom: 0;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.notes-modal-main .modal-content .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px
}

.notes-modal-main .modal-content .card .card-header h5,
.notes-modal-main .modal-content .card .card-header .h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600
}

.notes-modal-main .modal-content .card .card-body {
    padding: 15px 20px;
    border-bottom: 1px solid #eee
}

.notes-modal-main .modal-content .card .card-body h1,
.notes-modal-main .modal-content .card .card-body .h1 {
    padding-bottom: 30px
}

.notes-modal-main .modal-content .card .card-body p:last-child {
    margin-bottom: 0
}

.notes-modal-main .modal-content .card .card-footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: none
}

.notes-modal-main .modal-content .card .card-footer button {
    margin-right: 15px;
    padding: 6px 28px
}

.reminder-modal-main .modal-content {
    height: 500px;
    overflow: auto
}

.reminder-modal-main .modal-content .modal-body .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: rgba(10, 152, 241, .1);
    text-align: center;
    border: none
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-num,
.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li:hover .remi-val {
    color: #0a98f1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active {
    background-color: #0a98f1
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-num,
.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li.active .remi-val {
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-num {
    margin-bottom: 7px
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li .remi-val {
    margin-bottom: 0;
    font-weight: 500
}

.reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li+li {
    margin-left: 15px
}

.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    text-transform: uppercase
}

.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline input:first-child {
    margin-right: 30px
}

.reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-block select {
    line-height: 1;
    font-size: 14px;
    color: #2c2c2c;
    letter-spacing: .08em
}

.reminder-modal-main .modal-content .modal-body .reminder-btn {
    text-align: center
}

.reminder-modal-main .modal-content .modal-body .reminder-btn h5,
.reminder-modal-main .modal-content .modal-body .reminder-btn .h5 {
    text-transform: capitalize;
    color: #2c2c2c;
    margin-bottom: 20px
}

.reminder-modal-main .modal-content .modal-body .reminder-btn a {
    color: #fff
}

.reminder-modal-main .modal-body .form-group {
    margin-bottom: 25px
}

.reminder-modal-main .modal-body .form-group textarea {
    border-radius: 6px;
    background-color: rgba(10, 152, 241, .1);
    border: none
}

.button-default {
    -webkit-transition: .25s ease-out .1s color;
    transition: .25s ease-out .1s color;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    position: relative
}

.show-notifications {
    position: relative
}

.show-notifications:hover #icon-bell {
    fill: #34495e
}

.show-notifications:focus #icon-bell {
    fill: #34495e
}

.show-notifications:active #icon-bell {
    fill: #34495e
}

.show-notifications #icon-bell {
    fill: #7f8c8d
}

.show-notifications .notifications-count {
    border-radius: 50%;
    background-clip: padding-box;
    background: #3498db;
    color: #fefefe;
    font: normal .85em "Lato";
    height: 16px;
    line-height: 1.75em;
    position: absolute;
    right: 2px;
    text-align: center;
    top: -2px;
    width: 16px
}

.show-notifications.active~.notifications {
    opacity: 1;
    top: 60px
}

.notifications {
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: .25s ease-out .1s opacity;
    transition: .25s ease-out .1s opacity;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    left: 10px;
    opacity: 0;
    position: absolute
}

.notifications h3,
.notifications .h3 {
    cursor: default;
    font-size: 1.05em;
    font-weight: normal;
    background: #3498db;
    color: #fefefe;
    margin: 0;
    padding: 10px;
    width: 350px
}

.notifications .notifications-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.notifications .notifications-list .item {
    -webkit-transition: -webkit-transform .25s ease-out .1s;
    transition: -webkit-transform .25s ease-out .1s;
    transition: transform .25s ease-out .1s;
    transition: transform .25s ease-out .1s, -webkit-transform .25s ease-out .1s;
    border-top: 1px solid #bdc3c7;
    color: #7f8c8d;
    cursor: default;
    display: block;
    padding: 10px;
    position: relative;
    white-space: nowrap;
    width: 350px
}

.notifications .notifications-list .item.no-data {
    display: none;
    text-align: center
}

.notifications .notifications-list .item.expired {
    color: #bdc3c7
}

.notifications .notifications-list .item.expired:before {
    background: #bdc3c7
}

.notifications .notifications-list .item.expired .details .date {
    color: #bdc3c7
}

.notifications .notifications-list .item:before {
    border-radius: 50%;
    background-clip: padding-box;
    background: #3498db;
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    vertical-align: middle
}

.notifications .notifications-list .item .details {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    white-space: normal;
    width: 280px
}

.notifications .notifications-list .item .details .title {
    display: block
}

.notifications .notifications-list .item .details .date {
    display: block;
    font-size: .85em;
    margin-top: 3px
}

.notifications .notifications-list .item .button-dismiss {
    display: inline-block;
    vertical-align: middle;
    color: #bdc3c7;
    font-size: 2.25em
}

.notifications .show-all {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #3498db;
    color: #fefefe;
    margin: 0;
    padding: 10px;
    width: 350px
}

.notifications:after {
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-color: #3498db;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 0
}

.button-default {
    -webkit-transition: .25s ease-out .1s color;
    transition: .25s ease-out .1s color;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    position: relative
}

.todo-main-modal .modal-body {
    padding-bottom: 0
}

.todo-main-modal .modal-body .default-form .todo-task h5,
.todo-main-modal .modal-body .default-form .todo-task .h5 {
    padding-bottom: 10px
}

.todo-main-modal .modal-body .default-form .form-group+.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: unset
}

.todo-main-modal .modal-body .default-form .form-group+.form-group input {
    height: 45px;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    margin-left: 10px
}

.todo-main-modal .modal-body .dropdown.currency {
    width: 50%
}

.create-todo-main-modal .modal-body {
    padding-bottom: 0
}

.create-todo-main-modal .modal-body .default-form .todo-task h5,
.create-todo-main-modal .modal-body .default-form .todo-task .h5 {
    margin-bottom: 15px
}

.create-todo-main-modal .modal-body .default-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.create-todo-main-modal .modal-body .default-form .form-group input {
    margin-left: 10px
}

.create-todo-main-modal .modal-body .default-form .dropdown.currency {
    width: 30%
}

.datepickers-container {
    z-index: 9999
}

@media(max-height: 1680px) {
    .chatzy-main .messages .contact-details ul li {
        padding: 0 10px
    }
}

@media(max-height: 730px) {
    .chatzy-container .sidebar-bottom {
        padding-bottom: 25px
    }
}

@media(max-width: 1500px) {

    .recent .theme-title .mobile-back,
    .recent .theme-title .mainnav {
        height: 32px;
        width: 32px
    }

    .chatzy-main .messages .contact-details .left.d-flex .media-right .mute i:after {
        top: 14px;
        left: 5px
    }

    .contact-chat {
        padding: 30px 30px 120px
    }

    .contact-chat .profile {
        height: 50px;
        width: 50px
    }

    .call-content,
    .contact-content {
        overflow: scroll;
        height: 100%
    }

    .call-content .col-sm-5,
    .call-content .col-sm-7,
    .contact-content .col-sm-5,
    .contact-content .col-sm-7 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .call-content .col-sm-7,
    .contact-content .col-sm-7 {
        margin-top: 20px
    }

    .call-content .col-sm-7 .call-log-clear,
    .contact-content .col-sm-7 .call-log-clear {
        margin-bottom: 40px
    }

    .contact-details>.row .icon-btn {
        height: 34px;
        width: 34px
    }
}

@media(max-width: 1366px) {
    .menu-active .chatzy-right-sidebar {
        width: 360px;
        min-width: 360px
    }

    .menu-active .chatzy-right-sidebar .profile {
        height: 255px;
        width: auto;
        margin: 0 !important
    }

    .chatzy-main .messages .contact-details {
        width: calc(100vw - 300px)
    }

    .sidebar-toggle .main-nav {
        padding: 20px 0 25px
    }

    .sidebar-toggle .main-nav .logo-warpper {
        padding-bottom: 14px
    }

    .header-icon {
        margin-top: 14px
    }

    .chat-main li .chat-box .details h5,
    .chat-main li .chat-box .details .h5 {
        max-width: 122px
    }

    .theme-tab.tab-sm>.nav-tabs>.nav-item .nav-link {
        padding: 9px 12px
    }

    .theme-tab .nav-tabs .nav-item .nav-link {
        padding: 7px 35px
    }

    .profile-box .details.edit {
        width: 170px
    }

    .chatzy-main .message-input input {
        width: calc(100% - 280px)
    }

    .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
        padding: 10px 20px
    }

    .groupuser .gr-chat-friend-toggle .gr-chat-frind-content .chat-main li {
        padding-bottom: 0
    }

    header .landing-header.fixed .navbar-collapse .navbar-nav {
        margin-left: 10px
    }

    header .landing-header .navbar-collapse .navbar-nav {
        border-radius: 15px;
        padding-left: 0;
        margin-left: 140px
    }

    .chat-main li .chat-box .details h6,
    .chat-main li .chat-box .details .h6 {
        max-width: 150px
    }

    .search2>div {
        height: 35px
    }

    .group-main li {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .close-app {
        display: none
    }

    .sidebar-pannle-main {
        bottom: 70px
    }

    .contact-chat>ul>li.sent,
    .contact-chat>ul>li.replies {
        width: 100%
    }

    .emojis-main .contact-poll .mr-4 {
        margin-right: .5rem !important
    }

    .chatzy-main .message-input {
        padding: 12px 25px
    }

    .chatzy-main .message-input:after {
        bottom: -66px
    }

    .chatzy-main .call-content .user-profile .user-content ul li {
        font-size: 0;
        padding-bottom: 0
    }

    .chatzy-main li .chat-box .details h6,
    .chatzy-main li .chat-box .details .h6 {
        max-width: 130px
    }

    .chatzy-main li.active .details h6,
    .chatzy-main li.active .details .h6 {
        letter-spacing: unset
    }

    .notification-close .details h4,
    .notification-close .details .h4 {
        font-size: 16px
    }

    .notification-close .details p {
        max-width: 156px !important;
        margin-top: 0 !important
    }

    .document-tab .chat-main .d-flex .flex-grow-1 a:last-child {
        display: none
    }

    .notification-tab .chat-main .chat-box .details h5,
    .notification-tab .chat-main .chat-box .details .h5 {
        line-height: 1.5
    }

    .notification-tab .chat-main .chat-box .profile {
        top: 10px
    }

    .notification-tab .chat-main .chat-box .date-status {
        top: 10px
    }

    .notification-tab .chat-main li {
        padding: 10px 20px
    }

    .setting-block {
        padding: 30px 40px
    }

    .setting-block .block {
        padding: 20px 20px 0 20px;
        top: 100px
    }

    .chatzy-container .chatzy-left-sidebar .fevorite-tab,
    .chatzy-container .chatzy-left-sidebar .document-tab,
    .chatzy-container .chatzy-left-sidebar .contact-list-tab,
    .chatzy-container .chatzy-left-sidebar .notification-tab,
    .chatzy-container .chatzy-left-sidebar .settings-tab,
    .chatzy-container .chatzy-left-sidebar .recent-default,
    .chatzy-container .chatzy-left-sidebar .status-tab {
        padding: 40px 20px
    }

    .chatzy-container .chatzy-left-sidebar {
        min-width: 300px;
        width: 300px;
        -webkit-animation: fadeInright 300ms ease-in-out;
        animation: fadeInright 300ms ease-in-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .chatzy-container .chatzy-left-sidebar .fevorite-tab,
    .chatzy-container .chatzy-left-sidebar .document-tab,
    .chatzy-container .chatzy-left-sidebar .contact-list-tab,
    .chatzy-container .chatzy-left-sidebar .notification-tab,
    .chatzy-container .chatzy-left-sidebar .settings-tab,
    .chatzy-container .chatzy-left-sidebar .recent-default,
    .chatzy-container .chatzy-left-sidebar .status-tab {
        width: 300px;
        min-width: 300px
    }

    .chatzy-container .chatzy-left-sidebar .status-tab .my-status-box {
        padding-bottom: 20px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab {
        padding: 20px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs .nav-tabs {
        padding-bottom: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg {
        height: 10px;
        width: 10px;
        margin-right: 5px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link {
        min-width: 60px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat .theme-title {
        padding: 40px 20px 0 20px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat .search-form {
        width: calc(100% - 30px);
        left: 15px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent {
        width: 300px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent~.chat {
        margin-top: 120px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider {
        padding: 10px 20px 0 20px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .recent-box::before {
        left: 5px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider .owl-stage-outer {
        height: 110px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .theme-title {
        padding: 0 20px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .theme-title .img-text .chat-box .profile {
        height: 60px;
        width: 60px;
        margin-right: 10px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .theme-title .img-text .chat-box .details h2,
    .chatzy-container .chatzy-left-sidebar .recent-default .recent .theme-title .img-text .chat-box .details .h2 {
        font-size: 18px
    }

    .call-log-main li,
    .contact-log-main li {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .fevorite-tab .chat-box .date-status,
    .document-tab .chat-box .date-status {
        position: absolute;
        right: 0;
        top: 10px;
        text-align: right
    }

    .fevorite-tab .chat-main li,
    .document-tab .chat-main li {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .dynemic-sidebar .chat-main li .chat-box .details {
        padding-top: 8px;
        padding-bottom: 9px
    }

    .dynemic-sidebar .chat-main .icon-btn.btn-xl {
        height: 50px;
        width: 50px
    }

    .dynemic-sidebar .chat-main .icon-btn.btn-xl i {
        font-size: 20px
    }

    .dynemic-sidebar .chat-main .flex-grow-1 {
        position: absolute;
        right: 0;
        top: 8px
    }

    .dynemic-sidebar .chat-main .profile {
        width: 50px;
        height: 50px
    }

    .m-r-15 {
        margin-right: 5px
    }

    .search2 {
        margin-left: 0px;
        margin-right: 0
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar {
        width: calc(100% - 390px)
    }

    .app-list-ul li.right-sidebar-profile .profile {
        margin: 0 auto
    }

    .app-sidebar .app-list ul.app-list-ul {
        padding-top: 20px
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar .messages .contact-details {
        width: calc(100vw - 400px);
        padding: 25px 30px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details {
        width: calc(100vw - 500px)
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar {
        width: calc(100% - 490px)
    }

    .theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
        padding: 7px 15px
    }

    .chat-main li,
    .call-log-main li,
    .contact-log-main li {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .chat-main li .chat-box,
    .chat-main li .call-box,
    .chat-main li .contact-box,
    .call-log-main li .chat-box,
    .call-log-main li .call-box,
    .call-log-main li .contact-box,
    .contact-log-main li .chat-box,
    .contact-log-main li .call-box,
    .contact-log-main li .contact-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .chat-main li .chat-box .details,
    .chat-main li .call-box .details,
    .chat-main li .contact-box .details,
    .call-log-main li .chat-box .details,
    .call-log-main li .call-box .details,
    .call-log-main li .contact-box .details,
    .contact-log-main li .chat-box .details,
    .contact-log-main li .call-box .details,
    .contact-log-main li .contact-box .details {
        padding-left: 60px;
        padding-right: 50px
    }

    .chat .profile {
        width: 50px;
        height: 50px
    }

    .call-log-main .call-box .details,
    .contact-log-main .call-box .details {
        padding-right: 60px
    }

    .call-log-main li .contact-box .details,
    .contact-log-main li .contact-box .details {
        padding-right: 80px;
        padding-left: 60px
    }

    .group-main .group-box .details {
        padding-left: 60px
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: calc(100vw - 418px);
        padding: 25px 30px
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .message-input {
        width: calc(100% - 458px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main .message-input {
        width: calc(100% - 790px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: calc(100vw - 880px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 539px)
    }

    .sidebar-active .chatzy-container .chatzy-main {
        width: calc(100% - 720px)
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar .message-input {
        width: calc(100% - 440px)
    }

    .chatzy-main .message-input {
        width: calc(100% - 344px)
    }

    .login-content .line h6::before,
    .login-content .line .h6::before {
        width: 4rem
    }

    .login-content .line h6::after,
    .login-content .line .h6::after {
        width: 4rem
    }

    header .landing-header .navbar-collapse {
        width: 100%
    }

    .call-log-main .call-box .details {
        padding-left: 70px !important
    }

    .videocall.call-modal .small-image,
    .videocallhang.call-modal .small-image {
        width: 180px;
        height: 250px
    }

    .videocall.call-modal .videocall-details .usersprof .profile {
        width: 50px;
        height: 50px
    }
}

@media(min-width: 1199.98px) {
    .main-menu .collapse {
        display: block
    }
}

@media(max-width: 1199.98px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute !important
    }

    .index-main .client-images img {
        width: 2000px
    }

    header .landing-header .navbar-collapse .navbar-nav {
        background-color: rgba(0, 0, 0, 0);
        margin-left: 0
    }

    .landing-page .landing-header .navbar-light .navbar-nav .active>.nav-link {
        color: rgba(0, 0, 0, .9)
    }

    .landing-page .landing-header .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .5)
    }

    .mobile-version-sec .chatzy-back-block .chit-chat2 {
        display: none
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content h3,
    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-content .h3 {
        margin-bottom: 3px !important
    }

    .collaboration-main .collaboration-content ul.collab-tab.nav.nav-pills li.nav-item a.nav-link .tab-main .tab-img i {
        font-size: 24px
    }

    .chat-landing-page .content-title {
        margin-bottom: 35px
    }

    .emojis-main .contact-poll .contact-poll-content:before {
        left: 30px
    }

    header {
        padding-top: 0;
        padding-bottom: 0 !important;
        clear: both
    }

    header .landing-header .dropdown-menu.show {
        position: relative;
        width: calc(100% - 30px);
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 10px
    }

    header .landing-header .logo-block img {
        height: 40px
    }

    header .landing-header .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: #fff;
        display: unset
    }

    header .landing-header .navbar-collapse {
        position: absolute;
        top: 64px;
        background-color: #fff;
        right: 0;
        width: 36%;
        border-radius: 15px;
        padding: 20px 0;
        border: 1px solid #e1f1ee
    }

    header .landing-header .navbar-collapse:not(.show) {
        display: none !important
    }

    header .landing-header .navbar-collapse .navbar-nav {
        display: block
    }

    header .landing-header .navbar-collapse .navbar-nav .nav-item {
        display: block
    }

    header .landing-header .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .chatzy-main .messages .contact-details {
        padding: 15px
    }

    .chatzy-main .messages .contact-details .media-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .chatzy-main .message-input {
        width: calc(100% - 342px)
    }

    .chatzy-main .messages .contact-details .col {
        width: 100px
    }

    .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1 {
        display: none
    }

    .theme-landing header .landing-header .navbar-collapse {
        padding: 20px
    }

    .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 20px;
        padding-left: 0;
        margin-left: 0;
        line-height: 1
    }

    .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-bottom: 0
    }

    .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link {
        color: rgba(0, 0, 0, .7) !important;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 0
    }

    .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item>.nav-link:hover {
        color: #0a98f1 !important
    }

    .theme-landing header .landing-header .dropdown-menu .nav-link a {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .theme-landing header .landing-header .dropdown-menu .nav-link a:hover {
        color: #0a98f1 !important
    }

    .rate-us {
        padding-top: 40px !important
    }
}

@media(max-width: 1024px) {
    .chatzy-main .messages .contact-details .left.d-flex .flex-grow-1:before {
        top: -4px
    }

    .chatzy-main .messages .contact-details .flex-grow-1 h5,
    .chatzy-main .messages .contact-details .flex-grow-1 .h5 {
        display: none
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details ul li {
        padding-left: 4px !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details ul li {
        padding-left: 21px
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main .messages .contact-details ul li {
        padding-left: 8px
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar {
        width: calc(100% - 490px)
    }

    .chatzy-main .messages .contact-details {
        padding: 15px !important
    }

    .chatzy-main .messages .contact-details .media-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .chatzy-main .message-input {
        padding: 12px 20px
    }

    .faq-section .accordion.theme-accordion .card .card-header button:before {
        right: 10px
    }
}

@media(max-width: 992px) {
    .chatzy-main .messages .calls .chat-friend-toggle .icon-btn {
        background-color: rgba(0, 0, 0, 0)
    }

    .menu-active .chatzy-right-sidebar {
        width: 360px;
        min-width: 360px
    }

    .menu-active .chatzy-right-sidebar .profile {
        height: 200px;
        width: auto;
        margin-right: 0
    }

    .chatzy-main .message-input:after {
        bottom: -62px
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar .messages .contact-details {
        padding: 15px 30px;
        width: calc(100vw - 418px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details {
        width: calc(100vw - 418px)
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: calc(100vw - 400px)
    }

    .img-text .chat-box {
        padding: 10px 0
    }

    .img-text .chat-box .details h4,
    .img-text .chat-box .details .h4 {
        padding-top: 4px
    }

    .chatzy-right-sidebar .document,
    .chatzy-right-sidebar .media-gallery,
    .chatzy-right-sidebar .status {
        padding: 30px 20px
    }

    .chatzy-main .message-input input {
        width: calc(100% - 260px)
    }

    .chatzy-container .chatzy-right-sidebar {
        min-width: 280px;
        width: 280px
    }

    .chatzy-container .chatzy-right-sidebar .recent-default .recent .recent-slider {
        padding: 0 20px
    }

    .chatzy-container .chatzy-right-sidebar .contact-profile {
        padding: 20px
    }

    .chatzy-container.sidebar-overlap .chatzy-main .messages .contact-details {
        width: 100% !important
    }

    .chatzy-container.sidebar-overlap .chatzy-main,
    .chatzy-container.sidebar-overlap .message-input,
    .chatzy-container.sidebar-overlap .contact-details {
        width: 100% !important
    }

    .chat-landing-page .landing_page_slider {
        min-height: 800px;
        background-position: bottom
    }

    .chatzy-main .messages {
        height: calc(100vh - 0px);
        min-height: calc(100vh - 0px)
    }

    .chatzy-main .message-input {
        padding: 10px 20px
    }

    .secure-app-main {
        height: 350px
    }

    .secure-app-main .secure-app-content {
        height: 350px
    }

    [class*=introjs] {
        display: none
    }

    .main-nav.introjs-fixParent,
    .sidebar-top.introjs-relativePosition {
        display: block
    }

    .chatzy-main .messages .contact-details {
        width: calc(100vw - 302px)
    }

    header .landing-header.fixed {
        padding: 5px 15px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 215px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chatzy-main.small-sidebar .messages .contact-details {
        width: 33.3vw !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chatzy-main.small-sidebar .messages .contact-details ul li {
        padding-left: 9px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.show-recent~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 590px)
    }

    .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chatzy-main.small-sidebar .messages .contact-details {
        width: 44vw
    }

    .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chatzy-main.small-sidebar .messages .contact-details ul li {
        padding-left: 24px
    }

    .sidebar-active .sidebar-toggle .main-nav~.show-recent~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 500px)
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar {
        width: calc(100% - 92px)
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar .contact-details {
        width: 84vw
    }

    .sidebar-toggle .main-nav.on~.show-recent~.chatzy-main .messages .contact-details {
        width: 42.5vw !important
    }

    .sidebar-toggle .main-nav.on~.show-recent~.chatzy-main .messages .contact-details ul li {
        padding-left: 21px
    }

    .sidebar-toggle .main-nav.on~.show-recent~.chatzy-main .message-input {
        width: calc(100% - 500px)
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .messages .contact-details {
        width: 53vw
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .messages .contact-details ul li {
        padding-left: 9px
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .message-input {
        width: calc(100% - 400px)
    }

    .recent .theme-title .close-contentbtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .element-card .typography .font_label {
        margin-bottom: 20px
    }

    .login-content .line h6::before,
    .login-content .line .h6::before {
        width: 3.5rem
    }

    .login-content .line h6::after,
    .login-content .line .h6::after {
        width: 3.5rem
    }

    .mr-3 {
        margin-right: 10px !important
    }

    footer .footer_order_2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    footer .footer_order_1 {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    footer .footer_order_3 {
        margin-top: 40px
    }
}

@media(max-width: 991px) {
    footer .footer-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .footer-block>div {
        margin-top: 30px
    }

    footer .footer-block>div:last-child,
    footer .footer-block>div:first-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0px
    }

    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal {
        min-height: 530px
    }

    .videocall.call-modal .small-image,
    .videocallhang.call-modal .small-image {
        width: 150px;
        height: 200px;
        left: 20px
    }

    .real-time-customizer .chit-chat5,
    .bonus-page .chit-chat5,
    .collaboration-main .chit-chat5,
    .dark-light .chit-chat5,
    .easy-navigation .chit-chat5 {
        display: none
    }

    .snippet-modal-main .modal-dialog {
        width: 600px
    }

    .pol-modal-main .modal-dialog {
        width: 600px
    }

    .notes-modal-main .modal-content {
        height: 450px
    }

    .notes-modal-main .modal-content .modal-body {
        overflow: auto;
        padding: 0
    }

    .notes-modal-main .modal-content .card .card-header {
        padding: 20px
    }

    .notes-modal-main .modal-content .card .card-body {
        padding: 20px
    }

    .notes-modal-main .modal-content .card .card-body h1,
    .notes-modal-main .modal-content .card .card-body .h1 {
        padding-bottom: 15px;
        line-height: 1
    }
}

@media(max-width: 800px) {

    .chatzy-container .chatzy-left-sidebar .fevorite-tab,
    .chatzy-container .chatzy-left-sidebar .document-tab,
    .chatzy-container .chatzy-left-sidebar .contact-list-tab,
    .chatzy-container .chatzy-left-sidebar .notification-tab,
    .chatzy-container .chatzy-left-sidebar .settings-tab,
    .chatzy-container .chatzy-left-sidebar .recent-default,
    .chatzy-container .chatzy-left-sidebar .status-tab {
        padding: 20px 20px 40px
    }

    .chatzy-main .messages .contact-details .left.d-flex .media-right {
        display: block
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent~.chat {
        margin-top: 120px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat .theme-title {
        padding: 20px 20px 0
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
        padding: 12px !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: calc(100vw - 403px)
    }

    .chatzy-left-sidebar .search-form .form-group .icon-close {
        top: 3px !important
    }

    .recent .theme-title .mainnav {
        margin: 0 8px
    }

    .profile-box .details.edit {
        width: 90%
    }

    .chatzy-container {
        overflow: hidden
    }

    .mobile-sidebar,
    .mobile-back {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .search2>div {
        width: 100%;
        height: 35px
    }

    .theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
        padding: 10px 35px;
        font-size: 16px
    }

    .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg {
        height: 22px
    }

    .chat .details {
        padding-left: 75px !important
    }

    .chat .details h6,
    .chat .details .h6,
    .chatzy-left-sidebar .details h6,
    .chatzy-left-sidebar .details .h6 {
        max-width: unset;
        font-size: calc(12px + 2*(100vw - 320px)/480);
        padding-top: 6px
    }

    .chat h5,
    .chat .h5,
    .chatzy-left-sidebar h5,
    .chatzy-left-sidebar .h5 {
        font-size: calc(13px + 2*(100vw - 320px)/480)
    }

    .chat .profile,
    .chatzy-left-sidebar .profile {
        width: 60px;
        height: 60px
    }

    .theme-tab>.nav-tabs>.nav-item .nav-link {
        padding: 12px 60px;
        font-size: calc(14px + 8*(100vw - 320px)/1600)
    }

    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar {
        width: calc(100vw - 100px);
        min-width: calc(100vw - 100px)
    }

    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar.recent-default .recent,
    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar.recent-default .chat {
        width: calc(100vw - 100px)
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat .search {
        margin-top: 10px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat h2,
    .chatzy-container .chatzy-left-sidebar .recent-default .chat .h2 {
        font-size: calc(20px + 12*(100vw - 320px)/480)
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
        font-size: calc(13px + 4*(100vw - 320px)/480);
        padding: 5px 40px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a svg {
        height: 14px;
        width: 14px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent {
        width: 100vw
    }

    .chatzy-container .chatzy-left-sidebar {
        width: calc(100vw - 1px);
        min-width: calc(100vw - 1px);
        -webkit-animation: fadeInRight 300ms ease-in-out;
        animation: fadeInRight 300ms ease-in-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .chatzy-container .chatzy-left-sidebar .fevorite-tab,
    .chatzy-container .chatzy-left-sidebar .document-tab,
    .chatzy-container .chatzy-left-sidebar .contact-list-tab,
    .chatzy-container .chatzy-left-sidebar .notification-tab,
    .chatzy-container .chatzy-left-sidebar .settings-tab,
    .chatzy-container .chatzy-left-sidebar .recent-default,
    .chatzy-container .chatzy-left-sidebar .status-tab {
        width: calc(100vw - 1px);
        min-width: calc(100vw - 1px);
        -webkit-animation: fadeInRight 300ms ease-in-out;
        animation: fadeInRight 300ms ease-in-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar {
        width: calc(100% - 90px)
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 140px)
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar .messages .contact-details {
        width: calc(100vw - 100px)
    }

    .chatzy-container .chatzy-main .message-input {
        width: calc(100% - 44px);
        -webkit-animation: fadeInRight 300ms ease-in-out;
        animation: fadeInRight 300ms ease-in-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .chatzy-container .chatzy-main .messages .contact-details {
        width: calc(100vw - 3px);
        -webkit-animation: fadeInRight 300ms ease-in-out;
        animation: fadeInRight 300ms ease-in-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .chatzy-container .chatzy-main {
        width: 100vw;
        max-width: 100vw;
        overflow: hidden
    }

    .chatzy-container.mobile-menu .chatzy-left-sidebar {
        display: none;
        width: 0;
        min-width: 0;
        opacity: 0;
        -webkit-animation: fadeInRight 300ms ease-in-out;
        animation: fadeInRight 300ms ease-in-out;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .chat-tabs ul li.nav-item {
        width: 100%;
        margin: 0 10px
    }

    .chat-tabs ul li.nav-item a {
        width: 100%
    }

    ul.chat-cont-setting {
        left: unset;
        right: 20px
    }
}

@media(max-width: 767.98px) {
    .index-main .client-images img {
        width: 1500px
    }

    .faq-pages img {
        display: none
    }

    .msg-box>li.gallery-img {
        width: 210px
    }

    .videocall.call-modal .videocall-details {
        padding: 15px;
        background-color: rgba(255, 255, 255, .8)
    }

    .modal-dialog-centered .modal-content {
        max-height: 90vh;
        overflow: auto
    }

    .zoomcontent {
        display: none
    }

    .chat-landing-page h1,
    .chat-landing-page .h1 {
        margin-bottom: 10px
    }

    .bonus-page .demo-title {
        margin-top: 10px
    }

    .rate-us .rate_us-section h2,
    .rate-us .rate_us-section .h2 {
        margin: 20px 0
    }

    .rate-us .rate_us-section .rate-section li i {
        font-size: 28px
    }

    .sidebar-pannle-main {
        display: none
    }

    .chatzy-loader h3,
    .chatzy-loader .h3 {
        margin-top: 15px;
        padding: 0 15px;
        line-height: 1.4
    }

    .chatzy-loader img {
        height: 80px
    }

    .videocall.call-modal .small-image {
        left: 20px
    }

    .chatzy-main .messages .contact-details {
        width: calc(100vw - 390px)
    }

    .chatzy-main .messages .contact-details .left.media .media-right .icon-btn i {
        font-size: 21px
    }

    .chatzy-main .messages .contact-details .left.media .media-right .icon-btn svg {
        vertical-align: unset;
        stroke-width: 2px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .messages .contact-details {
        width: 66.3vw !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .messages .contact-details ul li {
        padding-left: 33px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 200px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main .messages .contact-details ul li {
        padding-left: 24px
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main .messages .contact-details ul li {
        padding-left: 28px
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main.small-sidebar .messages .contact-details ul li {
        padding-left: 10px
    }

    .contact-details .media-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: 78.5vw !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .message-input {
        width: calc(100% - 100px)
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .messages .contact-details {
        width: 39vw
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .messages .contact-details ul li {
        padding-left: 17px
    }

    .copyright p {
        text-align: center
    }

    .links_horizontal p {
        text-align: center !important
    }

    .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: 10px
    }

    .blog-detail-page .blog-detail .post-social ul.social-group {
        margin-top: 15px;
        float: unset
    }

    .element-card .typography h1,
    .element-card .typography .h1,
    .element-card .typography h2,
    .element-card .typography .h2,
    .element-card .typography h3,
    .element-card .typography .h3,
    .element-card .typography h4,
    .element-card .typography .h4,
    .element-card .typography h5,
    .element-card .typography .h5,
    .element-card .typography h6,
    .element-card .typography .h6 {
        margin-bottom: 10px
    }

    .element-card .typography .font_label {
        margin-right: 10px
    }

    .sidebar-pannle-main {
        right: 15px
    }

    .chatzy-main .messages .contact-details {
        width: calc(100vw - 390px)
    }

    .chatzy-main .messages .contact-details .left.d-flex .media-right .icon-btn i {
        font-size: 21px
    }

    .chatzy-main .messages .contact-details .left.d-flex .media-right .icon-btn svg {
        vertical-align: unset;
        stroke-width: 2px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .messages .contact-details {
        width: 66.3vw !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .messages .contact-details ul li {
        padding-left: 33px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 200px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main .messages .contact-details ul li {
        padding-left: 24px
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main .messages .contact-details ul li {
        padding-left: 28px
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main.small-sidebar .messages .contact-details ul li {
        padding-left: 2px
    }

    .contact-details .media-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: 78.5vw !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .message-input {
        width: calc(100% - 100px)
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .messages .contact-details {
        width: 39vw
    }

    .sidebar-toggle .main-nav~.show-recent~.chatzy-main .messages .contact-details ul li {
        padding-left: 17px
    }

    .copyright p {
        text-align: center
    }

    .links_horizontal .text-right {
        text-align: center !important
    }

    .blog-page .blog-sidebar .blog-card .blog-follow li {
        margin-right: 10px
    }

    .element-card .typography h1,
    .element-card .typography .h1,
    .element-card .typography h2,
    .element-card .typography .h2,
    .element-card .typography h3,
    .element-card .typography .h3,
    .element-card .typography h4,
    .element-card .typography .h4,
    .element-card .typography h5,
    .element-card .typography .h5,
    .element-card .typography h6,
    .element-card .typography .h6 {
        margin-bottom: 10px
    }

    .element-card .typography .font_label {
        margin-right: 10px
    }

    .downlaod .footer-title h2,
    .downlaod .footer-title .h2 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .downlaod .footer-btn .btn {
        margin-top: 15px;
        margin-left: unset
    }

    .downlaod .footer-btn .btn:first-child {
        margin-right: 12px
    }

    footer .footer-title .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }

    footer .footer-title .according-menu:before {
        content: "ï„‡";
        position: absolute;
        right: 20px;
        top: 0px;
        color: #0a98f1;
        font-size: 18px;
        font-weight: 600
    }

    footer .footer-title.active .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }

    footer .footer-title.active .according-menu:before {
        content: "ï„†";
        position: absolute;
        right: 20px;
        top: 2px;
        color: #0a98f1;
        font-size: 18px;
        font-weight: 600
    }

    footer .links li+li {
        margin-top: 5px
    }

    footer .logo img {
        width: 105px;
        height: auto
    }

    footer .footer-mobile-title {
        display: block
    }

    footer .footer-block>div:nth-child(n+2) {
        margin-top: 15px !important
    }

    footer .footer-block>div:nth-child(n+2) .footer-title {
        border-top: 1px solid rgba(10, 152, 241, .2)
    }

    footer h3,
    footer .h3 {
        margin-top: 15px !important;
        margin-bottom: 0 !important
    }

    footer .footer-contant {
        margin-top: 20px
    }

    footer .footer-contant .footer-btn {
        display: grid;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    footer .footer-contant .footer-btn .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 20px
    }

    footer .footer-contant .footer-btn .btn i {
        font-size: 16px
    }

    footer .footer-contant .social-group li a {
        width: 28px;
        height: 28px
    }

    footer .footer-contant .social-group li a i {
        font-size: 13px
    }

    footer .footer-contant ul li a {
        font-size: 13px
    }

    footer .footer-contant ul li a::before {
        font-size: 8px
    }

    .footer_order_1 {
        width: 60%;
        float: left
    }

    .footer_order_2 {
        width: 40%;
        float: right
    }

    .footer_order_3 {
        width: 33%;
        float: left
    }

    .img-10 {
        width: 5px !important
    }

    .img-20 {
        width: 10px !important
    }

    .img-30 {
        width: 20px !important
    }

    .img-40 {
        width: 25px !important
    }

    .img-50 {
        width: 35px !important
    }

    .img-60 {
        width: 45px !important
    }

    .img-70 {
        width: 55px !important
    }

    .img-80 {
        width: 65px !important
    }

    .img-90 {
        width: 75px !important
    }

    .img-100 {
        width: 85px !important
    }

    .add-popup .close {
        width: 65px;
        height: 65px
    }

    .add-popup .close span {
        top: 15px;
        right: 15px
    }

    .add-popup .modal-footer {
        padding: 20px 20px
    }

    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal {
        min-height: 480px
    }

    .audiocall1.call-modal .title2,
    .audiocall1.call-modal .title2,
    .audiocall1.call-modal .title2,
    .audiocall1.call-modal .title2,
    .audiocall1.call-modal .title2,
    .audiocall2.call-modal .title2,
    .audiocall2.call-modal .title2,
    .audiocall2.call-modal .title2,
    .audiocall2.call-modal .title2,
    .audiocall2.call-modal .title2,
    .videocall.call-modal .title2,
    .videocall.call-modal .title2,
    .videocall.call-modal .title2,
    .videocall.call-modal .title2,
    .videocall.call-modal .title2,
    .videocallhang.call-modal .title2,
    .videocallhang.call-modal .title2,
    .videocallhang.call-modal .title2,
    .videocallhang.call-modal .title2,
    .videocallhang.call-modal .title2,
    .conferencecall.call-modal .title2,
    .conferencecall.call-modal .title2,
    .conferencecall.call-modal .title2,
    .conferencecall.call-modal .title2,
    .conferencecall.call-modal .title2 {
        margin-bottom: 5px
    }

    .audiocall1 .icon-btn.btn-xl,
    .audiocall2 .icon-btn.btn-xl,
    .videocall .icon-btn.btn-xl,
    .videocallhang .icon-btn.btn-xl,
    .conferencecall .icon-btn.btn-xl {
        width: 40px;
        height: 40px;
        padding: 10px
    }

    .videocall.call-modal .videocall-details,
    .videocallhang.call-modal .videocall-details {
        padding: 20px;
        padding-left: 30px
    }

    .videocall.call-modal .videocall-details .usersprof .profile,
    .videocallhang.call-modal .videocall-details .usersprof .profile {
        width: 35px;
        height: 35px
    }

    .videocall.call-modal .small-image,
    .videocallhang.call-modal .small-image {
        width: 120px;
        height: 140px;
        left: 15px
    }

    .videocall.call-modal .videocall-details#basicUsage,
    .videocallhang.call-modal .videocall-details#basicUsage {
        margin-right: 5px
    }

    footer .footer-mobile-title h3,
    footer .footer-mobile-title .h3 {
        margin-top: 0 !important
    }

    .snippet-modal-main .modal-dialog {
        width: 550px
    }

    .snippet-modal-main .default-form .form-group .btn-snipate {
        margin-top: 30px
    }

    .snippet-modal-main .default-form .form-group .btn-snipate .btn {
        padding: 10px 25px
    }

    .pol-modal-main .modal-dialog {
        width: 550px
    }

    .pol-modal-main .modal-content .modal-body .creat-poll-btn {
        margin-top: 30px
    }

    .add-popup .modal-header,
    .add-popup .modal-footer {
        padding: 20px 25px
    }

    .reminder-modal-main .modal-content .modal-body .reminder-btn .btn {
        padding: 12px 25px
    }

    .reminder-modal-main .modal-content .modal-body .form-group ul.reminder-count li {
        padding: 10px 15px
    }
}

@media(max-width: 1640px)and (min-width: 1500px) {
    .chatzy-main .messages .contact-details ul li {
        padding: 0 8px
    }

    .chatzy-main .messages .contact-details ul li:first-child {
        padding-left: 0px
    }
}

@media(max-width: 1590px)and (min-width: 1500px) {
    .contact-details .profile {
        margin-right: 8px;
        width: 52px;
        height: 52px
    }

    .contact-details .icon-btn {
        height: 42px !important;
        width: 42px !important
    }

    .contact-details ul li {
        padding-left: 4px !important
    }

    .contact-details .flex-grow-1 h5,
    .contact-details .flex-grow-1 .h5 {
        margin-bottom: 0px !important
    }
}

@media(max-width: 840px) {
    .contact-details .profile {
        margin-right: 0px !important
    }
}

@media(max-width: 930px) {
    .contact-details .profile {
        margin-right: 0px
    }
}

@media(max-width: 600px) {
    .app-sidebar.active .apps-ul .theme-title {
        margin-top: 0px
    }

    .message-input .emojis-main .btn-outline-primary {
        background-color: rgba(0, 0, 0, 0) !important
    }

    .message-input .emojis-main .toggle-sticker {
        margin-right: 6px !important
    }

    .message-input .emojis-main .dot-btn {
        margin-right: 6px !important
    }

    .message-input .emojis-main .dot-btn::before {
        display: none
    }

    .chat-content .message-input .emojis-main .contact-poll {
        margin-right: 0px
    }

    .chatzy-container .chatzy-main .contact-content,
    .chatzy-container .chatzy-main .call-content {
        padding: 20px
    }

    .chatzy-container .chatzy-main .messages .contact-details .col-7 {
        padding-right: 0
    }

    .chatzy-container .chatzy-main .messages .contact-details .col-7 .media-right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .chatzy-container .chatzy-main .messages .contact-details .col-7 .media-right li {
        padding-left: 10 !important;
        padding-right: 8px !important
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
        padding: 5px 20px
    }

    .emojis-main .contact-poll .contact-poll-content {
        bottom: 60px;
        left: -23px
    }

    .contact-chat {
        margin-top: 70px
    }

    .contact-chat>ul>li.sent .auto-gallery li,
    .contact-chat>ul>li.replies .auto-gallery li {
        height: 60px;
        width: 60px
    }

    footer .footer-title .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }

    footer .footer-title.active .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }

    footer .footer_order_1,
    footer .footer_order_2,
    footer .footer_order_3 {
        width: 100%
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details {
        width: 57.3vw !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details ul li {
        padding-left: 30px
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main .messages .contact-details {
        width: calc(100% - 0px) !important
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main .messages .contact-details ul li {
        padding-left: 20px
    }

    .chatzy-main .message-input:after {
        bottom: -60px
    }

    .chatzy-main .messages .contact-details {
        border-bottom: none;
        padding: 23px 30px 23px 15px !important
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar {
        width: calc(100% - 0px) !important
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 44px)
    }

    .profile.unreachable:before {
        bottom: 0
    }

    .chatzy-main .message-input {
        height: 60px;
        padding: 14px 10px
    }

    .chatzy-main .message-input input {
        width: calc(100% - 190px)
    }

    .chatzy-main .message-input .icon-btn {
        height: 32px;
        width: 32px
    }

    .chatzy-main .message-input .icon-btn i {
        font-size: 13px
    }

    .chatzy-main .messages {
        height: calc(100vh - 0px);
        min-height: calc(100vh - 0px)
    }

    .chatzy-main .messages .contact-details .left.d-flex .media-left {
        height: unset
    }

    .chatzy-main .messages .contact-details .profile {
        width: 40px !important;
        height: 40px !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .messages .contact-details {
        width: 93.5vw !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .messages .contact-details ul li {
        padding-left: 0px
    }

    .sidebar-toggle .pricing-box {
        margin: 10px;
        padding: 20px
    }

    .sidebar-toggle .pricing-box ul.avb-price li i {
        margin-right: 10px
    }

    .sidebar-toggle footer {
        padding-bottom: 0px
    }

    .sidebar-toggle footer .footer-mobile-title {
        display: block !important
    }

    .sidebar-toggle footer .footer-title .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }

    .sidebar-toggle footer .footer-title.active .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }

    .sidebar-toggle footer .footer_order_3 {
        margin-top: 0px
    }

    .sidebar-toggle footer .downlaod {
        margin-top: 0px
    }

    .sidebar-toggle footer .downlaod .footer-btn .btn {
        margin-left: 15px;
        margin-top: unset
    }

    .sidebar-toggle footer .links {
        margin-top: 0px
    }

    .sidebar-toggle footer .section-py-space {
        padding-bottom: 30px
    }

    .sidebar-toggle footer .footer-contant {
        margin-bottom: 20px
    }
}

@media(max-width: 575.98px) {
    .landing_page_slider .animated-img-2 {
        display: none
    }

    .sidebar-toggle .main-nav.on {
        position: relative;
        left: 0;
        z-index: 9999 !important
    }

    .chatzy-container .main-nav.on~.chatzy-left-sidebar .recent-default {
        width: 100vw;
        min-width: 100vw
    }

    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar:not(.recent-default) {
        margin-left: 100px
    }

    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar.recent-default .recent,
    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar.recent-default .chat {
        width: 100vw
    }

    .landing_page_slider .animated-img-2 {
        display: none
    }

    .chat-landing-page .landing_page_slider {
        min-height: 450px
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h1,
    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .h1 {
        color: #2c2c2c !important;
        -webkit-text-fill-color: unset
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4,
    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .h4 {
        color: #2c2c2c !important
    }

    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain h4 span,
    .chat-landing-page .landing_page_slider .landing_page_slider-main .landing_page_slider-contain .h4 span {
        color: #2c2c2c !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: 71.5vw !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details ul li {
        padding-left: 9px
    }

    .inner-page header {
        padding-top: 0px;
        padding-bottom: 15px
    }

    .inner-page header .landing-header .navbar-collapse {
        width: 100% !important
    }

    .inner-page header .landing-header .navbar-toggler {
        top: 12px
    }

    .theme-landing header .landing-header .navbar-collapse {
        width: 100% !important
    }

    .theme-landing header .landing-header .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 15px
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details {
        width: 55.3vw !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details ul li {
        padding-left: 24px
    }

    .sidebar-active .sidebar-toggle .main-nav .chatzy-main .messages .contact-details ul li {
        padding-left: 11px
    }

    .blog-page .blog-media .blog-right ul li+li {
        padding-left: 5px
    }

    .add-popup .modal-body {
        padding: 15px
    }

    .add-popup .modal-footer .btn {
        padding: 10px 20px
    }

    .msg-chat-modal .chat-main li,
    .msg-chat-modal .chat-main li {
        padding-left: 10px;
        padding-right: 10px
    }

    .videocall.call-modal .small-image {
        width: 100px;
        height: 120px;
        bottom: 31%;
        display: none !important
    }

    .chat-landing-page .landing_popups .btn {
        padding: 10px 18px
    }

    .rate-us .rate_us-section .rate-section {
        margin: 0 0 18px 0
    }

    .rate-us .rate_us-section .rate_btn {
        padding: 10px 35px
    }

    .snippet-modal-main {
        padding: 15px
    }

    .snippet-modal-main .modal-dialog {
        width: 100%;
        margin: 0
    }

    .pol-modal-main {
        padding: 15px
    }

    .pol-modal-main .modal-dialog {
        width: 100%;
        margin: 0
    }

    .pol-modal-main .modal-content .modal-body .creat-poll-btn {
        margin-top: 20px
    }

    .pol-modal-main .modal-content .modal-body .form-group .post-poll {
        padding: 15px
    }

    .pol-modal-main .modal-content .modal-body .form-group .post-poll ul {
        display: block
    }

    .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li {
        text-align: center
    }

    .pol-modal-main .modal-content .modal-body .form-group .post-poll ul li p {
        padding: 15px;
        padding-bottom: 0
    }

    .pol-modal-main .modal-content .modal-body .form-group .allow-group {
        font-size: 13px
    }

    .msg-chat-modal .chat-main li .chat-box .profile {
        width: 40px;
        height: 40px
    }

    .msg-chat-modal .chat-main li .chat-box .details {
        padding-left: 50px
    }

    .add-popup .modal-header,
    .add-popup .modal-footer {
        padding: 15px 25px
    }

    .add-popup .close {
        width: 30px;
        height: 30px
    }

    .add-popup .close span {
        top: 10px;
        right: 10px
    }

    .create-todo-main-modal .todo-task .todo-main-content .drop-picker {
        margin: 15px 15px 0 15px
    }

    .todo-main-modal .todo-task .todo-main-content .drop-picker {
        margin: 15px 15px 0 15px
    }
}

@media(max-width: 480px) {
    .emojis-main .contact-poll .contact-poll-content {
        left: 0
    }

    .chatzy-container .chatzy-left-sidebar .contact-list-tab {
        padding: 20px 20px 40px
    }

    .chatzy-main .messages .contact-details {
        padding: 23px 15px !important
    }

    .msg-setting-main .document .document-icon {
        height: 46px;
        width: 46px
    }

    .contact-chat>ul>li.replies .document {
        gap: 12px
    }

    .profile.online:before {
        right: 0;
        bottom: -2
    }

    .contact-chat>ul>li.sent .contact-name .msg-box .msg-setting-main .badge.badge-img {
        bottom: -16px
    }

    .search-form .form-group .icon-close {
        top: 0 !important;
        right: 10px;
        padding: 12px
    }

    .search-form .form-group input {
        height: 46px;
        border-radius: 4px
    }

    .search-form:before {
        top: 14px
    }

    .chatzy-main .messages .contact-details .search-form.open {
        top: 18px
    }

    .chatzy-container .chatzy-main .message-input {
        margin: 0;
        bottom: 0;
        border-radius: 2px;
        width: calc(100% - 0px) !important
    }

    .chatzy-main .call-content .call-log-main .coll-log-group {
        display: block
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab {
        padding: 10px 20px 20px
    }

    .msg-box>li.gallery-img {
        width: 180px
    }

    .chatzy-main .messages .contact-details ul li {
        padding: 0 4px
    }

    .chatzy-main .messages .contact-details ul li::after {
        display: none
    }

    .dot-btn.grow:after {
        top: -6px;
        right: -4px
    }

    .theme-tab.tab-icon .nav-tabs .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 14px
    }

    .theme-tab.tab-icon .nav-tabs .nav-item .nav-link svg {
        height: 18px
    }

    .dot-btn:before {
        top: 0px
    }

    .chatzy-container .main-nav.on~.chatzy-left-sidebar .dynemic-sidebar:not(.recent-default).active {
        min-width: 100%;
        width: 100%;
        margin-left: 0;
        z-index: 9999;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .recent-default .search-form:before {
        top: 20px
    }

    .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
        width: 295px
    }

    .groupuser .gr-chat-friend-toggle .gr-chat-frind-content::before {
        right: 125px
    }

    .chatzy-main .messages .contact-details ul li.chat-friend-toggle .icon-btn {
        width: 32px
    }

    .groupuser .gr-chat-friend-toggle .gr-chat-frind-content {
        margin-right: -100px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat .search-form {
        height: 50px;
        top: 10px
    }

    .emojis-main .contact-poll .contact-poll-content {
        padding: 20px
    }

    .emojis-main .contact-poll .contact-poll-content ul li {
        margin-bottom: 8px;
        font-size: 14px;
        padding-left: 0px
    }

    .emojis-main .contact-poll .contact-poll-content ul li a svg {
        width: 16px
    }

    .contact-chat>ul>li.replies .msg-box li:first-child h5,
    .contact-chat>ul>li.replies .msg-box li:first-child .h5 {
        border-radius: 30px 25px 0 30px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab .nav-tabs .nav-item .nav-link {
        min-width: 50px
    }

    .chat-landing-page .landing_page_slider {
        min-height: 380px
    }

    .theme-tab>.nav-tabs>.nav-item .nav-link {
        padding: 7px 40px
    }

    .chat-main li {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .msg-setting-main .msg-dropdown-main .msg-dropdown {
        right: 0;
        left: unset
    }

    .replies .msg-setting-main .msg-dropdown-main .msg-dropdown {
        left: 0;
        right: unset
    }

    .msg-box>li h5,
    .msg-box>li .h5,
    .msg-box>li .document,
    .msg-box>li .auto-gallery {
        padding: 10px 20px
    }

    .contact-chat {
        margin-top: 55px
    }

    .contact-chat .profile {
        height: 40px;
        width: 40px;
        border-radius: 15px
    }

    .contact-chat>ul>li.sent .auto-gallery li,
    .contact-chat>ul>li.replies .auto-gallery li {
        height: 32px;
        width: 32px;
        border-radius: 5px;
        margin-left: 5px;
        margin-bottom: 5px
    }

    .contact-chat>ul>li+li {
        margin-top: 20px
    }

    .contact-chat>ul>li.replies .document {
        padding: 10px 25px
    }

    .contact-chat>ul>li.replies .document i {
        margin-right: 15px;
        font-size: 24px
    }

    .contact-chat>ul>li.replies .document .details {
        display: none
    }

    .contact-chat>ul>li.replies .d-flex .profile {
        margin-left: .7rem !important
    }

    .chatzy-main .messages .contact-details {
        padding: 10px;
        top: 20px
    }

    .contact-chat .sent .profile.mr-4 {
        margin-right: .7rem !important
    }

    .chat-tabs ul li.nav-item {
        width: 100%;
        margin: 0 7px
    }

    .chatzy-container .chatzy-main .messages .contact-details {
        width: calc(100vw - 0px);
        top: 0px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent {
        padding-top: 0px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent~.chat {
        margin-top: 120px;
        height: calc(100vh - 170px);
        min-height: calc(100vh - 170px)
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .recent-slider {
        padding-top: 0
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .mobile-back {
        background-color: rgba(0, 0, 0, 0) !important;
        width: unset;
        font-size: 13px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .recent .mobile-back i {
        font-size: 14px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat>.theme-tab.chat-tabs>ul>li>a {
        padding: 2px 10px
    }

    .contact-chat .profile {
        height: 40px;
        width: 40px
    }

    .chatzy-container .chatzy-left-sidebar .recent-default .chat .theme-title {
        padding: 10px 20px 0 20px;
        margin-bottom: 0
    }

    .emojis-main .emojis-contain,
    .emojis-main .sticker-contain {
        left: 0;
        padding: 20px
    }

    .emojis-main .emojis-contain .emojis-sub-contain:before,
    .emojis-main .sticker-contain .emojis-sub-contain:before {
        left: 40px
    }

    .emojis-main .emojis-contain.open,
    .emojis-main .sticker-contain.open {
        bottom: 60px;
        width: 252px;
        height: 255px
    }

    .app-sidebar .app-list {
        z-index: 999;
        position: relative
    }

    .app-sidebar.active .apps-ul>li.active {
        right: 0;
        z-index: 9999
    }

    .chatzy-main .message-input input {
        width: calc(100% - 75px);
        font-size: 14px
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar {
        width: calc(100% - 0px)
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar .messages .contact-details {
        width: calc(100vw - 52px)
    }

    .sidebar-toggle .main-nav:not(.on)~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 0px)
    }

    .toggle-sticker {
        display: none
    }

    .sidebar-active .chatzy-container .chatzy-main.small-sidebar {
        width: calc(100% - 1px)
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .contact-details {
        width: 89.3vw !important
    }

    .sidebar-active .sidebar-toggle .main-nav.on~.chatzy-main.small-sidebar .message-input {
        width: calc(100% - 5px)
    }

    .sidebar-active .sidebar-toggle .main-nav~.chatzy-main .messages .contact-details {
        width: 68vw
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details {
        width: 65.5vw !important
    }

    .sidebar-toggle .main-nav.on~.chatzy-main .contact-details ul li {
        padding-left: 18px
    }

    footer .section-py-space .footer-title .according-menu:before {
        right: 10px
    }

    header .landing-header.fixed {
        right: unset
    }

    .error-main .error-contain .animated-bg i {
        height: 70px;
        width: 70px
    }

    .img-10 {
        width: 4px !important
    }

    .img-20 {
        width: 8px !important
    }

    .img-30 {
        width: 10px !important
    }

    .img-40 {
        width: 13px !important
    }

    .img-50 {
        width: 20px !important
    }

    .img-60 {
        width: 30px !important
    }

    .img-70 {
        width: 40px !important
    }

    .img-80 {
        width: 50px !important
    }

    .img-90 {
        width: 60px !important
    }

    .img-100 {
        width: 70px !important
    }

    .viddiolog.modal.fade .modal-dialog {
        max-width: 100%
    }

    .create-todo-main-modal .modal-body .default-form .dropdown.currency {
        width: 100%
    }

    .todo-main-modal .modal-body .dropdown.currency {
        width: 100%
    }
}

@media(max-width: 420px) {
    .chatzy-main .messages .contact-details ul li {
        padding: 0px 2px
    }

    .chatzy-main .messages .contact-details ul li.volume-icons {
        display: none
    }

    .videocall.call-modal .videocall-details {
        padding: 15px
    }

    .videocall.call-modal .videocall-details .usersprof {
        margin-left: 15px
    }

    .audiocall2.call-modal ul li+li {
        margin-left: 25px
    }

    header .landing-header .navbar-collapse .navbar-nav .nav-item {
        margin-left: 20px
    }

    header .landing-header .navbar-collapse ul li a {
        font-size: 13px
    }

    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall1.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .audiocall2.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocall.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .videocallhang.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal,
    .conferencecall.call-modal {
        min-height: 400px
    }

    .reminder-modal-main .modal-content .modal-body .form-group .custom-remider-main .custom-remider-content .custom-reminder-inline {
        display: block
    }
}

@media(max-width: 360px) {
    .msg-box>li.gallery-img {
        width: 154px
    }

    .videocall.call-modal .videocall-details #basicUsage {
        display: none
    }

    .videocall.call-modal .videocall-details .zoomcontent {
        display: none
    }

    .videocall.call-modal .videocall-details .dot-btn {
        display: none
    }

    .audiocall2.call-modal ul li+li {
        margin-left: 10px
    }

    .clfooter ul li:first-child {
        display: none
    }

    .clfooter ul li:last-child {
        display: none
    }

    .connection-img img {
        width: 95%;
        top: 16%
    }

    .animated-bg {
        display: none
    }

    footer .downlaod .footer-btn .btn {
        margin-top: 15px;
        margin-left: 0
    }

    .subscribe-content .form-inline .form-control:first-child {
        margin-right: 0px
    }

    .img-10 {
        width: 2px !important
    }

    .img-20 {
        width: 4px !important
    }

    .img-30 {
        width: 5px !important
    }

    .img-40 {
        width: 7px !important
    }

    .img-50 {
        width: 9px !important
    }

    .img-60 {
        width: 15px !important
    }

    .img-70 {
        width: 25px !important
    }

    .img-80 {
        width: 35px !important
    }

    .img-90 {
        width: 45px !important
    }

    .img-100 {
        width: 55px !important
    }

    .nav-tabs .nav-item {
        margin-right: 5px
    }

    .theme-tab .nav-tabs .nav-item .nav-link {
        min-width: 100px
    }
}

@media(max-width: 320px) {
    .audiocall2.call-modal ul li+li {
        margin-left: 2px
    }

    .login-content .line h6::before,
    .login-content .line .h6::before {
        width: 2.5rem
    }

    .login-content .line h6::after,
    .login-content .line .h6::after {
        width: 2.5rem
    }

    .breadcrumb-main ul li+li {
        margin-left: 10px
    }

    .breadcrumb-main ul li+li:before {
        left: -8px
    }

    .element-card .element-card-body {
        padding: .75rem .25rem
    }
}

/*# sourceMappingURL=style2.css.map */