@charset "utf-8";

:root {
    --body: #f1f4f8;
    --primary: #007bff;
    --primary-text: #FFF;
    --blue: #007bff;
    --cyan: #17a2b8;
    --danger: #dc3545;
    --dark: #343a40;
    --gray-dark: #343a40;
    --gray: #6c757d;
    --green: #28a745;
    --indigo: #6610f2;
    --info: #17a2b8;
    --light: #f8f9fa;
    --orange: #fd7e14;
    --pink: #e83e8c;
    --purple: #6f42c1;
    --red: #dc3545;
    --secondary-text: #FFF;
    --secondary: #6c757d;
    --shadow-color: rgba(0, 0, 0, 0.05);
    --shadow-color0: rgba(0, 0, 0, 0.0);
    --shadow-color1: rgba(0, 0, 0, 0.1);
    --shadow-color2: rgba(0, 0, 0, 0.2);
    --shadow-color3: rgba(0, 0, 0, 0.3);
    --shadow-color4: rgba(0, 0, 0, 0.4);
    --shadow: rgba(0, 0, 0, 0.05);
    --success: #28a745;
    --teal: #20c997;
    --warning: #ffc107;
    --white: #fff;
    --yellow: #ffc107
}

.hide {
    display: none !important
}

.hide-paywall .paywall {
    display: none !important
}

.paywall-alt {
    display: none !important
}

.hide-paywall .paywall-alt {
    display: block !important;
}

*,
:before,
:after {
    -khtml-user-select: none;
    -moz-box-sizing: border-box;
    -moz-touch-callout: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -ms-touch-callout: none;
    -ms-user-drag: none;
    -ms-user-select: none;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    tap-highlight-color: rgba(0, 0, 0, 0);
    touch-callout: none;
    user-drag: none;
    user-select: none
}

input,
textarea,
select {
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -webkit-user-select: initial;
    font-family: inherit;
    text-overflow: ellipsis;
    user-select: initial
}

body {
    height: 100%;
    line-height: 1.5;
    background-color: var(--body);
}

.webpage {
    min-height: 100vh;
    padding: 56px 0 0 0;
}

.is-web .container {
    max-width: 100%;
    width: 1300px
}

.is-web ::-webkit-scrollbar {
    background-color: transparent;
    height: 8px;
    width: 8px
}

.is-web ::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.is-web ::-webkit-scrollbar-track {
    background: #FFF
}

.is-web ::-webkit-scrollbar-thumb {
    background: #000;
    background: var(--primary);
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.is-web ::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media (max-width: 320px) {
    body {
        letter-spacing: -.5px
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important
    }
}

img,
video {
    max-width: 100%;
    vertical-align: middle
}

html {
    -webkit-text-size-adjust: none;
    background-color: #f3f3f3;
    height: 100%;
    text-size-adjust: none
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0;
    text-align: left
}

h1,
.h1 {
    font-size: 26px
}

h2,
.h2 {
    font-size: 22px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 20px
}

h6,
.h6 {
    font-size: 18px
}

#app {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

::placeholder {
    color: inherit;
    font-weight: inherit;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
    width: 0
}

.scrollbar::-webkit-scrollbar,
.show-scrollbar::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.scrollbar::-webkit-scrollbar-track,
.show-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar::-webkit-scrollbar-thumb,
.show-scrollbar::-webkit-scrollbar-thumb {
    background: #888
}

.scrollbar::-webkit-scrollbar-thumb:hover,
.show-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555
}

.hscroll {
    overflow-x: auto;
    white-space: nowrap
}

.hscroll .item {
    display: inline-block;
    vertical-align: top
}

iframe {
    border: none;
    margin: 0
}

.nsel {
    -khtml-user-select: none;
    -moz-touch-callout: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -ms-touch-callout: none;
    -ms-user-drag: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    touch-callout: none;
    user-drag: none;
    user-select: none
}

.aspect169 {
    padding-top: 56.25%;
    position: relative
}

.aspect169 .content,
.aspect169 iframe,
.aspect169 video {
    bottom: 0;
    float: none;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

:focus {
    outline: 0
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

.tog,
.jsa,
[data-tog],
[data-jsa] {
    cursor: pointer
}

.text {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify
}

.cover {
    background-position: center;
    background-size: cover
}

.clear {
    clear: both
}

input[type="password"] {
    letter-spacing: 5px
}

input:disabled,
textarea:disabled {
    color: #999;
    opacity: 1
}

button,
input,
textarea,
select,
.btn,
.submit,
.reset {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

select option {
    background: #FFF;
    color: #888
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: none
}

::-webkit-clear-button,
::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
    display: none;
    width: 0
}

::-webkit-datetime-edit {
    margin-top: 0;
    vertical-align: middle
}

input[type="datetime-local"],
input[type="datetime-local"] {
    cursor: text
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

form {
    font-size: 0;
    max-width: 100%;
    text-align: left;
    transition: .3s opacity;
    position: relative;
    width: 600px;
    margin: 0 auto;
}

form.submitting {
    opacity: .5
}

input,
button,
.btn,
textarea,
select,
.input,
.oneline:after {
    background: #fff;
    border-radius: 5px 15px 15px 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    z-index: 50;
}

.oneline {
    display: flex;
    position: relative
}

.oneline input {
    border-color: transparent;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.oneline:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.btn {
    width: auto;
    border-radius: 10px
}

input[type=radio],
input[type=checkbox] {
    min-height: auto
}

textarea {
    resize: vertical;
    transition-property: background, border;
    transition: .2s
}

input[type=radio],
input[type=checkbox] .checkbox,
.input-radio {
    display: inline-block;
    width: auto
}

input[type=file] {
    font-size: 13px
}

.btn.full {
    border: 2px solid transparent;
    display: block;
    padding: 10px 10px;
    text-align: center;
    width: 100%
}

.btn.disabled {
    opacity: .5
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--light) inset !important;
    -webkit-text-fill-color: var(--dark) !important;
    transition: background-color 5000s ease-in-out 0
}

.space {
    font-size: 14px;
    line-height: 2.5;
    padding: 5px 0;
    text-align-last: center;
    text-align: center
}

form .section {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    margin: 10px 3px 0;
    padding: 10px
}

form .separator {
    color: #71b6af;
    font-size: 20px;
    line-height: 1;
    margin: 4px 0 -4px;
    padding: 0;
    text-align: center
}

input[type='range'] {
    background: transparent;
    cursor: pointer;
    height: 35px;
    overflow: hidden;
    padding: 4px 10px 6px
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

input[type='range']::-webkit-slider-runnable-track {
    background: var(--primary);
    opacity: 0.5;
    border-radius: 10px;
    border: 0;
    height: 5px;
    margin-top: 3px;
    width: 100%
}

input[type='range']::-webkit-slider-thumb {
    background: var(--primary);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA7CAMAAAA+YjhqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozYjJiZWVjNS05M2E5LTdlNGEtOTNmOS1lNTRlOTRjZTQ1ODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkJBM0ZGQjI4ODBFMTFFQjg0OTdENjJENzMxMzIxNEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkJBM0ZGQjE4ODBFMTFFQjg0OTdENjJENzMxMzIxNEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M2IyYmVlYzUtOTNhOS03ZTRhLTkzZjktZTU0ZTk0Y2U0NTgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNiMmJlZWM1LTkzYTktN2U0YS05M2Y5LWU1NGU5NGNlNDU4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps4GSI4AAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAAEVJREFUeNrs1rENACAQQlHcf2kTYwFnQ++nMDl8A6BVRue5eT6tl91TRi+/U2avuF2OHggEAoFA4J+w3hT9Sul3T5UtwAAGtgMtVaJ/MgAAAABJRU5ErkJggg==');
    background-size: 30% 50%;
    background-position: 45% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 2px solid #fff;
    height: 24px;
    margin-top: -10px;
    position: relative;
    width: 24px;
}

.range {
    display: flex
}

.range input[type='range'] {
    padding-top: 10px
}

.range b .range-value {
    color: var(--secondary)
}

.range .value {
    font-size: 16px;
}

form .fields {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 2px 6px #d4d4d4 inset;
    margin: 5px;
    padding: 10px
}

.scrollable {
    max-width: 100%;
    overflow: auto
}

table {
    border-collapse: collapse
}

table.striped {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    text-align: left;
    width: 100%
}

table.striped thead th {
    background: #a87db3;
    color: #FFF;
    font-weight: 400;
    padding: 6px 10px;
    position: relative;
    white-space: nowrap
}

table.striped tbody tr {
    background-color: #fff
}

table.striped tbody tr:nth-child(2n) {
    background-color: #fdf7ff
}

table.striped thead th,
table tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 10px;
    vertical-align: middle
}

table.striped thead th {
    border-left: 1px solid #a076ab
}

table.striped td:first-child,
table td:first-child {
    border-left: none
}

table.striped td.main {
    width: 100%
}

table.striped .nowrap {
    white-space: nowrap
}

table.striped .actions {
    font-size: 120%;
    letter-spacing: 3px;
    white-space: nowrap
}

.btn-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100%;
    padding: 0 0 15px 15px
}

.btn-group .btn,
.btn-group .btn,
.btn-group input {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 15px 15px 0 0;
    padding: 10px 10px;
    white-space: nowrap;
}

.btn-group.spaced {
    padding: 10px 0 5px 10px
}

.btn-group.spaced .btn {
    margin: 0 10px 10px 0
}

.btn-group .full.btn {
    min-width: 90%
}

.btn,
button {
    background-color: var(--primary);
    border: 2px solid transparent;
    color: var(--primary-text);
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    /* width: 100%; */
    position: relative;
    text-align: center;
    transition: .1s;
    margin: 5px 0
}

.btn.secondary {
    background-color: var(--secondary);
    color: var(--secondary-text)
}

.btn.outline {
    background: transparent;
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: none;
}

.btn.outline.secondary {
    border-color: var(--secondary);
    color: var(--secondary)
}

.btn.outline.white {
    border-color: #FFF;
    color: #FFF
}

.btn.small {
    padding: 5px;
    font-size: 16px
}

.btn,
button,
.fabs .fab,
a {
    transition: 0.05s
}

.btn:active,
button:active,
.fabs .fab:active,
a:active,
[href]:active {
    opacity: .8;
    transform: scale3d(0.9, 0.9, 1)
}

.btn.disabled:active,
button.disabled:active {
    transform: none
}

.btn.inline,
button.inline {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    color: inherit;
    display: inline;
    line-height: 1;
    padding: 1px 10px 2px;
    white-space: nowrap
}

button.btn-big,
.btn.btn-big {
    font-size: 110%;
    padding: 10px
}

button.btn-small,
.btn.btn-small {
    border-radius: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;
    vertical-align: middle
}

.has-dropdown:active,
.has-dropdown.show-dropdown {
    opacity: 1;
    transform: none
}

.dropdown {
    display: none;
    position: absolute;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 30px var(--shadow-color2);
    top: 100%;
    right: 0;
    z-index: 999
}

.btn:active .dropdown,
.btn:hover .dropdown {
    display: block
}

.container {
    margin: 0 auto;
    max-width: 1080px
}

.h100 {
    height: 100%
}

@keyframes fadeinmodal {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.modal_confirm .content {
    opacity: 0;
    animation: fadeinmodal .3s;
    animation-fill-mode: forwards;
    text-align: center;
    width: 270px
}

.modal_confirm .confirm_text,
.modal_confirm .prompt_text {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    padding: 10px;
}

.modal_confirm .prompt_text {
    min-height: 0;
    padding-bottom: 0;
    padding-top: 15px
}

.modal_confirm .confirm_options {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 10px
}

.modal_confirm .confirm_option {
    margin: 0 10px 10px 0
}

.modal-header {
    background: var(--primary);
    border-radius: 10px;
    color: var(--primary-text);
    font-size: 17px;
    margin: -1px 0 0 0;
    padding: 15px;
    text-align: left
}

.modal.fullscreen .modal-header {
    border-radius: 0 0;
}

.is-ipx .modal.fullscreen .modal-header {
    padding-top: 45px
}

.modal .icon.close {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    cursor: pointer;
    float: right;
    font-size: 27px;
    height: 34px;
    line-height: 34px;
    margin: -4px -4px 0 0;
    text-align: center;
    width: 34px
}

.bg {
    background-size: cover;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

#notifator {
    left: 0;
    max-height: 80%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.show-nav-header #notifator {
    top: 54px
}

.is-ipx.show-nav-header #notifator {
    top: 90px
}

.notify {
    background-color: #e6b900;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 15px;
    padding: 5px 10px;
}

.notify.error {
    background-color: var(--danger);
    color: #FFF
}

.notify.success {
    background-color: var(--success);
    color: #FFF
}

.msgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.msgs .msg {
    flex: 1
}

.msg {
    background: #fff7de;
    border-left: 2px solid;
    border-radius: 6px;
    border-right: 2px solid;
    color: var(--warning);
    font-size: 16px;
    padding: 10px 15px;
}

.msg.error {
    background: #ffecec;
    color: var(--danger)
}

.msg.success {
    background: #e9ffe6;
    color: var(--success)
}

.is-ios .for-browser,
.is-android .for-browser,
.is-browser .for-android,
.is-ios .for-android,
.is-browser .for-ios,
.is-android .for-ios {
    display: none !important
}

.not-logged .for-logged {
    display: none
}

.tabnav .navs {
    background: var(--primary);
    color: #ffffff;
    font-size: 0;
    overflow: auto;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

.tabnav .navs .tab_label {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px
}

.tabnav .navs .nav {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px;
    padding: 4px 10px;
    transition: .2s;
    flex: 1;
}

.tabnav .navs .nav.active {
    background-color: var(--primary-text);
    color: var(--primary);
}

.tabnav .tabs .tab {
    display: none;
    height: 100%;
    overflow: auto;
    width: 100%
}

.tabnav .tabs .tab.active {
    display: block
}


.collapse .collapse-toggle {
    cursor: pointer;
}

.collapse>.show-uncollapsed {
    display: none
}

.collapse>.show-collapsed {
    display: block
}

.collapse.show>.show-collapsed {
    display: none
}

.collapse.show>.show-uncollapsed {
    display: block
}

.show>.collapse-toggle>.collapse-icon:before {
    content: '\f077'
}

.collapse-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px
}

.collapse-icon:first-child {
    margin: 0 10px 0 0
}

.collapse-icon:last-child {
    margin: 0 0 0 10px
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.spinner {
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
}

.spinner::before,
.spinner::after {
    animation: spinner 1.5s linear infinite;
    border-left-color: var(--primary);
    border-radius: 40px;
    border-right-color: var(--primary);
    border: 6px solid transparent;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.spinner::after {
    animation: spinner 3s linear infinite;
    opacity: .5
}

.spinner.absolute {
    left: 50%;
    margin: -30px;
    position: absolute;
    top: 50%
}

.spinner--mini {
    height: 20px;
    width: 20px
}

.spinner--mini::before,
.spinner--mini::after {
    border-width: 3px
}

.modal.loading .content {
    background: none;
    box-shadow: none
}

.modal.loading .spinner:before {
    border-left-color: rgba(255, 255, 255, 0.5);
    border-right-color: rgba(255, 255, 255, 0.5)
}

.modal.loading .spinner:after {
    border-left-color: #FFF;
    border-right-color: #FFF
}

.current_page,
.next_page {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: auto;
    position: absolute;
    scroll-behavior: smooth;
    top: 0;
    transform-origin: top center;
    transition-property: transform, opacity;
    transition: .2s ease-out;
    width: 100%;
    will-change: transform, opacity;
    z-index: 10
}

.current_page.changing {
    opacity: 0;
    pointer-events: none
}

.next_page {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: scale(0.95);
    z-index: 1
}

.next_page.changing {
    opacity: 1;
    transform: translateX(0)
}

@keyframes menu-fadein {
    0% {
        opacity: 0;
        transform: translate3d(-250px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.app-navigation .nav-menu__items {
    background: #ffffff;
    border-radius: 0 20px 20px 0;
    bottom: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    width: 250px;
    z-index: 998;
    animation: menu-fadein 0.3s;
}

.app-navigation .nav-menu .nav-item {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 12px 0
}

.app-navigation .nav-menu .nav-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item.bottom {
    margin-top: auto;
    order: 999
}

.app-navigation .nav-menu .nav-item i {
    float: right;
    text-align: center;
    width: 28px
}

.app-navigation .nav-menu .nav-item:first-child {
    border-top: none
}

.app-navigation .nav-menu {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

@keyframes backdrop-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0.5
    }
}

.app-navigation .backdrop {
    background: rgba(0, 0, 0, 0.7);
    background: var(--dark);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 997;
    animation: backdrop-fadein 0.3s;
    animation-fill-mode: forwards;
}

.app-navigation .nav-footer,
.app-navigation .nav-header {
    align-items: center;
    background: #000;
    color: #FFF;
    display: flex;
    height: 54px;
    position: fixed;
    top: 0;
    transform: translateY(-150%);
    width: 100%;
    z-index: 999
}

.show-nav-header .app-navigation .nav-header {
    transform: translateY(0)
}

.show-nav-header .current_page,
.show-nav-header .next_page {
    top: 54px
}

.app-navigation .nav-footer {
    bottom: 0;
    font-size: 10px;
    text-align: center;
    top: auto;
    transform: translateY(150%)
}

.app-navigation .nav-footer .nav-item {
    flex: 1
}

.app-navigation .nav-footer .nav-item a {
    display: flex;
    flex-direction: column
}

.app-navigation .nav-footer .nav-label {
    order: 1
}

.app-navigation .current {
    color: var(--primary)
}

.app-navigation .nav-footer,
.app-navigation .nav-header {
    background: #ffffff;
    color: #565656;
    box-shadow: 0 0 10px var(--shadow-color);
}

.app-navigation .footer {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.show-nav-footer .app-navigation .nav-footer {
    transform: translateY(0)
}

.show-nav-footer .current_page,
.show-nav-footer .next_page {
    bottom: 54px
}

.app-navigation .right {
    bottom: 7px;
    font-size: 25px;
    position: absolute;
    right: 10px
}

.app-navigation .menu-toggle {
    bottom: 12px;
    cursor: pointer;
    left: 10px;
    padding: 12px 5px;
    position: absolute
}

.nav-footer {
    padding: 9px
}

.nav-footer .nav-icon,
.nav-header .nav-icon {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 1px 0;
    transition: .2s
}

.nav-footer .current .icon {
    opacity: 1
}

.is-ios .app-navigation .nav-header {
    height: 74px;
    padding-top: 30px
}

.is-ios.show-nav-header .current_page,
.is-ios.show-nav-header .next_page {
    top: 74px
}

.is-ios.show-nav-footer .current_page,
.is-ios.show-nav-footer .next_page {
    bottom: 54px
}

.is-ios.show-nav-header .app-navigation .nav-menu__items {
    top: 48px;
}

.is-ios.show-nav-footer .app-navigation .nav-menu__items {
    bottom: 30px;
}

.is-ipx .app-navigation .nav-footer {
    height: 64px;
    padding-bottom: 15px
}

.is-ipx .app-navigation .nav-header {
    height: 90px;
    padding-top: 55px
}

.is-ipx.show-nav-header .current_page,
.is-ipx.show-nav-header .next_page {
    top: 90px
}

.is-ipx.show-nav-header .app-navigation .nav-menu__items {
    top: 65px;
}

.is-ipx.show-nav-footer .current_page,
.is-ipx.show-nav-footer .next_page {
    bottom: 64px
}

.is-ipx.show-nav-footer .app-navigation .nav-menu__items {
    bottom: 20px;
}

.tocen {
    font-size: 0;
    overflow-y: auto;
    position: relative;
    text-align: center
}

.tocen:after,
.modal:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.tocen .cen,
.modal .modal-cen {
    -webkit-overflow-scrolling: touch;
    cursor: default;
    display: inline-block;
    font-size: 17px;
    max-width: 99.99%;
    overscroll-behavior: contain;
    position: relative;
    text-align: left;
    vertical-align: middle;
    animation: fadeinmodal .3s;
    animation-fill-mode: forwards;
    z-index: 90;
}

.modal-content {
    -webkit-overflow-scrolling: touch;
    /* overflow: auto; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
}

.flex-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    overflow-y: auto;
    width: 100%
}

.flex-jcsb {
    justify-content: space-between
}

.modal {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px 0 20px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.modal .modal-cen {
    background-color: #FFF;
    border-radius: 10px;
    max-width: 460px;
    width: 90%
}

.show.modal {
    display: block
}

.zoomable {
    cursor: pointer
}

.modal_sheet {
    padding: 0
}

.modal_sheet:after,
.modal_sheet .modal-cen {
    vertical-align: bottom;
}

.modal_sheet .modal-cen {
    animation: modal-sheet 0.2s;
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    width: 100%;
    margin: 80px 0 0 0;
}

.modal_sheet .sheet_drag {
    content: '';
    width: 40%;
    left: 30%;
    top: -16px;
    height: 6px;
    display: block;
    position: relative;
    border-radius: 3px;
    pointer-events: none;
    background: rgb(255 255 255 / 60%);
}

.modal.modal-large .modal-cen {
    max-width: 95%;
    width: 95%;
    height: 95%;
    max-height: 95%;
    border-radius: 8px;
    overflow: hidden;
}

@keyframes modal-sheet {
    0% {
        opacity: 0;
        transform: translate3d(0, 250px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.modal.fullscreen {
    padding: 0
}

.modal.fullscreen .modal-cen {
    border-radius: 0;
    height: 100%;
    max-width: 100%;
    width: 100%
}

.modal.fullscreen .header {
    border-radius: 0
}

.modal.modal_overlay {
    background: var(--primary);
    padding: 0;
    height: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.modal.modal_overlay .modal-cen {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 100%;
    overflow: auto;
    background: var(--body);
}

.show-nav-footer .modal.modal_overlay {
    bottom: 50px;
}

.zoomer-modal .modal-cen {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    max-width: 90%;
    text-align: center
}

.zoomer {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQoU2NkYGCQYsAEz9CFGIeIQix+wfQgyDODXSEANzEFjc0z43QAAAAASUVORK5CYII=);
    border-radius: 10px;
    box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.3);
    flex: 1;
    height: 420px;
    margin: 0 10px;
}

.zoomer .cen {
    overflow: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.zoomer img {
    max-width: none;
    min-width: 100%;
    width: auto
}

.miniplayer {
    background: #6f6f6f;
    border-radius: 15px;
    cursor: pointer;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.miniplayer_timeline {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 20px;
    padding: 7px
}

.miniplayer_time {
    background: #FFF;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    height: 100%;
    min-width: 6px;
    position: relative;
    transition: .15s;
    width: 6px
}

.miniplayer_time:after {
    background: #fff;
    border-radius: 10px;
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px
}

.miniplayer:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    color: #FFF;
    content: '';
    display: block;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 40px
}

.miniplayer:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    box-sizing: border-box;
    content: '';
    height: 0;
    left: 15px;
    position: absolute;
    top: 13px;
    width: 0
}

.miniplayer.playing:after {
    border-style: double;
    border-width: 0 0 0 10px;
    height: 14px
}

.miniplayer.video:before {
    position: absolute;
    right: 10px;
    top: 10px
}

.miniplayer.video:after {
    left: auto;
    right: 25px;
    top: 23px
}

.miniplayer.video video {
    border-radius: 10px;
    max-width: 100%
}

.miniplayer.video .miniplayer_timeline {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    width: auto
}

.miniplayer.audio .miniplayer_timeline {
    bottom: 10px;
    left: 47px;
    position: absolute;
    right: 13px
}

.keyval {
    display: flex;
    padding: 2px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    line-height: 1;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.keyval:first-child {
    border-top: none
}

.keyval .key,
.keyval .val {
    padding: 3px 5px 3px 0;
}

.keyval .val {
    text-align: right;
}

.keyval .key {
    opacity: 0.8
}

.progress {
    background: #cad0d0;
    border-radius: 20px;
    padding: 3px;
    text-align: left;
    width: 100%
}

.progress .value {
    background: #24a26d;
    border-radius: 10px;
    color: #FFF;
    font-size: 10px;
    min-width: 26px;
    padding: 0 7px 0 0;
    text-align: right;
    width: 0;
    transition: width 0.2s;
}

ul.list {
    list-style: none
}

ul.list li:before {
    content: '• '
}

ul.list li.check:before {
    content: '✓ '
}

.animate-spin {
    animation: spin 2s infinite linear;
    display: inline-block
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

[class^="icon-"]:before,
[class *=" icon-"]:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "fontello";
    font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    opacity: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: auto
}

.multiuploader {
    border-radius: 6px;
    display: block;
    font-size: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.multiuploader .show-empty {
    font-size: 16px;
    opacity: 0.8;
    padding: 0;
    white-space: normal
}

.multiuploader.has-items .show-empty {
    display: none
}

.multiuploader.has-items .mu-upload {
    display: block
}

.multiuploader .mu-files {
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 100%
}

.multiuploader .mu-file {
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    margin: 0 5px 0 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.multiuploader.multiple .mu-file {
    min-height: 98px;
    max-width: 60%;
    min-width: 98px;
}

.multiuploader .mu-file:last-child {
    margin-right: 0
}

.multiuploader.single img {
    height: auto;
    max-height: 100vh
}

.multiuploader.multiple .actions {
    display: block
}

.multiuploader .actions {
    border-radius: 10px;
    bottom: 5px;
    position: absolute;
    right: 5px
}

.multiuploader.single .mu-sort {
    display: none
}

.multiuploader .action {
    background: black;
    background: rgb(0 0 0 / 0.5);
    border-radius: 10px;
    display: block;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 5px;
    vertical-align: middle;
    width: 34px
}

.multiuploader .action.edit {
    font-size: 24px
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    width: 100%
}

.cards .card {
    flex: 1;
    margin: 15px
}

.cards-list {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.cards-list .card {
    margin: 10px;
}

.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: block;
    page-break-inside: avoid;
    break-inside: avoid;
}

.card__content,
.card__title {
    padding: 10px 15px
}

.card__title {
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    background: var(--primary);
    color: var(--primary-text);
}

.card__content {
    border-radius: 0 0 10px 10px;
    background: var(--white);
}

.has-hamburger {
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.hamburger {
    background-color: var(--primary);
    border-radius: 5px;
    display: block;
    height: 3px;
    margin: 8px 0;
    position: relative;
    transition: .3s;
    width: 24px;
}

.hamburger:before,
.hamburger:after {
    background: #000000;
    border-radius: 5px;
    content: ' ';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: -8px;
    transition: .3s;
    width: 30px;
}

.hamburger:after {
    top: 8px
}

.hamburger.show {
    background-color: transparent;
    margin-left: 30px;
    width: 0
}

.hamburger.show:before {
    transform: rotate(-45deg) translateY(-15px) translateX(-23px)
}

.hamburger.show:after {
    transform: rotate(45deg) translateY(12px) translateX(-26px)
}

label,
.label {
    display: block;
    margin: 10px 5px
}

label.inline {
    display: inline-block;
    width: auto;
    margin: 0
}

label b {
    display: block;
    font-size: 16px;
    font-weight: 800;
    width: 100%
}

.label {
    margin-top: 20px;
    position: relative
}

.label b {
    background: #ffffff;
    border-radius: 15px;
    color: inherit;
    display: inline-block;
    font-size: 16px;
    left: 8px;
    line-height: 1;
    margin: 0;
    padding: 4px 8px;
    position: absolute;
    top: -9px;
    width: auto;
    z-index: 999
}

.label input,
.label button,
.label textarea,
.label select,
.input {
    padding-top: 12px
}

.checkbox {
    align-items: center;
    display: flex
}

.checkbox>b {
    line-height: 1.2
}

.checkbox.inline {
    margin: 0 10px 0 0;
    display: inline-flex;
    width: auto;
}

input[type="checkbox"],
input[type="radio"] {
    display: none
}

input[type="checkbox"]~.check,
input[type="radio"]~.check {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #9a9a9a;
    border: 2px solid var(--shadow-color2);
    display: inline-block;
    height: 18px;
    margin: 0 5px 0 0;
    min-width: 30px;
    position: relative;
    transition: 0.2s ease-out;
    width: 30px
}

input[type="checkbox"]~.check:after,
input[type="radio"]~.check:after {
    background: black;
    background: var(--gray);
    border-radius: 20px;
    content: '';
    display: block;
    height: 4px;
    left: 5px;
    position: absolute;
    top: 5px;
    transition: 0.2s ease-out;
    width: 4px
}

input[type="checkbox"]~.check:before {
    background: var(--shadow-color2);
    border-radius: 2px;
    content: '';
    display: block;
    height: 2px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 14px
}

input[type="checkbox"]:checked~.check,
input[type="radio"]:checked~.check {
    background: #000;
    background: var(--primary);
    border-color: transparent
}

input[type="checkbox"]:checked~.check:after,
input[type="radio"]:checked~.check:after {
    background: #FFF;
    background: var(--white);
    height: 10px;
    left: 14px;
    top: 2px;
    width: 10px
}

input[type="radio"]~.check {
    min-width: 18px;
    width: 18px
}

input[type="radio"]:checked~.check:after {
    left: 2px
}

.label.error,
label.error {
    color: var(--danger)
}

.label.error input,
.oneline.error input,
.label.error button,
.oneline.error button,
.label.error textarea,
.oneline.error textarea,
.label.error select,
.oneline.error select,
.label .input.error,
.oneline.error .input.error {
    border-color: var(--danger)
}

.label.submit input {
    background: var(--primary);
    color: #FFF
}

select.inline,
input.inline {
    padding: 0 4px;
    border: none;
    background: transparent;
    width: auto;
    display: inline-block;
    line-height: inherit;
    font-weight: 800;
    font-size: inherit;
    vertical-align: middle;
    min-height: 0;
    color: inherit
}

.fabs {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    height: 0;
    justify-content: center;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 8888;
}

.fabs-right {
    justify-content: flex-end
}

.fabs-left {
    justify-content: flex-start
}

.fabs .fab {
    background: black;
    background-color: var(--primary);
    border-radius: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.3);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 50px;
    z-index: 99
}

.fabs-extra {
    display: none
}

.fabs.show-extra .fabs-extra {
    display: block
}

.fabs .fab-label {
    background: rgb(0 0 0 / 60%);
    font-size: 12px;
    position: absolute;
    line-height: 1;
    padding: 10px;
    width: 100px;
    border-radius: 10px;
    top: -40px;
    left: -25px;
}

.has-fabs {
    padding-bottom: 85px;
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.taj {
    text-align: justify
}

.mar {
    margin: 20px
}

.pad {
    padding: 15px;
}

.padlr {
    padding: 0 15px
}

.padtb {
    padding: 15px 0
}

.pad10 {
    padding: 10px
}

.pad5 {
    pading: 5px
}

.df,
.fdc,
.fdr {
    display: flex
}

.fdc {
    flex-direction: column
}

.fdr {
    flex-direction: row
}

.fww {
    flex-wrap: wrap
}

.cen-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: auto
}

.menu {
    display: inline-block
}

.menu li {
    display: inline-block
}

.menu a {
    display: block;
    padding: 5px 10px
}

.mobile-menu li {
    display: block;
    font-size: 120%
}

.row {
    display: flex;
    flex-direction: row
}

.col {
    display: flex;
    flex-direction: column
}

.g0,
.g1,
.g2,
.g3,
.g4,
.g5,
.g6,
.g7,
.g8,
.g9,
.g10,
.g11,
.g12,
.gsp0,
.gsp1,
.gsp2,
.gsp3,
.gsp4,
.gsp5,
.gsp6,
.gsp7,
.gsp8,
.gsp9,
.gsp10,
.gsp11,
.gsp12,
.gsl0,
.gsl1,
.gsl2,
.gsl3,
.gsl4,
.gsl5,
.gsl6,
.gsl7,
.gsl8,
.gsl9,
.gsl10,
.gsl11,
.gsl12,
.gtp0,
.gtp1,
.gtp2,
.gtp3,
.gtp4,
.gtp5,
.gtp6,
.gtp7,
.gtp8,
.gtp9,
.gtp10,
.gtp11,
.gtp12,
.gtl0,
.gtl1,
.gtl2,
.gtl3,
.gtl4,
.gtl5,
.gtl6,
.gtl7,
.gtl8,
.gtl9,
.gtl10,
.gtl11,
.gtl12 {
    display: inline-block;
    font-size: 16px;
    position: relative;
    vertical-align: top
}

.g,
.cen.g {
    clear: both;
    font-size: 0
}

.g-ib {
    display: inline-block
}

.g-show {
    display: block
}

.g-hide {
    display: none
}

.g0 {
    width: 0
}

.g1 {
    width: 8.3333%
}

.g2 {
    width: 16.6666%
}

.g3 {
    width: 25%
}

.g4 {
    width: 33.3333%
}

.g5 {
    width: 41.6666%
}

.g6 {
    width: 50%
}

.g7 {
    width: 58.3333%
}

.g8 {
    width: 66.6666%
}

.g9 {
    width: 75%
}

.g10 {
    width: 83.3333%
}

.g11 {
    width: 91.6666%
}

.g12 {
    width: 100%
}

@media (min-width: 320px) {
    .gsp-ib {
        display: inline-block
    }

    .gsp-show {
        display: block
    }

    .gsp-hide {
        display: none
    }

    .gsp1,
    .gsp2,
    .gsp3,
    .gsp4,
    .gsp5,
    .gsp6,
    .gsp7,
    .gsp8,
    .gsp9,
    .gsp10,
    .gsp11,
    .gsp12 {
        display: inline-block
    }

    .gsp0 {
        width: 0
    }

    .gsp1 {
        width: 8.3333%
    }

    .gsp2 {
        width: 16.6666%
    }

    .gsp3 {
        width: 25%
    }

    .gsp4 {
        width: 33.3333%
    }

    .gsp5 {
        width: 41.6666%
    }

    .gsp6 {
        width: 50%
    }

    .gsp7 {
        width: 58.3333%
    }

    .gsp8 {
        width: 66.6666%
    }

    .gsp9 {
        width: 75%
    }

    .gsp10 {
        width: 83.3333%
    }

    .gsp11 {
        width: 91.6666%
    }

    .gsp12 {
        width: 100%
    }
}

@media (min-width: 480px) {
    .gslib {
        display: inline-block
    }

    .gsl-show {
        display: block
    }

    .gsl-hide {
        display: none
    }

    .gsl0,
    .gsl1,
    .gsl2,
    .gsl3,
    .gsl4,
    .gsl5,
    .gsl6,
    .gsl7,
    .gsl8,
    .gsl9,
    .gsl10,
    .gsl11,
    .gsl12 {
        display: inline-block
    }

    .gsl0 {
        width: 0
    }

    .gsl1 {
        width: 8.3333%
    }

    .gsl2 {
        width: 16.6666%
    }

    .gsl3 {
        width: 25%
    }

    .gsl4 {
        width: 33.3333%
    }

    .gsl5 {
        width: 41.6666%
    }

    .gsl6 {
        width: 50%
    }

    .gsl7 {
        width: 58.3333%
    }

    .gsl8 {
        width: 66.6666%
    }

    .gsl9 {
        width: 75%
    }

    .gsl10 {
        width: 83.3333%
    }

    .gsl11 {
        width: 91.6666%
    }

    .gsl12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .gtp-ib {
        display: inline-block
    }

    .gtp-show {
        display: block
    }

    .gtp-hide {
        display: none
    }

    .gtp0,
    .gtp1,
    .gtp2,
    .gtp3,
    .gtp4,
    .gtp5,
    .gtp6,
    .gtp7,
    .gtp8,
    .gtp9,
    .gtp10,
    .gtp11,
    .gtp12 {
        display: inline-block
    }

    .gtp0 {
        width: 0
    }

    .gtp1 {
        width: 8.3333%
    }

    .gtp2 {
        width: 16.6666%
    }

    .gtp3 {
        width: 25%
    }

    .gtp4 {
        width: 33.3333%
    }

    .gtp5 {
        width: 41.6666%
    }

    .gtp6 {
        width: 50%
    }

    .gtp7 {
        width: 58.3333%
    }

    .gtp8 {
        width: 66.6666%
    }

    .gtp9 {
        width: 75%
    }

    .gtp10 {
        width: 83.3333%
    }

    .gtp11 {
        width: 91.6666%
    }

    .gtp12 {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .gtl-ib {
        display: inline-block
    }

    .gtl-show {
        display: block
    }

    .gtl-hide {
        display: none
    }

    .gtl0,
    .gtl1,
    .gtl2,
    .gtl3,
    .gtl4,
    .gtl5,
    .gtl6,
    .gtl7,
    .gtl8,
    .gtl9,
    .gtl10,
    .gtl11,
    .gtl12 {
        display: inline-block
    }

    .gtl0 {
        width: 0
    }

    .gtl1 {
        width: 8.3333%
    }

    .gtl2 {
        width: 16.6666%
    }

    .gtl3 {
        width: 25%
    }

    .gtl4 {
        width: 33.3333%
    }

    .gtl5 {
        width: 41.6666%
    }

    .gtl6 {
        width: 50%
    }

    .gtl7 {
        width: 58.3333%
    }

    .gtl8 {
        width: 66.6666%
    }

    .gtl9 {
        width: 75%
    }

    .gtl10 {
        width: 83.3333%
    }

    .gtl11 {
        width: 91.6666%
    }

    .gtl12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .gc-ib {
        display: inline-block
    }

    .gc-show {
        display: block
    }

    .gc-hide {
        display: none
    }

    .gc0,
    .gc1,
    .gc2,
    .gc3,
    .gc4,
    .gc5,
    .gc6,
    .gc7,
    .gc8,
    .gc9,
    .gc10,
    .gc11,
    .gc12 {
        display: inline-block
    }

    .gc0 {
        width: 0
    }

    .gc1 {
        width: 8.3333%
    }

    .gc2 {
        width: 16.6666%
    }

    .gc3 {
        width: 25%
    }

    .gc4 {
        width: 33.3333%
    }

    .gc5 {
        width: 41.6666%
    }

    .gc6 {
        width: 50%
    }

    .gc7 {
        width: 58.3333%
    }

    .gc8 {
        width: 66.6666%
    }

    .gc9 {
        width: 75%
    }

    .gc10 {
        width: 83.3333%
    }

    .gc11 {
        width: 91.6666%
    }

    .gc12 {
        width: 100%
    }
}

.wsn {
    white-space: nowrap;
}

.wsn {
    white-space: normal;
}










.notfound {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 20px 15px
}


.camera-mode,
.camera-mode body {
    background: transparent
}

.camera-mode .page,
.camera-mode .app-navigation {
    display: none
}

.camera-controls {
    text-align: center;
    display: inline-block;
    position: fixed;
    z-index: 900;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 61px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    padding: 2px 0;
}

.camera-controls .take {
    width: 71px;
    height: 71px;
    border: 2px solid #ffffff;
    border-radius: 35px;
    margin: 10px 0 10px -5px;
    background-color: #000;
    background-color: var(--primary);
}

.camera-controls .take:after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    margin: 6px;
    background: #ffffff;
    border-radius: 30px;
}

.camera-controls .take:active:after {
    transform: scale(0.9)
}

.camera-controls .torch,
.camera-controls .switch,
.camera-controls .close {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    vertical-align: middle;
    padding: 8px 0;
    font-size: 16px;
    margin: 10px;
}

.camera-controls .torch,
.camera-controls .switch,
.camera-controls .close {
    color: #000;
    color: var(--primary);
}

.camera-grid {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.camera-grid:before,
.camera-grid .line:before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px dashed #FFF;
    position: absolute;
    left: 50%;
    top: 0
}

.camera-grid:after,
.camera-grid .line:after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #FFF;
    position: absolute;
    left: 0;
    top: 50%
}

.camera-grid .line:after {
    top: 25%
}

.camera-grid .line:before {
    left: 25%
}

.camera-grid .line.last:after {
    top: 75%
}

.camera-grid .line.last:before {
    left: 75%
}

.camera-grid .line:before,
.camera-grid .line:after,
.camera-grid:before,
.camera-grid:after {
    animation: gridcolor 3s infinite
}

@keyframes gridcolor {
    0% {
        border-color: #FFF
    }

    50% {
        border-color: #000
    }
}

.chips {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 2px -5px;
}

.chips.nowrap {
    flex-wrap: nowrap;
    overflow: auto;
}

.chips .chip {
    padding: 5px 10px;
    border: 2px solid transparent;
    background: #f4f4f4;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    white-space: nowrap;
    margin: 5px;
    flex: 1;
}