@charset "utf-8";

html {
  --body: #f3f3f3;
  --body-text: #000;
  --primary: #007cff;
  --primary-text: #edf6ff;
  --secondary: #6c757d;
  --secondary-text: #FFF;
  --danger: #dc3545;
  --danger-text: #fff4f5;
  --success: #28a745;
  --success-text: #fff;
  --warning: #ffc107;
  --warning-text: #725600;
  --info: #17a2b8;
  --info-text: #e8fcff;
  --grey: #ccc;
  --grey-text: #000;
  --white: #fff;
  --input: #fbfbfb;
  --input-text: #000;
  --header-text:
    var(--primary);
  color: var(--body-text);
  --light: #ffffff;
  --light-text: #707070;
  --dark: #393939;
  --dark-text: #fff;
  --shadow-color: 0, 0, 0;
  --shadow:
    rgba(0, 0, 0, 0.05);
  --dir: left;
  --modal-backdrop:
    rgba(0, 0, 0, 0.7);
  --font-size: 16px;
  --radius:
    calc(var(--font-size) * 1);
  --margin:
    calc(var(--font-size) / 3);
  --img-checkboard:
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQoU2NkYGCQYsAEz9CFGIeIQix+wfQgyDODXSEANzEFjc0z43QAAAAASUVORK5CYII=')
}

.theme-dark {
  --body: #000;
  --body-text: #e2e2e2;
  --primary: #4ba2ff;
  --primary-text: #d0e7ff;
  --secondary: #555;
  --secondary-text: #fff;
  --danger: #dc3545;
  --danger-text: #fff4f5;
  --success: #28a745;
  --success-text: #fff;
  --warning: #ffc107;
  --warning-text: #725600;
  --info: #17a2b8;
  --info-text: #e8fcff;
  --grey: #353535;
  --grey-text: #000;
  --shadow: rgba(0, 0, 0, 0.05);
  --white: #fff;
  --input: #323232;
  --input-text: #fff;
  --light: #393939;
  --light-text: #fff;
  --dark: #f2f2f2;
  --dark-text: #707070;
  color: var(--body-text);
}

.ltr {
  --dir: right;
}

.hide,
[hidden] {
  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; */
  /* user-select: none */
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  touch-callout: none;
  user-drag: 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;
  overflow: hidden;
  background-color: var(--body);
}

.is-web {
  overflow: hidden
}

.is-web body {
  overflow: auto
}

.webpage {
  min-height: 100vh;
  padding: 56px 0 0
}

.is-web .container {
  max-width: 100%;
  width: 1300px
}

.is-web ::-webkit-scrollbar {
  background-color: transparent;
  height: 8px;
  width: 8px;
  height: 8px;
  width: 8px;
}

.is-web ::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 10px
}

.is-web ::-webkit-scrollbar-thumb {
  background: #000;
  background: var(--primary);
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px
}

.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(--header-text, #7f7f7f);
  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 {
  height: 4px;
  width: 4px
}

.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #888
}

.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
}

.pad-notch {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.fixnotch {
  padding-top: env(safe-area-inset-top)
}

.is-ios .topfix {
  padding-top: 20px;
}

.is-ipx .topfix {
  padding-top: 35px
}

.framepage {
  height: 100%;
}

.framepage iframe {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}

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;
  width: 500px;
  max-width: 100%;
  text-align: left;
  transition: .3s opacity;
  position: relative;
  margin: 0 auto;

}

form.submitting {
  opacity: .5
}

input,
button,
.btn,
textarea,
select,
.input,
.oneline:after {
  background: var(--input);
  color: var(--input-text);
  border-radius: var(--radius);
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: var(--font-size, 16px);
  margin: 0;
  padding: 8px 14px;
  padding: calc(var(--margin) * 2) calc(var(--margin) * 3);
  position: relative;
  width: 100%;
  z-index: 50
}

.btn {
  width: auto;
  background: #9acbff;
  color: #004283;
}

.btn.primary,
.btn.submit {
  background: var(--primary);
  color: var(--primary-text);
}

.btn i {
  margin: 0 4px
}

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
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--input) inset !important;
  -webkit-text-fill-color: var(--input-text) !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,
.form-section {
  border-radius: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 10px;
  padding: 10px
}

form .separator,
.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: .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 {
  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) {
  position: relative
}

table.striped tbody tr:nth-child(2n):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: .05
}

table td,
table th {
  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 {
  background: var(--primary)
}

table.striped thead th {
  border-left: 1px solid var(--shadow)
}

table.striped td:first-child,
table.striped th:first-child,
table th: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;
  padding: 5px;
}

.btn-group .btn,
.btn-group .btn,
.btn-group input {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 10px;
  white-space: nowrap;
  margin: 3px;
}

.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 {
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: .2s;
  padding: 8px 14px;
  padding: calc(var(--margin) * 1.5) calc(var(--margin) * 3);
}

.btn-form {
  padding: 8px 14px;
  padding: calc(var(--margin) * 2) calc(var(--margin) * 3);
}

.btn-full {
  width: 100%;
  min-width: 80%;
}

.btn-disabled {
  opacity: .5
}

.btn-inline {
  width: auto;
  display: inline-block;
  padding: 1px 6px;
}

.btn-primary {
  background: var(--primary);
  color: var(--primary-text)
}

.btn-secondary {
  background: var(--secondary);
  color: var(--secondary-text)
}

.btn-success {
  background: var(--success);
  color: var(--success-text)
}

.btn-danger {
  background: var(--danger);
  color: var(--danger-text)
}

.btn-warning {
  background: var(--warning);
  color: var(--warning-text)
}

.btn-info {
  background: var(--info);
  color: var(--info-text)
}

.btn-light {
  background: var(--light);
  color: var(--light-text)
}

.btn-dark {
  background: var(--dark);
  color: var(--dark-text)
}

.btn-link {
  background: transparent;
  color: var(--body-text)
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark,
.btn-outline-link {
  background: transparent
}

.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary)
}

.btn-outline-secondary {
  border-color: var(--secondary);
  color: var(--secondary)
}

.btn-outline-success {
  border-color: var(--success);
  color: var(--success)
}

.btn-outline-danger {
  border-color: var(--danger);
  color: var(--danger)
}

.btn-outline-warning {
  border-color: var(--warning);
  color: var(--warning)
}

.btn-outline-info {
  border-color: var(--info);
  color: var(--info)
}

.btn-outline-light {
  border-color: var(--light);
  color: var(--light)
}

.btn-outline-dark {
  border-color: var(--dark);
  color: var(--dark)
}

.btn-outline-link {
  border-color: transparent;
  color: var(--body-text)
}

.btn:active,
button:active,
.fabs .fab-action:active,
.tog:active {
  opacity: .8;
}

.btn.disabled:active,
button.disabled:active {
  transform: none;
  opacity: .5
}

.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
}

.btn.error,
.error>.btn {
  background: var(--danger);
  color: var(--danger-text);
}


.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 rgba(var(--shadow-color), 0.3);
  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%
}

.header {
  text-align: center;
  padding: 20px 5px;
  color: var(--primary);
  background: linear-gradient(180deg, #ffffff00 0%, #000 100%);
  background: linear-gradient(180deg, #ffffff00 0%, var(--tint) 100%);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px
}

.is-ios .header {
  padding-top: 35px
}

.is-ipx .header {
  padding-top: 55px
}

.header h1 {
  text-align: center;
  color: inherit
}

@keyframes fadeinmodal {
  0% {
    opacity: 0;
    transform: scale(1.1)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.modal_confirm .confirm_text,
.modal_confirm .prompt_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  min-height: 100px;
  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);
  color: var(--primary-text);
  font-size: 17px;
  margin: -1px 0 0;
  padding: 15px;
  text-align: left;
  border-radius: var(--radius, 20px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.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
}

.is-ios #notifator {
  top: 30px
}

.show-nav-header #notifator {
  top: 54px
}

.is-ipx.show-nav-header #notifator {
  top: 90px
}

.notify {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 14px;
  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;
  margin: 0 -5px 5px;
  align-items: stretch
}

.msgs .msg {
  margin: 5px;
  flex: 1;
  min-width: 100px
}

.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: var(--primary-text);
  font-size: 0;
  overflow: auto;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border-radius: var(--radius)
}

.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;
  padding: 4px 10px;
  transition: .2s
}

.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
}

.collapse>.collapse-icon,
.collapse>.collapse-toggle>.collapse-icon {
  font-size: 24px;
  line-height: .75;
  display: block;
  font-family: monospace;
  font-style: normal;
  float: right;
  margin: 0 5px
}

.collapse>.collapse-icon:after,
.collapse>.collapse-toggle>.collapse-icon:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro"
}

.collapse.show>.collapse-icon:after,
.collapse.show>.collapse-toggle>.collapse-icon:after {
  content: '\f106'
}

.collapse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 15px;
  background: #e3e9ff;
  border-radius: 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: 6px solid transparent;
  border-left-color: var(--primary);
  border-radius: 40px;
  border-right-color: var(--primary);
  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: #fff;
  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 .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: .5
  }
}

.app-navigation .backdrop {
  background: rgba(0, 0, 0, 0.7);
  background: var(--dark);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 997;
  animation: backdrop-fadein .3s;
  animation-fill-mode: forwards
}

.app-navigation .nav-footer,
.app-navigation .nav-header {
  align-items: center;
  display: flex;
  height: 54px;
  position: fixed;
  top: 0;
  transform: translateY(-150%);
  width: 100%;
  z-index: 999;
  background: var(--primary-text);
  color: var(--primary)
}

.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;
  align-items: center;
}

.app-navigation .nav-footer .nav-label {
  order: 1
}

.app-navigation .current {
  color: var(--primary)
}

.app-navigation .nav-footer,
.app-navigation .nav-header {
  color: var(--light-text);
  background: var(--light);
  box-shadow: 0 0 10px rgba(var(--shadow-color), 0.05);
}

.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: 44px
}

.is-ios.show-nav-footer .app-navigation .nav-menu__items {
  bottom: 22px
}

.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: 46px
}

.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: 22px
}

.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 {
  cursor: default;
  display: inline-block;
  font-size: 17px;
  max-width: 99.99%;
  position: relative;
  vertical-align: middle;
  animation-fill-mode: forwards;
  z-index: 90;
  width: 460px;

  text-align: var(--dir);
}

.modal .modal-cen {
  animation: fadeinmodal .3s;
  background: var(--body);
  border-radius: var(--radius, 20px)
}

.f-col,
.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.f-row,
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.f-jcsb {
  justify-content: space-between
}

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

.f-cen,
.flex-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow-y: auto;
  width: 100%
}

.modal {
  -webkit-overflow-scrolling: touch;
  background-color: var(--modal-backdrop);
  bottom: 0;
  cursor: pointer;
  display: none;
  font-size: 0;
  height: 100%;
  left: 0;
  overflow: auto;

  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px;
}

.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 .2s;
  border-radius: 20px 20px 0 0;
  max-width: 100%;
  width: 100%;
  margin: 80px 0 0
}

.modal_sheet .sheet_drag {
  content: '';
  width: 40%;
  left: 30%;
  top: -16px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 3px;
  pointer-events: none;
  background: red
}

.modal_sheet .sheet_contents {
  overflow: auto;
  max-height: 80vh
}

.modal-body {
  height: 100%;
  width: 100%
}

@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-full .modal-cen {
  min-height: 100%;
  height: 100%;
  overflow: auto;
}

.modal.modal-iframe .modal-content,
.modal.modal-iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.modal.modal-iframe .modal-cen {
  height: 90%
}

.zoomer .modal-cen {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  max-width: 90%;
  text-align: center
}

.zoomer {
  flex: 1;
  background-image: var(--img-checkboard);
  border-radius: 10px;
  box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.3);
  height: 420px;
  margin: 0 10px;
}

.zoomer .cen {
  overflow: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}

.zoomer img {
  max-width: none;
  min-width: 100%;
  width: auto;
  border-radius: 10px;
}

.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 0;
  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: .8
}

.progress {
  position: relative;
  background: #cad0d0;
  border-radius: 20px;
  padding: 0;
  text-align: left;
  width: 100%
}

.progress-value,
.progress-end {
  background: #24a26d;
  border-radius: 10px;
  color: #FFF;
  font-size: 12px;
  min-width: 26px;
  padding: 0 7px 0 0;
  text-align: right;
  width: 0;
  transition: 0.2s ease-out;
}

.progress-value {
  z-index: 10;
  position: relative
}

.progress-end {
  text-align: right;
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  width: auto;
  color: #7e7e7e
}

ul.list {
  list-style: none
}

ul.list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '• '
}

ul.list li {
  position: relative;
  padding: 0 0 0 10px
}

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)
  }
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  line-height: inherit
}

.multiuploader {
  border-radius: 6px;
  display: block;
  font-size: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  white-space: nowrap
}

.multiuploader .show-empty {
  font-size: 16px;
  opacity: .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: #000;
  background: #000;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  margin: 5px;
  vertical-align: middle;
  width: 34px
}

.multiuploader .action.edit {
  font-size: 24px
}

.btn-upload {
  white-space: nowrap
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 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: var(--light);
  border-radius: 20px;
  border-radius: var(--radius);
  box-shadow: 0 5px 10px var(--shadow);
  display: block
}

.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);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.has-hamburger {
  cursor: pointer;
  display: inline-block;
  width: 100%
}

.hamburger {
  background-color: var(--primary);
  border-radius: 5px;
  display: block;
  height: 2px;
  margin: 8px 0;
  position: relative;
  transition: .3s;
  width: 24px
}

.hamburger:before,
.hamburger:after {
  background: #8e8e8e;
  border-radius: 5px;
  content: ' ';
  display: block;
  height: 2px;
  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)
}

.checkbox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.checkbox b {
  width: auto;
  flex: 1;
  line-height: 1.2;
}

.checkbox.inline {
  display: inline-flex;
  width: auto;
  margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: none
}

input[type="checkbox"]~.check,
input[type="radio"]~.check {
  background: var(--grey);
  border-radius: 10px;
  border: 2px solid transparent;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  min-width: 30px;
  position: relative;
  transition: .2s ease-out;
  width: 30px;
}

input[type="checkbox"]~.check:after,
input[type="radio"]~.check:after {
  background: #000;
  background: var(--input-text);
  opacity: 0.5;
  border-radius: 20px;
  content: '';
  display: block;
  height: 6px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: .2s ease-out;
  width: 6px;
}

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: 12px;
  left: 12px;
  top: 2px;
  width: 12px;
  opacity: 1;
}

input[type="radio"]~.check {
  min-width: 20px;
  width: 20px;
}

input[type="radio"]:checked~.check:after {
  left: 2px;
}

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: 30px;
  display: flex;
  height: 0;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 8888
}

.fabs .fab-action {
  background: #000;
  background-color: var(--primary);
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(var(--shadow-color), 0.3);
  color: var(--primary-text);
  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;
  cursor: pointer;
}

.fabs .fab-action.text {
  width: auto;
  padding: 10px;
  font-size: 16px;
  height: auto;
  min-height: auto;
  line-height: 1;
}

.fabs .fab-action.small {
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px
}

.fabs-right {
  justify-content: flex-end
}

.fabs-left {
  justify-content: flex-start
}

.fabs-h-left {
  justify-content: left
}

.fabs-h-right {
  justify-content: right
}

.fabs-extra {
  display: none
}

.fabs.show-extra .fabs-extra {
  display: block
}

.fabs .fab-label {
  background: #000;
  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: 15px;
}

.pad {
  padding: 15px
}

.padlr {
  padding: 0 15px
}

.padtb {
  padding: 15px 0
}

.pad10 {
  padding: 10px
}

.pad5 {
  padding: 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;
  align-items: center;
  width: 100%;
}

.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;
  gap: 10px;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

[v-cloak] {
  display: none!important;
}

.f1 {
  flex: 1
}

.fg0 {
  gap: 0
}

.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;
  white-space: normal
}

.rounded {
  border-radius: var(--radius, 10px);
}

.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 #fff;
  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: #fff;
  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;
  padding: 8px 0;
  font-size: 16px;
  margin: 10px;
  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
  }
}

.nav-page {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  font-size: 14px
}

.is-ios .nav-bar {
  padding-top: 35px
}

.is-ipx .nav-bar {
  padding-top: 50px
}

.nav-bar .title {
  font-weight: 800;
  font-size: 150%;
  line-height: 1
}

.nav-bar .backbtn {
  background: var(--secondary);
  color: var(--secondary-text);
  padding: 8px 15px 8px 10px;
  line-height: 1;
  margin: -6px 0 -6px -15px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 20px
}

.m5 {
  margin: 5px
}

.m10 {
  margin: 10px
}

.m20 {
  margin: 20px
}

.mv5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px
}

.mv5 {
  margin-top: 5px;
  margin-bottom: 5px
}

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

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

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

.label,
label {
  font-size: 16px;
  margin: 10px 3px;
  display: block;
}

.label b {
  border-radius: 15px;
  color: inherit;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 4px 1px;
  width: 100%;
  z-index: 100;
  position: relative;
}

.label input,
.label button,
.label textarea,
.label select,
.input {
  padding-top: 12px
}

.label.error>input,
label.error>input,
my-c.error>.input,
my-c.error>input {
  border-color: var(--danger);
  color: var(--danger);
}

.my-label .label-title {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
}

.label-help {
  font-size: 14px;
  padding: 0;
  width: 100%
}

.label:first-child {
  margin-top: 0
}

.oneline {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 5px 3px;
  padding: 4px;
}

.oneline * {
  z-index: 10
}

.oneline .label-title {
  width: auto;
  padding: 8px 10px;
  white-space: nowrap;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.oneline input,
.oneline select,
.oneline textarea,
.oneline .input {
  width: auto;
  border: none;
  flex: 1;
  min-width: 0;
  padding: 8px 3px;
  border-radius: 0;
  background: transparent;
}

.oneline input {
  padding: 10px
}

.oneline:before {
  content: '';
  background: var(--input);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: var(--radius);
  border: 2px solid transparent;
  box-shadow: 0 3px 10px rgba(var(--shadow-color), 0.1);
}

.oneline.error:before {
  border-color: var(--danger)
}

.oneline .icon {
  padding: 0 10px;
}