/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/src/index.scss ***!
  \********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/src/index.scss (1) ***!
  \************************************************************************************************************************************************/
@charset "UTF-8";
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #485fc7;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus, .button.is-focused {
  border-color: #485fc7;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #485fc7;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #485fc7;
  text-decoration: underline;
}
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}
.button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #485fc7;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #485fc7;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  box-shadow: none;
  color: #485fc7;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #485fc7;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}
.button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3e8ed0;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}
.button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c78e;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c78e;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  box-shadow: none;
  color: #48c78e;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48c78e;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
.button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffe08a;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  color: #ffe08a;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  box-shadow: none;
  color: #ffe08a;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f14668;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #363636;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: white;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}
.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.notification.is-link {
  background-color: #485fc7;
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.notification.is-success {
  background-color: #48c78e;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.notification.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}
.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: white;
}
.progress.is-white::-moz-progress-bar {
  background-color: white;
}
.progress.is-white::-ms-fill {
  background-color: white;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}
.progress.is-dark::-ms-fill {
  background-color: #363636;
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}
.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #485fc7;
}
.progress.is-link::-moz-progress-bar {
  background-color: #485fc7;
}
.progress.is-link::-ms-fill {
  background-color: #485fc7;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}
.progress.is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}
.progress.is-info::-ms-fill {
  background-color: #3e8ed0;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #48c78e;
}
.progress.is-success::-moz-progress-bar {
  background-color: #48c78e;
}
.progress.is-success::-ms-fill {
  background-color: #48c78e;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #ffe08a;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #ffe08a;
}
.progress.is-warning::-ms-fill {
  background-color: #ffe08a;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #f14668;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #f14668;
}
.progress.is-danger::-ms-fill {
  background-color: #f14668;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: white;
  color: #363636;
}
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: #363636;
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: #363636;
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.tag:not(body).is-link {
  background-color: #485fc7;
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.tag:not(body).is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.tag:not(body).is-success {
  background-color: #48c78e;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.tag:not(body).is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.tag:not(body).is-danger {
  background-color: #f14668;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: white;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #363636;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #00d1b2;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #485fc7;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #3e8ed0;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #48c78e;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #ffe08a;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #f14668;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: #363636;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
.select.is-white:not(:hover)::after {
  border-color: white;
}
.select.is-white select {
  border-color: white;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}
.select.is-black select {
  border-color: #0a0a0a;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}
.select.is-light select {
  border-color: whitesmoke;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}
.select.is-dark select {
  border-color: #363636;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}
.select.is-primary select {
  border-color: #00d1b2;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #485fc7;
}
.select.is-link select {
  border-color: #485fc7;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}
.select.is-info select {
  border-color: #3e8ed0;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #48c78e;
}
.select.is-success select {
  border-color: #48c78e;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #ffe08a;
}
.select.is-warning select {
  border-color: #ffe08a;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}
.select.is-danger select {
  border-color: #f14668;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: #7a7a7a;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: white;
}
.help.is-black {
  color: #0a0a0a;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #363636;
}
.help.is-primary {
  color: #00d1b2;
}
.help.is-link {
  color: #485fc7;
}
.help.is-info {
  color: #3e8ed0;
}
.help.is-success {
  color: #48c78e;
}
.help.is-warning {
  color: #ffe08a;
}
.help.is-danger {
  color: #f14668;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #4a4a4a;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: #485fc7;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: #363636;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #485fc7;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
.menu-list a.is-active {
  background-color: #485fc7;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
.message.is-white .message-body {
  border-color: white;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}
.message.is-black .message-body {
  border-color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: whitesmoke;
}
.message.is-dark {
  background-color: #fafafa;
}
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}
.message.is-dark .message-body {
  border-color: #363636;
}
.message.is-primary {
  background-color: #ebfffc;
}
.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #00947e;
}
.message.is-link {
  background-color: #eff1fa;
}
.message.is-link .message-header {
  background-color: #485fc7;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #485fc7;
  color: #3850b7;
}
.message.is-info {
  background-color: #eff5fb;
}
.message.is-info .message-header {
  background-color: #3e8ed0;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}
.message.is-success {
  background-color: #effaf5;
}
.message.is-success .message-header {
  background-color: #48c78e;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #48c78e;
  color: #257953;
}
.message.is-warning {
  background-color: #fffaeb;
}
.message.is-warning .message-header {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: #ffe08a;
  color: #946c00;
}
.message.is-danger {
  background-color: #feecf0;
}
.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: white;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-black .navbar-burger {
  color: white;
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #485fc7;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #3a51bb;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #485fc7;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #48c78e;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c78e;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #485fc7;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #485fc7;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #485fc7;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #485fc7;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #485fc7;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}
.panel.is-primary .panel-heading {
  background-color: #00d1b2;
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #00d1b2;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #00d1b2;
}
.panel.is-link .panel-heading {
  background-color: #485fc7;
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #485fc7;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #485fc7;
}
.panel.is-info .panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3e8ed0;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3e8ed0;
}
.panel.is-success .panel-heading {
  background-color: #48c78e;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c78e;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c78e;
}
.panel.is-warning .panel-heading {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffe08a;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffe08a;
}
.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}
.panel-list a:hover {
  color: #485fc7;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #485fc7;
  color: #363636;
}
.panel-block.is-active .panel-icon {
  color: #485fc7;
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #485fc7;
  color: #485fc7;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-primary-light {
  color: #ebfffc !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

.has-background-primary-light {
  background-color: #ebfffc !important;
}

.has-text-primary-dark {
  color: #00947e !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

.has-background-primary-dark {
  background-color: #00947e !important;
}

.has-text-link {
  color: #485fc7 !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important;
}

.has-background-link {
  background-color: #485fc7 !important;
}

.has-text-link-light {
  color: #eff1fa !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important;
}

.has-background-link-light {
  background-color: #eff1fa !important;
}

.has-text-link-dark {
  color: #3850b7 !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important;
}

.has-background-link-dark {
  background-color: #3850b7 !important;
}

.has-text-info {
  color: #3e8ed0 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

.has-background-info {
  background-color: #3e8ed0 !important;
}

.has-text-info-light {
  color: #eff5fb !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.has-background-info-light {
  background-color: #eff5fb !important;
}

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: #48c78e !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #34a873 !important;
}

.has-background-success {
  background-color: #48c78e !important;
}

.has-text-success-light {
  color: #effaf5 !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eedd !important;
}

.has-background-success-light {
  background-color: #effaf5 !important;
}

.has-text-success-dark {
  color: #257953 !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

.has-background-success-dark {
  background-color: #257953 !important;
}

.has-text-warning {
  color: #ffe08a !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd257 !important;
}

.has-background-warning {
  background-color: #ffe08a !important;
}

.has-text-warning-light {
  color: #fffaeb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.has-background-warning-light {
  background-color: #fffaeb !important;
}

.has-text-warning-dark {
  color: #946c00 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

.has-background-warning-dark {
  background-color: #946c00 !important;
}

.has-text-danger {
  color: #f14668 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: #f14668 !important;
}

.has-text-danger-light {
  color: #feecf0 !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.has-background-danger-light {
  background-color: #feecf0 !important;
}

.has-text-danger-dark {
  color: #cc0f35 !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #0a0a0a;
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: white;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: #363636 !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: #00d1b2 !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}
.hero.is-link {
  background-color: #485fc7;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #485fc7;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: #485fc7 !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #485fc7;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
  }
}
.hero.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #3e8ed0;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e8ed0;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}
.hero.is-success {
  background-color: #48c78e;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #48c78e;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: #48c78e !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48c78e;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
  }
}
.hero.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffe08a;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: #ffe08a !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
  }
}
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: #f14668 !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f14668;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #8D8D8B;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.clickable {
  cursor: pointer;
}
.material-icons.md-6 {
  font-size: 6px !important;
}
.material-icons.md-12 {
  font-size: 12px !important;
}
.material-icons.md-14 {
  font-size: 14px !important;
}
.material-icons.md-18 {
  font-size: 18px !important;
}
.material-icons.md-24 {
  font-size: 24px !important;
}
.material-icons.md-26 {
  font-size: 26px !important;
}
.material-icons.md-28 {
  font-size: 28px !important;
}
.material-icons.md-32 {
  font-size: 32px !important;
}
.material-icons.md-36 {
  font-size: 36px !important;
}
.material-icons.md-48 {
  font-size: 48px !important;
}
.material-icons.md-64 {
  font-size: 64px !important;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #8D8D8B;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons-outlined.clickable {
  cursor: pointer;
}
.material-icons-outlined.md-6 {
  font-size: 6px !important;
}
.material-icons-outlined.md-12 {
  font-size: 12px !important;
}
.material-icons-outlined.md-14 {
  font-size: 14px !important;
}
.material-icons-outlined.md-18 {
  font-size: 18px !important;
}
.material-icons-outlined.md-24 {
  font-size: 24px !important;
}
.material-icons-outlined.md-26 {
  font-size: 26px !important;
}
.material-icons-outlined.md-28 {
  font-size: 28px !important;
}
.material-icons-outlined.md-32 {
  font-size: 32px !important;
}
.material-icons-outlined.md-36 {
  font-size: 36px !important;
}
.material-icons-outlined.md-48 {
  font-size: 48px !important;
}
.material-icons-outlined.md-64 {
  font-size: 64px !important;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  /* Style items (options): */
}
.custom-select.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.custom-select select {
  display: none;
  /*hide original SELECT element: */
}
.custom-select .select-selected {
  border: 1px solid #C4C4C4;
  padding: 12px 40px 12px 16px;
  border-radius: 2px;
  color: #1B1B1A;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 48.85px;
  max-width: 442px;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
}
.custom-select .select-selected:after {
  position: absolute;
  content: url("data:image/svg+xml;utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"grey\"><path d=\"M6.00006 7.70508L12.0001 1.70508L10.5901 0.295078L6.00006 4.87508L1.41006 0.295078L6.22883e-05 1.70508L6.00006 7.70508Z\"></path></svg>");
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.custom-select .select-selected.select-arrow-active:after {
  content: url("data:image/svg+xml;utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"grey\"><path d=\"M6 0.294922L-1.77772e-06 6.29492L1.41 7.70492L6 3.12492L10.59 7.70492L12 6.29492L6 0.294922Z\"></path></svg>");
}
.custom-select .select-items {
  position: absolute;
  background-color: #11131A;
  color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0px;
  box-shadow: 0 2px 8px #1b1b1a15;
  max-height: 250px;
  overflow-y: scroll;
  /* Hide the items when the select box is closed: */
}
.custom-select .select-items.editor {
  background-color: white;
}
.custom-select .select-items div {
  padding: 8px 24px;
  color: #545452;
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.custom-select .select-items div.same-as-selected {
  color: #1B1B1A;
}
.custom-select .select-items div:hover {
  color: #1B1B1A;
  background-color: #F4F4F4;
}
.custom-select .select-items.select-hide {
  display: none;
}

select.styled {
  border: 1px solid #C4C4C4;
  padding: 12px 40px 12px 16px;
  border-radius: 2px;
  color: #1B1B1A;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 48.85px;
  width: 100%;
}

.device-settings .video-wrapper {
  text-align: right;
}
.device-settings .video-wrapper .invert {
  transform: scaleX(-1);
}
.device-settings video {
  height: 100%;
  margin-top: 0 !important;
}
.device-settings .camera-invert-switch-wrapper {
  display: flex;
  margin-top: 20px;
}
.device-settings .switch {
  transform: translateY(32%) !important;
}
.device-settings .title {
  margin-right: 11px;
}

/**
 * Set up a decent box model on the root element
 */
* {
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

label {
  user-select: none;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #999999;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #444444;
  text-decoration: underline;
}

.notification {
  position: absolute;
  top: 20px;
  right: 20px;
}

.info-panel {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}

.users-online {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}

.users-number {
  position: absolute;
  left: -12px;
}

.info-middle {
  pointer-events: none;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-grow: 1;
}

.info-bottom {
  min-height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: all;
}

.info-top {
  min-height: 50px;
}

.no-events {
  pointer-events: none;
}

li.chats a,
li.one-on-one a,
li.world-peoples a {
  background-color: #162834 !important;
  color: white;
}

li.chats.is-active a,
li.one-on-one.is-active a,
li.world-peoples.is-active a {
  background-color: #00b9ff !important;
}

.one-on-one-info {
  display: flex;
  background: #162834;
  align-items: center;
  flex-direction: column;
}
.one-on-one-info p {
  color: white;
}

.performance-stats {
  position: relative !important;
  top: 100px !important;
  user-select: none;
  top: auto !important;
  left: auto !important;
  margin: 0 auto;
}

#ref_logo {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  margin-left: -110%;
}

#debug_panel {
  position: absolute;
  padding: 5px;
  bottom: 10px;
  left: 10px;
  height: 250px;
  width: 300px;
  border-radius: 5px;
  background-color: #FFF;
  z-index: 99999;
  display: none;
}
#debug_panel.visible {
  display: block;
}

#dynamic-floating-tooltip {
  top: 0;
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  transition: opacity 0.1s ease-in-out;
  margin-top: 0;
  transform: translate(-50%, -50%);
}
#dynamic-floating-tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
#dynamic-floating-tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#dynamic-floating-tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#dynamic-floating-tooltip.no-carret::before {
  display: none;
}
#dynamic-floating-tooltip.visible {
  opacity: 1;
}

::-moz-selection {
  /* Code for Firefox */
  color: #FFF;
  background: #6B9D11;
}

::selection {
  color: #FFF;
  background: #6B9D11;
}

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

.flex-center-x {
  display: flex;
  justify-content: center;
}

.flex-center-y {
  display: flex;
  align-items: center;
}

/* COMPONENTS BASED ON NEW UI */
.toggleSwitch {
  height: 0px;
  display: flex;
}
.toggleSwitch input[type=checkbox] {
  display: none;
}
.toggleSwitch input[type=checkbox]:checked + label .switch {
  background-color: #B5CE88;
}
.toggleSwitch input[type=checkbox]:checked + label .switch:after {
  margin-left: 100%;
  background-color: #6B9D11;
  transform: translateX(-100%);
}
.toggleSwitch label {
  display: inherit;
}
.toggleSwitch .switch {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: content-box;
  width: 34px;
  height: 14px;
  border-radius: 23px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  background-color: #C4C4C4;
  cursor: pointer;
  transform: translateY(-50%);
}
.toggleSwitch .switch::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 5px #1b1b1a2e;
  box-sizing: border-box;
  left: 0;
}
.toggleSwitch.inactive {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}

.bagless-dropdown-menu {
  background-color: #11131A;
  border-radius: 8px;
  padding: 8px 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 90px);
}
body.light_mode .bagless-dropdown-menu {
  background-color: white;
  box-shadow: 0 0 8px #1b1b1a15;
}

.bagless-dropdown-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  color: #A1A7B4;
}
body.light_mode .bagless-dropdown-menu li,
body.light_mode .bagless-dropdown-menu li a {
  color: #11131A;
}
body.light_mode .bagless-dropdown-menu li:hover,
body.light_mode .bagless-dropdown-menu li a:hover {
  background-color: #F4F4F4;
}

.bagless-dropdown-menu li > * {
  padding: 8px 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
.bagless-dropdown-menu li span {
  font-size: 16px;
  align-items: center;
}
.bagless-dropdown-menu .clickable {
  cursor: pointer;
}
.bagless-dropdown-menu .mobileOnly {
  display: none;
}
.bagless-dropdown-menu .disabled {
  pointer-events: none;
  opacity: 0.2;
  user-select: none;
}

.modal {
  z-index: 46;
}
.modal .modal-background {
  backdrop-filter: blur(1px);
  background-color: rgba(27, 27, 27, 0.64);
}
@media only screen and (max-width: 600px) {
  .modal .modal-close.top {
    top: 5px;
  }
}
.modal .modal-content {
  width: min(492px, 95vw);
  max-height: calc(100vh - 80px);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 2px 16px #1b1b1a15;
}
.modal .modal-content .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-content .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .modal .modal-content.modal-content--full-screen-mobile {
    /* Mobile portrait */
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .modal .modal-content.modal-content--full-screen-mobile {
    /* Mobile landscape */
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
}
.modal .modal-content header {
  padding: 32px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  display: flex;
  place-items: center;
  justify-content: space-between;
}
.modal .modal-content header h1 {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin: 0;
  color: #1B1B1A;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content header h1 {
    font-size: 23px;
    line-height: 29px;
  }
}
.modal .modal-content header .close-modal {
  transition: color 0.3s ease-in-out;
}
.modal .modal-content header .close-modal:hover {
  color: #343431;
}
@media only screen and (max-width: 600px) {
  .modal .modal-content .custom-close-modal {
    /* Mobile portrait */
    border-radius: 50%;
    width: 32px;
    background-color: #7CAF00;
    height: 32px;
    padding: 0;
    position: fixed;
    top: unset;
    bottom: 13px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }
  .modal .modal-content .custom-close-modal span {
    color: white;
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .modal .modal-content .custom-close-modal {
    /* Mobile landscape */
    border-radius: 50%;
    width: 32px;
    background-color: #7CAF00;
    height: 32px;
    padding: 0;
    position: fixed;
    top: unset;
    bottom: 13px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }
  .is-mobile-mode .modal .modal-content .custom-close-modal span {
    color: white;
    font-size: 24px !important;
  }
}
.modal .modal-content section {
  margin: 8px 0;
  padding-inline: 32px;
}
.modal .modal-content footer {
  padding: 32px;
  padding-top: 24px;
  margin-top: 16px;
  display: flex;
}
.modal .modal-content footer .button {
  flex-grow: 1;
  height: 40px;
  border-radius: 2px;
  border: none;
  color: #FFF;
}
.modal .modal-content footer .button.primary {
  background-color: #6B9D11;
}
.modal .modal-content footer .button.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
}
.modal .modal-content .modal-header {
  border-bottom: 1px solid #EBEBEA;
  display: flex;
  place-items: center;
  padding: 32px;
}
.modal .modal-content .modal-header h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin: 0;
  color: #1B1B1A;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content .modal-header h2 {
    font-size: 23px;
    line-height: 29px;
  }
}
.modal .modal-content .modal-header .close-modal {
  margin-left: auto;
}
.modal .modal-content .modal-data {
  padding: 24px 32px;
  overflow-y: inherit;
}
.modal .modal-content .modal-footer {
  border-top: 1px solid #EBEBEA;
  display: flex;
  place-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.modal .modal-content .modal-footer .button {
  flex-grow: 1;
  height: 40px;
  border-radius: 2px;
  border: none;
  color: #FFF;
}
.modal .modal-content .modal-footer .button.primary {
  background-color: #6B9D11;
}
.modal .modal-content .modal-footer .button.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .modal .modal-content header,
.modal .modal-content .modal-header {
    padding: 24px;
  }
  .modal .modal-content section,
.modal .modal-content .modal-data {
    padding-inline: 24px;
  }
  .modal .modal-content footer,
.modal .modal-content .modal-footer {
    padding: 24px;
  }
}
.modal .modal-card-head {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modal .modal-card-body {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.modal.top-right {
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: start;
}
.modal.top-right .modal-background {
  backdrop-filter: none;
  background-color: transparent;
}
.modal.top-right .modal-content {
  margin-top: 112px;
  margin-right: 48px;
}
@media only screen and (max-width: 750px) {
  .modal.top-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal.top-right .modal-content {
    margin: auto;
  }
}

.view-mode .modal .modal-content {
  border-radius: 16px;
  background: #11131A;
}
.view-mode .modal .modal-content header h1 {
  color: #7CAF00;
}
.view-mode .modal .modal-content header .close-modal {
  color: white;
}
.view-mode .modal .modal-header {
  color: #7CAF00;
}

.modal.right-side-modal .modal-background {
  background-color: transparent;
}
.modal.right-side-modal .modal-content {
  margin-right: 50px;
  margin-top: 100px;
  margin-bottom: auto;
  justify-self: start;
  border: 8px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  max-height: 587px;
  overflow-y: hidden;
}
@media only screen and (max-width: 600px) {
  .modal.right-side-modal .modal-content {
    margin: 0 auto;
    justify-self: unset;
  }
}
.modal.right-side-modal .modal-content .modal-header {
  border-bottom: none;
  padding: 10px;
}
.modal.right-side-modal .modal-content .modal-data {
  display: flex;
  justify-content: end;
  flex-direction: column;
  overflow: hidden;
}

.cta-menu {
  position: absolute;
  display: none;
  flex-direction: row;
  background-color: #FFF;
  padding: 12px;
  gap: 12px;
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
}
.cta-menu .cta-menu-item {
  cursor: pointer;
  display: flex;
  place-items: center;
}
.cta-menu .cta-menu-item p {
  display: none;
}
.cta-menu .cta-menu-item.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.cta-menu .cta-menu-divider {
  color: #EBEBEA;
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
}
.cta-menu footer {
  display: none;
}
.cta-menu.is-active {
  display: flex;
  z-index: 40;
}
.cta-menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  pointer-events: none;
}
.cta-menu.pinned {
  top: auto !important;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  border-radius: 2px 2px 0 0;
  border: none;
}
.cta-menu.pinned::before {
  display: none;
}
.cta-menu.pinned .cta-menu-item {
  gap: 16px;
}
.cta-menu.pinned .cta-menu-item span {
  color: white;
}
.cta-menu.pinned .cta-menu-item p {
  display: block;
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.cta-menu.pinned .cta-menu-divider {
  display: none;
}
.cta-menu.pinned footer {
  display: block;
  padding-top: 24px;
  border-top: 1px solid #EBEBEA;
  cursor: pointer;
}
.cta-menu.pinned footer p {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.cta-menu.hide {
  display: none;
}

.buttn {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (min-width: 480px) {
  .buttn {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.buttn.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.buttn.primary:hover {
  background-color: #8EB44A;
}
.buttn.primary:active {
  background-color: #577D13;
}
.buttn.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.buttn.info {
  color: #FFF;
  background-color: #3C6997;
}
.buttn.info:hover {
  background-color: #4881b9;
}
.buttn.info:active {
  background-color: #2e5175;
}
.buttn.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.buttn.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.buttn.secondary:hover {
  border-color: #D2D2D2;
}
.buttn.secondary:active {
  border-color: #9C9C9B;
}
.buttn.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.buttn.secondary-fill:hover {
  background-color: #4881b9;
}
.buttn.secondary-fill:active {
  background-color: #2e5175;
}
.buttn.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.buttn.tertiary:hover {
  background-color: #F0F3F7;
}
.buttn.tertiary:active {
  background-color: #E0E7EE;
}
.buttn.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.buttn.grow {
  flex-grow: 1;
}

.button_secondary_tablet {
  padding: 9px 24px;
  color: #6B9D11;
  text-align: center;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.button_secondary_tablet:hover {
  border-color: #8D8D8B;
}

.radio {
  margin: 0 0 15px;
}
.radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.radio p {
  margin-left: 25px;
}
.radio__label {
  display: block;
  padding: 0 0 0 17px;
  cursor: pointer;
  position: relative;
}
.radio__label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #6B9D11;
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio__label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #6B9D11;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio .chosen:before {
  border-color: #6B9D11;
}
.radio .chosen:after {
  transform: scale(1, 1);
}
.radio__input:checked + .radio__label:before {
  border-color: #6B9D11;
}
.radio__input:checked + .radio__label:after {
  transform: scale(1, 1);
}
.radio + .radio {
  margin-left: 0;
  margin-top: 0;
}

.radio-button {
  position: relative;
  display: flex;
  place-content: center;
}
.radio-button label {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.radio-button label span {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
}
.radio-button label span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8D8D8B;
  background-color: #FFF;
  pointer-events: none;
}
.radio-button label span::after {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  pointer-events: none;
}
.radio-button label input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}
.radio-button input[type=radio]:checked ~ span::before {
  border-color: #6B9D11;
}
.radio-button input[type=radio]:checked ~ span::after {
  background-color: #6B9D11;
}
.radio-button.vertical label {
  flex-direction: column;
}
.radio-button.vertical label span::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.radio-button.vertical label span::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.radio-button.g-4 label {
  gap: 4px;
}
.radio-button.g-8 label {
  gap: 8px;
}
.radio-button.g-16 label {
  gap: 16px;
}
.radio-button.g-24 label {
  gap: 24px;
}
.radio-button.g-32 label {
  gap: 32px;
}

.text-input {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  flex-grow: 1;
}

.flex-inline-center {
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-content.modal-content-image-gallery.modal-content--full-screen-mobile {
  width: 100%;
}

.footer-wrapper {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
}

.footer-inner-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.footer-inner-content {
  width: 60px;
}
.footer-inner-content .footer-content-upper {
  flex: 1 1 auto;
}
.footer-inner-content .footer-content-lower {
  flex: 1 1 auto;
}

#footer-inner-content-middle {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer-inner-content-right {
  justify-content: end;
  -webkit-justify-content: end;
}
#footer-inner-content-right .footer-content-lower {
  justify-content: end;
  display: flex;
  -webkit-justify-content: flex-end;
}

figure.image.is-50x50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}

#css3d {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#css3d.hide-cursor {
  cursor: none;
}
@media only screen and (min-width: 1050px) {
  #css3d.offset {
    width: calc(100% - 416px);
  }
}
#css3d .youtube_poster_wrapper {
  pointer-events: none !important;
  user-select: none !important;
  padding: 17px;
  background-image: linear-gradient(to right, #6c9d10 10%, transparent 10%), linear-gradient(to right, #6c9d10 10%, transparent 10%), linear-gradient(to bottom, #6c9d10 10%, transparent 10%), linear-gradient(to bottom, #6c9d10 10%, transparent 10%);
  background-size: 93% 3px, 91% 5px, 5px 90%, 5px 90%;
  background-position: 0% 0%, 0% 100%, 0% 0%, 100% 0%;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
#css3d .youtube_poster {
  pointer-events: none !important;
  user-select: none !important;
  border: 3px solid white;
  border-radius: 2px;
}
#css3d .youtube_poster.active {
  opacity: 0.5;
}
#css3d.inactive::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#css3d.dropFile::after {
  content: "upload background image";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  color: #555;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}

#webgl {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
#webgl.offset {
  width: calc(100% - 416px);
}

a:hover {
  text-decoration: none !important;
}

/* Block: Dropdown */
.app-dropdown {
  position: relative;
  display: inline-block;
  /* Element: Button */
  /* Element: Menu */
  /* Element: Item */
}
.app-dropdown__button {
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
  outline: none;
}
.app-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: none;
  /* Hidden by default */
  z-index: 1000;
  max-height: 80vh;
  overflow-y: auto;
}
.app-dropdown__item {
  padding: 10px 30px 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s;
}
.app-dropdown__item:last-child {
  border-bottom: none;
}
.app-dropdown__item:hover {
  background-color: #f1f1f1;
}
.app-dropdown__item--template {
  display: none;
}
.app-dropdown__item div {
  white-space: nowrap;
}

.loading-bar {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: top left;
  z-index: 10;
}
.loading-bar.ended {
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 1.5s ease-in-out;
}

.video_element {
  width: 480px;
  height: 360px;
  background: url(../2e72808445729afc99fb.gif);
  background-size: contain;
  border: 3px solid white;
  border-radius: 2px;
}
.video_element iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.crosshair,
.spinner-holder {
  position: absolute;
  width: 50px;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  pointer-events: none;
  user-select: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  z-index: 1040;
}
.crosshair .column.is-6.is-offset-3,
.spinner-holder .column.is-6.is-offset-3 {
  margin-left: 0;
}
.crosshair img,
.spinner-holder img {
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
}
.crosshair .loading-spinner,
.spinner-holder .loading-spinner {
  position: absolute;
  width: 150%;
  height: auto;
  display: none;
}
.crosshair .loading-spinner.visible,
.spinner-holder .loading-spinner.visible {
  display: inline-block;
}

.spinner-holder {
  z-index: 1090;
}

.edit-mode .crosshair.offset {
  left: calc(50% - 208px);
}

.loader-wrapper-cross {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.loader-wrapper-cross .loader {
  height: 80px;
  width: 80px;
}
.loader-wrapper-cross.is-active {
  opacity: 1;
  z-index: 1;
}

.is-loading-cross {
  position: relative;
}

.box {
  box-shadow: none;
  padding: 40px;
  position: relative;
  background: transparent;
}
.box h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 1.5rem 0;
}

.spinner-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  background-color: rgba(27, 27, 27, 0.64);
  z-index: 1089;
  top: 0;
  pointer-events: none;
  opacity: 0;
  display: none;
}
.spinner-background-wrapper.is-active {
  display: initial;
  opacity: 1;
  z-index: 1089;
}

.range-holder,
.object-action {
  pointer-events: all;
  opacity: 1;
}
.range-holder .slider,
.object-action .slider {
  outline: 0;
  opacity: 1;
  border: 0;
}
.range-holder .slider,
.object-action .slider {
  appearance: none;
  -webkit-appearance: none;
  background: #C4C4C4;
  width: 100%;
  height: 2px;
  outline: none;
}
.range-holder .slider::-webkit-slider-thumb,
.object-action .slider::-webkit-slider-thumb {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 16px;
  height: 16px;
  border: 3px solid #6B9D11;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
}
.range-holder .slider::-moz-range-thumb,
.object-action .slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 3px solid #6B9D11;
  border-radius: 50%;
  cursor: pointer;
}

.remove_element {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(calc(-50% - 200px));
  font-size: 2rem;
  z-index: 2;
  opacity: 0;
  color: #ff7b7b;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .remove_element {
    left: calc(50% - 75px);
  }
}
@media only screen and (max-width: 800px) {
  .remove_element {
    transform: none;
    left: 30px;
  }
}
@media only screen and (max-width: 710px) {
  .remove_element {
    top: auto;
    right: auto;
    left: 30px;
    bottom: 150px;
    transform: translateX(0%);
  }
}
.remove_element svg {
  width: 50%;
  height: 50%;
}
.remove_element.visible {
  opacity: 1;
  pointer-events: all;
}

@media (hover: hover) {
  .remove_element:hover {
    cursor: pointer;
    opacity: 1;
  }
}
.edit_element {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(calc(-50% + 200px));
  font-size: 2rem;
  z-index: 2;
  color: #408ddc;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .edit_element {
    left: calc(50% - 75px);
  }
}
@media only screen and (max-width: 800px) {
  .edit_element {
    transform: none;
    left: 440px;
  }
}
@media only screen and (max-width: 710px) {
  .edit_element {
    left: 30px;
    transform: translateX(0%);
  }
}
.edit_element svg {
  width: 50%;
  height: 50%;
}
.edit_element:hover {
  cursor: pointer;
  opacity: 1;
}
.edit_element.visible {
  opacity: 1;
  pointer-events: all;
}

@media (hover: hover) {
  .edit_element:hover {
    cursor: pointer;
    opacity: 1;
  }
}
#create-screen-settings {
  margin-top: 10px;
}
#create-screen-settings .control {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  align-items: start;
}

.object-menu #create-screen-settings .subtitle {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.shop_holder .modal-card-title {
  margin: 0;
}
.shop_holder .product-container {
  background: #e7e7e759;
  padding: 16px 5px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 25px 1fr 30px;
  border-radius: 2px;
}
.shop_holder .product-container .product-delete {
  display: flex;
  align-items: start;
  justify-content: center;
}
.shop_holder .product-container .control {
  display: flex;
  flex-direction: column;
}
.shop_holder .product-container .field {
  text-align: left;
  margin-bottom: 8px;
}
.shop_holder .product-container .field label {
  padding: 0;
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.shop_holder .product-container .field label i {
  font-style: normal;
  color: #C4C4C4;
  font-weight: 400;
}
.shop_holder .product-container .field .upload_image_label {
  color: #3C6997;
}
.shop_holder .product-container .field .uploadThumbnailWrapper {
  padding-top: 0;
}
.shop_holder .product-container input[type=text] {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  margin-top: 4px;
}
.shop_holder .product-container textarea {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  height: 116px;
  resize: none;
  margin-top: 4px;
}
.shop_holder .product-container textarea::placeholder {
  color: #545452;
}
.shop_holder .product-container textarea:focus::placeholder {
  opacity: 0;
}
.shop_holder #add_more_products {
  width: 100%;
}
.shop_holder .modal-card-foot {
  align-items: baseline;
  flex-direction: column;
}
.shop_holder .info-bubble {
  padding-top: 7px;
}
.shop_holder .info-bubble .small-txt {
  font-size: 14px;
  display: flex;
}
.shop_holder .info-bubble .material-icons {
  padding-right: 7px;
  font-size: 20px;
}

#products-edit {
  display: none;
}
#products-edit .flx-sb {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#products-edit .flx-sb span,
#products-edit .flx-sb label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#products-edit .flx-sb span {
  color: #1B1B1A;
}
#products-edit .flx-sb label {
  color: #3C6997;
  cursor: pointer;
  margin: 0;
}

.product_display_holder {
  flex-direction: row;
}
.product_display_holder .shop_item_action_arrow {
  position: relative;
  cursor: pointer;
  outline: none;
}
.product_display_holder .shop_item_action_arrow span {
  color: #8D8D8B;
  border-radius: 50%;
  background-color: #FFF;
  padding: 8px;
  pointer-events: none;
}
.product_display_holder .shop_item_action_arrow.disabled {
  visibility: hidden;
}
@media only screen and (max-width: 720px) {
  .product_display_holder .shop_item_action_arrow {
    display: none !important;
  }
}
.product_display_holder .modal-content {
  width: min(560px, 95vw);
  max-height: calc(100vh - 160px);
  overflow: hidden;
  margin: 0 16px;
}
.product_display_holder .modal-content .modal-data {
  padding: 0;
}
.product_display_holder .modal-content header {
  margin: 0;
}
.product_display_holder .modal-content .slider-wrapper {
  width: 100%;
  align-self: center;
}
.product_display_holder .modal-content .slider-wrapper .slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip {
  max-width: min(560px, 95vw);
  overflow: hidden;
  margin: 0 auto;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides {
  position: relative;
  display: flex;
  transition: all 1s;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide {
  flex: 0 0 calc(min(560px, 95vw) - 2px);
  height: auto;
  display: flex;
  flex-direction: column;
  transform: scale(0.7);
  opacity: 0.2;
  transition: all 1s;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide.current {
  transform: scale(1);
  opacity: 1;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__img {
  position: relative;
  padding-bottom: 56.25%;
  border: none;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__img .slider__price {
  position: absolute;
  top: 24px;
  left: 32px;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #FFF;
  background-color: #3C6997;
  padding: 8px 16px;
  border-radius: 58px;
}
@media only screen and (min-width: 768px) {
  .product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__img .slider__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__title {
  display: none;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__description {
  align-self: start;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
  overflow-y: auto;
  padding: 24px 32px;
  flex-grow: 1;
  width: 100%;
  max-height: calc(100vh - 670px);
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__description.hidden {
  display: block !important;
  visibility: hidden;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__url {
  border-top: 1px solid #EBEBEA;
  display: flex;
  place-items: center;
  justify-content: center;
  padding: 24px 32px 32px 32px;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__url .button {
  flex-grow: 1;
  height: 40px;
  border-radius: 2px;
  border: none;
  color: #FFF;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__url .button.primary {
  background-color: #6B9D11;
}
.product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__url .button.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__description {
    padding: 16px 24px 24px 24px;
  }
  .product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__url {
    padding: 16px 24px 24px 24px;
  }
}
@media screen and (max-width: 380px) and (max-height: 950px) {
  .product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide .slider__description {
    max-height: calc(100vh - 532px);
  }
}
.product_display_holder .modal-content .slider__dots {
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  background-color: #FFF;
  align-items: center;
}
.product_display_holder .modal-content .slider__dots .slider__dot {
  width: 12px;
  height: 12px;
  background-color: #C4C4C4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
  cursor: pointer;
}
.product_display_holder .modal-content .slider__dots .slider__dot.current, .product_display_holder .modal-content .slider__dots .slider__dot:hover {
  background-color: #6B9D11;
}
.product_display_holder .modal-content .slider__dots .slider__dot:focus {
  outline: none;
}
@media only screen and (max-width: 600px) {
  .product_display_holder .modal-content .slider-wrapper .slider {
    max-width: 100%;
  }
  .product_display_holder .modal-content .slider-wrapper .slider .slider__clip {
    max-width: 100%;
  }
  .product_display_holder .modal-content .slider-wrapper .slider .slider__clip .slider__slides .slider__slide {
    width: 100%;
    flex: 0 0 100%;
  }
  .product_display_holder .modal-content .slider__dots {
    bottom: 16px;
  }
}

.leave-edit-mode {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
  justify-self: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  font-family: "Oswald", sans-serif;
}
.leave-edit-mode:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.leave-edit-mode.returnToWordpress {
  margin-right: 35px;
}

.showRoomSlider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  font-size: 2rem;
  color: #2258ee;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  opacity: 1 !important;
  display: none;
}
@media only screen and (max-width: 710px) {
  .showRoomSlider {
    top: auto;
    bottom: 90px;
    left: 30px;
    transform: translateX(0%);
  }
}
.showRoomSlider img {
  pointer-events: none;
}
.showRoomSlider svg {
  width: 50%;
  height: 50%;
}
.showRoomSlider:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.showRoomSlider.visible {
  opacity: 1;
  pointer-events: all;
}

.slidecontainer {
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.slidecontainer.visible {
  pointer-events: all;
  opacity: 1;
}
.slidecontainer .slider {
  appearance: none;
  -webkit-appearance: none;
  background: #C4C4C4;
  width: 100%;
  height: 2px;
  outline: none;
}
.slidecontainer .slider::-webkit-slider-thumb {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 16px;
  height: 16px;
  border: 3px solid #6B9D11;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
}
.slidecontainer .slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 3px solid #6B9D11;
  border-radius: 50%;
  cursor: pointer;
}

#room-scene-menu {
  position: fixed;
  height: calc(100% - 64px);
  right: 0;
  bottom: 0;
  z-index: 32;
  width: min(416px, 100%);
  background-color: #FFF;
  display: none;
  flex-direction: column;
  padding: 24px 0 0 0;
  gap: 16px;
  box-shadow: 0 2px 16px #1b1b1a15;
}
#room-scene-menu.is-active {
  display: flex;
}
#room-scene-menu .customCheckbox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
#room-scene-menu .customCheckbox input[type=checkbox] {
  display: none;
}
#room-scene-menu .customCheckbox input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
#room-scene-menu .customCheckbox input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
#room-scene-menu .customCheckbox input[type=checkbox] + label {
  cursor: pointer;
}
#room-scene-menu .customCheckbox input[type=checkbox] + label .box_check {
  display: none;
}
#room-scene-menu .customCheckbox input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
#room-scene-menu .customCheckbox label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#room-scene-menu .customCheckbox label .box_uncheck {
  color: #8D8D8B;
}
#room-scene-menu .customCheckbox label .box_check {
  color: #8D8D8B;
}
#room-scene-menu .name_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  gap: 8px;
}
#room-scene-menu .name_holder input[type=text] {
  pointer-events: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #1B1B1A;
  border: none;
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (min-width: 768px) {
  #room-scene-menu .name_holder input[type=text] {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
#room-scene-menu .name_holder #go-back-scenes-menu {
  display: none;
}
#room-scene-menu .name_holder #go-back-scenes-menu.visible {
  display: inline-block;
}
#room-scene-menu .name_holder .close-menu {
  cursor: pointer;
}
#room-scene-menu .menu-tabs {
  display: flex;
  padding: 0 16px;
}
#room-scene-menu .menu-tabs .tab-btn {
  height: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #EBEBEA;
  color: #1B1B1A;
  border: 2px solid #EBEBEA;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: grid;
  place-items: center;
  cursor: pointer;
  text-transform: capitalize;
}
#room-scene-menu .menu-tabs .tab-btn.active {
  background-color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
#room-scene-menu .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#room-scene-menu .menu-css {
  display: none;
  padding: 16px 24px;
  flex-direction: column;
  gap: 40px;
  overflow-y: scroll;
}
#room-scene-menu .menu-css.visible {
  display: flex;
}
#room-scene-menu .menu-css .disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
}
#room-scene-menu .menu-css > div {
  display: flex;
}
#room-scene-menu .menu-css .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#room-scene-menu .menu-css .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#room-scene-menu .menu-css .col {
  flex-direction: column;
}
#room-scene-menu .menu-css .g-4 {
  gap: 4px;
}
#room-scene-menu .menu-css .g-8 {
  gap: 8px;
}
#room-scene-menu .menu-css .g-12 {
  gap: 12px;
}
#room-scene-menu .menu-css .g-16 {
  gap: 16px;
}
#room-scene-menu .menu-css .g-18 {
  gap: 18px;
}
#room-scene-menu .menu-css .g-24 {
  gap: 24px;
}
#room-scene-menu .menu-css .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#room-scene-menu .menu-css input[type=text] {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
}
@media only screen and (max-width: 1050px) {
  #room-scene-menu {
    height: calc(100% - 64px);
  }
}
@media only screen and (max-width: 416px) {
  #room-scene-menu .name_holder #go-back-scenes-menu {
    display: none;
  }
  #room-scene-menu .name_holder #go-back-scenes-menu.visible {
    display: block;
  }
  #room-scene-menu .menu-css {
    padding-inline: 16px;
  }
}
#room-scene-menu .scenes_menu {
  display: none;
}
#room-scene-menu .scenes_menu.visible {
  display: block;
}
#room-scene-menu .scenes_search {
  display: flex;
  place-items: center;
  margin-bottom: 16px;
  padding: 0 16px;
}
#room-scene-menu .scenes_search #search_scene {
  width: 100%;
  padding: 12px 56px 12px 16px;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  color: #8D8D8B;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  outline-color: #8D8D8B;
}
#room-scene-menu .scenes_search span {
  position: absolute;
  right: 28px;
}
#room-scene-menu .scenes_options,
#room-scene-menu #scenes_options,
#room-scene-menu #scenes_upload {
  display: flex;
  gap: 24px;
  place-items: center;
}
#room-scene-menu .scenes_options {
  padding-left: 50px;
  height: fit-content;
}
#room-scene-menu #scenes_options,
#room-scene-menu #scenes_upload {
  display: none;
}
#room-scene-menu #scenes_options.visible,
#room-scene-menu #scenes_upload.visible {
  display: flex;
}
#room-scene-menu #scenes_options .divider,
#room-scene-menu #scenes_upload .divider {
  width: 1px;
  height: 16px;
  background-color: #C4C4C4;
}
#room-scene-menu #scenes_options .scene_option,
#room-scene-menu #scenes_upload .scene_option {
  cursor: pointer;
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#room-scene-menu #scenes_upload.visible {
  display: none;
}
#room-scene-menu #scenes_upload .upload_scene_status_holder {
  display: none;
  gap: 4px;
  place-items: center;
}
#room-scene-menu #scenes_upload .upload_scene_status_holder .progress_circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(60, 105, 151, 0.3);
  border-left-color: #3C6997;
  animation: progress_spin 1s linear infinite;
  flex-shrink: 0;
  flex-grow: 0;
}
@keyframes progress_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#room-scene-menu #scenes_upload .upload_scene_status_holder .progress_status {
  color: #3C6997;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  line-height: 24px;
}
#room-scene-menu #scenes_upload .upload_scene_status_holder #quit_scene_upload {
  position: absolute;
  right: 16px;
  font-size: 20px;
}
#room-scene-menu .roomsEditor {
  overflow-y: scroll;
  flex-grow: 1;
  flex-shrink: 1;
}
#room-scene-menu .roomsEditor .room {
  position: relative;
  height: 104px;
  display: flex;
  gap: 16px;
  padding: 0 16px;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
  border-top: 1px solid #EBEBEA;
}
#room-scene-menu .roomsEditor .room.hidden {
  display: none;
}
#room-scene-menu .roomsEditor .room.highlight {
  background-color: #F4F4F4;
}
#room-scene-menu .roomsEditor .room.dragover {
  opacity: 0.2;
}
#room-scene-menu .roomsEditor .room .room_drag {
  cursor: move;
}
#room-scene-menu .roomsEditor .room .customCheckbox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
#room-scene-menu .roomsEditor .room .customCheckbox input[type=checkbox] {
  display: none;
}
#room-scene-menu .roomsEditor .room .customCheckbox input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
#room-scene-menu .roomsEditor .room .customCheckbox input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
#room-scene-menu .roomsEditor .room .customCheckbox input[type=checkbox] + label {
  cursor: pointer;
}
#room-scene-menu .roomsEditor .room .customCheckbox input[type=checkbox] + label .box_check {
  display: none;
}
#room-scene-menu .roomsEditor .room .customCheckbox input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
#room-scene-menu .roomsEditor .room .customCheckbox label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#room-scene-menu .roomsEditor .room .customCheckbox label .box_uncheck {
  color: #8D8D8B;
}
#room-scene-menu .roomsEditor .room .customCheckbox label .box_check {
  color: #6B9D11;
}
#room-scene-menu .roomsEditor .room .room_img {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
}
#room-scene-menu .roomsEditor .room .room_img .home-indicator {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6B9D11;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  visibility: hidden;
}
#room-scene-menu .roomsEditor .room .room_img .home-indicator span {
  color: #FFF;
}
#room-scene-menu .roomsEditor .room .room_img.active {
  border: 2px solid #6B9D11;
}
#room-scene-menu .roomsEditor .room .room_img.home .home-indicator {
  visibility: visible;
}
#room-scene-menu .roomsEditor .room .room_img .img_wrapper {
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
#room-scene-menu .roomsEditor .room .room_img .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#room-scene-menu .roomsEditor .room .room_img .scene_index {
  position: absolute;
  width: 16px;
  height: 16px;
  left: -8px;
  bottom: -8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #1B1B1A;
  background-color: #FFF;
}
#room-scene-menu .roomsEditor .room .room_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  flex-shrink: 1;
}
#room-scene-menu .roomsEditor .room .room_info .room_name {
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  columns: #1B1B1A;
  width: 100%;
}
#room-scene-menu .roomsEditor .room .room_info .room_elements {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  columns: #545452;
}
#room-scene-menu .roomsEditor .room .room_info .room_elements.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
#room-scene-menu .roomsEditor .room .room_info .dropdown_available {
  display: flex;
}
#room-scene-menu .roomsEditor .room .more_room_info {
  cursor: pointer;
}
#room-scene-menu .roomsEditor .room .room_options {
  position: absolute;
  grid-area: opt;
  width: 100%;
  display: none;
  flex-direction: column;
  background-color: #FFF;
  width: 240px;
  border-radius: 2px;
  padding: 12px 0;
  right: 16px;
  top: 60%;
  z-index: 1;
  box-shadow: 0 2px 8px #1b1b1a15;
}
#room-scene-menu .roomsEditor .room .room_options.active {
  display: flex;
}
#room-scene-menu .roomsEditor .room .room_options.top {
  top: 40%;
  transform: translateY(-100%);
}
#room-scene-menu .roomsEditor .room .room_options div {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding: 12px 24px;
}
#room-scene-menu .roomsEditor .room .room_options div:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}
#room-scene-menu .roomsEditor .room .room_options div.disabled {
  color: #C4C4C4;
}
#room-scene-menu .room_menu #world_name,
#room-scene-menu .room_menu #world_description,
#room-scene-menu .room_menu #copy_embeded_web_descitprion {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
}
#room-scene-menu .room_menu #world_description {
  height: 116px;
  resize: none;
}
#room-scene-menu .room_menu #world_description::placeholder {
  color: #545452;
}
#room-scene-menu .room_menu #world_description:focus::placeholder {
  opacity: 0;
}
#room-scene-menu .room_menu #upload_world_thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEA;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  min-height: 94px;
}
#room-scene-menu .room_menu #upload_world_thumbnail img {
  max-height: 94px;
  max-width: 200px;
  pointer-events: none;
}
#room-scene-menu .room_menu #upload_world_thumbnail #removeWorldThumbnail {
  position: absolute;
  right: 24px;
}
#room-scene-menu .room_menu #upload_world_thumbnail #removeWorldThumbnail:hover {
  color: #DD614A;
}
#room-scene-menu .room_menu #roomCoordinatesDetails {
  display: none;
}
#room-scene-menu .room_menu #roomCoordinatesDetails.visible {
  display: flex;
}
#room-scene-menu .room_menu #roomCoordinatesDetails #latlng_preview {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #C4C4C4;
}
@media only screen and (max-width: 416px) {
  #room-scene-menu #scenes_upload.visible {
    display: flex;
  }
  #room-scene-menu #scenes_upload.uploading {
    display: flex;
  }
  #room-scene-menu #scenes_upload.uploading #newSceneMobile {
    display: none;
  }
  #room-scene-menu #scenes_upload.uploading .upload_scene_status_holder {
    display: flex;
  }
}

.object-menu {
  position: fixed;
  height: calc(100% - 64px);
  right: 0;
  bottom: 0;
  z-index: 33;
  width: min(416px, 100%);
  background-color: #FFF;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  box-shadow: 0 2px 16px #1b1b1a15;
}
@media only screen and (max-width: 600px) {
  .object-menu {
    height: calc(50% - 64px);
  }
}
.object-menu.is-active {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
}
.object-menu .object-header {
  padding: 24px;
  border-bottom: 1px solid #EBEBEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.object-menu .object-header .object-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1B1B1A;
}
.object-menu .object-header .delete-object {
  cursor: pointer;
}
.object-menu .object-settings-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.object-menu .object-settings-content .object-action {
  position: relative;
  padding-bottom: 24px;
}
.object-menu .object-settings-content .object-action h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.object-menu .object-settings-content .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.object-menu .object-settings-content .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.object-menu .object-settings-content .modal-cta-container {
  margin: 24px 0;
  display: none;
}
.object-menu .object-settings-content .modal-cta-container .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.object-menu .object-settings-content .modal-cta-container .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
.object-menu .object-settings-content .tooltip-settings {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.object-menu .object-settings-content .tooltip-settings #customTooltip {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
}
.object-menu .object-settings-content .youtube {
  display: none;
}
.object-menu .object-settings-content .field-label {
  text-align: left;
}
.object-menu .object-settings-content .link-obj-settings {
  display: grid;
  grid-gap: 24px;
}
.object-menu .object-settings-content .link-obj-settings label {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #1B1B1A;
}
.object-menu .object-settings-content .link-obj-settings .upload_image_label {
  color: #3C6997;
}
.object-menu .object-settings-content .wrapper {
  display: grid;
  grid-template-columns: 1fr 0px;
  place-items: center;
  height: 96px;
  border: 1px dashed #C4C4C4;
  background: #F4F4F4;
}
.object-menu .object-settings-content .wrapper img {
  max-height: 96px;
  max-width: 96px;
}
.object-menu .object-settings-content .wrapper #upload_link_image {
  padding-right: 32px;
  color: #C4C4C4;
}
.object-menu .object-settings-content .link_submit {
  padding: 10px;
  text-align: center;
  margin-inline: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: min(50%, 150px);
  border: 1px solid #00459e;
  background-color: #1076fb;
  color: #FFF;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.object-menu .object-settings-content .link_submit.inactive {
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
  cursor: default;
}
.object-menu .object-settings-content .link_submit:hover {
  background-color: #00459e;
  color: #FFF;
}
.object-menu.edit .object-settings-content .modal-cta-container {
  display: flex;
}

.link-obj-settings {
  display: grid;
  grid-gap: 24px;
}
.link-obj-settings label {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #1B1B1A;
}

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

.image-change #scene_change_image,
.scene_change_image #scene_change_image {
  width: auto;
  max-height: 96px;
}
.image-change #upload_scene_change_image,
.image-change .upload_scene_change_image,
.scene_change_image #upload_scene_change_image,
.scene_change_image .upload_scene_change_image {
  position: relative;
  /* width: 100%; */
  height: 100%;
  /* border: 1px dashed #bbbbbb; */
  /* cursor: pointer; */
  display: grid;
  place-items: center;
  color: #a4ccff;
  font-size: 1.5rem;
}

.scene_change_cta {
  width: 100%;
}
.scene_change_cta .scene_change_submit {
  width: 100%;
}

.scenes_target_holder .sceneChangeTarget-title {
  display: none;
}
.scenes_target_holder .edit_scenes_target_container {
  display: none;
}
.scenes_target_holder .scenes_holder {
  grid-area: scenes;
  padding-top: 24px;
}
.scenes_target_holder .scenes_holder h3 {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.scenes_target_holder .scenes_holder .scenes {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  place-items: start;
  gap: 0.4rem;
  padding-bottom: 1rem;
  overflow-y: scroll;
  max-height: 250px;
}
.scenes_target_holder .scenes_holder .scenes .target_scene {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: start;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.scenes_target_holder .scenes_holder .scenes .target_scene:hover {
  background-color: #f1f1f1;
}
.scenes_target_holder .scenes_holder .scenes .target_scene:hover .targetSceneName {
  color: #1B1B1A;
}
.scenes_target_holder .scenes_holder .scenes .target_scene.active {
  background: #e1e1e1;
}
.scenes_target_holder .scenes_holder .scenes .target_scene img {
  height: 75px;
  width: auto;
}
.scenes_target_holder .scenes_holder .scenes .target_scene .targetSceneName {
  text-align: center;
  align-self: center;
  padding-left: 10px;
  transition: color 0.3s ease-in-out;
}
.scenes_target_holder .scenes_holder .scenes::-webkit-scrollbar {
  width: 10px;
}
.scenes_target_holder .scenes_holder .scenes::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  outline: 1px solid #dadada;
}
.scenes_target_holder #scene_change_update,
.scenes_target_holder #save_sceneChange_target {
  display: none;
}

.object-settings-content .edit_scenes_target_container {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  width: 100%;
}
.object-settings-content .edit_scenes_target_container .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.object-settings-content .edit_scenes_target_container .flx-sb span {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.object-settings-content .edit_scenes_target_container .flx-sb #open_scene_target {
  color: #3C6997;
  cursor: pointer;
}
.object-settings-content .scenes_holder h3 {
  display: none;
}
.object-settings-content .scenes_holder .target_scene {
  display: none;
}
.object-settings-content .scenes_holder .target_scene.active {
  display: block;
  text-align: center;
  background-color: #EBEBEA;
}
.object-settings-content .scenes_holder .target_scene.active img {
  height: 94px;
  max-width: 200px;
  pointer-events: none;
}

.sceneChangeTarget .sceneChange-title {
  display: none;
}
.sceneChangeTarget .sceneChangeTarget-title {
  display: block;
}
.sceneChangeTarget .upload-data {
  display: none;
}
.sceneChangeTarget #scene_change_submit,
.sceneChangeTarget #scene_change_update {
  display: none;
}
.sceneChangeTarget .scenes_holder {
  padding-top: 0;
}
.sceneChangeTarget #save_sceneChange_target {
  display: block;
}

.video_holder #yt_video_update {
  display: none;
}

#scene-menu {
  position: fixed;
  height: calc(100% - 64px);
  right: 0;
  bottom: 0;
  z-index: 32;
  width: min(416px, 100%);
  background-color: #FFF;
  display: none;
  flex-direction: column;
  padding: 24px 0 0 0;
  gap: 16px;
  box-shadow: 0 2px 16px #1b1b1a15;
}
#scene-menu.is-active {
  display: flex;
}
#scene-menu .customCheckbox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
#scene-menu .customCheckbox input[type=checkbox] {
  display: none;
}
#scene-menu .customCheckbox input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
#scene-menu .customCheckbox input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
#scene-menu .customCheckbox input[type=checkbox] + label {
  cursor: pointer;
}
#scene-menu .customCheckbox input[type=checkbox] + label .box_check {
  display: none;
}
#scene-menu .customCheckbox input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
#scene-menu .customCheckbox label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#scene-menu .customCheckbox label .box_uncheck {
  color: #8D8D8B;
}
#scene-menu .customCheckbox label .box_check {
  color: #8D8D8B;
}
#scene-menu .name_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  gap: 8px;
}
#scene-menu .name_holder input[type=text] {
  pointer-events: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #1B1B1A;
  border: none;
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (min-width: 768px) {
  #scene-menu .name_holder input[type=text] {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
#scene-menu .name_holder #go-back-scenes-menu {
  display: none;
}
#scene-menu .name_holder #go-back-scenes-menu.visible {
  display: inline-block;
}
#scene-menu .name_holder .close-menu {
  cursor: pointer;
}
#scene-menu .menu-tabs {
  display: flex;
  padding: 0 16px;
}
#scene-menu .menu-tabs .tab-btn {
  height: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #EBEBEA;
  color: #1B1B1A;
  border: 2px solid #EBEBEA;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: grid;
  place-items: center;
  cursor: pointer;
  text-transform: capitalize;
}
#scene-menu .menu-tabs .tab-btn.active {
  background-color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
#scene-menu .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#scene-menu .menu-css {
  display: none;
  padding: 16px 24px;
  flex-direction: column;
  gap: 40px;
  overflow-y: scroll;
}
#scene-menu .menu-css.visible {
  display: flex;
}
#scene-menu .menu-css .disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
}
#scene-menu .menu-css > div {
  display: flex;
}
#scene-menu .menu-css .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#scene-menu .menu-css .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#scene-menu .menu-css .col {
  flex-direction: column;
}
#scene-menu .menu-css .g-4 {
  gap: 4px;
}
#scene-menu .menu-css .g-8 {
  gap: 8px;
}
#scene-menu .menu-css .g-12 {
  gap: 12px;
}
#scene-menu .menu-css .g-16 {
  gap: 16px;
}
#scene-menu .menu-css .g-18 {
  gap: 18px;
}
#scene-menu .menu-css .g-24 {
  gap: 24px;
}
#scene-menu .menu-css .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#scene-menu .menu-css input[type=text] {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
}
@media only screen and (max-width: 1050px) {
  #scene-menu {
    height: calc(100% - 64px);
  }
}
@media only screen and (max-width: 416px) {
  #scene-menu .name_holder #go-back-scenes-menu {
    display: none;
  }
  #scene-menu .name_holder #go-back-scenes-menu.visible {
    display: block;
  }
  #scene-menu .menu-css {
    padding-inline: 16px;
  }
}
#scene-menu #setAsHomeSceneContainer #home-scene-msg {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #C4C4C4;
  display: none;
}
#scene-menu #setAsHomeSceneContainer.disabled {
  flex-direction: column;
  align-items: start;
  opacity: 1;
}
#scene-menu #setAsHomeSceneContainer.disabled #setAsHomeScene {
  display: none;
}
#scene-menu #setAsHomeSceneContainer.disabled #home-scene-msg {
  display: block;
}
#scene-menu .flx-info-bubble {
  display: flex;
  place-items: center;
  gap: 4px;
}
#scene-menu .flx-info-bubble .info-bubble {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#scene-menu .flx-info-bubble .info-bubble .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
#scene-menu .flx-info-bubble .info-bubble .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
#scene-menu .flx-info-bubble .info-bubble .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#scene-menu .flx-info-bubble .info-bubble .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#scene-menu .flx-info-bubble .info-bubble .tooltip.no-carret::before {
  display: none;
}
#scene-menu .flx-info-bubble .info-bubble:hover .tooltip {
  opacity: 1;
  margin-top: 0px;
}
#scene-menu .scene_image_holder {
  gap: 14px;
}
#scene-menu .scene_image_holder .scene_bg_image_upload {
  display: grid;
  place-items: center;
  cursor: pointer;
}
#scene-menu .scene_image_holder .scene_bg_image_upload img {
  pointer-events: none;
}
#scene-menu .audio_settings_holder, #scene-menu .audio_details_holder {
  display: none !important;
}
#scene-menu .audio_settings_holder.visible, #scene-menu .audio_details_holder.visible {
  display: flex !important;
}
#scene-menu .audio_details_holder {
  margin-top: 6px;
  gap: 8px;
}
#scene-menu .audio_details_holder .progress_circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(60, 105, 151, 0.3);
  border-left-color: #3C6997;
  animation: progress_spin 1s linear infinite;
  flex-shrink: 0;
  flex-grow: 0;
  display: none;
}
@keyframes progress_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#scene-menu .audio_details_holder #song-url {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#scene-menu .audio_details_holder #song-upload-status {
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
}
#scene-menu .audio_details_holder #cancel-song-upload {
  display: none;
}
#scene-menu .audio_details_holder #remove-song {
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
#scene-menu .audio_details_holder #remove-song:hover {
  color: #DD614A;
}
#scene-menu .audio_details_holder.uploading .progress_circle, #scene-menu .audio_details_holder.uploading #song-upload-status, #scene-menu .audio_details_holder.uploading #cancel-song-upload {
  display: block;
}
#scene-menu .audio_details_holder.uploading #remove-song {
  display: none;
}
#scene-menu .audio_settings_holder {
  gap: 14px;
}
#scene-menu .audio_settings_holder .volume_holder {
  gap: 8px;
}
#scene-menu .audio_settings_holder .volume_holder .toggleAmbientSound {
  margin: 0;
  cursor: pointer;
}
#scene-menu .audio_settings_holder .volume_holder .toggleAmbientSound #ambient-mute-on {
  display: none;
}
#scene-menu .audio_settings_holder .volume_holder .toggleAmbientSound #ambient-mute-off {
  display: block;
}
#scene-menu .audio_settings_holder .volume_holder .toggleAmbientSound #toggleAmbientSound {
  display: none;
}
#scene-menu .audio_settings_holder .volume_holder .toggleAmbientSound #toggleAmbientSound:checked ~ #ambient-mute-on {
  display: block;
}
#scene-menu .audio_settings_holder .volume_holder .toggleAmbientSound #toggleAmbientSound:checked ~ #ambient-mute-off {
  display: none;
}
#scene-menu .audio_settings_holder .volume_holder .slider {
  appearance: none;
  -webkit-appearance: none;
  background: #C4C4C4;
  width: 100%;
  height: 2px;
  outline: none;
}
#scene-menu .audio_settings_holder .volume_holder .slider::-webkit-slider-thumb {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 16px;
  height: 16px;
  border: 3px solid #6B9D11;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
}
#scene-menu .audio_settings_holder .volume_holder .slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 3px solid #6B9D11;
  border-radius: 50%;
  cursor: pointer;
}
#scene-menu .audio_settings_holder .volume_holder #ambient_volume_txt {
  margin: 0;
  color: #8D8D8B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
#scene-menu hr {
  margin: 0;
  height: 1px;
  background-color: #EBEBEA;
}
#scene-menu .cta-holder {
  display: flex;
  gap: 40px;
}
#scene-menu .cta-holder #delete_scene {
  color: #C4C4C4;
}
#scene-menu .elements_menu {
  display: none;
  flex-direction: column;
  gap: 8px;
  overflow-y: scroll;
}
#scene-menu .elements_menu.visible {
  display: flex;
}
#scene-menu .elements_menu .no_elements {
  padding: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
}
#scene-menu .elements_menu .delete-element:hover {
  cursor: pointer;
  color: #DD614A;
}
#scene-menu .elements_menu .elements_options {
  display: flex;
  place-items: center;
  padding: 16px 24px;
  gap: 24px;
  height: fit-content;
}
#scene-menu .elements_menu .elements_options.disabled {
  display: none;
}
#scene-menu .elements_menu .elements_options label[for=showSelectElements], #scene-menu .elements_menu .elements_options #delete_elements, #scene-menu .elements_menu .elements_options #cancel_select_elements {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#scene-menu .elements_menu .elements_options .customCheckbox, #scene-menu .elements_menu .elements_options #cancel_select_elements {
  display: none;
}
#scene-menu .elements_menu .elements_options #showSelectElements {
  display: none;
}
#scene-menu .elements_menu .elements_options #showSelectElements:checked + label {
  display: none;
}
#scene-menu .elements_menu .elements_options #showSelectElements:checked ~ .customCheckbox {
  display: flex;
}
#scene-menu .elements_menu .elements_options #showSelectElements:checked ~ #cancel_select_elements {
  display: block;
}
#scene-menu .elements_menu .elements_options #elements_options {
  display: none;
  gap: 24px;
  place-items: center;
}
#scene-menu .elements_menu .elements_options #elements_options .divider {
  width: 1px;
  height: 16px;
  background-color: #C4C4C4;
}
#scene-menu .elements_menu .elements_options #elements_options.visible {
  display: flex;
}
#scene-menu .elements_menu #elements-groups {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
#scene-menu .elements_menu #elements-groups .element-group {
  position: relative;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn {
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding: 24px;
  border-top: 1px solid #C4C4C4;
  gap: 16px;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder {
  display: flex;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox input[type=checkbox] {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox input[type=checkbox] + label {
  cursor: pointer;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox input[type=checkbox] + label .box_check {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox label .box_uncheck {
  color: #8D8D8B;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .elements-checkbox-holder .customCheckbox label .box_check {
  color: #6B9D11;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn.selected {
  background-color: #F4F4F4;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .group-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #1B1B1A;
  flex-grow: 1;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn .delete-element {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn.single .chevron {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-btn.single .delete-element {
  display: block;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements {
  margin: 0;
  display: none;
  flex-direction: column;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element {
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding: 24px;
  border-top: 1px solid #C4C4C4;
  gap: 16px;
  padding-left: 64px;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element.selected {
  background-color: #F4F4F4;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox input[type=checkbox] {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox input[type=checkbox] + label {
  cursor: pointer;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox input[type=checkbox] + label .box_check {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox label .box_uncheck {
  color: #8D8D8B;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .customCheckbox label .box_check {
  color: #6B9D11;
}
#scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element .element-title {
  flex-grow: 1;
  color: #545452;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#scene-menu .elements_menu #elements-groups .element-group.select-element .group-btn .elements-checkbox-holder .group-icon {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group.select-element .group-btn .elements-checkbox-holder .customCheckbox {
  display: flex;
}
#scene-menu .elements_menu #elements-groups .element-group.select-element .group-btn .delete-element {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group.select-element .group-elements .group-element .customCheckbox {
  display: flex;
}
#scene-menu .elements_menu #elements-groups .element-group.select-element .group-elements .group-element .delete-element {
  display: none;
}
#scene-menu .elements_menu #elements-groups .element-group.open .group-btn .chevron {
  transform: rotate(-180deg);
}
#scene-menu .elements_menu #elements-groups .element-group.open .group-elements {
  display: flex;
}
@media only screen and (max-width: 416px) {
  #scene-menu .elements_menu .elements_options {
    padding: 8px 16px;
  }
  #scene-menu .elements_menu #elements-groups .element-group .group-btn {
    padding: 20px 16px;
  }
  #scene-menu .elements_menu #elements-groups .element-group .group-elements .group-element {
    padding: 20px 16px 20px 56px;
  }
}

#mobile-world-dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  display: none;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  #mobile-world-dropdown {
    display: initial !important;
  }
}

.navbar-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 33;
}
.navbar-holder div.toolbar-hover {
  background-color: transparent !important;
}
.navbar-holder div.toolbar-hover .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  top: 50%;
  right: 0;
  transform: translate(-150%, 50%);
}
.navbar-holder div.toolbar-hover .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
.navbar-holder div.toolbar-hover .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
.navbar-holder div.toolbar-hover .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
.navbar-holder div.toolbar-hover .tooltip.no-carret::before {
  display: none;
}
.navbar-holder div.toolbar-hover:hover {
  background-color: #8EB44A;
}
.navbar-holder div.toolbar-hover:hover .tooltip {
  opacity: 1;
}
.navbar-holder .tour_poeple_wrapper {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 80px;
  display: flex;
}
.navbar-holder .tour_poeple_wrapper video,
.navbar-holder .tour_poeple_wrapper div {
  height: 100%;
}
.navbar-holder #navbar-holder {
  position: relative;
  background-color: #FFF;
  height: 64px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  box-shadow: 0 5px 8px #1b1b1a15;
  padding: 0 24px;
  user-select: none;
}
.navbar-holder #navbar-holder .left-nav-side {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navbar-holder #navbar-holder .left-nav-side h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #1B1B1A;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .navbar-holder #navbar-holder .left-nav-side h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
.navbar-holder #navbar-holder .left-nav-side #burger-menu {
  display: none;
}
.navbar-holder #navbar-holder .left-nav-side #exit_app {
  transform: rotateY(180deg);
}
.navbar-holder #navbar-holder .left-nav-side .world_names {
  justify-content: flex-start;
}
.navbar-holder #navbar-holder .left-nav-side .world_names #location_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar-holder #navbar-holder .middle-nav {
  justify-self: center;
  position: absolute;
}
.navbar-holder #navbar-holder .middle-nav .bagless_logo {
  height: 64px;
  width: auto;
  display: flex;
  align-items: center;
  z-index: 31;
}
.navbar-holder #navbar-holder .middle-nav .bagless_logo #bagless_logo {
  height: 24px;
  width: auto;
  cursor: pointer;
  max-width: none;
}
.navbar-holder #navbar-holder .right-nav-side {
  justify-self: end;
  min-width: 300px;
  display: flex;
  justify-content: end;
  gap: 24px;
  place-items: center;
  height: 64px;
}
.navbar-holder #navbar-holder .right-nav-side .leave_preview_mode {
  display: none;
}
.navbar-holder #navbar-holder .right-nav-side .leave_preview_mode.visible {
  display: flex;
}
.navbar-holder #navbar-holder .right-nav-side #shareToggle {
  color: #6B9D11;
}
.navbar-holder #navbar-holder .right-nav-side #usetiful_help {
  color: #3C6997;
}
.navbar-holder #navbar-holder .divider {
  font-size: 16px;
  color: #C4C4C4;
}
.navbar-holder #navbar-holder .clickable {
  transition: color 0.3s ease-in-out;
}
.navbar-holder #navbar-holder .clickable:hover {
  cursor: pointer;
  color: #343431;
}
.navbar-holder #navbar-holder #editorWord {
  padding-right: 7px;
  align-self: center;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0.5;
}
.navbar-holder #navbar-holder .avatar_holder {
  position: relative;
  grid-area: profile;
}
.navbar-holder #navbar-holder .avatar_holder .round-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.navbar-holder #navbar-holder .avatar_holder .round-wrapper img {
  width: 100%;
  max-height: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-holder #navbar-holder .avatar_holder .round-wrapper .local-video {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
}
.navbar-holder #navbar-holder .avatar_holder .round-wrapper .local-video.visible {
  opacity: 1;
}
.navbar-holder #navbar-holder .avatar_holder .round-wrapper .local-video video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-holder #navbar-holder .avatar_holder #user_mood {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #FFF;
  bottom: -2px;
  right: -2px;
  pointer-events: none;
}
.navbar-holder #navbar-holder .avatar_holder #user_mood.mood_1 {
  background-color: #6B9D11;
}
.navbar-holder #navbar-holder .avatar_holder #user_mood.mood_2 {
  background-color: #FE9000;
}
.navbar-holder #navbar-holder .avatar_holder #user_mood.mood_3 {
  background-color: #DD614A;
}
@media only screen and (max-width: 1000px), screen and (max-height: 600px) {
  .navbar-holder #navbar-holder .tobehide {
    display: none;
  }
  .navbar-holder #navbar-holder .right-nav-side {
    grid-template-columns: 1fr;
    grid-template-areas: "profile";
    justify-items: end;
    min-width: 0px;
  }
  .navbar-holder #navbar-holder .right-nav-side .leave_preview_mode.visible {
    display: none;
  }
  .navbar-holder #navbar-holder .right-nav-side .avatar_holder {
    position: fixed;
    right: 24px;
  }
  .navbar-holder #navbar-holder .right-nav-side #shareToggle {
    position: fixed;
    right: 84px;
  }
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 90%;
  }
  .navbar-holder #navbar-holder .left-nav-side #burger-menu {
    display: inline-block;
    cursor: pointer;
  }
  .navbar-holder #navbar-holder .left-nav-side .world_names #room_name {
    display: none;
  }
  .navbar-holder #navbar-holder .left-nav-side .world_names #world_names_divider {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .navbar-holder #navbar-holder {
    grid-template-columns: 80% 20%;
  }
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 100%;
  }
  .navbar-holder #navbar-holder .left-nav-side .world_names {
    max-width: 100%;
  }
  .navbar-holder #navbar-holder .middle-nav {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 500px;
  }
}
@media only screen and (max-width: 635px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 475px;
  }
}
@media only screen and (max-width: 610px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 450px;
  }
}
@media only screen and (max-width: 590px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 400px;
  }
}
@media only screen and (max-width: 560px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 375px;
  }
}
@media only screen and (max-width: 540px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 310px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 280px;
  }
}
@media only screen and (max-width: 440px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 250px;
  }
}
@media only screen and (max-width: 410px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 200px;
  }
}
@media only screen and (max-width: 350px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 180px;
  }
}
@media only screen and (max-width: 330px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 160px;
  }
}
@media only screen and (max-width: 310px) {
  .navbar-holder #navbar-holder .left-nav-side {
    max-width: 140px;
  }
}

.world-top-nav {
  position: fixed;
  left: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: space-between;
  z-index: 40;
  padding: 0 24px;
}
@media screen and (max-width: 992px) {
  .world-top-nav {
    top: 12px;
    padding: 0 12px;
  }
}
.world-top-nav__logo_area {
  cursor: pointer;
  display: flex;
  gap: 16px;
}
.world-top-nav__logo_area__logo img {
  width: 40px;
}
.world-top-nav__guided_mode_area {
  position: relative;
}
.world-top-nav__menu_area {
  background-color: #2E334366;
  height: 48px;
  border-radius: 30px;
  padding: 0 10px 0 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 992px) {
  .world-top-nav__menu_area {
    height: 36px;
    padding: 0 5px 0 5px;
  }
}
body.light_mode .world-top-nav__menu_area {
  background-color: white;
  border: 1px solid #DEDEDE;
}

.world-top-nav__menu_area > div {
  display: flex;
  align-items: center;
}
.world-top-nav__menu_area > div img {
  border-radius: 50%;
  max-width: unset;
}

.world-bottom-nav {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 45;
  padding: 0 16px;
  height: 1px;
  align-items: flex-end;
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav {
    /* Mobile portrait */
    padding: 0 4px;
  }
}
.world-bottom-nav__area {
  background-color: #11131A33;
  padding: 8px;
  height: 64px;
  display: flex;
  gap: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__area {
    height: 45px;
    gap: 8px;
    padding: 5px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav__area {
    /* Mobile portrait */
    height: auto;
  }
}
.world-bottom-nav__area > button {
  border: none;
}
.world-bottom-nav__area__item {
  border-radius: 8px;
  background-color: #2E3343;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 2px solid #2E3343;
  flex-shrink: 0;
  user-select: none;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__area__item {
    font-size: 13px;
  }
}
.world-bottom-nav__area__item.selected {
  border: 2px solid #6B9D11;
}
.world-bottom-nav__area__item.disabled {
  opacity: 0.2;
  pointer-events: none !important;
}
.world-bottom-nav__area__item.look-disabled {
  opacity: 0.2;
  cursor: default !important;
}
.world-bottom-nav__area__item img,
.world-bottom-nav__area__item svg {
  max-width: 100%;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__area__item img,
.world-bottom-nav__area__item svg {
    width: 20px;
    height: 20px;
  }
}
.world-bottom-nav__area__item .material-icons,
.world-bottom-nav__area__item .material-icons-outlined {
  font-size: 32px;
  color: white;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__area__item .material-icons,
.world-bottom-nav__area__item .material-icons-outlined {
    font-size: 20px;
  }
}
.world-bottom-nav__area__location {
  font-weight: 400;
  gap: 10px;
}
.world-bottom-nav__area__location .divider {
  height: 32px;
  width: 1px;
  background-color: #41454E;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__area__location .divider {
    display: none;
  }
}
.world-bottom-nav__area__location__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__area__location__name {
    display: none;
  }
}
.world-bottom-nav__area__enter-normal-mode {
  padding: 0 16px;
  font-weight: 500;
  background-color: #7CAF00;
  border: 2px solid #7CAF00;
}
.world-bottom-nav__area__enter-normal-mode__icons {
  display: none;
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav__area__enter-normal-mode {
    /* Mobile portrait */
    padding: 0 8px;
  }
  .world-bottom-nav__area__enter-normal-mode__text {
    display: none;
  }
  .world-bottom-nav__area__enter-normal-mode__icons {
    display: flex;
    gap: 8px;
  }
}
.world-bottom-nav__area__leave-preview-mode {
  padding: 0 16px;
  font-weight: 500;
  background-color: #C24C1A;
  border: 2px solid #C24C1A;
  display: none;
}
.world-bottom-nav__area__leave-preview-mode.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.world-bottom-nav__area__exit, .world-bottom-nav__area__item--danger {
  background-color: #C24C1A;
  border: 2px solid #C24C1A;
}
.world-bottom-nav__area__people {
  font-weight: 600;
  position: relative;
}
.world-bottom-nav__area__people__warning-icon {
  position: absolute;
  right: -12px;
  top: -12px;
  transform: scale(1.3);
}
.world-bottom-nav__area__people__warning-icon path {
  fill: #DD614A;
}
.world-bottom-nav__area__people__count {
  padding: 0 8px;
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav__area__people__count {
    /* Mobile portrait */
    padding: 0 6px;
  }
}
.world-bottom-nav__area__chat,
.world-bottom-nav__area .one-on-one__controls__chat {
  position: relative;
}
.world-bottom-nav__area__chat__badge,
.world-bottom-nav__area .one-on-one__controls__chat__badge {
  min-width: 16px;
  height: 16px;
  padding: 0 1px;
  background: #7CAF00;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: -8px;
}
.world-bottom-nav__center_area--absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .world-bottom-nav__center_area--absolute {
    bottom: 0;
  }
}
.world-bottom-nav #tuneMenu {
  left: 16px;
  bottom: 70px;
  top: unset;
}
@media screen and (max-width: 992px) {
  .world-bottom-nav #tuneMenu {
    min-width: 50%;
    bottom: 53px;
  }
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav #tuneMenu {
    /* Mobile portrait */
    left: 5px;
    bottom: 50px;
  }
}
.world-bottom-nav .world-bottom-nav-inner-wrapper {
  width: auto;
}
.world-bottom-nav .world-bottom-nav-inner-wrapper--limit-width {
  max-width: 37%;
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav .world-bottom-nav-inner-wrapper--limit-width {
    /* Mobile portrait */
    max-width: unset;
  }
}
.world-bottom-nav .world-bottom-nav__area__location {
  width: auto;
  overflow: hidden;
}
.world-bottom-nav .world-bottom-nav__left-area {
  width: max-content;
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav .world-bottom-nav__left-area {
    /* Mobile portrait */
    flex-direction: column-reverse;
  }
}
.world-bottom-nav__foldable {
  display: flex;
  flex-direction: column;
}
.world-bottom-nav__foldable__content > * {
  position: relative;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.world-bottom-nav__foldable__content.is-active > * {
  transform: translateY(0);
  opacity: 1;
}
.world-bottom-nav__foldable__trigger-wrapper {
  display: none;
}
.world-bottom-nav__foldable__trigger.is-active {
  border: 2px solid #7CAF00;
}
@media only screen and (max-width: 600px) {
  .world-bottom-nav__foldable {
    /* Mobile portrait */
  }
  .world-bottom-nav__foldable__content {
    overflow-y: hidden;
  }
  .world-bottom-nav__foldable__content > * {
    transform: translateY(100%);
    opacity: 0;
  }
  .world-bottom-nav__foldable__trigger-wrapper {
    display: flex;
  }
  .world-bottom-nav__foldable:not(.is-disable-foldable) .world-bottom-nav__foldable__content.is-hide {
    height: 0;
  }
}
.world-bottom-nav__foldable.is-disable-foldable .world-bottom-nav__foldable__content > * {
  transform: translateY(0);
  opacity: 1;
}
.world-bottom-nav__foldable.is-disable-foldable .world-bottom-nav__foldable__trigger-wrapper {
  display: none;
}

@keyframes fadeInQuickAccess {
  0% {
    transform: translate(-50%, -20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes slideFromLeft {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes slideFromLeft {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
.edit-mode .navbar-holder #navbar-holder .left-nav-side #exit_app {
  cursor: pointer;
  pointer-events: all;
}
.edit-mode .navbar-holder #navbar-holder .left-nav-side #exit_app {
  display: none;
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .left-nav-side #exit_app {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
  }
  .edit-mode .navbar-holder #navbar-holder .left-nav-side #exit_app::after {
    content: "|";
    color: #C4C4C4;
    font-size: 16px;
  }
}
.edit-mode .navbar-holder #navbar-holder .middle-nav .bagless_logo {
  height: auto;
  width: 135px;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side {
  width: auto;
  gap: 10px;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side #preview_mode {
  display: none;
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .right-nav-side #preview_mode {
    display: block;
    color: #3C6997;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
  }
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more {
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more {
    display: none;
  }
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more_dopdown {
  display: none;
  position: absolute;
  top: 52px;
  right: auto;
  width: min(100%, 300px);
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(27, 27, 26, 0.16);
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more_dopdown li #preview_mode {
  display: block;
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more_dopdown li #preview_mode {
    display: flex;
  }
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more_dopdown li span {
  padding: 12px;
  width: inherit;
  display: flex;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more_dopdown.is-active {
  display: block;
  padding: 12px;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .topnav_more_dopdown.is-active #exit_app {
  display: block;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side #publish_changes {
  background-color: #6B9D11;
  color: white;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side #publish_changes,
.edit-mode .navbar-holder #navbar-holder .right-nav-side #preview_mode,
.edit-mode .navbar-holder #navbar-holder .right-nav-side #toggleModes,
.edit-mode .navbar-holder #navbar-holder .right-nav-side .usetiful_help {
  cursor: pointer;
  pointer-events: all;
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .usetiful_help {
  display: none;
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .right-nav-side .usetiful_help {
    display: flex;
  }
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .right-nav-side .usetiful_help:before {
    content: "|";
    color: #C4C4C4;
    font-size: 16px;
    padding: 0 24px 0 0;
  }
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .goToViewMode {
  display: none;
}
@media only screen and (min-width: 800px) {
  .edit-mode .navbar-holder #navbar-holder .right-nav-side .goToViewMode {
    display: block;
  }
}
.edit-mode .navbar-holder #navbar-holder .right-nav-side .disabled {
  color: black;
  opacity: 0.2;
  pointer-events: none !important;
}

#players {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  height: 40px;
  width: 50%;
  border: 2px solid red;
  display: flex;
  z-index: -1000;
  transform: scale(0);
}
#players video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.myVideo {
  height: 100px;
  width: 100px;
  border: 2px solid yellow;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* This is to maintain the aspect ratio of the video */
  overflow: hidden;
  /* This is to hide the portion of the video that is not visible */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
  /* This disables the default object-fit behavior */
  object-position: 50% 0;
  /* This positions the video horizontally centered and at the top */
  transform: translateY(-50%);
  /* This centers the video vertically */
}

.navbar-button-active {
  color: #6B9D11;
}

.guided_mode_banner {
  width: 188px;
  left: -20px;
  height: 32px;
  background: white;
  top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guided_mode_banner span {
  font-weight: 500;
  font-size: 15px;
}

.tour_started_wrapper {
  width: 160px;
  height: 32px;
  background: white;
  top: 70px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour_started_wrapper span {
  font-weight: 500;
  font-size: 15px;
}

.world-top-nav__menu_area {
  position: relative;
}
.world-top-nav__menu_area .icon_menu {
  width: 24px;
}
@media screen and (max-width: 992px) {
  .world-top-nav__menu_area .icon_menu {
    width: 20px;
  }
}
.world-top-nav__menu_area .local-avatar {
  width: 34px;
}
@media screen and (max-width: 992px) {
  .world-top-nav__menu_area .local-avatar {
    width: 24px;
  }
}
.world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper {
  margin-right: 24px;
}
.world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper svg {
  width: 24px;
  display: none;
}
@media screen and (max-width: 992px) {
  .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper {
    /* Mobile portrait */
    margin-right: 0;
  }
  .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper img {
    display: none;
  }
  .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper svg {
    display: inline-block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper {
    /* Mobile landscape */
    margin-right: 0;
  }
  .is-mobile-mode .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper img {
    display: none;
  }
  .is-mobile-mode .world-top-nav__menu_area .world-top-nav__menu_area__image_wrapper svg {
    display: inline-block;
  }
}

#tidio-chat {
  z-index: 45 !important;
  bottom: 30px !important;
  right: -7px !important;
}
@media only screen and (max-width: 992px) {
  #tidio-chat {
    bottom: 12px !important;
  }
}
@media only screen and (max-width: 600px) {
  #tidio-chat {
    /* Mobile portrait */
    bottom: 50px !important;
    right: -8px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #tidio-chat {
    /* Mobile landscape */
    bottom: 46px !important;
    right: 0 !important;
  }
}

.tour-start {
  margin-top: 16px;
  margin-bottom: -16px;
}
.tour-start .input-field svg {
  color: #A1A7B4;
}
.tour-start .input-field svg path {
  fill: #A1A7B4;
}
.tour-start .input-field input, .tour-start .input-field input::placeholder,
.tour-start .input-field select,
.tour-start .input-field select::placeholder {
  color: #A1A7B4;
}
.tour-start .input-field--has-value svg {
  color: white;
}
.tour-start .input-field--has-value svg path {
  fill: white;
}
.tour-start .input-field--has-value input, .tour-start .input-field--has-value input::placeholder,
.tour-start .input-field--has-value select,
.tour-start .input-field--has-value select::placeholder {
  color: white;
}
.tour-start__visibility__description {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.tour-start__start-btn {
  height: 48px;
  border-radius: 8px;
  background-color: #2E3343;
  color: #FFFFFF66;
  cursor: default;
  font-size: 16px;
  outline: none;
  border: none;
}
.tour-start__start-btn--active {
  background-color: #7CAF00;
  color: white;
  font-weight: 500;
  cursor: pointer;
}
.tour-start__start-btn--active:hover {
  background-color: #8ec900;
}

.tour_poeple_wrapper {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 250px;
  z-index: 2;
}
.tour_poeple_wrapper #video-wrapper-guide {
  left: 20% !important;
}
.tour_poeple_wrapper .video-wrapper {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
}
.tour_poeple_wrapper .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: initial !important;
}
.tour_poeple_wrapper .tour-upper-wrapper {
  justify-content: center;
  display: flex;
  background: white;
  height: 44px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  align-items: center;
}
.tour_poeple_wrapper .tour-upper-wrapper span {
  text-align: center;
  text-overflow: ellipsis;
}
.tour_poeple_wrapper #join_tour {
  color: #6B9D11;
}
.tour_poeple_wrapper #cancel_tour {
  color: #DD614A;
}
.tour_poeple_wrapper #raise_tour_hand {
  color: #ffcf31;
}

.tour-middle-right-wrapper {
  height: 30px;
}
.tour-middle-right-wrapper video {
  height: 35px;
}

.tour-cta-menu-guide,
.tour-cta-menu-me,
.tour-cta-menu {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 12px;
  gap: 12px;
  border-radius: 2px;
  left: calc(50% - 90px);
  top: calc(100% - 52px);
  padding-bottom: 5px;
  padding-right: 4px;
}
.tour-cta-menu-guide .left,
.tour-cta-menu-me .left,
.tour-cta-menu .left {
  left: calc(50% - 55px) !important;
}
.tour-cta-menu-guide .cta-menu-item,
.tour-cta-menu-me .cta-menu-item,
.tour-cta-menu .cta-menu-item {
  cursor: pointer;
}
.tour-cta-menu-guide .cta-menu-item .disabled,
.tour-cta-menu-me .cta-menu-item .disabled,
.tour-cta-menu .cta-menu-item .disabled {
  cursor: not-allowed;
}
.tour-cta-menu-guide .cta-menu-item span,
.tour-cta-menu-me .cta-menu-item span,
.tour-cta-menu .cta-menu-item span {
  color: #fff;
}
.tour-cta-menu-guide .cta-menu-item.active span,
.tour-cta-menu-me .cta-menu-item.active span,
.tour-cta-menu .cta-menu-item.active span {
  color: #6B9D11;
}
.tour-cta-menu-guide p,
.tour-cta-menu-me p,
.tour-cta-menu p {
  display: none;
}

#tour-contributore-video {
  height: 300px;
  width: 300px;
}

.tour_people_wrapper_full_screen {
  position: fixed;
  bottom: 12px;
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 37;
}
.tour_people_wrapper_full_screen .tour_people_top {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 115px;
}
.tour_people_wrapper_full_screen .tour_people_bottom {
  background-color: #ffffff75;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
}
.tour_people_wrapper_full_screen .tour_people_controls_holder {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  flex-direction: column;
}
.tour_people_wrapper_full_screen .tour_people_controls_holder .tour_people_controls {
  display: flex;
  justify-content: center;
  width: auto;
  padding: 0 20px;
}
.tour_people_wrapper_full_screen .tour_people_controls_holder .tour_people_title {
  display: flex;
  justify-content: center;
  width: auto;
  padding: 0 20px;
  text-align: center;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.evo-me {
  position: relative;
  z-index: 1;
}
.evo-me .tour-camera-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* Set the desired height of the video container */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.evo-me .tour-camera-control {
  position: absolute;
  bottom: -12px;
  display: flex;
  justify-content: center;
  gap: 4px;
  z-index: 1;
}
.evo-me .tour-camera-control__item {
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background-color: #176DDD;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.evo-me .tour-camera-control__item svg {
  width: 20px;
  height: 20px;
}
.evo-me .tour-camera-control__item--mic-on, .evo-me .tour-camera-control__item--camera-on {
  background-color: #929DAB;
}
.evo-me .top-div {
  width: auto;
  /* Width can vary */
  text-align: center;
  position: absolute;
  top: -52px;
}
.evo-me .top-div .tour-camera-cta-menu,
.evo-me .top-div .tour-camera-cta-menu-guest,
.evo-me .top-div .tour-camera-cta-menu-guest-me,
.evo-me .top-div .tour-camera-cta_menu-guide-guest,
.evo-me .top-div .tour-camera-cta-menu-guest-guide {
  display: flex;
  z-index: 9;
  flex-direction: row;
  background-color: #FFF;
  padding: 12px;
  gap: 12px;
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  padding-bottom: 0;
  cursor: pointer;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
}
.evo-me .top-div .tour-camera-cta-menu .disabled,
.evo-me .top-div .tour-camera-cta-menu-guest .disabled,
.evo-me .top-div .tour-camera-cta-menu-guest-me .disabled,
.evo-me .top-div .tour-camera-cta_menu-guide-guest .disabled,
.evo-me .top-div .tour-camera-cta-menu-guest-guide .disabled {
  pointer-events: none;
  opacity: 0.4;
  user-select: none;
  cursor: not-allowed;
}
.evo-me .bottom-div {
  display: none;
  width: auto;
  /* Width can vary */
  text-align: center;
  position: absolute;
  bottom: -36px;
  background-color: #FFF;
  padding-left: 3px;
  padding-right: 3px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.evo-me .bottom-div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evo-me .bottom-div.hidden-element {
  display: none;
}
.evo-me .bottom-div:hover {
  display: block;
}
.evo-me video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.evo-me video.invert {
  transform: scaleX(-1);
}
.evo-me .audio-volume-indicator {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.evo-me .audio-volume-indicator__max {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.3;
}
.evo-me .audio-volume-indicator__value {
  background-color: #769E39;
  transform: scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.evo-me .welcome-check-micTest {
  width: 120px;
  height: 120px;
}
.evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 2px;
}
.evo-me .welcome-check-micTest .speaking-indicator {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.evo-me .mask {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.evo-me .mask video {
  border-radius: 50%;
}

.shown {
  display: block !important;
}

#follow-cursor {
  position: absolute;
  z-index: 10000;
}
#follow-cursor span {
  color: #fff;
  font-size: 55px;
  transform-origin: center center;
}

.tour-camera-wrapper .video-wrapper {
  width: 120px;
  height: 120px;
}
.tour-camera-wrapper .video-wrapper .mask, .tour-camera-wrapper .video-wrapper .mask img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tour-mode__media {
  position: fixed;
  bottom: 104px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 1;
  max-width: 100vw;
}
.tour-mode__media__avatar {
  position: absolute;
  top: 0;
  z-index: 1;
}
.tour-mode__media[data-layout-mode="circle.sm"] {
  bottom: 104px;
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"] {
  bottom: 60px;
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"].tour-mode__media--with-controls {
  bottom: 70px;
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"] .evo-me .tour-camera-container > .mask {
  width: 80px;
  height: 80px;
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"] .evo-me .welcome-check-micTest {
  width: 80px;
  height: 80px;
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"] .evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 2px;
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"] .evo-me .welcome-check-micTest .speaking-indicator {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.tour-mode__media[data-layout-mode="circle.mobile.sm"] .tour-camera-wrapper .video-wrapper {
  width: 80px;
  height: 80px;
}
.tour-mode__media[data-layout-mode="circle.mobile.md"] {
  bottom: 60px;
}
.tour-mode__media[data-layout-mode="circle.mobile.md"].tour-mode__media--with-controls {
  bottom: 70px;
}
.tour-mode__media[data-layout-mode="circle.md"] {
  bottom: 113px;
}
.tour-mode__media[data-layout-mode="circle.md"] .tour-camera-control {
  bottom: -21px;
}
.tour-mode__media[data-layout-mode="circle.mobile.lg"] {
  bottom: 65px;
}
.tour-mode__media[data-layout-mode="circle.mobile.lg"].tour-mode__media--with-controls {
  bottom: 70px;
}
.tour-mode__media[data-layout-mode="circle.mobile.lg"] .tour-camera-control {
  bottom: -13px;
}
.tour-mode__media[data-layout-mode="circle.md"], .tour-mode__media[data-layout-mode="circle.mobile.lg"] {
  gap: 12px;
}
.tour-mode__media[data-layout-mode="circle.md"] .evo-me .tour-camera-container > .mask, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .evo-me .tour-camera-container > .mask {
  width: 240px;
  height: 240px;
}
.tour-mode__media[data-layout-mode="circle.md"] .evo-me .welcome-check-micTest, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .evo-me .welcome-check-micTest {
  width: 240px;
  height: 240px;
}
.tour-mode__media[data-layout-mode="circle.md"] .evo-me .welcome-check-micTest.speaking-outline, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 4px;
}
.tour-mode__media[data-layout-mode="circle.md"] .evo-me .welcome-check-micTest .speaking-indicator, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .evo-me .welcome-check-micTest .speaking-indicator {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.tour-mode__media[data-layout-mode="circle.md"] .tour-camera-wrapper .video-wrapper, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .tour-camera-wrapper .video-wrapper {
  width: 240px;
  height: 240px;
}
.tour-mode__media[data-layout-mode="circle.md"] .tour-camera-control__item, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .tour-camera-control__item {
  width: 40px;
  height: 40px;
}
.tour-mode__media[data-layout-mode="circle.md"] .tour-camera-control__item svg, .tour-mode__media[data-layout-mode="circle.mobile.lg"] .tour-camera-control__item svg {
  width: 24px;
  height: 24px;
}
.tour-mode__media[data-layout-mode="circle.lg"] {
  top: 50%;
  bottom: unset;
  transform: translate3d(-50%, -50%, 0);
  gap: 32px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .evo-me .tour-camera-container > .mask {
  width: 480px;
  height: 480px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .evo-me .welcome-check-micTest {
  width: 480px;
  height: 480px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 4px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .evo-me .welcome-check-micTest .speaking-indicator {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.tour-mode__media[data-layout-mode="circle.lg"] .tour-camera-wrapper .video-wrapper {
  width: 480px;
  height: 480px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .tour-camera-control {
  bottom: -28px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .tour-camera-control__item {
  width: 56px;
  height: 56px;
}
.tour-mode__media[data-layout-mode="circle.lg"] .tour-camera-control__item svg {
  width: 32px;
  height: 32px;
}
.tour-mode__media[data-layout-mode="circle.leader"], .tour-mode__media[data-layout-mode="circle.mobile.leader"] {
  top: unset;
  left: unset;
  right: 16px;
  transform: none;
  bottom: 94px;
  min-width: 80px;
  min-height: 120px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=guide], .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -31px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor], .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] {
  position: relative;
  bottom: 18px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .tour-camera-container > .mask, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .tour-camera-container > .mask {
  border-radius: 16px;
  width: 460px;
  height: 340px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .tour-camera-container > .mask video, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .tour-camera-container > .mask video {
  border-radius: 16px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest {
  width: 460px;
  height: 340px;
  border-radius: 16px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest.speaking-outline, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 4px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest .speaking-indicator, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest .speaking-indicator {
  top: 20px;
  right: 5px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .video-wrapper, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .video-wrapper {
  width: 460px;
  height: 340px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control {
  bottom: -14px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item svg, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item svg {
  width: 24px;
  height: 24px;
}
.tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item--mic-off, .tour-mode__media[data-layout-mode="circle.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item--camera-off, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item--mic-off, .tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .tour-camera-control__item--camera-off {
  background-color: #2E3343;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] {
  min-width: 40px;
  min-height: 100px;
  bottom: 60px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: -40px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] .evo-me .tour-camera-container > .mask {
  width: 80px;
  height: 80px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] .evo-me .welcome-check-micTest {
  width: 80px;
  height: 80px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] .evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 2px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] .evo-me .welcome-check-micTest .speaking-indicator {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=guide] .tour-camera-wrapper .video-wrapper {
  width: 80px;
  height: 80px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .tour-camera-container > .mask {
  border-radius: 16px;
  width: 184px;
  height: 136px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .tour-camera-container > .mask video {
  border-radius: 16px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest {
  width: 184px;
  height: 136px;
  border-radius: 16px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest.speaking-outline {
  outline-width: 2px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .evo-me .welcome-check-micTest .speaking-indicator {
  top: 16px;
  right: 16px;
}
.tour-mode__media[data-layout-mode="circle.mobile.leader"] .tour-camera-wrapper[data-tour-mode-role=contributor] .video-wrapper {
  width: 184px;
  height: 136px;
}
.tour-mode__top-area {
  position: absolute;
  top: 0;
}
.tour-mode__layout-menu {
  position: absolute;
  bottom: 6px;
  right: -54px;
  padding: 16px;
  border-radius: 8px;
  background-color: #191B23;
}
@media only screen and (max-width: 600px) {
  .tour-mode__layout-menu {
    /* Mobile portrait */
    right: unset;
    left: 0;
  }
}
.tour-mode__layout-menu__label {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #C5C6D0;
}
.tour-mode__layout-menu__list {
  display: flex;
  gap: 8px;
}
.tour-mode__layout-menu__list__item {
  cursor: pointer;
  position: relative;
}
.tour-mode__layout-menu__list__item__img {
  width: 32px;
  max-width: 32px;
  opacity: 0.5;
}
.tour-mode__layout-menu__list__item:hover .tour-mode__layout-menu__list__item__img {
  opacity: 0.8;
}
.tour-mode__layout-menu__list__item--disabled .tour-mode__layout-menu__list__item__img {
  opacity: 0.5 !important;
}
.tour-mode__layout-menu__list__item--active .tour-mode__layout-menu__list__item__img {
  opacity: 1;
}
.tour-mode__layout-menu__list__item__tooltip {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 196px;
  border-radius: 8px;
  background-color: #C6CAD2;
  color: #2E3343;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.tour-mode__layout-menu__list__item:hover .tour-mode__layout-menu__list__item__tooltip {
  display: block;
}
.tour-mode__emoji-menu {
  position: absolute;
  bottom: 6px;
  right: -150px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #191B23;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tour-mode__emoji-menu__list {
  display: flex;
  gap: 8px;
}
.tour-mode__emoji-menu__list__item {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 32px;
}

.bottom-bar-room-settings .openToolbox {
  display: none;
  position: absolute;
  margin-top: -170px;
  margin-left: 4px;
  width: 48px;
  height: 48px;
  right: 16px;
  place-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 2px;
  cursor: pointer;
}
.bottom-bar-room-settings .openToolbox span {
  pointer-events: none;
}
.bottom-bar-room-settings .openToolbox::before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1050px) {
  .bottom-bar-room-settings .openToolbox {
    display: flex;
  }
}

#toolbox {
  height: 100vh;
  width: 56px;
}
#toolbox .header {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#toolbox .header h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width: 768px) {
  #toolbox .header h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
#toolbox .mini-tools-menu {
  display: flex;
  position: absolute;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  flex-direction: column;
  background-color: white;
  align-items: center;
  box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0px 2px 2px 0px;
}
@media only screen and (max-width: 1050px) {
  #toolbox .mini-tools-menu {
    display: none;
  }
}
#toolbox .mini-tools-menu li {
  display: flex;
  position: relative;
  padding: 8px;
  margin: 8px;
  cursor: pointer;
}
#toolbox .mini-tools-menu li svg {
  fill: #8D8D8B;
  pointer-events: none;
}
#toolbox .mini-tools-menu li i,
#toolbox .mini-tools-menu li span {
  color: #8D8D8B;
  pointer-events: none;
}
#toolbox .mini-tools-menu li .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translate(55px, -50%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
#toolbox .mini-tools-menu li .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 0;
  margin-left: -4px;
  transform: rotate(45deg);
}
#toolbox .mini-tools-menu li:hover {
  background: #EBEBEA;
  border-radius: 2px;
}
#toolbox .mini-tools-menu li:hover .tooltip {
  opacity: 1;
}
#toolbox .buttons-holder {
  opacity: 0;
  width: 360px;
  height: 648px;
  display: none;
  position: absolute;
  justify-content: start;
  left: 64px;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  flex-direction: column;
  background-color: white;
  box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0px 2px 2px 0px;
  align-items: flex-start;
  transition: opacity 1s;
  z-index: 2;
}
@media only screen and (max-width: 1050px) {
  #toolbox .buttons-holder {
    left: 0;
    width: 100vw;
    height: calc(100vh - 63px);
    z-index: 99;
    top: 63px;
    transform: none;
  }
}
#toolbox .buttons-holder.visible {
  display: flex;
  opacity: 1;
}
#toolbox .buttons-holder .maxi-tools-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}
#toolbox .buttons-holder .maxi-tools-menu .button {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  padding: 12px;
  height: 72px;
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(196, 196, 196, 0.48);
}
#toolbox .buttons-holder .maxi-tools-menu .button .txt {
  text-align: left;
  margin-left: 12px;
}
#toolbox .buttons-holder .maxi-tools-menu .button .icn {
  padding: 12px;
  color: #8D8D8B;
}
#toolbox .buttons-holder .maxi-tools-menu .button .new {
  background: rgba(60, 105, 151, 0.04);
  border: 1px solid #3C6997;
  border-radius: 2px;
  color: #3C6997;
  font-weight: 600;
}
#toolbox .buttons-holder .maxi-tools-menu .button .locked {
  background: rgba(254, 144, 0, 0.04);
  border: 1px solid #FE9000;
  border-radius: 2px;
  color: #FE9000;
  font-weight: 600;
}
#toolbox .buttons-holder .maxi-tools-menu .button .tour-mode {
  background: rgba(254, 144, 0, 0.04);
  border: 1px solid #6B9D11;
  border-radius: 2px;
  color: #6B9D11;
  font-weight: 600;
}

.search-box {
  padding: 0 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search-box .control {
  width: 100%;
}
.search-box .control span {
  pointer-events: all !important;
  cursor: pointer;
}
.search-box .search-tool-icn {
  display: block;
}
.search-box .reset-search-tool {
  display: none;
}
.search-box.has-results .search-tool-icn {
  display: none;
}
.search-box.has-results .reset-search-tool {
  display: block;
}

.user-list-container {
  display: flex;
  color: black;
  padding: 5px;
  font-size: 12px;
  border-bottom: solid 1px white;
  background-color: white;
  animation: slide-top 100ms linear both;
  border: solid 1px black;
  margin-top: 5px;
  margin-bottom: 5px;
}
.user-list-container div {
  text-align: center;
  transform: scale(0);
  transform-origin: 50% 50%;
  animation: bounce 500ms linear both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 50px;
}
.user-list-container .mobile-wrapper-upper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.user-list-container .mobile-wrapper-upper i {
  font-size: 2.5em;
}
.user-list-container .mobile-wrapper-upper img {
  width: 30px;
}
.user-list-container .user-list-user-info-button-wrapper {
  width: 100%;
}
.user-list-container .mobile-wrapper-lower {
  flex-basis: 21px;
  flex-grow: 0;
  flex-shrink: 0;
}

.users-notification-wrapper {
  position: absolute;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  right: 20px;
}

.users-container {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.user-list-to-global-wrapper {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 450px;
  background-color: #e4e4e4;
  padding: 10px;
  max-height: 419px;
  border: 2px solid black;
  overflow-y: scroll;
}

.mobile-user-list {
  display: none;
}

@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .user-list-to-global-wrapper {
    display: none !important;
  }

  .mobile-chat,
.mobile-user-list {
    display: initial;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90%;
    z-index: 100;
    background: white;
    display: flex;
    flex-direction: column;
  }
  .mobile-chat .mobile-user-close-list #close-users-list-mobile,
.mobile-user-list .mobile-user-close-list #close-users-list-mobile {
    position: absolute;
    display: grid;
    place-items: center;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 31;
    transition: opacity 0.3s ease-in-out;
    color: white;
  }
  .mobile-chat .mobile-header-image-wrapper,
.mobile-user-list .mobile-header-image-wrapper {
    display: flex;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
  }
  .mobile-chat .mobile-header-image-wrapper .image,
.mobile-user-list .mobile-header-image-wrapper .image {
    border-radius: 50%;
    overflow: hidden;
  }
  .mobile-chat .mobile-header-name-wrapper,
.mobile-user-list .mobile-header-name-wrapper {
    padding-left: 10px;
    flex: 0 0 50%;
  }
  .mobile-chat .mobile-header-name-wrapper-in-user-list,
.mobile-user-list .mobile-header-name-wrapper-in-user-list {
    padding-left: 10px;
    flex: 0 0 40%;
  }
  .mobile-chat .mobile-header-name-upper,
.mobile-user-list .mobile-header-name-upper {
    font-weight: 900;
    color: black !important;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-chat .disabled,
.mobile-user-list .disabled {
    pointer-events: none;
    color: black;
    cursor: not-allowed;
    opacity: 40%;
  }

  .mobile-header-wrapper {
    height: 45px;
    margin-top: 5px;
    display: flex;
    justify-content: space-around;
  }

  .border-shadow {
    box-shadow: 0 4px 5px -5px #333;
  }

  .mobile-header-name-wrapper-is-userlist {
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .mobile-header-back-button-wrapper,
.mobile-header-icon-2,
.mobile-header-icon-1 {
    width: 50px;
  }
  .mobile-header-back-button-wrapper #closeMobileUserList,
.mobile-header-back-button-wrapper #jumpToUserMobile,
.mobile-header-back-button-wrapper #videoChatMobile,
.mobile-header-back-button-wrapper #closeMobileChat,
.mobile-header-icon-2 #closeMobileUserList,
.mobile-header-icon-2 #jumpToUserMobile,
.mobile-header-icon-2 #videoChatMobile,
.mobile-header-icon-2 #closeMobileChat,
.mobile-header-icon-1 #closeMobileUserList,
.mobile-header-icon-1 #jumpToUserMobile,
.mobile-header-icon-1 #videoChatMobile,
.mobile-header-icon-1 #closeMobileChat {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #7baf00;
  }

  .mobile-header-icon-wrapper {
    display: flex;
    color: #7baf00;
  }

  .mobile-header-name-lower {
    font-size: 12px;
    color: #9c9c9c;
  }

  .mobile-message-content-wrapper {
    height: 100%;
  }

  .message-box {
    background: white;
  }

  .message-box .message-submit {
    height: 40px;
    background: #7baf00;
    font-weight: 900;
    margin-top: 10px;
  }

  .message-box .message-input {
    background: #e2e2e2;
    border: none;
    outline: none !important;
    resize: none;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding-right: 20px;
    width: 335px;
    border-radius: 20px;
    padding-left: 15px;
  }

  .messages {
    height: 100%;
  }
  .messages .message .timestamp {
    color: black;
  }
  .messages .new {
    color: black;
  }
}
#mobilePeopleCount {
  margin-top: 7px;
}

.action-room-invite img {
  width: 20px;
}

.mobile-seperator-title-wrapper {
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 5px;
  border: solid 1px black;
}
.mobile-seperator-title-wrapper p {
  color: black;
  font-size: 12px;
  margin: 0;
  margin-left: 5px;
  font-weight: bold;
}

.mCSB_container .mobile-header-wrapper {
  border: 1px solid black;
}
.mCSB_container .mobile-seperator-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}

.user-list-user-info {
  flex: 0 0 30%;
}
.user-list-user-info .mobile-header-name-upper {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 10px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-list-user-info .mobile-header-name-lower {
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 9px;
  text-decoration: underline;
  font-weight: bolder;
}

.other-user-avatar {
  border: 1px solid;
  border-radius: 50%;
  overflow: hidden;
}

.no-border {
  border: none !important;
}

.main-wrapper nav {
  position: absolute;
  z-index: 1;
}

.preloader {
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999999999;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader.inactive {
  pointer-events: none;
  user-select: none;
}

.percent-text {
  position: absolute;
  top: 20px;
  font-size: 12px;
  color: white;
}

.image-loader {
  width: 100%;
  height: 100%;
  position: a;
  position: relative;
}
.image-loader img {
  position: absolute;
  top: 0;
}
.image-loader .main {
  opacity: 40%;
}

.imageWrapper {
  position: relative;
  width: 100px;
}

#loader {
  width: 100vw;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
}

.dot {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 5px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}
.dot span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.loader-wrapper {
  position: absolute;
  height: 200px;
  bottom: 0;
  z-index: 10000;
}

.edit_profile_holder section,
.guest-welcome-modal-holder section,
#profile-editing section {
  display: flex;
  flex-direction: column;
}
.edit_profile_holder section label,
.guest-welcome-modal-holder section label,
#profile-editing section label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
  color: #1B1B1A;
}
.edit_profile_holder section input[type=text],
.guest-welcome-modal-holder section input[type=text],
#profile-editing section input[type=text] {
  height: 48px;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  padding: 12px 25px 12px 16px;
  text-overflow: ellipsis;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  background: #272a31;
  display: block;
  width: 100%;
  border-radius: 8px;
  color: #A1A7B4;
  padding-left: 40px;
  border: none;
  min-height: 48px !important;
  height: 48px !important;
}
.edit_profile_holder section.current-avatar,
.guest-welcome-modal-holder section.current-avatar,
#profile-editing section.current-avatar {
  position: relative;
  flex-direction: row;
  margin-top: 30px;
  gap: 24px;
}
.edit_profile_holder section.current-avatar .round-wrapper,
.guest-welcome-modal-holder section.current-avatar .round-wrapper,
#profile-editing section.current-avatar .round-wrapper {
  height: auto;
  position: relative;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.edit_profile_holder section.current-avatar .round-wrapper img,
.guest-welcome-modal-holder section.current-avatar .round-wrapper img,
#profile-editing section.current-avatar .round-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.edit_profile_holder section.current-avatar .round-wrapper .option-avatar,
.guest-welcome-modal-holder section.current-avatar .round-wrapper .option-avatar,
#profile-editing section.current-avatar .round-wrapper .option-avatar {
  opacity: 0.7;
}
.edit_profile_holder section.current-avatar #uploadAvatar,
.edit_profile_holder section.current-avatar #cancelUploadAvatar,
.edit_profile_holder section.current-avatar #deleteAvatar,
.guest-welcome-modal-holder section.current-avatar #uploadAvatar,
.guest-welcome-modal-holder section.current-avatar #cancelUploadAvatar,
.guest-welcome-modal-holder section.current-avatar #deleteAvatar,
#profile-editing section.current-avatar #uploadAvatar,
#profile-editing section.current-avatar #cancelUploadAvatar,
#profile-editing section.current-avatar #deleteAvatar {
  align-self: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #3C6997;
  cursor: pointer;
}
.edit_profile_holder .field label,
.guest-welcome-modal-holder .field label,
#profile-editing .field label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
  color: #1B1B1A;
}
.edit_profile_holder .avatar-selection,
.guest-welcome-modal-holder .avatar-selection,
#profile-editing .avatar-selection {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-rows: minmax(100px, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - var(--gutter) * 2);
  overflow-x: scroll;
}
@media only screen and (min-width: 768px) {
  .edit_profile_holder .avatar-selection,
.guest-welcome-modal-holder .avatar-selection,
#profile-editing .avatar-selection {
    overflow-x: hidden;
  }
}
.edit_profile_holder .avatar-selection .round-wrapper,
.guest-welcome-modal-holder .avatar-selection .round-wrapper,
#profile-editing .avatar-selection .round-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .edit_profile_holder .avatar-selection .round-wrapper,
.guest-welcome-modal-holder .avatar-selection .round-wrapper,
#profile-editing .avatar-selection .round-wrapper {
    width: 70px;
    height: 94px;
  }
}
.edit_profile_holder .avatar-selection .round-wrapper img,
.guest-welcome-modal-holder .avatar-selection .round-wrapper img,
#profile-editing .avatar-selection .round-wrapper img {
  position: relative;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 5px;
}
.edit_profile_holder .avatar-selection .round-wrapper .radio,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio,
#profile-editing .avatar-selection .round-wrapper .radio {
  margin: 0 0 10px;
}
.edit_profile_holder .avatar-selection .round-wrapper .radio__input,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input,
#profile-editing .avatar-selection .round-wrapper .radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.edit_profile_holder .avatar-selection .round-wrapper .radio__label,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label,
#profile-editing .avatar-selection .round-wrapper .radio__label {
  display: block;
  padding: 0 0 0 17px;
  cursor: pointer;
  position: relative;
}
.edit_profile_holder .avatar-selection .round-wrapper .radio__label:before,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:before,
#profile-editing .avatar-selection .round-wrapper .radio__label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #6B9D11;
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.edit_profile_holder .avatar-selection .round-wrapper .radio__label:after,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:after,
#profile-editing .avatar-selection .round-wrapper .radio__label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #6B9D11;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.edit_profile_holder .avatar-selection .round-wrapper .radio .chosen:before,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio .chosen:before,
#profile-editing .avatar-selection .round-wrapper .radio .chosen:before {
  border-color: #6B9D11;
}
.edit_profile_holder .avatar-selection .round-wrapper .radio .chosen:after,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio .chosen:after,
#profile-editing .avatar-selection .round-wrapper .radio .chosen:after {
  transform: scale(1, 1);
}
.edit_profile_holder .avatar-selection .round-wrapper .radio__input:checked + .edit_profile_holder .avatar-selection .round-wrapper .radio__label:before,
.edit_profile_holder .avatar-selection .round-wrapper .radio__input:checked + .guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:before,
.edit_profile_holder .avatar-selection .round-wrapper .radio__input:checked + #profile-editing .avatar-selection .round-wrapper .radio__label:before,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input:checked + .edit_profile_holder .avatar-selection .round-wrapper .radio__label:before,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input:checked + .guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:before,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input:checked + #profile-editing .avatar-selection .round-wrapper .radio__label:before,
#profile-editing .avatar-selection .round-wrapper .radio__input:checked + .edit_profile_holder .avatar-selection .round-wrapper .radio__label:before,
#profile-editing .avatar-selection .round-wrapper .radio__input:checked + .guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:before,
#profile-editing .avatar-selection .round-wrapper .radio__input:checked + #profile-editing .avatar-selection .round-wrapper .radio__label:before {
  border-color: #6B9D11;
}
.edit_profile_holder .avatar-selection .round-wrapper .radio__input:checked + .edit_profile_holder .avatar-selection .round-wrapper .radio__label:after,
.edit_profile_holder .avatar-selection .round-wrapper .radio__input:checked + .guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:after,
.edit_profile_holder .avatar-selection .round-wrapper .radio__input:checked + #profile-editing .avatar-selection .round-wrapper .radio__label:after,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input:checked + .edit_profile_holder .avatar-selection .round-wrapper .radio__label:after,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input:checked + .guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:after,
.guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__input:checked + #profile-editing .avatar-selection .round-wrapper .radio__label:after,
#profile-editing .avatar-selection .round-wrapper .radio__input:checked + .edit_profile_holder .avatar-selection .round-wrapper .radio__label:after,
#profile-editing .avatar-selection .round-wrapper .radio__input:checked + .guest-welcome-modal-holder .avatar-selection .round-wrapper .radio__label:after,
#profile-editing .avatar-selection .round-wrapper .radio__input:checked + #profile-editing .avatar-selection .round-wrapper .radio__label:after {
  transform: scale(1, 1);
}
.edit_profile_holder .avatar-selection label .input-hidden,
.guest-welcome-modal-holder .avatar-selection label .input-hidden,
#profile-editing .avatar-selection label .input-hidden {
  position: absolute;
}
.edit_profile_holder .avatar-selection .chosen .round-wrapper img,
.guest-welcome-modal-holder .avatar-selection .chosen .round-wrapper img,
#profile-editing .avatar-selection .chosen .round-wrapper img {
  background: greenyellow;
}
.edit_profile_holder .modal-card-foot,
.guest-welcome-modal-holder .modal-card-foot,
#profile-editing .modal-card-foot {
  align-items: baseline;
  flex-direction: column;
}
.edit_profile_holder .modal-card-foot .checkbox,
.guest-welcome-modal-holder .modal-card-foot .checkbox,
#profile-editing .modal-card-foot .checkbox {
  margin-left: 10px;
}
.edit_profile_holder .login-btns a,
.guest-welcome-modal-holder .login-btns a,
#profile-editing .login-btns a {
  padding: 0 10px;
}
.edit_profile_holder .join-guest-header,
.guest-welcome-modal-holder .join-guest-header,
#profile-editing .join-guest-header {
  display: none;
  background: white;
  display: block;
  padding: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEA;
  margin-bottom: 16px;
}
.edit_profile_holder .join-guest-header .modal-title h1,
.guest-welcome-modal-holder .join-guest-header .modal-title h1,
#profile-editing .join-guest-header .modal-title h1 {
  margin-top: 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #1B1B1A;
}
@media only screen and (min-width: 768px) {
  .edit_profile_holder .join-guest-header .modal-title h1,
.guest-welcome-modal-holder .join-guest-header .modal-title h1,
#profile-editing .join-guest-header .modal-title h1 {
    font-size: 23px;
    line-height: 29px;
  }
}
.edit_profile_holder .join-guest-header .login-back,
.guest-welcome-modal-holder .join-guest-header .login-back,
#profile-editing .join-guest-header .login-back {
  cursor: pointer;
}

.welcome_holder .modal-card {
  width: 90vw;
}
@media only screen and (min-width: 480px) {
  .welcome_holder .modal-card {
    width: 380px;
  }
}
.welcome_holder .modal-card .modal-card-head {
  justify-content: center;
  background-color: white;
  padding: 32px;
}
.welcome_holder .modal-card .modal-card-head .bagless-logo {
  width: 135px;
  height: 24px;
}
.welcome_holder .modal-card .icon-header {
  width: 100%;
}
.welcome_holder .buttons {
  align-items: center;
  flex-direction: column;
}
.welcome_holder .buttons .buttn {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .welcome_holder .buttons .buttn {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.welcome_holder .buttons .buttn.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.welcome_holder .buttons .buttn.primary:hover {
  background-color: #8EB44A;
}
.welcome_holder .buttons .buttn.primary:active {
  background-color: #577D13;
}
.welcome_holder .buttons .buttn.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.welcome_holder .buttons .buttn.info {
  color: #FFF;
  background-color: #3C6997;
}
.welcome_holder .buttons .buttn.info:hover {
  background-color: #4881b9;
}
.welcome_holder .buttons .buttn.info:active {
  background-color: #2e5175;
}
.welcome_holder .buttons .buttn.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.welcome_holder .buttons .buttn.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.welcome_holder .buttons .buttn.secondary:hover {
  border-color: #D2D2D2;
}
.welcome_holder .buttons .buttn.secondary:active {
  border-color: #9C9C9B;
}
.welcome_holder .buttons .buttn.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.welcome_holder .buttons .buttn.secondary-fill:hover {
  background-color: #4881b9;
}
.welcome_holder .buttons .buttn.secondary-fill:active {
  background-color: #2e5175;
}
.welcome_holder .buttons .buttn.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.welcome_holder .buttons .buttn.tertiary:hover {
  background-color: #F0F3F7;
}
.welcome_holder .buttons .buttn.tertiary:active {
  background-color: #E0E7EE;
}
.welcome_holder .buttons .buttn.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.welcome_holder .buttons .buttn.grow {
  flex-grow: 1;
}
.welcome_holder .buttons p {
  margin-bottom: 20px;
}

.no-scrollbar {
  margin-bottom: 0;
  padding-bottom: 0;
}
.orange {
  color: #FE9000;
}

input#guest-avatar-name.small {
  width: 80%;
}

.login-signup-buttons {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.login-signup-buttons button {
  height: 40px;
  border-radius: 2px;
  border: none;
  color: #FFF;
  width: 35%;
  border-radius: 8px;
}
.login-signup-buttons button.primary {
  background-color: #6B9D11;
}
.login-signup-buttons button.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
}
.login-signup-buttons button#welcome-login-btn {
  background-color: white;
  border: 1px solid #627440;
  color: #6b9d11;
}

.input-with-avatar {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.avatar-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 25px;
}

.input-with-avatar-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.avatar {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
}

.name-input {
  flex-grow: 1;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  /* Optional: for rounded corners on the input */
}

.isEmbeded-modal-holder {
  position: absolute;
  bottom: 0;
  top: inherit;
  height: 20%;
  z-index: 9004;
}
.isEmbeded-modal-holder .modal-content {
  background-color: transparent !important;
  box-shadow: none !important;
  position: absolute;
  top: initial;
  position: absolute;
  top: 0;
}
.isEmbeded-modal-holder footer {
  border-top: none !important;
}
.isEmbeded-modal-holder footer button {
  color: white;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px !important;
  background-color: #6B9D11 !important;
}

.guest-welcome-modal-holder {
  z-index: 9003;
}
.guest-welcome-modal-holder .edit-profile-header {
  justify-content: flex-start;
}
.guest-welcome-modal-holder .edit-profile-header img {
  width: 35px;
}
.guest-welcome-modal-holder .modal-content {
  width: min(715px, 95vw) !important;
}
.guest-welcome-modal-holder footer {
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
}
.guest-welcome-modal-holder .footer-aligned {
  display: flex;
  align-items: center;
}

.meeting-mode {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #11131A80;
  display: none;
}
.meeting-mode--visible {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meeting-mode__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.meeting-mode__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.meeting-mode__grid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px);
  max-width: 1552px;
  height: auto;
  max-height: calc(100vh - 158px);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-items: center;
  align-items: center;
  align-content: center;
  transition: grid-template-columns 0.3s, grid-template-rows 0.3s;
}
.meeting-mode__grid--1-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .meeting-mode__grid--1-item {
    /* Mobile portrait */
    display: grid;
    width: calc(100% - 16px);
    gap: 12px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .meeting-mode__grid--1-item .meeting-mode__media-container {
    width: 100%;
    height: 100%;
  }
}
.meeting-mode__grid--1-item .meeting-mode__media-container {
  aspect-ratio: 16/9;
}
.meeting-mode__grid--2-items {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 600px) {
  .meeting-mode__grid--2-items {
    /* Mobile portrait */
    display: grid;
    width: calc(100% - 16px);
    gap: 12px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .meeting-mode__grid--2-items .meeting-mode__media-container {
    width: 100%;
    height: 100%;
  }
}
.meeting-mode__grid--3-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
.meeting-mode__grid--3-items .meeting-mode__video-row--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  gap: 18px;
}
.meeting-mode__grid--3-items .meeting-mode__video-row--bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.meeting-mode__grid--3-items .meeting-mode__video-row--bottom .meeting-mode__media-container {
  width: calc(50% - 9px);
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .meeting-mode__grid--3-items {
    /* Mobile portrait */
    display: grid;
    width: calc(100% - 16px);
    gap: 12px;
    ggrid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
  .meeting-mode__grid--3-items .meeting-mode__media-container:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .meeting-mode__grid--3-items .meeting-mode__media-container:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .meeting-mode__grid--3-items .meeting-mode__media-container:nth-child(3) {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
  }
  .meeting-mode__grid--3-items .meeting-mode__video-row {
    grid-template-columns: 1fr !important;
  }
  .meeting-mode__grid--3-items .meeting-mode__media-container {
    width: 100% !important;
    height: 100% !important;
  }
}
.meeting-mode__grid--multi-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (max-width: 600px) {
  .meeting-mode__grid--multi-items {
    /* Mobile portrait */
    top: 52px;
    left: 50%;
    max-height: calc(100vh - 112px);
    transform: translateX(-50%);
    display: grid;
    width: calc(100% - 16px);
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
  }
  .meeting-mode__grid--multi-items .meeting-mode__media-container {
    width: 100%;
    height: 100%;
  }
  .meeting-mode__grid--multi-items .meeting-mode__media {
    object-fit: cover;
  }
  .meeting-mode__grid--multi-items .meeting-mode__video-row {
    grid-template-columns: 1fr !important;
  }
  .meeting-mode__grid--multi-items > .meeting-mode__media-container:last-child {
    grid-column: 1/span 2;
    justify-self: center;
    width: 60%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode__grid--multi-items {
    /* Mobile landscape */
    top: 15px;
    left: 50%;
    max-height: calc(100vh - 74px);
    transform: translateX(-50%);
    gap: 8px;
  }
}
.meeting-mode__grid--multi-items .meeting-mode__video-row {
  display: grid;
  width: 100%;
  height: 100%;
  gap: 18px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode__grid--multi-items .meeting-mode__video-row {
    /* Mobile landscape */
    gap: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .meeting-mode__grid--multi-items .meeting-mode__video-row {
    /* Mobile portrait */
    gap: 16px;
  }
}
.meeting-mode__video-row {
  width: 100%;
  max-width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  flex: 1 1 0%;
  overflow: hidden;
  padding: 2px 2px;
}
.meeting-mode__media-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, max-width 0.2s;
}
.meeting-mode__media {
  border: 2px solid;
  transition: border-color 0.3s ease;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-color: transparent;
}
.meeting-mode__avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2E3343;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 32px;
  font-weight: 500;
  z-index: 1;
}
.meeting-mode__name {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.meeting-mode__audio-indicator {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 2px;
  z-index: 3;
}
.meeting-mode__audio-indicator-bar {
  width: 3px;
  height: 6px;
  background-color: #7CAF00;
  border-radius: 1px;
}
.meeting-mode__audio-indicator-bar:nth-child(1), .meeting-mode__audio-indicator-bar:nth-child(3) {
  animation: audio-pulse-sides 0.5s alternate infinite;
}
.meeting-mode__audio-indicator-bar:nth-child(2) {
  animation: audio-pulse-middle 0.5s alternate infinite;
}
.meeting-mode__controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 3;
}
.meeting-mode__control-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2E3343;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.meeting-mode__control-button:hover {
  background-color: #383f52;
}
.meeting-mode__control-button--end-call {
  background-color: #E53935;
}
.meeting-mode__control-button--end-call:hover {
  background-color: #e84f4c;
}
.meeting-mode__control-button--active {
  background-color: #7CAF00;
}
.meeting-mode__control-button--active:hover {
  background-color: #8ec900;
}
.meeting-mode__control-button svg {
  width: 24px;
  height: 24px;
  color: white;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode.on-chat-open:not(.screen-sharing-active) .meeting-mode__wrapper {
    /* Mobile landscape */
    width: calc(50vw - 16px);
  }
}
@media only screen and (min-width: 601px) {
  .is-desktop-mode .meeting-mode.on-chat-open:not(.screen-sharing-active) .meeting-mode__wrapper {
    /* Mobile landscape */
    width: calc(100vw - 436px);
  }
}
.meeting-mode.screen-sharing-active .meeting-mode__wrapper {
  display: grid;
  grid-template-rows: 125px auto;
  grid-template-columns: 1fr;
  grid-template-areas: "media-list" "pinned-media";
  position: absolute;
  left: 16px;
  top: 16px;
  width: calc(100vw - 32px);
  height: calc(100vh - 98px);
}
@media screen and (max-width: 992px) {
  .meeting-mode.screen-sharing-active .meeting-mode__wrapper {
    height: calc(100vh - 78px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode.screen-sharing-active .meeting-mode__wrapper {
    /* Mobile landscape */
    grid-template-rows: 1fr;
    grid-template-columns: auto 174px;
    grid-template-areas: "pinned-media media-list";
    grid-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .meeting-mode.screen-sharing-active .meeting-mode__wrapper {
    /* Mobile portrait */
    grid-template-rows: auto 125px;
    grid-template-areas: "pinned-media" "media-list";
  }
}
.meeting-mode.screen-sharing-active .meeting-mode__pinned-area {
  grid-area: pinned-media;
  display: block;
  max-width: 1552px;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.meeting-mode.screen-sharing-active .meeting-mode__pinned-area__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode.screen-sharing-active .meeting-mode__pinned-video {
    /* Mobile landscape */
    background: transparent;
  }
}
.meeting-mode.screen-sharing-active .meeting-mode__media-container {
  width: auto;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.meeting-mode.screen-sharing-active .meeting-mode__media {
  object-fit: contain;
}
.meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
  z-index: 3;
}
.meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls__fullscreen, .meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls__exit-fullscreen {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #2E334399;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls__fullscreen svg, .meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls__exit-fullscreen svg {
  width: 24px;
  height: 24px;
}
.meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls__fullscreen:hover, .meeting-mode.screen-sharing-active .meeting-mode__media__screen-controls__exit-fullscreen:hover {
  background-color: #2E3343CC;
}
.meeting-mode.screen-sharing-active .meeting-mode__grid {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  display: flex;
  flex-direction: row;
  width: calc(100% - 172px);
  max-width: 1552px;
  height: auto;
  max-height: none;
  margin: 0 auto 0;
  padding: 12px 0;
  overflow-x: auto;
  gap: 12px;
}
.meeting-mode.screen-sharing-active .meeting-mode__grid::-webkit-scrollbar {
  height: 8px;
}
.meeting-mode.screen-sharing-active .meeting-mode__grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.meeting-mode.screen-sharing-active .meeting-mode__grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable {
  grid-area: media-list;
}
@media screen and (max-width: 992px) {
  .meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable {
    width: calc(100% - 152px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable {
    /* Mobile landscape */
    width: 100%;
    height: calc(100% - 32px);
    margin: 0;
    position: relative;
    top: 34px;
    transform: none;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable {
    /* Mobile portrait */
    width: 100%;
  }
}
.meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable .meeting-mode__media-container {
  min-width: 160px;
  min-height: 90px;
  max-width: 200px;
  width: 180px;
  height: 101px;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  cursor: pointer;
  transition: border 0.2s, box-shadow 0.2s;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable .meeting-mode__media-container {
    /* Mobile landscape */
    max-width: 100%;
  }
}
.meeting-mode.screen-sharing-active .meeting-mode__grid--scrollable .meeting-mode__media-container.active {
  border: 3px solid #7CAF00;
  box-shadow: 0 4px 16px rgba(124, 175, 0, 0.2);
}

.world_names {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 70%;
  gap: 6px;
  color: #1B1B1A;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.take-seat .modal-content section {
  display: flex;
  flex-direction: column;
}
.take-seat .modal-content section label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
  color: #1B1B1A;
}
.take-seat .modal-content section video {
  max-width: 192px;
  max-height: 108px;
  margin-top: 24px;
}
.take-seat .modal-content section.wrapper-container {
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  display: none;
}
.take-seat .modal-content section.wrapper-container .wrapper {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #F4F4F4;
  padding: 8px 12px;
}
.take-seat .modal-content section.wrapper-container .wrapper span {
  color: #8D8D8B;
}
.take-seat .modal-content section .row-dir {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.take-seat .modal-content section .row-dir .custom-select,
.take-seat .modal-content section .row-dir .col-dir {
  flex-grow: 1;
}
.take-seat .modal-content section .row-dir .col-dir {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 530px) {
  .take-seat .modal-content section .row-dir .col-dir {
    width: 80%;
  }
}
.take-seat .modal-content section .row-dir .col-dir .pids-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.take-seat .modal-content section .row-dir .col-dir .pids-wrapper .pid {
  height: 3px;
  width: 5%;
}
.take-seat .modal-content section .row-dir .moveUp {
  margin-top: -11px;
}
.take-seat .modal-content section .spacer {
  width: 38.28px;
}
@media only screen and (max-width: 530px) {
  .take-seat .modal-content section.wrapper-container {
    display: flex;
  }
  .take-seat .modal-content section .row-dir {
    display: block;
  }
  .take-seat .modal-content section .row-dir.centered {
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
  }
  .take-seat .modal-content section .toBeHide {
    display: none;
  }
}

#enter_room_request,
#locker_room {
  position: relative;
}
#enter_room_request fieldset,
#locker_room fieldset {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
#enter_room_request fieldset p,
#locker_room fieldset p {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
#enter_room_request fieldset .wrapper,
#locker_room fieldset .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
#enter_room_request fieldset .wrapper.source-device,
#locker_room fieldset .wrapper.source-device {
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 10px;
}
#enter_room_request fieldset .wrapper.source-device i,
#locker_room fieldset .wrapper.source-device i {
  width: 50px;
  color: #b8b8b8;
}
#enter_room_request fieldset .wrapper.source-device select,
#locker_room fieldset .wrapper.source-device select {
  flex-grow: 1;
  border: 1px solid #ccc;
  outline-color: #ccc;
  max-width: 85%;
}
#enter_room_request fieldset .wrapper.source-indicators,
#locker_room fieldset .wrapper.source-indicators {
  flex-direction: column;
}
#enter_room_request fieldset .wrapper.source-indicators video,
#locker_room fieldset .wrapper.source-indicators video {
  width: 110px;
  height: auto;
  max-height: 110px;
  margin-inline: auto;
}
#enter_room_request fieldset .wrapper.source-indicators .pids-wrapper,
#locker_room fieldset .wrapper.source-indicators .pids-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#enter_room_request fieldset .wrapper.source-indicators .pids-wrapper .pid,
#locker_room fieldset .wrapper.source-indicators .pids-wrapper .pid {
  height: 5px;
  width: 5%;
}
#enter_room_request fieldset .wrapper section,
#locker_room fieldset .wrapper section {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
}
#enter_room_request fieldset .wrapper section label,
#locker_room fieldset .wrapper section label {
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}
#enter_room_request fieldset .wrapper section .presetSlider,
#locker_room fieldset .wrapper section .presetSlider {
  height: 0px;
}
#enter_room_request fieldset .wrapper section .presetSlider .checkbox,
#locker_room fieldset .wrapper section .presetSlider .checkbox {
  display: none;
}
#enter_room_request fieldset .wrapper section .presetSlider .checkbox:checked + label .slider-btn,
#locker_room fieldset .wrapper section .presetSlider .checkbox:checked + label .slider-btn {
  background: #45c1e0;
}
#enter_room_request fieldset .wrapper section .presetSlider .checkbox:checked + label .slider-btn:after,
#locker_room fieldset .wrapper section .presetSlider .checkbox:checked + label .slider-btn:after {
  margin-left: 100%;
  background: linear-gradient(to right, #ececec, #f3f3f3);
  transform: translateX(-100%) rotate(180deg);
}
#enter_room_request fieldset .wrapper section .presetSlider .slider-btn,
#locker_room fieldset .wrapper section .presetSlider .slider-btn {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: content-box;
  width: 70px;
  border: 3px solid;
  border-top-color: #f3f3f3;
  border-left-color: #f3f3f3;
  border-bottom-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-radius: 23px;
  height: 30px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3);
  background: #7f7f7f;
  cursor: pointer;
  transform: translateY(-50%);
}
#enter_room_request fieldset .wrapper section .presetSlider .slider-btn i,
#locker_room fieldset .wrapper section .presetSlider .slider-btn i {
  color: #444;
}
#enter_room_request fieldset .wrapper section .presetSlider .slider-btn::after,
#locker_room fieldset .wrapper section .presetSlider .slider-btn::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #bbbbbb, #f3f3f3);
  transition: all 0.3s ease-in-out;
  border: 4px solid #FFF;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  left: 0;
}
#enter_room_request fieldset input[type=submit],
#locker_room fieldset input[type=submit] {
  padding: 5px 0;
  text-transform: uppercase;
  margin-top: 20px;
}

#enter_room_request {
  position: absolute;
  top: 0;
  display: none;
}

.test-sound {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: center;
  cursor: pointer;
}
.test-sound.disabled {
  pointer-events: none;
}
.test-sound.active span {
  color: #6B9D11;
}

.margin-left-5 {
  margin-left: 5px;
}

.media-settings-form .modal-content section {
  display: flex;
  flex-direction: column;
}
.media-settings-form .modal-content section label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
  margin-left: 5px;
  color: #1B1B1A;
}
.media-settings-form .modal-content section video {
  max-width: 192px;
  max-height: 108px;
  margin-inline: auto;
  margin-top: 24px;
}
.media-settings-form .modal-content section .pids-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.media-settings-form .modal-content section .pids-wrapper .pid {
  height: 3px;
  width: 5%;
}
@media only screen and (max-width: 480px) {
  .media-settings-form .video-wrapper {
    text-align: left !important;
  }
}

.settings-modal {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #191B23;
}
.settings-modal__sidebar {
  width: 250px;
  background-color: #11131A;
  display: flex;
  flex-direction: column;
  transition: width 0.3s;
  padding: 40px 24px;
}
.settings-modal__sidebar__header {
  font-size: 24px;
  margin-bottom: 24px;
}
.settings-modal__sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.settings-modal__sidebar__menu-item {
  display: flex;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.settings-modal__sidebar__menu-item--active {
  background-color: #191B23;
}
.settings-modal__sidebar__menu-item:hover {
  background-color: #242632;
}
.settings-modal__sidebar__menu-item img, .settings-modal__sidebar__menu-item svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.settings-modal__sidebar__menu-item span {
  font-size: 14px;
  font-weight: 600;
}
.settings-modal__content {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  height: min(90vh, 656px);
  max-height: 90vh;
}
.settings-modal__content__section {
  padding: 32px;
}
.settings-modal__content__section-header {
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #1D1F27;
}
.settings-modal__content__section-header h3 {
  font-size: 20px;
  margin: 0;
}
.settings-modal__content__section__close-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: #EFF0FA;
}
.settings-modal__content__section__close-btn span {
  font-size: 24px;
}
.settings-modal__content__section__field {
  margin-bottom: 33px;
}
.settings-modal__content__section__field__label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
.settings-modal__content__section__field__input {
  position: relative;
}
.settings-modal__content__section__field__input__prefix, .settings-modal__content__section__field__input__suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.settings-modal__content__section__field__input__prefix svg, .settings-modal__content__section__field__input__suffix svg {
  width: 24px;
  height: 24px;
}
.settings-modal__content__section__field__input__prefix {
  left: 16px;
}
.settings-modal__content__section__field__input__suffix {
  right: 16px;
}
.settings-modal__content__section__field__input select {
  width: 100%;
  padding: 12px 56px;
  font-size: 16px;
  color: #EFF0FA;
  background-color: #272A31;
  border: none;
  outline: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.settings-modal__content__section__field-inline {
  display: flex;
  gap: 16px;
}
.settings-modal__content__micro-test {
  gap: 8px;
}
.settings-modal__content__micro-test__progress {
  display: flex;
  height: 8px;
  width: 100%;
  border-radius: 100px;
  background-color: #272A31;
  overflow: hidden;
}
.settings-modal__content__micro-test__progress__percent {
  background-color: #2572ED;
  height: 100%;
  transition: width 50ms;
}
.settings-modal__content__micro-test img, .settings-modal__content__micro-test svg {
  width: 24px;
  height: 24px;
}
.settings-modal__content__speaker-test-btn {
  font-size: 16px;
  cursor: pointer;
  background-color: #444954;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 108px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.settings-modal__content__speaker-test-btn:hover {
  background-color: #4f5562;
}
.settings-modal__content__speaker-test-btn--testing {
  background-color: #7CAF00;
}
.settings-modal__content__speaker-test-btn--testing:hover {
  background-color: #8ec900;
}
.settings-modal__content__speaker-test-btn svg, .settings-modal__content__speaker-test-btn img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.settings-modal__content__switch {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
.settings-modal__content__switch img, .settings-modal__content__switch svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.settings-modal__content__switch__input {
  width: 40px;
  height: 24px;
  appearance: none;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #2E3038;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.settings-modal__content__switch__input:checked {
  background: #007bff;
  border-color: #007bff;
}
.settings-modal__content__switch__input:disabled {
  background: #e0e0e0;
  cursor: default;
}
.settings-modal__content__switch__input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #2E3038;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}
.settings-modal__content__switch__input:checked::before {
  transform: translateX(17px);
  background: #fff;
}

/*! bulma-social v2.1.0 | MIT License | github.com/aldi/bulma-social */
.button {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.no-animation {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

a {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.button.is-apple {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

.button.is-apple.is-hovered,
.button.is-apple:hover {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

.button.is-apple.is-focused,
.button.is-apple:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-apple.is-focused:not(:active),
.button.is-apple:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}

.button.is-apple.is-active,
.button.is-apple:active {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

.button.is-apple[disabled],
fieldset[disabled] .button.is-apple {
  background-color: #000;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-apple.is-inverted {
  background-color: #fff;
  color: #000;
}

.button.is-apple.is-inverted.is-hovered,
.button.is-apple.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-apple.is-inverted[disabled],
fieldset[disabled] .button.is-apple.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.button.is-apple.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-apple.is-outlined {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.button.is-apple.is-outlined.is-focused,
.button.is-apple.is-outlined.is-hovered,
.button.is-apple.is-outlined:focus,
.button.is-apple.is-outlined:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.button.is-apple.is-outlined.is-loading::after {
  border-color: transparent transparent #000 #000 !important;
}

.button.is-apple.is-outlined.is-loading.is-focused::after,
.button.is-apple.is-outlined.is-loading.is-hovered::after,
.button.is-apple.is-outlined.is-loading:focus::after,
.button.is-apple.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-apple.is-outlined[disabled],
fieldset[disabled] .button.is-apple.is-outlined {
  background-color: transparent;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.button.is-apple.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-apple.is-inverted.is-outlined.is-focused,
.button.is-apple.is-inverted.is-outlined.is-hovered,
.button.is-apple.is-inverted.is-outlined:focus,
.button.is-apple.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #000;
}

.button.is-apple.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-apple.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-apple.is-inverted.is-outlined.is-loading:focus::after,
.button.is-apple.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #000 #000 !important;
}

.button.is-apple.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-apple.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-apple.is-light {
  background-color: #f5f5f5;
  color: #919191;
}

.button.is-apple.is-light.is-hovered,
.button.is-apple.is-light:hover {
  background-color: #eee;
  border-color: transparent;
  color: #919191;
}

.button.is-apple.is-light.is-active,
.button.is-apple.is-light:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #919191;
}

.button.is-bitbucket {
  background-color: #204f7e;
  border-color: transparent;
  color: #fff;
}

.button.is-bitbucket.is-hovered,
.button.is-bitbucket:hover {
  background-color: #1d4974;
  border-color: transparent;
  color: #fff;
}

.button.is-bitbucket.is-focused,
.button.is-bitbucket:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-bitbucket.is-focused:not(:active),
.button.is-bitbucket:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 79, 126, 0.25);
  box-shadow: 0 0 0 0.125em rgba(32, 79, 126, 0.25);
}

.button.is-bitbucket.is-active,
.button.is-bitbucket:active {
  background-color: #1b426a;
  border-color: transparent;
  color: #fff;
}

.button.is-bitbucket[disabled],
fieldset[disabled] .button.is-bitbucket {
  background-color: #204f7e;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-bitbucket.is-inverted {
  background-color: #fff;
  color: #204f7e;
}

.button.is-bitbucket.is-inverted.is-hovered,
.button.is-bitbucket.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-bitbucket.is-inverted[disabled],
fieldset[disabled] .button.is-bitbucket.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #204f7e;
}

.button.is-bitbucket.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-bitbucket.is-outlined {
  background-color: transparent;
  border-color: #204f7e;
  color: #204f7e;
}

.button.is-bitbucket.is-outlined.is-focused,
.button.is-bitbucket.is-outlined.is-hovered,
.button.is-bitbucket.is-outlined:focus,
.button.is-bitbucket.is-outlined:hover {
  background-color: #204f7e;
  border-color: #204f7e;
  color: #fff;
}

.button.is-bitbucket.is-outlined.is-loading::after {
  border-color: transparent transparent #204f7e #204f7e !important;
}

.button.is-bitbucket.is-outlined.is-loading.is-focused::after,
.button.is-bitbucket.is-outlined.is-loading.is-hovered::after,
.button.is-bitbucket.is-outlined.is-loading:focus::after,
.button.is-bitbucket.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-bitbucket.is-outlined[disabled],
fieldset[disabled] .button.is-bitbucket.is-outlined {
  background-color: transparent;
  border-color: #204f7e;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #204f7e;
}

.button.is-bitbucket.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-bitbucket.is-inverted.is-outlined.is-focused,
.button.is-bitbucket.is-inverted.is-outlined.is-hovered,
.button.is-bitbucket.is-inverted.is-outlined:focus,
.button.is-bitbucket.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #204f7e;
}

.button.is-bitbucket.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-bitbucket.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-bitbucket.is-inverted.is-outlined.is-loading:focus::after,
.button.is-bitbucket.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #204f7e #204f7e !important;
}

.button.is-bitbucket.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-bitbucket.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-bitbucket.is-light {
  background-color: #eff5fb;
  color: #3782cd;
}

.button.is-bitbucket.is-light.is-hovered,
.button.is-bitbucket.is-light:hover {
  background-color: #e4eef8;
  border-color: transparent;
  color: #3782cd;
}

.button.is-bitbucket.is-light.is-active,
.button.is-bitbucket.is-light:active {
  background-color: #dae8f6;
  border-color: transparent;
  color: #3782cd;
}

.button.is-discord {
  background-color: #7289da;
  border-color: transparent;
  color: #fff;
}

.button.is-discord.is-hovered,
.button.is-discord:hover {
  background-color: #6881d7;
  border-color: transparent;
  color: #fff;
}

.button.is-discord.is-focused,
.button.is-discord:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-discord.is-focused:not(:active),
.button.is-discord:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(114, 137, 218, 0.25);
  box-shadow: 0 0 0 0.125em rgba(114, 137, 218, 0.25);
}

.button.is-discord.is-active,
.button.is-discord:active {
  background-color: #5e78d5;
  border-color: transparent;
  color: #fff;
}

.button.is-discord[disabled],
fieldset[disabled] .button.is-discord {
  background-color: #7289da;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-discord.is-inverted {
  background-color: #fff;
  color: #7289da;
}

.button.is-discord.is-inverted.is-hovered,
.button.is-discord.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-discord.is-inverted[disabled],
fieldset[disabled] .button.is-discord.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7289da;
}

.button.is-discord.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-discord.is-outlined {
  background-color: transparent;
  border-color: #7289da;
  color: #7289da;
}

.button.is-discord.is-outlined.is-focused,
.button.is-discord.is-outlined.is-hovered,
.button.is-discord.is-outlined:focus,
.button.is-discord.is-outlined:hover {
  background-color: #7289da;
  border-color: #7289da;
  color: #fff;
}

.button.is-discord.is-outlined.is-loading::after {
  border-color: transparent transparent #7289da #7289da !important;
}

.button.is-discord.is-outlined.is-loading.is-focused::after,
.button.is-discord.is-outlined.is-loading.is-hovered::after,
.button.is-discord.is-outlined.is-loading:focus::after,
.button.is-discord.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-discord.is-outlined[disabled],
fieldset[disabled] .button.is-discord.is-outlined {
  background-color: transparent;
  border-color: #7289da;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7289da;
}

.button.is-discord.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-discord.is-inverted.is-outlined.is-focused,
.button.is-discord.is-inverted.is-outlined.is-hovered,
.button.is-discord.is-inverted.is-outlined:focus,
.button.is-discord.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #7289da;
}

.button.is-discord.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-discord.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-discord.is-inverted.is-outlined.is-loading:focus::after,
.button.is-discord.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #7289da #7289da !important;
}

.button.is-discord.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-discord.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-discord.is-light {
  background-color: #eff1fb;
  color: #2a45a2;
}

.button.is-discord.is-light.is-hovered,
.button.is-discord.is-light:hover {
  background-color: #e5e9f8;
  border-color: transparent;
  color: #2a45a2;
}

.button.is-discord.is-light.is-active,
.button.is-discord.is-light:active {
  background-color: #dbe1f5;
  border-color: transparent;
  color: #2a45a2;
}

.button.is-dropbox {
  background-color: #0061ff;
  border-color: transparent;
  color: #fff;
}

.button.is-dropbox.is-hovered,
.button.is-dropbox:hover {
  background-color: #005cf2;
  border-color: transparent;
  color: #fff;
}

.button.is-dropbox.is-focused,
.button.is-dropbox:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-dropbox.is-focused:not(:active),
.button.is-dropbox:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 97, 255, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 97, 255, 0.25);
}

.button.is-dropbox.is-active,
.button.is-dropbox:active {
  background-color: #0057e6;
  border-color: transparent;
  color: #fff;
}

.button.is-dropbox[disabled],
fieldset[disabled] .button.is-dropbox {
  background-color: #0061ff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-dropbox.is-inverted {
  background-color: #fff;
  color: #0061ff;
}

.button.is-dropbox.is-inverted.is-hovered,
.button.is-dropbox.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-dropbox.is-inverted[disabled],
fieldset[disabled] .button.is-dropbox.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0061ff;
}

.button.is-dropbox.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dropbox.is-outlined {
  background-color: transparent;
  border-color: #0061ff;
  color: #0061ff;
}

.button.is-dropbox.is-outlined.is-focused,
.button.is-dropbox.is-outlined.is-hovered,
.button.is-dropbox.is-outlined:focus,
.button.is-dropbox.is-outlined:hover {
  background-color: #0061ff;
  border-color: #0061ff;
  color: #fff;
}

.button.is-dropbox.is-outlined.is-loading::after {
  border-color: transparent transparent #0061ff #0061ff !important;
}

.button.is-dropbox.is-outlined.is-loading.is-focused::after,
.button.is-dropbox.is-outlined.is-loading.is-hovered::after,
.button.is-dropbox.is-outlined.is-loading:focus::after,
.button.is-dropbox.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dropbox.is-outlined[disabled],
fieldset[disabled] .button.is-dropbox.is-outlined {
  background-color: transparent;
  border-color: #0061ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0061ff;
}

.button.is-dropbox.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-dropbox.is-inverted.is-outlined.is-focused,
.button.is-dropbox.is-inverted.is-outlined.is-hovered,
.button.is-dropbox.is-inverted.is-outlined:focus,
.button.is-dropbox.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #0061ff;
}

.button.is-dropbox.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-dropbox.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dropbox.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dropbox.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #0061ff #0061ff !important;
}

.button.is-dropbox.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dropbox.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-dropbox.is-light {
  background-color: #ebf2ff;
  color: #005bf0;
}

.button.is-dropbox.is-light.is-hovered,
.button.is-dropbox.is-light:hover {
  background-color: #deeaff;
  border-color: transparent;
  color: #005bf0;
}

.button.is-dropbox.is-light.is-active,
.button.is-dropbox.is-light:active {
  background-color: #d1e3ff;
  border-color: transparent;
  color: #005bf0;
}

.button.is-facebook {
  background-color: #1877f2;
  border-color: transparent;
  color: #fff;
}

.button.is-facebook.is-hovered,
.button.is-facebook:hover {
  background-color: #0e70f0;
  border-color: transparent;
  color: #fff;
}

.button.is-facebook.is-focused,
.button.is-facebook:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-facebook.is-focused:not(:active),
.button.is-facebook:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(24, 119, 242, 0.25);
  box-shadow: 0 0 0 0.125em rgba(24, 119, 242, 0.25);
}

.button.is-facebook.is-active,
.button.is-facebook:active {
  background-color: #0d6ae4;
  border-color: transparent;
  color: #fff;
}

.button.is-facebook[disabled],
fieldset[disabled] .button.is-facebook {
  background-color: #1877f2;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-facebook.is-inverted {
  background-color: #fff;
  color: #1877f2;
}

.button.is-facebook.is-inverted.is-hovered,
.button.is-facebook.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-facebook.is-inverted[disabled],
fieldset[disabled] .button.is-facebook.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1877f2;
}

.button.is-facebook.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-facebook.is-outlined {
  background-color: transparent;
  border-color: #1877f2;
  color: #1877f2;
}

.button.is-facebook.is-outlined.is-focused,
.button.is-facebook.is-outlined.is-hovered,
.button.is-facebook.is-outlined:focus,
.button.is-facebook.is-outlined:hover {
  background-color: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.button.is-facebook.is-outlined.is-loading::after {
  border-color: transparent transparent #1877f2 #1877f2 !important;
}

.button.is-facebook.is-outlined.is-loading.is-focused::after,
.button.is-facebook.is-outlined.is-loading.is-hovered::after,
.button.is-facebook.is-outlined.is-loading:focus::after,
.button.is-facebook.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-facebook.is-outlined[disabled],
fieldset[disabled] .button.is-facebook.is-outlined {
  background-color: transparent;
  border-color: #1877f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1877f2;
}

.button.is-facebook.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-facebook.is-inverted.is-outlined.is-focused,
.button.is-facebook.is-inverted.is-outlined.is-hovered,
.button.is-facebook.is-inverted.is-outlined:focus,
.button.is-facebook.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #1877f2;
}

.button.is-facebook.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-facebook.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-facebook.is-inverted.is-outlined.is-loading:focus::after,
.button.is-facebook.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #1877f2 #1877f2 !important;
}

.button.is-facebook.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-facebook.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-facebook.is-light {
  background-color: #ecf4fe;
  color: #0c63d4;
}

.button.is-facebook.is-light.is-hovered,
.button.is-facebook.is-light:hover {
  background-color: #e0edfd;
  border-color: transparent;
  color: #0c63d4;
}

.button.is-facebook.is-light.is-active,
.button.is-facebook.is-light:active {
  background-color: #d4e5fd;
  border-color: transparent;
  color: #0c63d4;
}

.button.is-flickr {
  background-color: #ff0084;
  border-color: transparent;
  color: #fff;
}

.button.is-flickr.is-hovered,
.button.is-flickr:hover {
  background-color: #f2007d;
  border-color: transparent;
  color: #fff;
}

.button.is-flickr.is-focused,
.button.is-flickr:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-flickr.is-focused:not(:active),
.button.is-flickr:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 0, 132, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 0, 132, 0.25);
}

.button.is-flickr.is-active,
.button.is-flickr:active {
  background-color: #e60077;
  border-color: transparent;
  color: #fff;
}

.button.is-flickr[disabled],
fieldset[disabled] .button.is-flickr {
  background-color: #ff0084;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-flickr.is-inverted {
  background-color: #fff;
  color: #ff0084;
}

.button.is-flickr.is-inverted.is-hovered,
.button.is-flickr.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-flickr.is-inverted[disabled],
fieldset[disabled] .button.is-flickr.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff0084;
}

.button.is-flickr.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-flickr.is-outlined {
  background-color: transparent;
  border-color: #ff0084;
  color: #ff0084;
}

.button.is-flickr.is-outlined.is-focused,
.button.is-flickr.is-outlined.is-hovered,
.button.is-flickr.is-outlined:focus,
.button.is-flickr.is-outlined:hover {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}

.button.is-flickr.is-outlined.is-loading::after {
  border-color: transparent transparent #ff0084 #ff0084 !important;
}

.button.is-flickr.is-outlined.is-loading.is-focused::after,
.button.is-flickr.is-outlined.is-loading.is-hovered::after,
.button.is-flickr.is-outlined.is-loading:focus::after,
.button.is-flickr.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-flickr.is-outlined[disabled],
fieldset[disabled] .button.is-flickr.is-outlined {
  background-color: transparent;
  border-color: #ff0084;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff0084;
}

.button.is-flickr.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-flickr.is-inverted.is-outlined.is-focused,
.button.is-flickr.is-inverted.is-outlined.is-hovered,
.button.is-flickr.is-inverted.is-outlined:focus,
.button.is-flickr.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ff0084;
}

.button.is-flickr.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-flickr.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-flickr.is-inverted.is-outlined.is-loading:focus::after,
.button.is-flickr.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #ff0084 #ff0084 !important;
}

.button.is-flickr.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-flickr.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-flickr.is-light {
  background-color: #ffebf5;
  color: #e60077;
}

.button.is-flickr.is-light.is-hovered,
.button.is-flickr.is-light:hover {
  background-color: #ffdeef;
  border-color: transparent;
  color: #e60077;
}

.button.is-flickr.is-light.is-active,
.button.is-flickr.is-light:active {
  background-color: #ffd1e9;
  border-color: transparent;
  color: #e60077;
}

.button.is-foursquare {
  background-color: #f94877;
  border-color: transparent;
  color: #fff;
}

.button.is-foursquare.is-hovered,
.button.is-foursquare:hover {
  background-color: #f93b6e;
  border-color: transparent;
  color: #fff;
}

.button.is-foursquare.is-focused,
.button.is-foursquare:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-foursquare.is-focused:not(:active),
.button.is-foursquare:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(249, 72, 119, 0.25);
  box-shadow: 0 0 0 0.125em rgba(249, 72, 119, 0.25);
}

.button.is-foursquare.is-active,
.button.is-foursquare:active {
  background-color: #f82f64;
  border-color: transparent;
  color: #fff;
}

.button.is-foursquare[disabled],
fieldset[disabled] .button.is-foursquare {
  background-color: #f94877;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-foursquare.is-inverted {
  background-color: #fff;
  color: #f94877;
}

.button.is-foursquare.is-inverted.is-hovered,
.button.is-foursquare.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-foursquare.is-inverted[disabled],
fieldset[disabled] .button.is-foursquare.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f94877;
}

.button.is-foursquare.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-foursquare.is-outlined {
  background-color: transparent;
  border-color: #f94877;
  color: #f94877;
}

.button.is-foursquare.is-outlined.is-focused,
.button.is-foursquare.is-outlined.is-hovered,
.button.is-foursquare.is-outlined:focus,
.button.is-foursquare.is-outlined:hover {
  background-color: #f94877;
  border-color: #f94877;
  color: #fff;
}

.button.is-foursquare.is-outlined.is-loading::after {
  border-color: transparent transparent #f94877 #f94877 !important;
}

.button.is-foursquare.is-outlined.is-loading.is-focused::after,
.button.is-foursquare.is-outlined.is-loading.is-hovered::after,
.button.is-foursquare.is-outlined.is-loading:focus::after,
.button.is-foursquare.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-foursquare.is-outlined[disabled],
fieldset[disabled] .button.is-foursquare.is-outlined {
  background-color: transparent;
  border-color: #f94877;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f94877;
}

.button.is-foursquare.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-foursquare.is-inverted.is-outlined.is-focused,
.button.is-foursquare.is-inverted.is-outlined.is-hovered,
.button.is-foursquare.is-inverted.is-outlined:focus,
.button.is-foursquare.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #f94877;
}

.button.is-foursquare.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-foursquare.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-foursquare.is-inverted.is-outlined.is-loading:focus::after,
.button.is-foursquare.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #f94877 #f94877 !important;
}

.button.is-foursquare.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-foursquare.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-foursquare.is-light {
  background-color: #feebf0;
  color: #cf073c;
}

.button.is-foursquare.is-light.is-hovered,
.button.is-foursquare.is-light:hover {
  background-color: #fedfe7;
  border-color: transparent;
  color: #cf073c;
}

.button.is-foursquare.is-light.is-active,
.button.is-foursquare.is-light:active {
  background-color: #fed3de;
  border-color: transparent;
  color: #cf073c;
}

.button.is-github {
  background-color: #24292e;
  border-color: transparent;
  color: #fff;
}

.button.is-github.is-hovered,
.button.is-github:hover {
  background-color: #1e2327;
  border-color: transparent;
  color: #fff;
}

.button.is-github.is-focused,
.button.is-github:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-github.is-focused:not(:active),
.button.is-github:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(36, 41, 46, 0.25);
  box-shadow: 0 0 0 0.125em rgba(36, 41, 46, 0.25);
}

.button.is-github.is-active,
.button.is-github:active {
  background-color: #191c20;
  border-color: transparent;
  color: #fff;
}

.button.is-github[disabled],
fieldset[disabled] .button.is-github {
  background-color: #24292e;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-github.is-inverted {
  background-color: #fff;
  color: #24292e;
}

.button.is-github.is-inverted.is-hovered,
.button.is-github.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-github.is-inverted[disabled],
fieldset[disabled] .button.is-github.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #24292e;
}

.button.is-github.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-github.is-outlined {
  background-color: transparent;
  border-color: #24292e;
  color: #24292e;
}

.button.is-github.is-outlined.is-focused,
.button.is-github.is-outlined.is-hovered,
.button.is-github.is-outlined:focus,
.button.is-github.is-outlined:hover {
  background-color: #24292e;
  border-color: #24292e;
  color: #fff;
}

.button.is-github.is-outlined.is-loading::after {
  border-color: transparent transparent #24292e #24292e !important;
}

.button.is-github.is-outlined.is-loading.is-focused::after,
.button.is-github.is-outlined.is-loading.is-hovered::after,
.button.is-github.is-outlined.is-loading:focus::after,
.button.is-github.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-github.is-outlined[disabled],
fieldset[disabled] .button.is-github.is-outlined {
  background-color: transparent;
  border-color: #24292e;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #24292e;
}

.button.is-github.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-github.is-inverted.is-outlined.is-focused,
.button.is-github.is-inverted.is-outlined.is-hovered,
.button.is-github.is-inverted.is-outlined:focus,
.button.is-github.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #24292e;
}

.button.is-github.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-github.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-github.is-inverted.is-outlined.is-loading:focus::after,
.button.is-github.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #24292e #24292e !important;
}

.button.is-github.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-github.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-github.is-light {
  background-color: #f4f5f6;
  color: #7e8c9a;
}

.button.is-github.is-light.is-hovered,
.button.is-github.is-light:hover {
  background-color: #eceef0;
  border-color: transparent;
  color: #7e8c9a;
}

.button.is-github.is-light.is-active,
.button.is-github.is-light:active {
  background-color: #e5e8eb;
  border-color: transparent;
  color: #7e8c9a;
}

.button.is-gitlab {
  background-color: #e65328;
  border-color: transparent;
  color: #fff;
}

.button.is-gitlab.is-hovered,
.button.is-gitlab:hover {
  background-color: #e54a1c;
  border-color: transparent;
  color: #fff;
}

.button.is-gitlab.is-focused,
.button.is-gitlab:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-gitlab.is-focused:not(:active),
.button.is-gitlab:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(230, 83, 40, 0.25);
  box-shadow: 0 0 0 0.125em rgba(230, 83, 40, 0.25);
}

.button.is-gitlab.is-active,
.button.is-gitlab:active {
  background-color: #db4519;
  border-color: transparent;
  color: #fff;
}

.button.is-gitlab[disabled],
fieldset[disabled] .button.is-gitlab {
  background-color: #e65328;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-gitlab.is-inverted {
  background-color: #fff;
  color: #e65328;
}

.button.is-gitlab.is-inverted.is-hovered,
.button.is-gitlab.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-gitlab.is-inverted[disabled],
fieldset[disabled] .button.is-gitlab.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e65328;
}

.button.is-gitlab.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-gitlab.is-outlined {
  background-color: transparent;
  border-color: #e65328;
  color: #e65328;
}

.button.is-gitlab.is-outlined.is-focused,
.button.is-gitlab.is-outlined.is-hovered,
.button.is-gitlab.is-outlined:focus,
.button.is-gitlab.is-outlined:hover {
  background-color: #e65328;
  border-color: #e65328;
  color: #fff;
}

.button.is-gitlab.is-outlined.is-loading::after {
  border-color: transparent transparent #e65328 #e65328 !important;
}

.button.is-gitlab.is-outlined.is-loading.is-focused::after,
.button.is-gitlab.is-outlined.is-loading.is-hovered::after,
.button.is-gitlab.is-outlined.is-loading:focus::after,
.button.is-gitlab.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-gitlab.is-outlined[disabled],
fieldset[disabled] .button.is-gitlab.is-outlined {
  background-color: transparent;
  border-color: #e65328;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e65328;
}

.button.is-gitlab.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-gitlab.is-inverted.is-outlined.is-focused,
.button.is-gitlab.is-inverted.is-outlined.is-hovered,
.button.is-gitlab.is-inverted.is-outlined:focus,
.button.is-gitlab.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #e65328;
}

.button.is-gitlab.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-gitlab.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-gitlab.is-inverted.is-outlined.is-loading:focus::after,
.button.is-gitlab.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #e65328 #e65328 !important;
}

.button.is-gitlab.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-gitlab.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-gitlab.is-light {
  background-color: #fdf0ed;
  color: #c43e17;
}

.button.is-gitlab.is-light.is-hovered,
.button.is-gitlab.is-light:hover {
  background-color: #fce7e1;
  border-color: transparent;
  color: #c43e17;
}

.button.is-gitlab.is-light.is-active,
.button.is-gitlab.is-light:active {
  background-color: #faded6;
  border-color: transparent;
  color: #c43e17;
}

.button.is-instagram {
  background-color: #ee5262;
  border-color: transparent;
  color: #fff;
}

.button.is-instagram.is-hovered,
.button.is-instagram:hover {
  background-color: #ed4657;
  border-color: transparent;
  color: #fff;
}

.button.is-instagram.is-focused,
.button.is-instagram:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-instagram.is-focused:not(:active),
.button.is-instagram:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(238, 82, 98, 0.25);
  box-shadow: 0 0 0 0.125em rgba(238, 82, 98, 0.25);
}

.button.is-instagram.is-active,
.button.is-instagram:active {
  background-color: #ec3b4d;
  border-color: transparent;
  color: #fff;
}

.button.is-instagram[disabled],
fieldset[disabled] .button.is-instagram {
  background-color: #ee5262;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-instagram.is-inverted {
  background-color: #fff;
  color: #ee5262;
}

.button.is-instagram.is-inverted.is-hovered,
.button.is-instagram.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-instagram.is-inverted[disabled],
fieldset[disabled] .button.is-instagram.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ee5262;
}

.button.is-instagram.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-instagram.is-outlined {
  background-color: transparent;
  border-color: #ee5262;
  color: #ee5262;
}

.button.is-instagram.is-outlined.is-focused,
.button.is-instagram.is-outlined.is-hovered,
.button.is-instagram.is-outlined:focus,
.button.is-instagram.is-outlined:hover {
  background-color: #ee5262;
  border-color: #ee5262;
  color: #fff;
}

.button.is-instagram.is-outlined.is-loading::after {
  border-color: transparent transparent #ee5262 #ee5262 !important;
}

.button.is-instagram.is-outlined.is-loading.is-focused::after,
.button.is-instagram.is-outlined.is-loading.is-hovered::after,
.button.is-instagram.is-outlined.is-loading:focus::after,
.button.is-instagram.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-instagram.is-outlined[disabled],
fieldset[disabled] .button.is-instagram.is-outlined {
  background-color: transparent;
  border-color: #ee5262;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ee5262;
}

.button.is-instagram.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-instagram.is-inverted.is-outlined.is-focused,
.button.is-instagram.is-inverted.is-outlined.is-hovered,
.button.is-instagram.is-inverted.is-outlined:focus,
.button.is-instagram.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ee5262;
}

.button.is-instagram.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-instagram.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-instagram.is-inverted.is-outlined.is-loading:focus::after,
.button.is-instagram.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #ee5262 #ee5262 !important;
}

.button.is-instagram.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-instagram.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-instagram.is-light {
  background-color: #fdecee;
  color: #c31325;
}

.button.is-instagram.is-light.is-hovered,
.button.is-instagram.is-light:hover {
  background-color: #fce1e4;
  border-color: transparent;
  color: #c31325;
}

.button.is-instagram.is-light.is-active,
.button.is-instagram.is-light:active {
  background-color: #fbd5d9;
  border-color: transparent;
  color: #c31325;
}

.button.is-linkedin {
  background-color: #0a66c2;
  border-color: transparent;
  color: #fff;
}

.button.is-linkedin.is-hovered,
.button.is-linkedin:hover {
  background-color: #0960b6;
  border-color: transparent;
  color: #fff;
}

.button.is-linkedin.is-focused,
.button.is-linkedin:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-linkedin.is-focused:not(:active),
.button.is-linkedin:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 102, 194, 0.25);
  box-shadow: 0 0 0 0.125em rgba(10, 102, 194, 0.25);
}

.button.is-linkedin.is-active,
.button.is-linkedin:active {
  background-color: #0959aa;
  border-color: transparent;
  color: #fff;
}

.button.is-linkedin[disabled],
fieldset[disabled] .button.is-linkedin {
  background-color: #0a66c2;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-linkedin.is-inverted {
  background-color: #fff;
  color: #0a66c2;
}

.button.is-linkedin.is-inverted.is-hovered,
.button.is-linkedin.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-linkedin.is-inverted[disabled],
fieldset[disabled] .button.is-linkedin.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0a66c2;
}

.button.is-linkedin.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-linkedin.is-outlined {
  background-color: transparent;
  border-color: #0a66c2;
  color: #0a66c2;
}

.button.is-linkedin.is-outlined.is-focused,
.button.is-linkedin.is-outlined.is-hovered,
.button.is-linkedin.is-outlined:focus,
.button.is-linkedin.is-outlined:hover {
  background-color: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}

.button.is-linkedin.is-outlined.is-loading::after {
  border-color: transparent transparent #0a66c2 #0a66c2 !important;
}

.button.is-linkedin.is-outlined.is-loading.is-focused::after,
.button.is-linkedin.is-outlined.is-loading.is-hovered::after,
.button.is-linkedin.is-outlined.is-loading:focus::after,
.button.is-linkedin.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-linkedin.is-outlined[disabled],
fieldset[disabled] .button.is-linkedin.is-outlined {
  background-color: transparent;
  border-color: #0a66c2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0a66c2;
}

.button.is-linkedin.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-linkedin.is-inverted.is-outlined.is-focused,
.button.is-linkedin.is-inverted.is-outlined.is-hovered,
.button.is-linkedin.is-inverted.is-outlined:focus,
.button.is-linkedin.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #0a66c2;
}

.button.is-linkedin.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-linkedin.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-linkedin.is-inverted.is-outlined.is-loading:focus::after,
.button.is-linkedin.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #0a66c2 #0a66c2 !important;
}

.button.is-linkedin.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-linkedin.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-linkedin.is-light {
  background-color: #ecf5fe;
  color: #0c7ae9;
}

.button.is-linkedin.is-light.is-hovered,
.button.is-linkedin.is-light:hover {
  background-color: #dfeefd;
  border-color: transparent;
  color: #0c7ae9;
}

.button.is-linkedin.is-light.is-active,
.button.is-linkedin.is-light:active {
  background-color: #d3e8fd;
  border-color: transparent;
  color: #0c7ae9;
}

.button.is-microsoft {
  background-color: #0067b8;
  border-color: transparent;
  color: #fff;
}

.button.is-microsoft.is-hovered,
.button.is-microsoft:hover {
  background-color: #0060ab;
  border-color: transparent;
  color: #fff;
}

.button.is-microsoft.is-focused,
.button.is-microsoft:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-microsoft.is-focused:not(:active),
.button.is-microsoft:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 103, 184, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 103, 184, 0.25);
}

.button.is-microsoft.is-active,
.button.is-microsoft:active {
  background-color: #00599f;
  border-color: transparent;
  color: #fff;
}

.button.is-microsoft[disabled],
fieldset[disabled] .button.is-microsoft {
  background-color: #0067b8;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-microsoft.is-inverted {
  background-color: #fff;
  color: #0067b8;
}

.button.is-microsoft.is-inverted.is-hovered,
.button.is-microsoft.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-microsoft.is-inverted[disabled],
fieldset[disabled] .button.is-microsoft.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0067b8;
}

.button.is-microsoft.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-microsoft.is-outlined {
  background-color: transparent;
  border-color: #0067b8;
  color: #0067b8;
}

.button.is-microsoft.is-outlined.is-focused,
.button.is-microsoft.is-outlined.is-hovered,
.button.is-microsoft.is-outlined:focus,
.button.is-microsoft.is-outlined:hover {
  background-color: #0067b8;
  border-color: #0067b8;
  color: #fff;
}

.button.is-microsoft.is-outlined.is-loading::after {
  border-color: transparent transparent #0067b8 #0067b8 !important;
}

.button.is-microsoft.is-outlined.is-loading.is-focused::after,
.button.is-microsoft.is-outlined.is-loading.is-hovered::after,
.button.is-microsoft.is-outlined.is-loading:focus::after,
.button.is-microsoft.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-microsoft.is-outlined[disabled],
fieldset[disabled] .button.is-microsoft.is-outlined {
  background-color: transparent;
  border-color: #0067b8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0067b8;
}

.button.is-microsoft.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-microsoft.is-inverted.is-outlined.is-focused,
.button.is-microsoft.is-inverted.is-outlined.is-hovered,
.button.is-microsoft.is-inverted.is-outlined:focus,
.button.is-microsoft.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #0067b8;
}

.button.is-microsoft.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-microsoft.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-microsoft.is-inverted.is-outlined.is-loading:focus::after,
.button.is-microsoft.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #0067b8 #0067b8 !important;
}

.button.is-microsoft.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-microsoft.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-microsoft.is-light {
  background-color: #ebf6ff;
  color: #0089f5;
}

.button.is-microsoft.is-light.is-hovered,
.button.is-microsoft.is-light:hover {
  background-color: #def0ff;
  border-color: transparent;
  color: #0089f5;
}

.button.is-microsoft.is-light.is-active,
.button.is-microsoft.is-light:active {
  background-color: #d1ebff;
  border-color: transparent;
  color: #0089f5;
}

.button.is-odnoklassniki {
  background-color: #ec7e09;
  border-color: transparent;
  color: #fff;
}

.button.is-odnoklassniki.is-hovered,
.button.is-odnoklassniki:hover {
  background-color: #e07808;
  border-color: transparent;
  color: #fff;
}

.button.is-odnoklassniki.is-focused,
.button.is-odnoklassniki:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-odnoklassniki.is-focused:not(:active),
.button.is-odnoklassniki:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(236, 126, 9, 0.25);
  box-shadow: 0 0 0 0.125em rgba(236, 126, 9, 0.25);
}

.button.is-odnoklassniki.is-active,
.button.is-odnoklassniki:active {
  background-color: #d47108;
  border-color: transparent;
  color: #fff;
}

.button.is-odnoklassniki[disabled],
fieldset[disabled] .button.is-odnoklassniki {
  background-color: #ec7e09;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-odnoklassniki.is-inverted {
  background-color: #fff;
  color: #ec7e09;
}

.button.is-odnoklassniki.is-inverted.is-hovered,
.button.is-odnoklassniki.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-odnoklassniki.is-inverted[disabled],
fieldset[disabled] .button.is-odnoklassniki.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ec7e09;
}

.button.is-odnoklassniki.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-odnoklassniki.is-outlined {
  background-color: transparent;
  border-color: #ec7e09;
  color: #ec7e09;
}

.button.is-odnoklassniki.is-outlined.is-focused,
.button.is-odnoklassniki.is-outlined.is-hovered,
.button.is-odnoklassniki.is-outlined:focus,
.button.is-odnoklassniki.is-outlined:hover {
  background-color: #ec7e09;
  border-color: #ec7e09;
  color: #fff;
}

.button.is-odnoklassniki.is-outlined.is-loading::after {
  border-color: transparent transparent #ec7e09 #ec7e09 !important;
}

.button.is-odnoklassniki.is-outlined.is-loading.is-focused::after,
.button.is-odnoklassniki.is-outlined.is-loading.is-hovered::after,
.button.is-odnoklassniki.is-outlined.is-loading:focus::after,
.button.is-odnoklassniki.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-odnoklassniki.is-outlined[disabled],
fieldset[disabled] .button.is-odnoklassniki.is-outlined {
  background-color: transparent;
  border-color: #ec7e09;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ec7e09;
}

.button.is-odnoklassniki.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-odnoklassniki.is-inverted.is-outlined.is-focused,
.button.is-odnoklassniki.is-inverted.is-outlined.is-hovered,
.button.is-odnoklassniki.is-inverted.is-outlined:focus,
.button.is-odnoklassniki.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ec7e09;
}

.button.is-odnoklassniki.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-odnoklassniki.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-odnoklassniki.is-inverted.is-outlined.is-loading:focus::after,
.button.is-odnoklassniki.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #ec7e09 #ec7e09 !important;
}

.button.is-odnoklassniki.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-odnoklassniki.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-odnoklassniki.is-light {
  background-color: #fef5eb;
  color: #b66107;
}

.button.is-odnoklassniki.is-light.is-hovered,
.button.is-odnoklassniki.is-light:hover {
  background-color: #feefdf;
  border-color: transparent;
  color: #b66107;
}

.button.is-odnoklassniki.is-light.is-active,
.button.is-odnoklassniki.is-light:active {
  background-color: #fde9d3;
  border-color: transparent;
  color: #b66107;
}

.button.is-openid {
  background-color: #ee7c2b;
  border-color: transparent;
  color: #fff;
}

.button.is-openid.is-hovered,
.button.is-openid:hover {
  background-color: #ed751f;
  border-color: transparent;
  color: #fff;
}

.button.is-openid.is-focused,
.button.is-openid:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-openid.is-focused:not(:active),
.button.is-openid:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(238, 124, 43, 0.25);
  box-shadow: 0 0 0 0.125em rgba(238, 124, 43, 0.25);
}

.button.is-openid.is-active,
.button.is-openid:active {
  background-color: #ec6d13;
  border-color: transparent;
  color: #fff;
}

.button.is-openid[disabled],
fieldset[disabled] .button.is-openid {
  background-color: #ee7c2b;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-openid.is-inverted {
  background-color: #fff;
  color: #ee7c2b;
}

.button.is-openid.is-inverted.is-hovered,
.button.is-openid.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-openid.is-inverted[disabled],
fieldset[disabled] .button.is-openid.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ee7c2b;
}

.button.is-openid.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-openid.is-outlined {
  background-color: transparent;
  border-color: #ee7c2b;
  color: #ee7c2b;
}

.button.is-openid.is-outlined.is-focused,
.button.is-openid.is-outlined.is-hovered,
.button.is-openid.is-outlined:focus,
.button.is-openid.is-outlined:hover {
  background-color: #ee7c2b;
  border-color: #ee7c2b;
  color: #fff;
}

.button.is-openid.is-outlined.is-loading::after {
  border-color: transparent transparent #ee7c2b #ee7c2b !important;
}

.button.is-openid.is-outlined.is-loading.is-focused::after,
.button.is-openid.is-outlined.is-loading.is-hovered::after,
.button.is-openid.is-outlined.is-loading:focus::after,
.button.is-openid.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-openid.is-outlined[disabled],
fieldset[disabled] .button.is-openid.is-outlined {
  background-color: transparent;
  border-color: #ee7c2b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ee7c2b;
}

.button.is-openid.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-openid.is-inverted.is-outlined.is-focused,
.button.is-openid.is-inverted.is-outlined.is-hovered,
.button.is-openid.is-inverted.is-outlined:focus,
.button.is-openid.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ee7c2b;
}

.button.is-openid.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-openid.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-openid.is-inverted.is-outlined.is-loading:focus::after,
.button.is-openid.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #ee7c2b #ee7c2b !important;
}

.button.is-openid.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-openid.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-openid.is-light {
  background-color: #fdf3ec;
  color: #af510e;
}

.button.is-openid.is-light.is-hovered,
.button.is-openid.is-light:hover {
  background-color: #fdece0;
  border-color: transparent;
  color: #af510e;
}

.button.is-openid.is-light.is-active,
.button.is-openid.is-light:active {
  background-color: #fce5d5;
  border-color: transparent;
  color: #af510e;
}

.button.is-pinterest {
  background-color: #e60023;
  border-color: transparent;
  color: #fff;
}

.button.is-pinterest.is-hovered,
.button.is-pinterest:hover {
  background-color: #d90021;
  border-color: transparent;
  color: #fff;
}

.button.is-pinterest.is-focused,
.button.is-pinterest:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-pinterest.is-focused:not(:active),
.button.is-pinterest:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(230, 0, 35, 0.25);
  box-shadow: 0 0 0 0.125em rgba(230, 0, 35, 0.25);
}

.button.is-pinterest.is-active,
.button.is-pinterest:active {
  background-color: #cd001f;
  border-color: transparent;
  color: #fff;
}

.button.is-pinterest[disabled],
fieldset[disabled] .button.is-pinterest {
  background-color: #e60023;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-pinterest.is-inverted {
  background-color: #fff;
  color: #e60023;
}

.button.is-pinterest.is-inverted.is-hovered,
.button.is-pinterest.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-pinterest.is-inverted[disabled],
fieldset[disabled] .button.is-pinterest.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e60023;
}

.button.is-pinterest.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-pinterest.is-outlined {
  background-color: transparent;
  border-color: #e60023;
  color: #e60023;
}

.button.is-pinterest.is-outlined.is-focused,
.button.is-pinterest.is-outlined.is-hovered,
.button.is-pinterest.is-outlined:focus,
.button.is-pinterest.is-outlined:hover {
  background-color: #e60023;
  border-color: #e60023;
  color: #fff;
}

.button.is-pinterest.is-outlined.is-loading::after {
  border-color: transparent transparent #e60023 #e60023 !important;
}

.button.is-pinterest.is-outlined.is-loading.is-focused::after,
.button.is-pinterest.is-outlined.is-loading.is-hovered::after,
.button.is-pinterest.is-outlined.is-loading:focus::after,
.button.is-pinterest.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-pinterest.is-outlined[disabled],
fieldset[disabled] .button.is-pinterest.is-outlined {
  background-color: transparent;
  border-color: #e60023;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e60023;
}

.button.is-pinterest.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-pinterest.is-inverted.is-outlined.is-focused,
.button.is-pinterest.is-inverted.is-outlined.is-hovered,
.button.is-pinterest.is-inverted.is-outlined:focus,
.button.is-pinterest.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #e60023;
}

.button.is-pinterest.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-pinterest.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-pinterest.is-inverted.is-outlined.is-loading:focus::after,
.button.is-pinterest.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #e60023 #e60023 !important;
}

.button.is-pinterest.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-pinterest.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-pinterest.is-light {
  background-color: #ffebee;
  color: #f50025;
}

.button.is-pinterest.is-light.is-hovered,
.button.is-pinterest.is-light:hover {
  background-color: #ffdee3;
  border-color: transparent;
  color: #f50025;
}

.button.is-pinterest.is-light.is-active,
.button.is-pinterest.is-light:active {
  background-color: #ffd1d8;
  border-color: transparent;
  color: #f50025;
}

.button.is-reddit {
  background-color: #ff4500;
  border-color: transparent;
  color: #fff;
}

.button.is-reddit.is-hovered,
.button.is-reddit:hover {
  background-color: #f24100;
  border-color: transparent;
  color: #fff;
}

.button.is-reddit.is-focused,
.button.is-reddit:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-reddit.is-focused:not(:active),
.button.is-reddit:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 69, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 69, 0, 0.25);
}

.button.is-reddit.is-active,
.button.is-reddit:active {
  background-color: #e63e00;
  border-color: transparent;
  color: #fff;
}

.button.is-reddit[disabled],
fieldset[disabled] .button.is-reddit {
  background-color: #ff4500;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-reddit.is-inverted {
  background-color: #fff;
  color: #ff4500;
}

.button.is-reddit.is-inverted.is-hovered,
.button.is-reddit.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-reddit.is-inverted[disabled],
fieldset[disabled] .button.is-reddit.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff4500;
}

.button.is-reddit.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-reddit.is-outlined {
  background-color: transparent;
  border-color: #ff4500;
  color: #ff4500;
}

.button.is-reddit.is-outlined.is-focused,
.button.is-reddit.is-outlined.is-hovered,
.button.is-reddit.is-outlined:focus,
.button.is-reddit.is-outlined:hover {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff;
}

.button.is-reddit.is-outlined.is-loading::after {
  border-color: transparent transparent #ff4500 #ff4500 !important;
}

.button.is-reddit.is-outlined.is-loading.is-focused::after,
.button.is-reddit.is-outlined.is-loading.is-hovered::after,
.button.is-reddit.is-outlined.is-loading:focus::after,
.button.is-reddit.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-reddit.is-outlined[disabled],
fieldset[disabled] .button.is-reddit.is-outlined {
  background-color: transparent;
  border-color: #ff4500;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff4500;
}

.button.is-reddit.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-reddit.is-inverted.is-outlined.is-focused,
.button.is-reddit.is-inverted.is-outlined.is-hovered,
.button.is-reddit.is-inverted.is-outlined:focus,
.button.is-reddit.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ff4500;
}

.button.is-reddit.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-reddit.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-reddit.is-inverted.is-outlined.is-loading:focus::after,
.button.is-reddit.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #ff4500 #ff4500 !important;
}

.button.is-reddit.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-reddit.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-reddit.is-light {
  background-color: #fff0eb;
  color: #d63a00;
}

.button.is-reddit.is-light.is-hovered,
.button.is-reddit.is-light:hover {
  background-color: #ffe7de;
  border-color: transparent;
  color: #d63a00;
}

.button.is-reddit.is-light.is-active,
.button.is-reddit.is-light:active {
  background-color: #ffddd1;
  border-color: transparent;
  color: #d63a00;
}

.button.is-slack {
  background-color: #63206a;
  border-color: transparent;
  color: #fff;
}

.button.is-slack.is-hovered,
.button.is-slack:hover {
  background-color: #591d60;
  border-color: transparent;
  color: #fff;
}

.button.is-slack.is-focused,
.button.is-slack:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-slack.is-focused:not(:active),
.button.is-slack:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(99, 32, 106, 0.25);
  box-shadow: 0 0 0 0.125em rgba(99, 32, 106, 0.25);
}

.button.is-slack.is-active,
.button.is-slack:active {
  background-color: #501a56;
  border-color: transparent;
  color: #fff;
}

.button.is-slack[disabled],
fieldset[disabled] .button.is-slack {
  background-color: #63206a;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-slack.is-inverted {
  background-color: #fff;
  color: #63206a;
}

.button.is-slack.is-inverted.is-hovered,
.button.is-slack.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-slack.is-inverted[disabled],
fieldset[disabled] .button.is-slack.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #63206a;
}

.button.is-slack.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-slack.is-outlined {
  background-color: transparent;
  border-color: #63206a;
  color: #63206a;
}

.button.is-slack.is-outlined.is-focused,
.button.is-slack.is-outlined.is-hovered,
.button.is-slack.is-outlined:focus,
.button.is-slack.is-outlined:hover {
  background-color: #63206a;
  border-color: #63206a;
  color: #fff;
}

.button.is-slack.is-outlined.is-loading::after {
  border-color: transparent transparent #63206a #63206a !important;
}

.button.is-slack.is-outlined.is-loading.is-focused::after,
.button.is-slack.is-outlined.is-loading.is-hovered::after,
.button.is-slack.is-outlined.is-loading:focus::after,
.button.is-slack.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-slack.is-outlined[disabled],
fieldset[disabled] .button.is-slack.is-outlined {
  background-color: transparent;
  border-color: #63206a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #63206a;
}

.button.is-slack.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-slack.is-inverted.is-outlined.is-focused,
.button.is-slack.is-inverted.is-outlined.is-hovered,
.button.is-slack.is-inverted.is-outlined:focus,
.button.is-slack.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #63206a;
}

.button.is-slack.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-slack.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-slack.is-inverted.is-outlined.is-loading:focus::after,
.button.is-slack.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #63206a #63206a !important;
}

.button.is-slack.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-slack.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-slack.is-light {
  background-color: #f9effa;
  color: #bb46c8;
}

.button.is-slack.is-light.is-hovered,
.button.is-slack.is-light:hover {
  background-color: #f6e5f7;
  border-color: transparent;
  color: #bb46c8;
}

.button.is-slack.is-light.is-active,
.button.is-slack.is-light:active {
  background-color: #f2dcf4;
  border-color: transparent;
  color: #bb46c8;
}

.button.is-soundcloud {
  background-color: #f50;
  border-color: transparent;
  color: #fff;
}

.button.is-soundcloud.is-hovered,
.button.is-soundcloud:hover {
  background-color: #f25100;
  border-color: transparent;
  color: #fff;
}

.button.is-soundcloud.is-focused,
.button.is-soundcloud:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-soundcloud.is-focused:not(:active),
.button.is-soundcloud:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 85, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 85, 0, 0.25);
}

.button.is-soundcloud.is-active,
.button.is-soundcloud:active {
  background-color: #e64d00;
  border-color: transparent;
  color: #fff;
}

.button.is-soundcloud[disabled],
fieldset[disabled] .button.is-soundcloud {
  background-color: #f50;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-soundcloud.is-inverted {
  background-color: #fff;
  color: #f50;
}

.button.is-soundcloud.is-inverted.is-hovered,
.button.is-soundcloud.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-soundcloud.is-inverted[disabled],
fieldset[disabled] .button.is-soundcloud.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f50;
}

.button.is-soundcloud.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-soundcloud.is-outlined {
  background-color: transparent;
  border-color: #f50;
  color: #f50;
}

.button.is-soundcloud.is-outlined.is-focused,
.button.is-soundcloud.is-outlined.is-hovered,
.button.is-soundcloud.is-outlined:focus,
.button.is-soundcloud.is-outlined:hover {
  background-color: #f50;
  border-color: #f50;
  color: #fff;
}

.button.is-soundcloud.is-outlined.is-loading::after {
  border-color: transparent transparent #f50 #f50 !important;
}

.button.is-soundcloud.is-outlined.is-loading.is-focused::after,
.button.is-soundcloud.is-outlined.is-loading.is-hovered::after,
.button.is-soundcloud.is-outlined.is-loading:focus::after,
.button.is-soundcloud.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-soundcloud.is-outlined[disabled],
fieldset[disabled] .button.is-soundcloud.is-outlined {
  background-color: transparent;
  border-color: #f50;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f50;
}

.button.is-soundcloud.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-soundcloud.is-inverted.is-outlined.is-focused,
.button.is-soundcloud.is-inverted.is-outlined.is-hovered,
.button.is-soundcloud.is-inverted.is-outlined:focus,
.button.is-soundcloud.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #f50;
}

.button.is-soundcloud.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-soundcloud.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-soundcloud.is-inverted.is-outlined.is-loading:focus::after,
.button.is-soundcloud.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #f50 #f50 !important;
}

.button.is-soundcloud.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-soundcloud.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-soundcloud.is-light {
  background-color: #fff1eb;
  color: #d14600;
}

.button.is-soundcloud.is-light.is-hovered,
.button.is-soundcloud.is-light:hover {
  background-color: #ffe9de;
  border-color: transparent;
  color: #d14600;
}

.button.is-soundcloud.is-light.is-active,
.button.is-soundcloud.is-light:active {
  background-color: #ffe0d1;
  border-color: transparent;
  color: #d14600;
}

.button.is-tumblr {
  background-color: #34526f;
  border-color: transparent;
  color: #fff;
}

.button.is-tumblr.is-hovered,
.button.is-tumblr:hover {
  background-color: #304c66;
  border-color: transparent;
  color: #fff;
}

.button.is-tumblr.is-focused,
.button.is-tumblr:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-tumblr.is-focused:not(:active),
.button.is-tumblr:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(52, 82, 111, 0.25);
  box-shadow: 0 0 0 0.125em rgba(52, 82, 111, 0.25);
}

.button.is-tumblr.is-active,
.button.is-tumblr:active {
  background-color: #2c455e;
  border-color: transparent;
  color: #fff;
}

.button.is-tumblr[disabled],
fieldset[disabled] .button.is-tumblr {
  background-color: #34526f;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-tumblr.is-inverted {
  background-color: #fff;
  color: #34526f;
}

.button.is-tumblr.is-inverted.is-hovered,
.button.is-tumblr.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-tumblr.is-inverted[disabled],
fieldset[disabled] .button.is-tumblr.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #34526f;
}

.button.is-tumblr.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-tumblr.is-outlined {
  background-color: transparent;
  border-color: #34526f;
  color: #34526f;
}

.button.is-tumblr.is-outlined.is-focused,
.button.is-tumblr.is-outlined.is-hovered,
.button.is-tumblr.is-outlined:focus,
.button.is-tumblr.is-outlined:hover {
  background-color: #34526f;
  border-color: #34526f;
  color: #fff;
}

.button.is-tumblr.is-outlined.is-loading::after {
  border-color: transparent transparent #34526f #34526f !important;
}

.button.is-tumblr.is-outlined.is-loading.is-focused::after,
.button.is-tumblr.is-outlined.is-loading.is-hovered::after,
.button.is-tumblr.is-outlined.is-loading:focus::after,
.button.is-tumblr.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-tumblr.is-outlined[disabled],
fieldset[disabled] .button.is-tumblr.is-outlined {
  background-color: transparent;
  border-color: #34526f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #34526f;
}

.button.is-tumblr.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-tumblr.is-inverted.is-outlined.is-focused,
.button.is-tumblr.is-inverted.is-outlined.is-hovered,
.button.is-tumblr.is-inverted.is-outlined:focus,
.button.is-tumblr.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #34526f;
}

.button.is-tumblr.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-tumblr.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-tumblr.is-inverted.is-outlined.is-loading:focus::after,
.button.is-tumblr.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #34526f #34526f !important;
}

.button.is-tumblr.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-tumblr.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-tumblr.is-light {
  background-color: #f1f5f8;
  color: #5583af;
}

.button.is-tumblr.is-light.is-hovered,
.button.is-tumblr.is-light:hover {
  background-color: #e8eff4;
  border-color: transparent;
  color: #5583af;
}

.button.is-tumblr.is-light.is-active,
.button.is-tumblr.is-light:active {
  background-color: #e0e8f0;
  border-color: transparent;
  color: #5583af;
}

.button.is-twitter {
  background-color: #1da1f2;
  border-color: transparent;
  color: #fff;
}

.button.is-twitter.is-hovered,
.button.is-twitter:hover {
  background-color: #119cf1;
  border-color: transparent;
  color: #fff;
}

.button.is-twitter.is-focused,
.button.is-twitter:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-twitter.is-focused:not(:active),
.button.is-twitter:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(29, 161, 242, 0.25);
  box-shadow: 0 0 0 0.125em rgba(29, 161, 242, 0.25);
}

.button.is-twitter.is-active,
.button.is-twitter:active {
  background-color: #0d95e8;
  border-color: transparent;
  color: #fff;
}

.button.is-twitter[disabled],
fieldset[disabled] .button.is-twitter {
  background-color: #1da1f2;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-twitter.is-inverted {
  background-color: #fff;
  color: #1da1f2;
}

.button.is-twitter.is-inverted.is-hovered,
.button.is-twitter.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-twitter.is-inverted[disabled],
fieldset[disabled] .button.is-twitter.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1da1f2;
}

.button.is-twitter.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-twitter.is-outlined {
  background-color: transparent;
  border-color: #1da1f2;
  color: #1da1f2;
}

.button.is-twitter.is-outlined.is-focused,
.button.is-twitter.is-outlined.is-hovered,
.button.is-twitter.is-outlined:focus,
.button.is-twitter.is-outlined:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.button.is-twitter.is-outlined.is-loading::after {
  border-color: transparent transparent #1da1f2 #1da1f2 !important;
}

.button.is-twitter.is-outlined.is-loading.is-focused::after,
.button.is-twitter.is-outlined.is-loading.is-hovered::after,
.button.is-twitter.is-outlined.is-loading:focus::after,
.button.is-twitter.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-twitter.is-outlined[disabled],
fieldset[disabled] .button.is-twitter.is-outlined {
  background-color: transparent;
  border-color: #1da1f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1da1f2;
}

.button.is-twitter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-twitter.is-inverted.is-outlined.is-focused,
.button.is-twitter.is-inverted.is-outlined.is-hovered,
.button.is-twitter.is-inverted.is-outlined:focus,
.button.is-twitter.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #1da1f2;
}

.button.is-twitter.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-twitter.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-twitter.is-inverted.is-outlined.is-loading:focus::after,
.button.is-twitter.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #1da1f2 #1da1f2 !important;
}

.button.is-twitter.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-twitter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-twitter.is-light {
  background-color: #ecf7fe;
  color: #0a73b2;
}

.button.is-twitter.is-light.is-hovered,
.button.is-twitter.is-light:hover {
  background-color: #e0f2fd;
  border-color: transparent;
  color: #0a73b2;
}

.button.is-twitter.is-light.is-active,
.button.is-twitter.is-light:active {
  background-color: #d4edfc;
  border-color: transparent;
  color: #0a73b2;
}

.button.is-vimeo {
  background-color: #00adef;
  border-color: transparent;
  color: #fff;
}

.button.is-vimeo.is-hovered,
.button.is-vimeo:hover {
  background-color: #00a4e2;
  border-color: transparent;
  color: #fff;
}

.button.is-vimeo.is-focused,
.button.is-vimeo:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-vimeo.is-focused:not(:active),
.button.is-vimeo:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 173, 239, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 173, 239, 0.25);
}

.button.is-vimeo.is-active,
.button.is-vimeo:active {
  background-color: #009bd6;
  border-color: transparent;
  color: #fff;
}

.button.is-vimeo[disabled],
fieldset[disabled] .button.is-vimeo {
  background-color: #00adef;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-vimeo.is-inverted {
  background-color: #fff;
  color: #00adef;
}

.button.is-vimeo.is-inverted.is-hovered,
.button.is-vimeo.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-vimeo.is-inverted[disabled],
fieldset[disabled] .button.is-vimeo.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00adef;
}

.button.is-vimeo.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-vimeo.is-outlined {
  background-color: transparent;
  border-color: #00adef;
  color: #00adef;
}

.button.is-vimeo.is-outlined.is-focused,
.button.is-vimeo.is-outlined.is-hovered,
.button.is-vimeo.is-outlined:focus,
.button.is-vimeo.is-outlined:hover {
  background-color: #00adef;
  border-color: #00adef;
  color: #fff;
}

.button.is-vimeo.is-outlined.is-loading::after {
  border-color: transparent transparent #00adef #00adef !important;
}

.button.is-vimeo.is-outlined.is-loading.is-focused::after,
.button.is-vimeo.is-outlined.is-loading.is-hovered::after,
.button.is-vimeo.is-outlined.is-loading:focus::after,
.button.is-vimeo.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-vimeo.is-outlined[disabled],
fieldset[disabled] .button.is-vimeo.is-outlined {
  background-color: transparent;
  border-color: #00adef;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00adef;
}

.button.is-vimeo.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-vimeo.is-inverted.is-outlined.is-focused,
.button.is-vimeo.is-inverted.is-outlined.is-hovered,
.button.is-vimeo.is-inverted.is-outlined:focus,
.button.is-vimeo.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #00adef;
}

.button.is-vimeo.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-vimeo.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-vimeo.is-inverted.is-outlined.is-loading:focus::after,
.button.is-vimeo.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #00adef #00adef !important;
}

.button.is-vimeo.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-vimeo.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-vimeo.is-light {
  background-color: #ebf9ff;
  color: #0081b3;
}

.button.is-vimeo.is-light.is-hovered,
.button.is-vimeo.is-light:hover {
  background-color: #def6ff;
  border-color: transparent;
  color: #0081b3;
}

.button.is-vimeo.is-light.is-active,
.button.is-vimeo.is-light:active {
  background-color: #d1f2ff;
  border-color: transparent;
  color: #0081b3;
}

.button.is-vk {
  background-color: #5181b8;
  border-color: transparent;
  color: #fff;
}

.button.is-vk.is-hovered,
.button.is-vk:hover {
  background-color: #497bb3;
  border-color: transparent;
  color: #fff;
}

.button.is-vk.is-focused,
.button.is-vk:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-vk.is-focused:not(:active),
.button.is-vk:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(81, 129, 184, 0.25);
  box-shadow: 0 0 0 0.125em rgba(81, 129, 184, 0.25);
}

.button.is-vk.is-active,
.button.is-vk:active {
  background-color: #4674aa;
  border-color: transparent;
  color: #fff;
}

.button.is-vk[disabled],
fieldset[disabled] .button.is-vk {
  background-color: #5181b8;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-vk.is-inverted {
  background-color: #fff;
  color: #5181b8;
}

.button.is-vk.is-inverted.is-hovered,
.button.is-vk.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-vk.is-inverted[disabled],
fieldset[disabled] .button.is-vk.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5181b8;
}

.button.is-vk.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-vk.is-outlined {
  background-color: transparent;
  border-color: #5181b8;
  color: #5181b8;
}

.button.is-vk.is-outlined.is-focused,
.button.is-vk.is-outlined.is-hovered,
.button.is-vk.is-outlined:focus,
.button.is-vk.is-outlined:hover {
  background-color: #5181b8;
  border-color: #5181b8;
  color: #fff;
}

.button.is-vk.is-outlined.is-loading::after {
  border-color: transparent transparent #5181b8 #5181b8 !important;
}

.button.is-vk.is-outlined.is-loading.is-focused::after,
.button.is-vk.is-outlined.is-loading.is-hovered::after,
.button.is-vk.is-outlined.is-loading:focus::after,
.button.is-vk.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-vk.is-outlined[disabled],
fieldset[disabled] .button.is-vk.is-outlined {
  background-color: transparent;
  border-color: #5181b8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5181b8;
}

.button.is-vk.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-vk.is-inverted.is-outlined.is-focused,
.button.is-vk.is-inverted.is-outlined.is-hovered,
.button.is-vk.is-inverted.is-outlined:focus,
.button.is-vk.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #5181b8;
}

.button.is-vk.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-vk.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-vk.is-inverted.is-outlined.is-loading:focus::after,
.button.is-vk.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #5181b8 #5181b8 !important;
}

.button.is-vk.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-vk.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-vk.is-light {
  background-color: #f1f5f9;
  color: #406b9c;
}

.button.is-vk.is-light.is-hovered,
.button.is-vk.is-light:hover {
  background-color: #e7eef5;
  border-color: transparent;
  color: #406b9c;
}

.button.is-vk.is-light.is-active,
.button.is-vk.is-light:active {
  background-color: #dee7f2;
  border-color: transparent;
  color: #406b9c;
}

.button.is-yahoo {
  background-color: #400090;
  border-color: transparent;
  color: #fff;
}

.button.is-yahoo.is-hovered,
.button.is-yahoo:hover {
  background-color: #3a0083;
  border-color: transparent;
  color: #fff;
}

.button.is-yahoo.is-focused,
.button.is-yahoo:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-yahoo.is-focused:not(:active),
.button.is-yahoo:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(64, 0, 144, 0.25);
  box-shadow: 0 0 0 0.125em rgba(64, 0, 144, 0.25);
}

.button.is-yahoo.is-active,
.button.is-yahoo:active {
  background-color: #350076;
  border-color: transparent;
  color: #fff;
}

.button.is-yahoo[disabled],
fieldset[disabled] .button.is-yahoo {
  background-color: #400090;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-yahoo.is-inverted {
  background-color: #fff;
  color: #400090;
}

.button.is-yahoo.is-inverted.is-hovered,
.button.is-yahoo.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-yahoo.is-inverted[disabled],
fieldset[disabled] .button.is-yahoo.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #400090;
}

.button.is-yahoo.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-yahoo.is-outlined {
  background-color: transparent;
  border-color: #400090;
  color: #400090;
}

.button.is-yahoo.is-outlined.is-focused,
.button.is-yahoo.is-outlined.is-hovered,
.button.is-yahoo.is-outlined:focus,
.button.is-yahoo.is-outlined:hover {
  background-color: #400090;
  border-color: #400090;
  color: #fff;
}

.button.is-yahoo.is-outlined.is-loading::after {
  border-color: transparent transparent #400090 #400090 !important;
}

.button.is-yahoo.is-outlined.is-loading.is-focused::after,
.button.is-yahoo.is-outlined.is-loading.is-hovered::after,
.button.is-yahoo.is-outlined.is-loading:focus::after,
.button.is-yahoo.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-yahoo.is-outlined[disabled],
fieldset[disabled] .button.is-yahoo.is-outlined {
  background-color: transparent;
  border-color: #400090;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #400090;
}

.button.is-yahoo.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-yahoo.is-inverted.is-outlined.is-focused,
.button.is-yahoo.is-inverted.is-outlined.is-hovered,
.button.is-yahoo.is-inverted.is-outlined:focus,
.button.is-yahoo.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #400090;
}

.button.is-yahoo.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-yahoo.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-yahoo.is-inverted.is-outlined.is-loading:focus::after,
.button.is-yahoo.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #400090 #400090 !important;
}

.button.is-yahoo.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-yahoo.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-yahoo.is-light {
  background-color: #f4ebff;
  color: #801aff;
}

.button.is-yahoo.is-light.is-hovered,
.button.is-yahoo.is-light:hover {
  background-color: #eddeff;
  border-color: transparent;
  color: #801aff;
}

.button.is-yahoo.is-light.is-active,
.button.is-yahoo.is-light:active {
  background-color: #e6d1ff;
  border-color: transparent;
  color: #801aff;
}

.button.is-youtube {
  background-color: red;
  border-color: transparent;
  color: #fff;
}

.button.is-youtube.is-hovered,
.button.is-youtube:hover {
  background-color: #f20000;
  border-color: transparent;
  color: #fff;
}

.button.is-youtube.is-focused,
.button.is-youtube:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-youtube.is-focused:not(:active),
.button.is-youtube:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(255, 0, 0, 0.25);
}

.button.is-youtube.is-active,
.button.is-youtube:active {
  background-color: #e60000;
  border-color: transparent;
  color: #fff;
}

.button.is-youtube[disabled],
fieldset[disabled] .button.is-youtube {
  background-color: red;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.is-youtube.is-inverted {
  background-color: #fff;
  color: red;
}

.button.is-youtube.is-inverted.is-hovered,
.button.is-youtube.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-youtube.is-inverted[disabled],
fieldset[disabled] .button.is-youtube.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: red;
}

.button.is-youtube.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-youtube.is-outlined {
  background-color: transparent;
  border-color: red;
  color: red;
}

.button.is-youtube.is-outlined.is-focused,
.button.is-youtube.is-outlined.is-hovered,
.button.is-youtube.is-outlined:focus,
.button.is-youtube.is-outlined:hover {
  background-color: red;
  border-color: red;
  color: #fff;
}

.button.is-youtube.is-outlined.is-loading::after {
  border-color: transparent transparent red red !important;
}

.button.is-youtube.is-outlined.is-loading.is-focused::after,
.button.is-youtube.is-outlined.is-loading.is-hovered::after,
.button.is-youtube.is-outlined.is-loading:focus::after,
.button.is-youtube.is-outlined.is-loading:hover::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-youtube.is-outlined[disabled],
fieldset[disabled] .button.is-youtube.is-outlined {
  background-color: transparent;
  border-color: red;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: red;
}

.button.is-youtube.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-youtube.is-inverted.is-outlined.is-focused,
.button.is-youtube.is-inverted.is-outlined.is-hovered,
.button.is-youtube.is-inverted.is-outlined:focus,
.button.is-youtube.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: red;
}

.button.is-youtube.is-inverted.is-outlined.is-loading.is-focused::after,
.button.is-youtube.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-youtube.is-inverted.is-outlined.is-loading:focus::after,
.button.is-youtube.is-inverted.is-outlined.is-loading:hover::after {
  border-color: transparent transparent red red !important;
}

.button.is-youtube.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-youtube.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.is-youtube.is-light {
  background-color: #ffebeb;
  color: #eb0000;
}

.button.is-youtube.is-light.is-hovered,
.button.is-youtube.is-light:hover {
  background-color: #ffdede;
  border-color: transparent;
  color: #eb0000;
}

.button.is-youtube.is-light.is-active,
.button.is-youtube.is-light:active {
  background-color: #ffd1d1;
  border-color: transparent;
  color: #eb0000;
}

.button.is-static {
  background-color: #f5f5f5;
  border-color: #dbdbdb;
  color: #7a7a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.has-text-apple {
  color: #000 !important;
}

a.has-text-apple:focus,
a.has-text-apple:hover {
  color: #000 !important;
}

.has-background-apple {
  background-color: #000 !important;
}

.has-text-apple-light {
  color: #f5f5f5 !important;
}

a.has-text-apple-light:focus,
a.has-text-apple-light:hover {
  color: #dbdbdb !important;
}

.has-background-apple-light {
  background-color: #f5f5f5 !important;
}

.has-text-apple-dark {
  color: #919191 !important;
}

a.has-text-apple-dark:focus,
a.has-text-apple-dark:hover {
  color: #ababab !important;
}

.has-background-apple-dark {
  background-color: #919191 !important;
}

.has-text-bitbucket {
  color: #204f7e !important;
}

a.has-text-bitbucket:focus,
a.has-text-bitbucket:hover {
  color: #153656 !important;
}

.has-background-bitbucket {
  background-color: #204f7e !important;
}

.has-text-bitbucket-light {
  color: #eff5fb !important;
}

a.has-text-bitbucket-light:focus,
a.has-text-bitbucket-light:hover {
  color: #c6dbf1 !important;
}

.has-background-bitbucket-light {
  background-color: #eff5fb !important;
}

.has-text-bitbucket-dark {
  color: #3782cd !important;
}

a.has-text-bitbucket-dark:focus,
a.has-text-bitbucket-dark:hover {
  color: #609cd7 !important;
}

.has-background-bitbucket-dark {
  background-color: #3782cd !important;
}

.has-text-discord {
  color: #7289da !important;
}

a.has-text-discord:focus,
a.has-text-discord:hover {
  color: #4a67cf !important;
}

.has-background-discord {
  background-color: #7289da !important;
}

.has-text-discord-light {
  color: #eff1fb !important;
}

a.has-text-discord-light:focus,
a.has-text-discord-light:hover {
  color: #c6d0f0 !important;
}

.has-background-discord-light {
  background-color: #eff1fb !important;
}

.has-text-discord-dark {
  color: #2a45a2 !important;
}

a.has-text-discord-dark:focus,
a.has-text-discord-dark:hover {
  color: #3556ca !important;
}

.has-background-discord-dark {
  background-color: #2a45a2 !important;
}

.has-text-dropbox {
  color: #0061ff !important;
}

a.has-text-dropbox:focus,
a.has-text-dropbox:hover {
  color: #004ecc !important;
}

.has-background-dropbox {
  background-color: #0061ff !important;
}

.has-text-dropbox-light {
  color: #ebf2ff !important;
}

a.has-text-dropbox-light:focus,
a.has-text-dropbox-light:hover {
  color: #b8d3ff !important;
}

.has-background-dropbox-light {
  background-color: #ebf2ff !important;
}

.has-text-dropbox-dark {
  color: #005bf0 !important;
}

a.has-text-dropbox-dark:focus,
a.has-text-dropbox-dark:hover {
  color: #2477ff !important;
}

.has-background-dropbox-dark {
  background-color: #005bf0 !important;
}

.has-text-facebook {
  color: #1877f2 !important;
}

a.has-text-facebook:focus,
a.has-text-facebook:hover {
  color: #0c5fcc !important;
}

.has-background-facebook {
  background-color: #1877f2 !important;
}

.has-text-facebook-light {
  color: #ecf4fe !important;
}

a.has-text-facebook-light:focus,
a.has-text-facebook-light:hover {
  color: #bbd7fb !important;
}

.has-background-facebook-light {
  background-color: #ecf4fe !important;
}

.has-text-facebook-dark {
  color: #0c63d4 !important;
}

a.has-text-facebook-dark:focus,
a.has-text-facebook-dark:hover {
  color: #217cf2 !important;
}

.has-background-facebook-dark {
  background-color: #0c63d4 !important;
}

.has-text-flickr {
  color: #ff0084 !important;
}

a.has-text-flickr:focus,
a.has-text-flickr:hover {
  color: #cc0069 !important;
}

.has-background-flickr {
  background-color: #ff0084 !important;
}

.has-text-flickr-light {
  color: #ffebf5 !important;
}

a.has-text-flickr-light:focus,
a.has-text-flickr-light:hover {
  color: #ffb8dc !important;
}

.has-background-flickr-light {
  background-color: #ffebf5 !important;
}

.has-text-flickr-dark {
  color: #e60077 !important;
}

a.has-text-flickr-dark:focus,
a.has-text-flickr-dark:hover {
  color: #ff1a90 !important;
}

.has-background-flickr-dark {
  background-color: #e60077 !important;
}

.has-text-foursquare {
  color: #f94877 !important;
}

a.has-text-foursquare:focus,
a.has-text-foursquare:hover {
  color: #f71652 !important;
}

.has-background-foursquare {
  background-color: #f94877 !important;
}

.has-text-foursquare-light {
  color: #feebf0 !important;
}

a.has-text-foursquare-light:focus,
a.has-text-foursquare-light:hover {
  color: #fdbacc !important;
}

.has-background-foursquare-light {
  background-color: #feebf0 !important;
}

.has-text-foursquare-dark {
  color: #cf073c !important;
}

a.has-text-foursquare-dark:focus,
a.has-text-foursquare-dark:hover {
  color: #f7124f !important;
}

.has-background-foursquare-dark {
  background-color: #cf073c !important;
}

.has-text-github {
  color: #24292e !important;
}

a.has-text-github:focus,
a.has-text-github:hover {
  color: #0e1011 !important;
}

.has-background-github {
  background-color: #24292e !important;
}

.has-text-github-light {
  color: #f4f5f6 !important;
}

a.has-text-github-light:focus,
a.has-text-github-light:hover {
  color: #d7dbe0 !important;
}

.has-background-github-light {
  background-color: #f4f5f6 !important;
}

.has-text-github-dark {
  color: #7e8c9a !important;
}

a.has-text-github-dark:focus,
a.has-text-github-dark:hover {
  color: #9ba6b1 !important;
}

.has-background-github-dark {
  background-color: #7e8c9a !important;
}

.has-text-gitlab {
  color: #e65328 !important;
}

a.has-text-gitlab:focus,
a.has-text-gitlab:hover {
  color: #c43e17 !important;
}

.has-background-gitlab {
  background-color: #e65328 !important;
}

.has-text-gitlab-light {
  color: #fdf0ed !important;
}

a.has-text-gitlab-light:focus,
a.has-text-gitlab-light:hover {
  color: #f8ccbf !important;
}

.has-background-gitlab-light {
  background-color: #fdf0ed !important;
}

.has-text-gitlab-dark {
  color: #c43e17 !important;
}

a.has-text-gitlab-dark:focus,
a.has-text-gitlab-dark:hover {
  color: #e65328 !important;
}

.has-background-gitlab-dark {
  background-color: #c43e17 !important;
}

.has-text-instagram {
  color: #ee5262 !important;
}

a.has-text-instagram:focus,
a.has-text-instagram:hover {
  color: #e92338 !important;
}

.has-background-instagram {
  background-color: #ee5262 !important;
}

.has-text-instagram-light {
  color: #fdecee !important;
}

a.has-text-instagram-light:focus,
a.has-text-instagram-light:hover {
  color: #f9bec4 !important;
}

.has-background-instagram-light {
  background-color: #fdecee !important;
}

.has-text-instagram-dark {
  color: #c31325 !important;
}

a.has-text-instagram-dark:focus,
a.has-text-instagram-dark:hover {
  color: #e92035 !important;
}

.has-background-instagram-dark {
  background-color: #c31325 !important;
}

.has-text-linkedin {
  color: #0a66c2 !important;
}

a.has-text-linkedin:focus,
a.has-text-linkedin:hover {
  color: #074d92 !important;
}

.has-background-linkedin {
  background-color: #0a66c2 !important;
}

.has-text-linkedin-light {
  color: #ecf5fe !important;
}

a.has-text-linkedin-light:focus,
a.has-text-linkedin-light:hover {
  color: #bbdbfc !important;
}

.has-background-linkedin-light {
  background-color: #ecf5fe !important;
}

.has-text-linkedin-dark {
  color: #0c7ae9 !important;
}

a.has-text-linkedin-dark:focus,
a.has-text-linkedin-dark:hover {
  color: #3394f5 !important;
}

.has-background-linkedin-dark {
  background-color: #0c7ae9 !important;
}

.has-text-microsoft {
  color: #0067b8 !important;
}

a.has-text-microsoft:focus,
a.has-text-microsoft:hover {
  color: #004b85 !important;
}

.has-background-microsoft {
  background-color: #0067b8 !important;
}

.has-text-microsoft-light {
  color: #ebf6ff !important;
}

a.has-text-microsoft-light:focus,
a.has-text-microsoft-light:hover {
  color: #b8e0ff !important;
}

.has-background-microsoft-light {
  background-color: #ebf6ff !important;
}

.has-text-microsoft-dark {
  color: #0089f5 !important;
}

a.has-text-microsoft-dark:focus,
a.has-text-microsoft-dark:hover {
  color: #29a1ff !important;
}

.has-background-microsoft-dark {
  background-color: #0089f5 !important;
}

.has-text-odnoklassniki {
  color: #ec7e09 !important;
}

a.has-text-odnoklassniki:focus,
a.has-text-odnoklassniki:hover {
  color: #bb6407 !important;
}

.has-background-odnoklassniki {
  background-color: #ec7e09 !important;
}

.has-text-odnoklassniki-light {
  color: #fef5eb !important;
}

a.has-text-odnoklassniki-light:focus,
a.has-text-odnoklassniki-light:hover {
  color: #fddcba !important;
}

.has-background-odnoklassniki-light {
  background-color: #fef5eb !important;
}

.has-text-odnoklassniki-dark {
  color: #b66107 !important;
}

a.has-text-odnoklassniki-dark:focus,
a.has-text-odnoklassniki-dark:hover {
  color: #e77c08 !important;
}

.has-background-odnoklassniki-dark {
  background-color: #b66107 !important;
}

.has-text-openid {
  color: #ee7c2b !important;
}

a.has-text-openid:focus,
a.has-text-openid:hover {
  color: #d46211 !important;
}

.has-background-openid {
  background-color: #ee7c2b !important;
}

.has-text-openid-light {
  color: #fdf3ec !important;
}

a.has-text-openid-light:focus,
a.has-text-openid-light:hover {
  color: #fad6bd !important;
}

.has-background-openid-light {
  background-color: #fdf3ec !important;
}

.has-text-openid-dark {
  color: #af510e !important;
}

a.has-text-openid-dark:focus,
a.has-text-openid-dark:hover {
  color: #de6712 !important;
}

.has-background-openid-dark {
  background-color: #af510e !important;
}

.has-text-pinterest {
  color: #e60023 !important;
}

a.has-text-pinterest:focus,
a.has-text-pinterest:hover {
  color: #b3001b !important;
}

.has-background-pinterest {
  background-color: #e60023 !important;
}

.has-text-pinterest-light {
  color: #ffebee !important;
}

a.has-text-pinterest-light:focus,
a.has-text-pinterest-light:hover {
  color: #ffb8c2 !important;
}

.has-background-pinterest-light {
  background-color: #ffebee !important;
}

.has-text-pinterest-dark {
  color: #f50025 !important;
}

a.has-text-pinterest-dark:focus,
a.has-text-pinterest-dark:hover {
  color: #ff2949 !important;
}

.has-background-pinterest-dark {
  background-color: #f50025 !important;
}

.has-text-reddit {
  color: #ff4500 !important;
}

a.has-text-reddit:focus,
a.has-text-reddit:hover {
  color: #cc3700 !important;
}

.has-background-reddit {
  background-color: #ff4500 !important;
}

.has-text-reddit-light {
  color: #fff0eb !important;
}

a.has-text-reddit-light:focus,
a.has-text-reddit-light:hover {
  color: #ffcbb8 !important;
}

.has-background-reddit-light {
  background-color: #fff0eb !important;
}

.has-text-reddit-dark {
  color: #d63a00 !important;
}

a.has-text-reddit-dark:focus,
a.has-text-reddit-dark:hover {
  color: #ff4c0a !important;
}

.has-background-reddit-dark {
  background-color: #d63a00 !important;
}

.has-text-slack {
  color: #63206a !important;
}

a.has-text-slack:focus,
a.has-text-slack:hover {
  color: #3e1443 !important;
}

.has-background-slack {
  background-color: #63206a !important;
}

.has-text-slack-light {
  color: #f9effa !important;
}

a.has-text-slack-light:focus,
a.has-text-slack-light:hover {
  color: #ebc8ef !important;
}

.has-background-slack-light {
  background-color: #f9effa !important;
}

.has-text-slack-dark {
  color: #bb46c8 !important;
}

a.has-text-slack-dark:focus,
a.has-text-slack-dark:hover {
  color: #c96ed4 !important;
}

.has-background-slack-dark {
  background-color: #bb46c8 !important;
}

.has-text-soundcloud {
  color: #f50 !important;
}

a.has-text-soundcloud:focus,
a.has-text-soundcloud:hover {
  color: #c40 !important;
}

.has-background-soundcloud {
  background-color: #f50 !important;
}

.has-text-soundcloud-light {
  color: #fff1eb !important;
}

a.has-text-soundcloud-light:focus,
a.has-text-soundcloud-light:hover {
  color: #ffcfb8 !important;
}

.has-background-soundcloud-light {
  background-color: #fff1eb !important;
}

.has-text-soundcloud-dark {
  color: #d14600 !important;
}

a.has-text-soundcloud-dark:focus,
a.has-text-soundcloud-dark:hover {
  color: #ff5805 !important;
}

.has-background-soundcloud-dark {
  background-color: #d14600 !important;
}

.has-text-tumblr {
  color: #34526f !important;
}

a.has-text-tumblr:focus,
a.has-text-tumblr:hover {
  color: #24384c !important;
}

.has-background-tumblr {
  background-color: #34526f !important;
}

.has-text-tumblr-light {
  color: #f1f5f8 !important;
}

a.has-text-tumblr-light:focus,
a.has-text-tumblr-light:hover {
  color: #cedce8 !important;
}

.has-background-tumblr-light {
  background-color: #f1f5f8 !important;
}

.has-text-tumblr-dark {
  color: #5583af !important;
}

a.has-text-tumblr-dark:focus,
a.has-text-tumblr-dark:hover {
  color: #789cc0 !important;
}

.has-background-tumblr-dark {
  background-color: #5583af !important;
}

.has-text-twitter {
  color: #1da1f2 !important;
}

a.has-text-twitter:focus,
a.has-text-twitter:hover {
  color: #0c85d0 !important;
}

.has-background-twitter {
  background-color: #1da1f2 !important;
}

.has-text-twitter-light {
  color: #ecf7fe !important;
}

a.has-text-twitter-light:focus,
a.has-text-twitter-light:hover {
  color: #bbe3fb !important;
}

.has-background-twitter-light {
  background-color: #ecf7fe !important;
}

.has-text-twitter-dark {
  color: #0a73b2 !important;
}

a.has-text-twitter-dark:focus,
a.has-text-twitter-dark:hover {
  color: #0d91e3 !important;
}

.has-background-twitter-dark {
  background-color: #0a73b2 !important;
}

.has-text-vimeo {
  color: #00adef !important;
}

a.has-text-vimeo:focus,
a.has-text-vimeo:hover {
  color: #0088bc !important;
}

.has-background-vimeo {
  background-color: #00adef !important;
}

.has-text-vimeo-light {
  color: #ebf9ff !important;
}

a.has-text-vimeo-light:focus,
a.has-text-vimeo-light:hover {
  color: #b8ebff !important;
}

.has-background-vimeo-light {
  background-color: #ebf9ff !important;
}

.has-text-vimeo-dark {
  color: #0081b3 !important;
}

a.has-text-vimeo-dark:focus,
a.has-text-vimeo-dark:hover {
  color: #00a6e6 !important;
}

.has-background-vimeo-dark {
  background-color: #0081b3 !important;
}

.has-text-vk {
  color: #5181b8 !important;
}

a.has-text-vk:focus,
a.has-text-vk:hover {
  color: #3e6898 !important;
}

.has-background-vk {
  background-color: #5181b8 !important;
}

.has-text-vk-light {
  color: #f1f5f9 !important;
}

a.has-text-vk-light:focus,
a.has-text-vk-light:hover {
  color: #ccdaea !important;
}

.has-background-vk-light {
  background-color: #f1f5f9 !important;
}

.has-text-vk-dark {
  color: #406b9c !important;
}

a.has-text-vk-dark:focus,
a.has-text-vk-dark:hover {
  color: #5584b9 !important;
}

.has-background-vk-dark {
  background-color: #406b9c !important;
}

.has-text-yahoo {
  color: #400090 !important;
}

a.has-text-yahoo:focus,
a.has-text-yahoo:hover {
  color: #29005d !important;
}

.has-background-yahoo {
  background-color: #400090 !important;
}

.has-text-yahoo-light {
  color: #f4ebff !important;
}

a.has-text-yahoo-light:focus,
a.has-text-yahoo-light:hover {
  color: #d7b8ff !important;
}

.has-background-yahoo-light {
  background-color: #f4ebff !important;
}

.has-text-yahoo-dark {
  color: #801aff !important;
}

a.has-text-yahoo-dark:focus,
a.has-text-yahoo-dark:hover {
  color: #9c4dff !important;
}

.has-background-yahoo-dark {
  background-color: #801aff !important;
}

.has-text-youtube {
  color: red !important;
}

a.has-text-youtube:focus,
a.has-text-youtube:hover {
  color: #c00 !important;
}

.has-background-youtube {
  background-color: red !important;
}

.has-text-youtube-light {
  color: #ffebeb !important;
}

a.has-text-youtube-light:focus,
a.has-text-youtube-light:hover {
  color: #ffb8b8 !important;
}

.has-background-youtube-light {
  background-color: #ffebeb !important;
}

.has-text-youtube-dark {
  color: #eb0000 !important;
}

a.has-text-youtube-dark:focus,
a.has-text-youtube-dark:hover {
  color: #ff1f1f !important;
}

.has-background-youtube-dark {
  background-color: #eb0000 !important;
}

#notifications_holder {
  position: absolute;
  width: min(425px, 100%);
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 250px);
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
#notifications_holder.expanded {
  transform: translate(-50%, 100px);
}
#notifications_holder.expanded #video_notifications .call_notification {
  animation: slideIn 0.3s 1;
}
#notifications_holder #notification_toggle_button {
  position: relative;
  display: grid;
  place-items: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -8px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #0176c0;
  border: 2px solid #fff;
}
#notifications_holder #notification_toggle_button i {
  transform-origin: center;
}
#notifications_holder #notification_toggle_button.ringing i {
  animation: ringing 0.3s infinite;
}
#notifications_holder #notification_toggle_button:hover {
  cursor: pointer;
}
#notifications_holder #notification_toggle_button::after {
  position: absolute;
  content: attr(data-count);
  display: grid;
  place-items: center;
  height: 16px;
  width: 16px;
  font-size: 0.8rem;
  border-radius: 50%;
  background-color: #fff;
  color: #0176c0;
  border: 1px solid #fff;
  right: 0;
  bottom: 0px;
}
#notifications_holder #video_notifications {
  max-height: 50vh;
  overflow: scroll;
  scrollbar-width: none;
}
#notifications_holder #video_notifications .call_notification {
  width: min(417px, 95%);
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background-color: #FFF;
  border-radius: 4px;
  margin: 5px auto;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(38, 34, 34, 0.16);
}
#notifications_holder #video_notifications .call_notification .call_sender_avatar {
  grid-area: caller_avatar;
  position: relative;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
#notifications_holder #video_notifications .call_notification .call_sender_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#notifications_holder #video_notifications .call_notification .senderInfo {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
#notifications_holder #video_notifications .call_notification .senderInfo .call_sender_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #1B1B1A;
  margin: 0;
}
#notifications_holder #video_notifications .call_notification .senderInfo .call_sender_msg {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
}
#notifications_holder #video_notifications .call_notification .call_cta {
  display: flex;
  gap: 16px;
}
#notifications_holder #video_notifications .call_notification .call_cta .btn {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#notifications_holder #video_notifications .call_notification .call_cta .btn span {
  color: #fff;
  position: absolute;
}
#notifications_holder #video_notifications .call_notification .call_cta .btn.respond_video_call {
  background-color: #6B9D11;
}
#notifications_holder #video_notifications .call_notification .call_cta .btn.reject_video_call {
  background-color: #DD614A;
}
#notifications_holder #video_notifications .scrren_request {
  height: 110px;
}

.approve_screen_share {
  background-color: #6B9D11;
}

.deny_screen_share {
  background-color: #DD614A;
}

@keyframes ringing {
  50% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes audio-pulse-sides {
  0% {
    height: 6px;
  }
  100% {
    height: 8px;
  }
}
@keyframes audio-pulse-middle {
  0% {
    height: 6px;
  }
  100% {
    height: 18px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.4;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.7;
  }
}
.calling-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(360px, 90vw);
  background-color: #11131A;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.calling-popup--visible {
  opacity: 1;
  visibility: visible;
}
.calling-popup--incoming-call {
  top: unset;
  left: 18px;
  bottom: 82px;
  transform: none;
}
@media screen and (max-width: 992px) {
  .calling-popup--incoming-call {
    left: 16px;
    bottom: 62px;
  }
}
@media only screen and (max-width: 600px) {
  .calling-popup--incoming-call {
    /* Mobile portrait */
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .calling-popup--incoming-call {
    /* Mobile landscape */
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
}
.calling-popup__icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.calling-popup__icon {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #7CAF00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.calling-popup__icon svg {
  width: 40px;
}
.calling-popup__icon-pulse {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(124, 175, 0, 0.5);
  animation: pulse 2s infinite;
}
.calling-popup__icon-pulse--outer {
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.calling-popup__icon-pulse--middle {
  width: 70px;
  height: 70px;
  animation-delay: 0.3s;
}
.calling-popup__icon-pulse--inner {
  width: 56px;
  height: 56px;
  animation-delay: 0.6s;
}
.calling-popup__text {
  text-align: center;
  margin-bottom: 16px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.calling-popup__actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.calling-popup__button {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: none;
  outline: none;
}
.calling-popup__button--cancel, .calling-popup__button--decline {
  background-color: #2E3343;
  color: white;
}
.calling-popup__button--cancel:hover, .calling-popup__button--decline:hover {
  background-color: #383f52;
}
.calling-popup__button--accept {
  background-color: #7CAF00;
  color: white;
}
.calling-popup__button--accept:hover {
  background-color: #8ec900;
}

.one-on-one {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #11131A80;
  display: none;
}
.one-on-one.active {
  z-index: 2;
  display: block;
}
.one-on-one__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.one-on-one #my-peer-video-wrapper-call,
.one-on-one #peer-audio-analyzer-one-on-one {
  grid-area: peer-video;
}
.one-on-one #my-own-video-wrapper-call,
.one-on-one #my-audio-analyzer-one-on-one {
  grid-area: own-video;
}
.one-on-one #peer-actions-holder {
  grid-area: peer-video;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  pointer-events: none;
}
.one-on-one #peer-actions-holder .action {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s;
}
.one-on-one #peer-actions-holder .action:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.one-on-one #peer-actions-holder .action span {
  color: #FFF;
}
.one-on-one #peer-actions-holder #video-call-chat {
  top: 10px;
  left: 10px;
}
.one-on-one #peer-actions-holder #video-call-info {
  top: 10px;
  right: 10px;
}
.one-on-one #peer-actions-holder #video-call-jump {
  bottom: 10px;
  right: 10px;
}
.one-on-one #peer-radial-actions {
  display: none;
}
.one-on-one #peer-radial-actions:checked + #peer-actions-holder {
  display: block;
  z-index: 2;
}
.one-on-one__grid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px);
  max-width: 1552px;
  height: auto;
  max-height: calc(100vh - 100px);
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "own-video peer-video";
  gap: 16px;
  align-items: center;
  justify-items: center;
}
@media only screen and (max-width: 600px) {
  .one-on-one__grid {
    /* Mobile portrait */
    width: calc(100% - 32px);
    max-width: none;
    height: auto;
    max-height: calc(100vh - 140px);
    aspect-ratio: unset;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, calc(50vh - 76px));
    grid-template-areas: "own-video" "peer-video";
    gap: 12px;
    align-items: center;
  }
  .one-on-one__grid .one-on-one__media {
    width: auto;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
}
.one-on-one__grid__item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.one-on-one__grid__item--screen-share {
  grid-area: screen-share;
  width: 100%;
}
.one-on-one__media {
  border-color: transparent;
}
.one-on-one .one-on-one__grid__item.speaking .one-on-one__media {
  border-color: #91CC00;
}
.one-on-one__media {
  border: 2px solid;
  transition: border-color 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #000;
  border-radius: 8px;
}
.one-on-one__media::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.one-on-one__media__camera {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: black;
}
.one-on-one__media__screen {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: black;
}
.one-on-one__media__screen-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
  z-index: 3;
}
.one-on-one__media__screen-controls__fullscreen, .one-on-one__media__screen-controls__exit-fullscreen {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #2E334399;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.one-on-one__media__screen-controls__fullscreen svg, .one-on-one__media__screen-controls__exit-fullscreen svg {
  width: 24px;
  height: 24px;
}
.one-on-one__media__avatar {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.one-on-one__media__audio-indicator {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background-color: #577A00;
  border: 1px solid #7CAF00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  z-index: 3;
  gap: 4px;
}
.one-on-one__media__audio-indicator span {
  display: block;
  width: 4px;
  height: 6px;
  background-color: white;
  border-radius: 7px;
  transition: height 0.05s ease;
}
.one-on-one__media__audio-indicator--active span {
  animation: audio-pulse-sides 0.15s infinite ease-in-out alternate;
}
.one-on-one__media__audio-indicator--active span:nth-child(1) {
  animation-delay: 0.05s;
}
.one-on-one__media__audio-indicator--active span:nth-child(2) {
  animation-name: audio-pulse-middle;
  animation-delay: 0s;
}
.one-on-one__media__audio-indicator--active span:nth-child(3) {
  animation-delay: 0.1s;
}
.one-on-one__media__mute-indicator {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #A1A7B4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.one-on-one__media__mute-indicator svg {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .one-on-one.on-chat-open .one-on-one__wrapper {
    /* Mobile landscape */
    width: calc(50vw - 16px);
  }
}
@media only screen and (min-width: 601px) {
  .is-desktop-mode .one-on-one.on-chat-open .one-on-one__wrapper {
    /* Mobile landscape */
    width: calc(100vw - 436px);
  }
}
.one-on-one.on-chat-open .one-on-one__grid {
  width: calc(100% - 32px);
  max-width: none;
  height: auto;
  max-height: calc(100vh - 140px);
  aspect-ratio: unset;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, calc(50vh - 76px));
  grid-template-areas: "own-video" "peer-video";
  gap: 12px;
  align-items: center;
}
.one-on-one.on-chat-open .one-on-one__grid .one-on-one__media {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.one-on-one.screen-sharing-active .one-on-one__grid {
  top: 24px;
  bottom: 82px;
  max-height: unset;
  transform: none;
  left: 16px;
  right: 16px;
  width: unset;
  max-width: unset;
  grid-template-columns: auto 174px 174px auto;
  grid-template-rows: 100px auto;
  grid-template-areas: "left own-video peer-video right" "screen-share screen-share screen-share screen-share";
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .one-on-one.screen-sharing-active .one-on-one__grid {
    top: 12px;
    bottom: 58px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .one-on-one.screen-sharing-active .one-on-one__grid {
    /* Mobile landscape */
    grid-template-columns: auto 174px;
    grid-template-rows: auto 100px 100px 21px;
    grid-template-areas: "screen-share top" "screen-share own-video" "screen-share peer-video" "screen-share bottom";
    gap: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .one-on-one.screen-sharing-active .one-on-one__grid {
    /* Mobile portrait */
    top: 56px;
    bottom: 58px;
    left: 8px;
    right: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px;
    grid-template-areas: "screen-share screen-share" "own-video peer-video";
  }
}
.one-on-one.screen-sharing-active .one-on-one__grid__item:not(.one-on-one__grid__item--screen-share) {
  max-height: 25vh;
}
@media only screen and (max-width: 600px) {
  .one-on-one.screen-sharing-active .one-on-one__media__screen-controls {
    /* Mobile portrait */
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .one-on-one.screen-sharing-active .one-on-one__media__screen-controls {
    /* Mobile landscape */
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode body.screen-sharing-active {
    /* Mobile landscape */
  }
  .is-mobile-mode body.screen-sharing-active .world-top-nav__logo_area {
    display: none;
  }
}

.one-on-one .end-call-btn {
  position: absolute;
  bottom: 32px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DD614A;
  cursor: pointer;
}
.one-on-one .end-call-btn span {
  position: absolute;
  color: #FFF;
}

@keyframes audio-pulse-sides {
  0% {
    height: 6px;
  }
  100% {
    height: 8px;
  }
}
@keyframes audio-pulse-middle {
  0% {
    height: 6px;
  }
  100% {
    height: 18px;
  }
}
.speaking-indicator {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #577A00;
  border: 1px solid #7CAF00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  z-index: 3;
  gap: 4px;
}
.speaking-indicator span {
  display: block;
  width: 4px;
  height: 6px;
  background-color: white;
  border-radius: 7px;
  transition: height 0.05s ease;
}
.speaking-indicator--active span {
  animation: audio-pulse-sides 0.15s infinite ease-in-out alternate;
}
.speaking-indicator--active span:nth-child(1) {
  animation-delay: 0.05s;
}
.speaking-indicator--active span:nth-child(2) {
  animation-name: audio-pulse-middle;
  animation-delay: 0s;
}
.speaking-indicator--active span:nth-child(3) {
  animation-delay: 0.1s;
}

.speaking-border {
  border-style: solid;
  border-color: #769e39 !important;
}
.speaking-border--red-mood {
  border-color: #ce6852 !important;
}
.speaking-border--yellow-mood {
  border-color: #ef9636 !important;
}
.speaking-border--green-mood {
  border-color: #769e39 !important;
}

.speaking-outline {
  outline-style: solid;
  outline-color: #769e39 !important;
}
.speaking-outline--red-mood {
  outline-color: #ce6852 !important;
}
.speaking-outline--yellow-mood {
  outline-color: #ef9636 !important;
}
.speaking-outline--green-mood {
  outline-color: #769e39 !important;
}

.speaking-border--muted {
  border: none !important;
}

.speaking-outline--muted {
  outline: none !important;
}

.peer_info_modal .modal-content {
  padding: 0 !important;
  overflow: hidden;
  width: calc(100vw - 16px);
  border-radius: 2px;
  display: grid;
  box-shadow: 0 2px 16px #1b1b1a15;
  max-height: 564px;
  grid-template-rows: auto 1fr 133px;
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-content {
    width: min(560px, 95vw);
    grid-template-rows: auto 1fr 100px;
    max-height: 618px;
  }
}
.peer_info_modal .modal-content header {
  display: grid;
  place-items: flex-start;
  grid-template-rows: 75px auto;
  grid-template-columns: auto 32px;
  padding: 17px 24px;
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-content header {
    padding: 32px;
    grid-template-rows: 1fr;
    grid-template-columns: 80px 1fr 35px;
  }
}
.peer_info_modal .modal-content header .avatar_wrapper {
  position: relative;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-right: 15px;
  grid-column: 1/2;
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-content header .avatar_wrapper {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.peer_info_modal .modal-content header .avatar_wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.peer_info_modal .modal-content header .user-name-title {
  width: 100%;
  grid-column: 1/1;
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-content header .user-name-title {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.peer_info_modal .modal-content header .user-name-title h1 {
  color: #6B9D11 !important;
}
.peer_info_modal .modal-content header .close-modal {
  grid-column: 2/2;
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-content header .close-modal {
    grid-column: 3/3;
    align-self: start;
    justify-self: end;
    grid-row: 1;
  }
}
.peer_info_modal .modal-content-scrollable {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
.peer_info_modal .inner-section {
  position: relative;
  padding: 10px 32px;
}
.peer_info_modal .inner-section .columns {
  margin: 0 !important;
  display: flex;
}
.peer_info_modal .inner-section .columns .material-icons {
  margin-right: 15px;
}
.peer_info_modal .inner-section .columns p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  align-self: center;
}
.peer_info_modal .inner-section .columns #peer_info_bio {
  align-self: center;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding-top: 15px;
}
.peer_info_modal .inner-section.interests .subtitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 15px;
}
.peer_info_modal .inner-section.interests .interests_container {
  display: flex;
}
.peer_info_modal .inner-section.interests .interests_container .interest span {
  padding-right: 5px;
}
.peer_info_modal .inner-section.interests .interests_container .interest span:after {
  content: " | ";
}
.peer_info_modal .inner-section.interests .interests_container .interest:last-child span:after {
  content: "";
}
.peer_info_modal .modal-fixed-header {
  top: 0;
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
}
.peer_info_modal .modal-fixed-footer {
  border-top: 1px solid #EBEBEA;
  box-shadow: 0px 2px 16px rgba(27, 27, 26, 0.12);
  padding: 14px 24px;
  height: inherit;
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-fixed-footer {
    padding: 15px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .peer_info_modal .modal-fixed-footer .columns {
    margin: 0 !important;
  }
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 480px) {
  .peer_info_modal .modal-fixed-footer #peer_info_video .buttn,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.primary,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.primary:hover,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.primary:hover {
  background-color: #8EB44A;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.primary:active,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.primary:active {
  background-color: #577D13;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.primary-border,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.info,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.info {
  color: #FFF;
  background-color: #3C6997;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.info:hover,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.info:hover {
  background-color: #4881b9;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.info:active,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.info:active {
  background-color: #2e5175;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary.editor,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary:hover,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary:hover {
  border-color: #D2D2D2;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary:active,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary:active {
  border-color: #9C9C9B;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary-fill,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary-fill:hover,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary-fill:hover {
  background-color: #4881b9;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.secondary-fill:active,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.secondary-fill:active {
  background-color: #2e5175;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.tertiary,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.tertiary:hover,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.tertiary:hover {
  background-color: #F0F3F7;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.tertiary:active,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.tertiary:active {
  background-color: #E0E7EE;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.disabled,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.peer_info_modal .modal-fixed-footer #peer_info_video .buttn.grow,
.peer_info_modal .modal-fixed-footer #peer_info_chat .buttn.grow {
  flex-grow: 1;
}

.link_holder h1, .object-menu h1 {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width: 768px) {
  .link_holder h1, .object-menu h1 {
    font-size: 23px;
    line-height: 29px;
  }
}
.link_holder h2, .object-menu h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width: 768px) {
  .link_holder h2, .object-menu h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .link_holder .modal-background, .object-menu .modal-background {
    background-color: black;
  }
  .link_holder h1, .object-menu h1 {
    text-align: center;
  }
}
.link_holder .customCheckbox, .object-menu .customCheckbox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
.link_holder .customCheckbox input[type=checkbox], .object-menu .customCheckbox input[type=checkbox] {
  display: none;
}
.link_holder .customCheckbox input[type=checkbox]:checked + label .box_check, .object-menu .customCheckbox input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
.link_holder .customCheckbox input[type=checkbox]:checked + label .box_uncheck, .object-menu .customCheckbox input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
.link_holder .customCheckbox input[type=checkbox] + label, .object-menu .customCheckbox input[type=checkbox] + label {
  cursor: pointer;
}
.link_holder .customCheckbox input[type=checkbox] + label .box_check, .object-menu .customCheckbox input[type=checkbox] + label .box_check {
  display: none;
}
.link_holder .customCheckbox input[type=checkbox] + label .box_uncheck, .object-menu .customCheckbox input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
.link_holder .customCheckbox label, .object-menu .customCheckbox label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.link_holder .customCheckbox label .box_uncheck, .object-menu .customCheckbox label .box_uncheck {
  color: #8D8D8B;
}
.link_holder .customCheckbox label .box_check, .object-menu .customCheckbox label .box_check {
  color: #6B9D11;
}
.link_holder #link_url::placeholder, .object-menu #link_url::placeholder {
  color: #bbbbbb;
  font-style: italic;
}
.link_holder .link_submit, .object-menu .link_submit {
  padding: 10px;
  text-align: center;
  margin-inline: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: min(50%, 150px);
  border: 1px solid #00459e;
  background-color: #1076fb;
  color: #FFF;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.link_holder .link_submit.inactive, .object-menu .link_submit.inactive {
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
  cursor: default;
}
.link_holder .link_submit:hover, .object-menu .link_submit:hover {
  background-color: #00459e;
  color: #FFF;
}

#create-youtube-settings {
  padding-top: 24px;
}
#create-youtube-settings #youtube_id {
  box-shadow: none;
}

.actions .upload-data {
  display: flex;
  justify-content: center;
}
.actions .delete-data {
  display: flex;
  justify-content: center;
  align-self: center;
}
.actions .delete-data span,
.actions .delete-data .delete-data-icon {
  cursor: pointer;
}
.actions .delete-data span:hover,
.actions .delete-data .delete-data-icon:hover {
  color: #DD614A;
}

.uploadThumbnailWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 24px;
}
.uploadThumbnailWrapper .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uploadThumbnailWrapper .flx-sb .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.uploadThumbnailWrapper .flx-sb .upload_image_label {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.uploadThumbnailWrapper .uploadzone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEA;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  width: 100%;
}
.uploadThumbnailWrapper .uploadzone .default_image {
  height: 94px;
  max-width: 200px;
  pointer-events: none;
}
.uploadThumbnailWrapper .uploadzone .upload-thumb-removal {
  position: absolute;
  right: 24px;
}
.uploadThumbnailWrapper .uploadzone .upload-thumb-removal:hover {
  color: #DD614A;
}

.confirm-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition: background-color 0.4s linear;
  transform: translate3d(0, 0, 0);
  display: grid;
}
.confirm-modal.top {
  place-items: start;
}
.confirm-modal.middle {
  place-items: center;
}
.confirm-modal.bottom {
  place-items: end;
}
.confirm-modal.visible {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  pointer-events: all;
  z-index: 9001;
}
.confirm-modal.visible .confirm-dialog {
  display: block;
}
.confirm-modal .confirm-dialog {
  display: none;
  position: relative;
  min-height: 110px;
  min-width: min(450px, 90%);
  max-width: 500px;
  padding: 32px;
  background-color: #fff;
  animation-duration: 0.4s;
  box-shadow: 0px 2px 16px rgba(27, 27, 26, 0.12);
  border-radius: 2px;
  animation-name: pulseOut;
}
@keyframes pulseOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.confirm-modal .confirm-dialog .confirm-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}
.confirm-modal .confirm-dialog .confirm-header-wrapper {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.confirm-modal .confirm-dialog .confirm-header-wrapper .confirm-header-icon {
  display: flex;
  align-items: center;
}
.confirm-modal .confirm-dialog .confirm-header-wrapper .confirm-header-icon svg {
  width: 24px;
}
.confirm-modal .confirm-dialog .confirm-header-wrapper .confirm-header-logo {
  max-height: 40px;
  width: auto;
  aspect-ratio: 1;
  display: none;
}
.confirm-modal .confirm-dialog .confirm-header-wrapper .confirm-header {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #1B1B1A;
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (min-width: 768px) {
  .confirm-modal .confirm-dialog .confirm-header-wrapper .confirm-header {
    font-size: 23px;
    line-height: 29px;
  }
}
.confirm-modal .confirm-dialog .confirm-body {
  padding: 16px 0;
  margin: 20px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.confirm-modal .confirm-dialog .prompt-input-wrapper {
  padding: 0 0 16px 0;
  display: none;
}
.confirm-modal .confirm-dialog .prompt-input-wrapper .prompt-input {
  padding: 6px;
  flex-grow: 1;
}
.confirm-modal .confirm-dialog .confirm-footer {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-gap: 24px;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
  padding: 9px 0;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .confirm-modal .confirm-dialog .confirm-footer .buttn {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.primary:hover {
  background-color: #8EB44A;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.primary:active {
  background-color: #577D13;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.info {
  color: #FFF;
  background-color: #3C6997;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.info:hover {
  background-color: #4881b9;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.info:active {
  background-color: #2e5175;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary:hover {
  border-color: #D2D2D2;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary:active {
  border-color: #9C9C9B;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary-fill:hover {
  background-color: #4881b9;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.secondary-fill:active {
  background-color: #2e5175;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.tertiary:hover {
  background-color: #F0F3F7;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.tertiary:active {
  background-color: #E0E7EE;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.confirm-modal .confirm-dialog .confirm-footer .buttn.grow {
  flex-grow: 1;
}
.confirm-modal .confirm-dialog .confirm-footer .countdown-timer {
  line-height: 1;
  padding: 0 5px;
}
.confirm-modal .confirm-dialog .confirm-footer .prompt-ok {
  display: none;
}
.confirm-modal .confirm-dialog .confirm-footer #publishAndView,
.confirm-modal .confirm-dialog .confirm-footer #discard_changes {
  display: none;
}
.confirm-modal .confirm-dialog .leaveEditMode .confirm-ok,
.confirm-modal .confirm-dialog .leaveEditMode .prompt-ok,
.confirm-modal .confirm-dialog .leaveEditMode .confirm-cancel {
  display: none !important;
}
.confirm-modal .confirm-dialog .leaveEditMode #publishAndView,
.confirm-modal .confirm-dialog .leaveEditMode #discard_changes {
  display: flex;
}
.confirm-modal.prompt .prompt-input-wrapper {
  display: flex;
}
.confirm-modal.prompt .confirm-footer .buttn {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (min-width: 480px) {
  .confirm-modal.prompt .confirm-footer .buttn {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.confirm-modal.prompt .confirm-footer .buttn.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.confirm-modal.prompt .confirm-footer .buttn.primary:hover {
  background-color: #8EB44A;
}
.confirm-modal.prompt .confirm-footer .buttn.primary:active {
  background-color: #577D13;
}
.confirm-modal.prompt .confirm-footer .buttn.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.confirm-modal.prompt .confirm-footer .buttn.info {
  color: #FFF;
  background-color: #3C6997;
}
.confirm-modal.prompt .confirm-footer .buttn.info:hover {
  background-color: #4881b9;
}
.confirm-modal.prompt .confirm-footer .buttn.info:active {
  background-color: #2e5175;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary:hover {
  border-color: #D2D2D2;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary:active {
  border-color: #9C9C9B;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary-fill:hover {
  background-color: #4881b9;
}
.confirm-modal.prompt .confirm-footer .buttn.secondary-fill:active {
  background-color: #2e5175;
}
.confirm-modal.prompt .confirm-footer .buttn.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.confirm-modal.prompt .confirm-footer .buttn.tertiary:hover {
  background-color: #F0F3F7;
}
.confirm-modal.prompt .confirm-footer .buttn.tertiary:active {
  background-color: #E0E7EE;
}
.confirm-modal.prompt .confirm-footer .buttn.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.confirm-modal.prompt .confirm-footer .buttn.grow {
  flex-grow: 1;
}
.confirm-modal.prompt .confirm-footer .confirm-ok {
  display: none;
}
.confirm-modal.prompt-new .prompt-input-wrapper {
  display: flex;
}
.confirm-modal.prompt-new .confirm-footer .buttn {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (min-width: 480px) {
  .confirm-modal.prompt-new .confirm-footer .buttn {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.confirm-modal.prompt-new .confirm-footer .buttn.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.confirm-modal.prompt-new .confirm-footer .buttn.primary:hover {
  background-color: #8EB44A;
}
.confirm-modal.prompt-new .confirm-footer .buttn.primary:active {
  background-color: #577D13;
}
.confirm-modal.prompt-new .confirm-footer .buttn.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.confirm-modal.prompt-new .confirm-footer .buttn.info {
  color: #FFF;
  background-color: #3C6997;
}
.confirm-modal.prompt-new .confirm-footer .buttn.info:hover {
  background-color: #4881b9;
}
.confirm-modal.prompt-new .confirm-footer .buttn.info:active {
  background-color: #2e5175;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary:hover {
  border-color: #D2D2D2;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary:active {
  border-color: #9C9C9B;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary-fill:hover {
  background-color: #4881b9;
}
.confirm-modal.prompt-new .confirm-footer .buttn.secondary-fill:active {
  background-color: #2e5175;
}
.confirm-modal.prompt-new .confirm-footer .buttn.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.confirm-modal.prompt-new .confirm-footer .buttn.tertiary:hover {
  background-color: #F0F3F7;
}
.confirm-modal.prompt-new .confirm-footer .buttn.tertiary:active {
  background-color: #E0E7EE;
}
.confirm-modal.prompt-new .confirm-footer .buttn.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.confirm-modal.prompt-new .confirm-footer .buttn.grow {
  flex-grow: 1;
}
@media only screen and (max-width: 600px) {
  .confirm-modal .confirm-dialog {
    max-width: calc(100vw - 16px);
  }
  .confirm-modal .confirm-dialog .confirm-header-wrapper {
    gap: 0.5rem;
  }
  .confirm-modal .confirm-dialog .confirm-header-wrapper .confirm-header {
    font-size: 1.2rem;
  }
  .confirm-modal .confirm-dialog .confirm-body {
    padding: 16px 0;
  }
}
.confirm-modal.confirm-modal--size-sm .confirm-dialog {
  min-width: min(360px, 90%);
  width: 360px;
}
.confirm-modal.confirm-modal--size-sm .confirm-dialog .confirm-header-wrapper {
  gap: 8px;
}
.confirm-modal.confirm-modal--theme-dark .confirm-dialog {
  border-radius: 16px;
  background-color: #11131A;
  color: #A1A7B4;
  padding: 24px;
}
.confirm-modal.confirm-modal--theme-dark .confirm-dialog .confirm-header-wrapper {
  background-color: #11131A;
}
.confirm-modal.confirm-modal--theme-dark .confirm-dialog .confirm-header-wrapper, .confirm-modal.confirm-modal--theme-dark .confirm-dialog .confirm-header-wrapper .confirm-header {
  color: #A1A7B4;
}
.confirm-modal.confirm-modal--theme-dark .confirm-dialog .confirm-body {
  padding: 0;
  margin: 8px 0 16px;
}
.confirm-modal.confirm-modal--type-confirm.confirm-modal--theme-dark .confirm-dialog .confirm-header-wrapper .confirm-header {
  color: white;
}
.confirm-modal.confirm-modal--type-confirm .confirm-footer .buttn {
  height: 48px;
  border-radius: 8px;
}
.confirm-modal.confirm-modal--type-confirm .confirm-footer .buttn.secondary {
  background-color: transparent;
  color: #A1A7B4;
  border: 1px solid transparent;
}
.confirm-modal.confirm-modal--type-confirm .confirm-footer .buttn.primary {
  background-color: #7CAF00;
  color: white;
}
.confirm-modal.confirm-modal--type-confirm .confirm-footer .buttn.primary:hover {
  background-color: #8ec900;
}
.confirm-modal.confirm-modal--type-confirm .confirm-footer .buttn.primary:disabled {
  background-color: #2E3343;
}
.confirm-modal.confirm-modal--type-warning .confirm-dialog .confirm-header-wrapper, .confirm-modal.confirm-modal--type-warning .confirm-dialog .confirm-header-wrapper .confirm-header {
  color: #C24C1A;
}
.confirm-modal.confirm-modal--type-warning .confirm-footer .buttn {
  height: 48px;
  border-radius: 8px;
}
.confirm-modal.confirm-modal--type-warning .confirm-footer .buttn.secondary {
  background-color: transparent;
  color: #A1A7B4;
  border: 1px solid #41454E;
}
.confirm-modal.confirm-modal--type-warning .confirm-footer .buttn.primary {
  background-color: #C24C1A;
  color: white;
}
.confirm-modal.confirm-modal--type-warning .confirm-footer .buttn.primary:hover {
  background-color: #d8551d;
}
.confirm-modal.confirm-modal--button-size-full .confirm-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.confirm-modal.confirm-modal--button-size-full .buttn.primary {
  order: 1;
}
.confirm-modal.confirm-modal--button-size-full .buttn.secondary {
  order: 2;
}

.custom-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  display: flex;
}
.custom-modal--visible {
  visibility: visible;
  opacity: 1;
}
.custom-modal__dialog {
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.custom-modal__dialog--size-small {
  max-width: 300px;
}
.custom-modal__dialog--size-large {
  max-width: 800px;
}
.custom-modal__dialog--theme-dark {
  background-color: #343a40;
  color: #fff;
}
.custom-modal__dialog--theme-default {
  background-color: #fff;
  color: #000;
}
.custom-modal__header, .custom-modal__footer {
  padding: 1rem;
  background-color: inherit;
  border-bottom: 1px solid #ddd;
}
.custom-modal__header.dark, .custom-modal__footer.dark {
  border-bottom-color: #555;
}
.custom-modal__header {
  font-weight: bold;
}
.custom-modal__body {
  padding: 1rem;
  flex: 1;
  background-color: inherit;
}
.custom-modal__footer {
  border-top: 1px solid #ddd;
}
.custom-modal__footer.dark {
  border-top-color: #555;
}
.custom-modal__close {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.custom-modal__close span {
  font-size: 24px;
}
.custom-modal__close:hover {
  font-weight: bold;
}

#notifications_bottom_left {
  bottom: 70px;
  left: 16px;
  z-index: 34;
}
@media only screen and (max-width: 600px) {
  #notifications_bottom_left {
    /* Mobile portrait */
    bottom: 65px;
    left: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #notifications_bottom_left {
    /* Mobile landscape */
    bottom: 55px;
  }
}

body:has(.confirm-modal.visible) #notifications_bottom_left,
body:has(.modal.is-active) #notifications_bottom_left,
body:has(.custom-modal--visible) #notifications_bottom_left,
body:has(#oneOnOneVideoContainer.active) #notifications_bottom_left {
  z-index: 9002;
}

#notifications_top_right {
  top: 64px;
  right: 0;
  width: 0;
  padding-top: 1rem;
  flex-direction: column-reverse;
}

.notifications {
  position: fixed;
  scrollbar-width: none;
  pointer-events: none;
  z-index: 9000;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .notifications {
    /* Very small screen */
  }
  .notifications#notifications_top_right {
    top: 64px;
    padding-top: 0;
  }
}
.notifications .info-notification,
.notifications .alert-notification {
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  pointer-events: all;
  cursor: pointer;
  opacity: 0;
  color: #EFF0FA;
  background-color: #272A31;
  box-shadow: 0 8px 16px 0 #00000040;
  border-radius: 8px;
  margin-bottom: 8px;
  width: 380px;
  word-break: break-word;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .notifications .info-notification,
.notifications .alert-notification {
    /* Very small screen */
    width: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .notifications .info-notification,
.notifications .alert-notification {
    /* Mobile portrait */
    width: 70vw;
    margin-bottom: 4px;
    padding: 3px 10px;
  }
  .notifications .info-notification p,
.notifications .alert-notification p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .notifications .info-notification, .notifications .alert-notification {
    /* Mobile landscape */
    width: 50vw;
    margin-bottom: 4px;
    padding: 3px 10px;
  }
  .is-mobile-mode .notifications .info-notification p, .notifications .alert-notification p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
.notifications .info-notification p,
.notifications .alert-notification p {
  flex-grow: 1;
}
.notifications .info-notification .close-notification,
.notifications .alert-notification .close-notification {
  color: #C5C6D0;
  font-size: 20px;
  margin-top: 2px;
}
.notifications .info-notification .img-wrapper {
  position: relative;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 5px;
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  display: inline-grid;
  place-items: center;
}
.notifications .info-notification .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
.notifications .info-notification .info-icon-notification {
  color: #3C6997;
}
.notifications .info-notification p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.notifications .alert-notification .alert-icon-notification {
  font-size: 20px;
  color: #d86052;
}
.notifications .alert-notification p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.toast-notification {
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: #2E3343;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 #00000040;
}
.toast-notification--error {
  background: #C24C1A;
}
.toast-notification--floating {
  position: fixed;
  left: 66px;
  top: 24px;
  z-index: 9999;
}
.toast-notification__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.toast-notification__icon svg, .toast-notification__icon img {
  width: 20px;
  height: 20px;
}
.toast-notification__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.toast-notification__loading-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #6E799B;
  overflow: hidden;
}
.toast-notification__loading-bar::after {
  content: "";
  position: absolute;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #6E799B, #2E3343, #6E799B);
  animation: loading-bar 1.5s ease-in-out infinite;
}

@keyframes loading-bar {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300%);
  }
}
.system-notification__reconnect {
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.system-notification__reconnect:hover, .system-notification__reconnect:active, .system-notification__reconnect :visited {
  color: white;
}

.compass {
  position: fixed;
  top: 90px;
  right: 50%;
  transform: translateX(50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 2px 8px #1b1b1a15;
  z-index: 2;
  cursor: pointer;
}
.compass .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.compass .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
.compass .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
.compass .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
.compass .tooltip.no-carret::before {
  display: none;
}
.compass.top {
  top: 90px;
  bottom: auto;
  left: 10px;
  right: auto;
  transform: translateX(0);
}
.compass.top:hover .tooltip {
  opacity: 1;
  margin-right: -16px;
}
.compass.hidden {
  display: none;
}
.compass label {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.compass #compass-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  height: 50%;
  width: auto;
}
.compass .compass-button {
  position: absolute;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: white;
  visibility: hidden;
}
.compass .compass-button i {
  font-size: 13px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.compass .compass-rotate-left {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.compass .compass-rotate-right {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.compass .compass-show-north {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.compass .compass-rotate-back {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.compass #compass_btn_visibility {
  display: none;
}

.view-mode .compass label {
  display: block;
}
.view-mode .compass #compass_btn_visibility:checked ~ .compass-button {
  visibility: visible;
}

#create-profile-settings .flx-sb,
.profile_holder .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#create-profile-settings .flx-sb-top,
.profile_holder .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#create-profile-settings .dynamic_profile_holder,
.profile_holder .dynamic_profile_holder {
  display: flex;
  gap: 4px;
  place-items: center;
}
#create-profile-settings .dynamic_profile_holder .info-bubble,
.profile_holder .dynamic_profile_holder .info-bubble {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#create-profile-settings .dynamic_profile_holder .info-bubble .tooltip,
.profile_holder .dynamic_profile_holder .info-bubble .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
#create-profile-settings .dynamic_profile_holder .info-bubble .tooltip::before,
.profile_holder .dynamic_profile_holder .info-bubble .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
#create-profile-settings .dynamic_profile_holder .info-bubble .tooltip.left-caret::before,
.profile_holder .dynamic_profile_holder .info-bubble .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#create-profile-settings .dynamic_profile_holder .info-bubble .tooltip.top-caret::before,
.profile_holder .dynamic_profile_holder .info-bubble .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#create-profile-settings .dynamic_profile_holder .info-bubble .tooltip.no-carret::before,
.profile_holder .dynamic_profile_holder .info-bubble .tooltip.no-carret::before {
  display: none;
}
#create-profile-settings .dynamic_profile_holder .info-bubble:hover .tooltip,
.profile_holder .dynamic_profile_holder .info-bubble:hover .tooltip {
  opacity: 1;
  margin-top: 0px;
}
#create-profile-settings .lbl,
.profile_holder .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#create-profile-settings #profile_image_upload_container,
.profile_holder #profile_image_upload_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  transition: opacity 0.2s ease-in-out;
}
#create-profile-settings #profile_image_upload_container .flx-sb,
.profile_holder #profile_image_upload_container .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#create-profile-settings #profile_image_upload_container .flx-sb-top,
.profile_holder #profile_image_upload_container .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#create-profile-settings #profile_image_upload_container .lbl,
.profile_holder #profile_image_upload_container .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#create-profile-settings #profile_image_upload_container .menu-cta-btn,
.profile_holder #profile_image_upload_container .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#create-profile-settings #profile_image_upload_container .upload-container,
.profile_holder #profile_image_upload_container .upload-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEA;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  min-height: 94px;
}
#create-profile-settings #profile_image_upload_container .upload-container > img,
#create-profile-settings #profile_image_upload_container .upload-container > video,
.profile_holder #profile_image_upload_container .upload-container > img,
.profile_holder #profile_image_upload_container .upload-container > video {
  max-height: 94px;
  max-width: 200px;
  pointer-events: none;
}
#create-profile-settings #profile_image_upload_container .upload-container > video,
.profile_holder #profile_image_upload_container .upload-container > video {
  opacity: 0;
}
#create-profile-settings #profile_image_upload_container .upload-container > video.active,
.profile_holder #profile_image_upload_container .upload-container > video.active {
  pointer-events: all;
  opacity: 1;
}
#create-profile-settings #profile_image_upload_container .upload-container > span,
.profile_holder #profile_image_upload_container .upload-container > span {
  position: absolute;
  right: 24px;
  display: none;
}
#create-profile-settings #profile_image_upload_container .upload-container > span.active,
.profile_holder #profile_image_upload_container .upload-container > span.active {
  display: inline-block;
}
#create-profile-settings #profile_image_upload_container .upload-container > span:hover,
.profile_holder #profile_image_upload_container .upload-container > span:hover {
  color: #DD614A;
}
#create-profile-settings #profile_image_upload_container .upload-container .upload-watermark,
.profile_holder #profile_image_upload_container .upload-container .upload-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  place-items: center;
  pointer-events: none;
}
#create-profile-settings #profile_image_upload_container .upload-container .upload-watermark p,
.profile_holder #profile_image_upload_container .upload-container .upload-watermark p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
  margin: 0;
  width: max-content;
  max-width: 300px;
}
@media only screen and (max-width: 430px) {
  #create-profile-settings #profile_image_upload_container .upload-container .upload-watermark p,
.profile_holder #profile_image_upload_container .upload-container .upload-watermark p {
    max-width: 250px;
  }
}
#create-profile-settings #profile_image_upload_container .upload-container .upload-watermark.hide,
.profile_holder #profile_image_upload_container .upload-container .upload-watermark.hide {
  display: none;
}
#create-profile-settings #profile_image_upload_container .supported_files,
#create-profile-settings #profile_image_upload_container .supported-files,
.profile_holder #profile_image_upload_container .supported_files,
.profile_holder #profile_image_upload_container .supported-files {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545452;
  margin-top: 4px;
}
#create-profile-settings #profile_image_upload_container .upload-container,
.profile_holder #profile_image_upload_container .upload-container {
  margin-top: 12px;
  margin-bottom: 4px;
}
#create-profile-settings #profile_image_upload_container.disabled,
.profile_holder #profile_image_upload_container.disabled {
  pointer-events: none;
  opacity: 0.2;
}
#create-profile-settings #profile_submit,
.profile_holder #profile_submit {
  display: block;
}
#create-profile-settings #profile_update,
.profile_holder #profile_update {
  display: none;
}

.profile_holder .modal-data {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: initial !important;
}
.profile_holder .modal-data .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_holder .modal-data .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.object-menu #create-profile-settings {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.chat-list-wrapper {
  position: absolute;
  bottom: 60px;
  left: 13px;
  width: 220px;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item {
  background: white;
  height: 40px;
  display: flex;
  border: solid black 1px;
  border-radius: 6px;
  margin-bottom: 5px;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .image-holder {
  width: 35px;
  position: relative;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .image-holder img {
  left: -7px;
  top: 4px;
  position: absolute;
  transform: scale(1.4);
  border-radius: 50%;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .text-holder {
  width: 160px;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .text-holder p {
  margin: 7px 0 0px;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .icons-holder {
  position: relative;
  width: 25px;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .icons-holder img {
  height: 18px;
  position: absolute;
  right: -5px;
  top: 10px;
}
.chat-list-wrapper .chat-list-user-item-wraper .chat-list-user-item .notification-holder {
  position: relative;
  right: -15px;
  top: 6px;
}

.notification-wrapper-chat-list {
  position: absolute;
  top: 0;
  left: 31px;
}

/* Chess Game Modal */
.chess-game {
  z-index: 45;
}
.chess-game.is-history {
  z-index: 100;
}
.is-mobile-mode.is-landscape-mode .chess-game.is-history .chess-watchers {
  /* Mobile landscape checked by js */
  flex: 0 0 0%;
  display: none;
}

.is-mobile-mode.is-landscape-mode .chess-game.is-history .chess-players {
  /* Mobile landscape checked by js */
  flex: 0 0 10%;
}

.is-mobile-mode.is-landscape-mode .chess-game.is-history .chess-game {
  /* Mobile landscape checked by js */
  flex: 0 0 40%;
}

.chess-game .modal-background {
  background: rgba(17, 19, 26, 0.8);
}
.chess-game .modal-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-game .modal-card {
    /* Mobile portrait checked by js */
    max-height: 100%;
    height: calc(100% - 50px);
    top: 0;
    position: absolute;
  }
}
.is-mobile-mode.is-landscape-mode .chess-game .modal-card {
  /* Mobile landscape checked by js */
  height: 100%;
  max-height: calc(100% - 80px);
}

.chess-game .piece {
  z-index: 2;
  transition: none;
}
.chess-game .square {
  z-index: 1;
}
.chess-game .board {
  z-index: 1;
}
.chess-game .chess-game-container {
  position: relative;
  z-index: 1;
}
.chess-game .board-b72b1 {
  position: relative;
  z-index: 1;
}
.chess-game .piece-417db {
  position: relative;
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.chess-game .piece-417db.dragging {
  z-index: 9999 !important;
  transform: scale(1.1) translateZ(0) !important;
  transition: none !important;
}
.chess-game .square-55d63 {
  z-index: 1;
  width: 12.5% !important;
  aspect-ratio: 1;
  height: unset !important;
  max-height: fit-content;
}
.chess-game .square-55d63 img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Chess Container Layout */
.chess-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 80vh;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-container {
    /* Mobile portrait checked by js */
    flex-direction: column-reverse;
    height: 100%;
    max-height: 100%;
    display: flex;
  }
}

/* Left Container: Players */
.chess-players {
  flex: 0 0 25%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
.is-mobile-mode.is-landscape-mode .chess-players.is-history {
  /* Mobile landscape checked by js */
  flex: 0 0 10%;
}

@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-players {
    /* Mobile portrait checked by js */
    flex: 0 0 auto;
    width: 100%;
    height: 127px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
  }
}
.is-mobile-mode.is-landscape-mode .chess-players {
  /* Mobile landscape checked by js */
  gap: 5px;
  padding: 5px;
}

.chess-players .chess-player-top.active .video-wrapper,
.chess-players .chess-player-bottom.active .video-wrapper {
  border: 2px solid #7CAF00;
}
.chess-players .chess-player-top,
.chess-players .chess-player-bottom {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.chess-players .chess-player-top video.invert,
.chess-players .chess-player-bottom video.invert {
  transform: scaleX(-1);
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-players .chess-player-top, .is-mobile-mode.is-portrait-mode .chess-players .chess-player-bottom {
    /* Mobile portrait checked by js */
    flex: 0 0 48%;
    width: 177px;
    height: 100%;
  }
}
.chess-players .video-stack {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-players .video-stack {
    /* Mobile portrait checked by js */
    width: 100%;
    height: 100%;
    max-height: 127px;
  }
}
.chess-players .media-container {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: relative;
  flex: 1;
  left: 1px;
  top: 1px;
  border-radius: 8px;
}
.chess-players .empty-container {
  border-radius: 8px;
  max-height: 100%;
  overflow: hidden;
  background: #11131A;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-players .empty-container {
    /* Mobile portrait checked by js */
    max-height: 127px;
  }
}
.chess-players .time-icon-container {
  display: flex;
  justify-content: end;
}
.chess-players .media-container.active .empty-container:hover,
.chess-players .media-container.active .icon-container:hover,
.chess-players .media-container.active .time-icon-container:hover,
.chess-players .media-container.active .image-wrapper:hover,
.chess-players .media-container.active .video-wrapper:hover {
  background-color: initial !important;
}
.chess-players .empty-container,
.chess-players .icon-container,
.chess-players .time-icon-container,
.chess-players .image-wrapper,
.chess-players .video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  overflow: hidden;
}
.chess-players .empty-container:hover,
.chess-players .icon-container:hover,
.chess-players .time-icon-container:hover,
.chess-players .image-wrapper:hover,
.chess-players .video-wrapper:hover {
  background-color: #7CAF00;
}
.chess-players .time-icon-container {
  z-index: 6;
}
.chess-players .icon-container {
  z-index: 6;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-players .icon-container {
    /* Mobile portrait checked by js */
  }
  .is-mobile-mode.is-portrait-mode .chess-players .icon-container svg {
    width: 36px;
    height: 36px;
  }
}
.chess-players .image-wrapper {
  z-index: 4;
}
.chess-players .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chess-players .video-wrapper {
  z-index: 5;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-players .video-wrapper {
    /* Mobile portrait checked by js */
    width: 100%;
    height: 100%;
  }
}
.chess-players .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chess-players .speaking-indicator {
  z-index: 7;
  right: 8px;
  bottom: 8px;
}
.chess-players .video-name {
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.chess-players .video-name span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #11131A;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 8px;
}

/* Center Container: Chess Game */
.chess-game {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Ensure dragged pieces appear above the board */
  /* When piece is being dragged */
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-game {
    /* Mobile portrait checked by js */
    flex: 1 1 auto;
    min-height: 0;
    padding: 4px;
  }
}
.is-mobile-mode.is-landscape-mode .chess-game {
  /* Mobile landscape checked by js */
  padding: 5px;
}

.is-mobile-mode.is-landscape-mode .chess-game.is-history {
  /* Mobile landscape checked by js */
  flex: 0 0 40%;
}

.chess-game .chess-game-container {
  position: relative;
  width: min(100%, 60vh);
  height: min(100%, 60vh);
  max-width: min(100%, 60vh);
  max-height: min(100%, 60vh);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-game .chess-game-container {
    /* Mobile portrait checked by js */
    width: 100%;
    height: 100vw;
    aspect-ratio: 1;
    padding: 4px;
  }
}
.chess-game .chessboard-63f37 {
  height: 100%;
  aspect-ratio: 1;
}
.chess-game .board-b72b1 {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}
.chess-game .row-5277c {
  height: 12.5%;
}
.chess-game .piece-417db {
  position: relative;
  z-index: 2;
}
.chess-game .piece-417db.dragging {
  z-index: 9999;
}

/* Right Container: Watchers */
.chess-watchers {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-watchers {
    /* Mobile portrait checked by js */
    flex: 0 0 auto;
    height: 96px;
    margin-left: 4px;
    margin-right: 4px;
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0;
  }
}
.is-mobile-mode.is-landscape-mode .chess-watchers {
  /* Mobile landscape checked by js */
  padding: 5px;
}

.chess-watchers .chess-watchers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1px 0;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-watchers .chess-watchers-grid {
    /* Mobile portrait checked by js */
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 60px;
    overflow: initial;
    width: auto;
  }
}
.is-mobile-mode.is-landscape-mode .chess-watchers .chess-watchers-grid {
  /* Mobile landscape checked by js */
  gap: 5px;
}

.chess-watchers #player-indicator-visitor-1,
.chess-watchers #player-indicator-visitor-2,
.chess-watchers #player-indicator-visitor-3,
.chess-watchers #player-indicator-visitor-4,
.chess-watchers #player-indicator-visitor-5,
.chess-watchers #player-indicator-visitor-6 {
  border-radius: 8px;
  background: #11131A;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.chess-watchers #player-indicator-visitor-1:hover,
.chess-watchers #player-indicator-visitor-2:hover,
.chess-watchers #player-indicator-visitor-3:hover,
.chess-watchers #player-indicator-visitor-4:hover,
.chess-watchers #player-indicator-visitor-5:hover,
.chess-watchers #player-indicator-visitor-6:hover {
  background-color: #7CAF00;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-watchers #player-indicator-visitor-1, .is-mobile-mode.is-portrait-mode .chess-watchers #player-indicator-visitor-2, .is-mobile-mode.is-portrait-mode .chess-watchers #player-indicator-visitor-3, .is-mobile-mode.is-portrait-mode .chess-watchers #player-indicator-visitor-4, .is-mobile-mode.is-portrait-mode .chess-watchers #player-indicator-visitor-5, .is-mobile-mode.is-portrait-mode .chess-watchers #player-indicator-visitor-6 {
    /* Mobile portrait checked by js */
    width: 89px;
    height: 68px;
  }
}
.chess-watchers #player-indicator-visitor-1 .video-wrapper,
.chess-watchers #player-indicator-visitor-2 .video-wrapper,
.chess-watchers #player-indicator-visitor-3 .video-wrapper,
.chess-watchers #player-indicator-visitor-4 .video-wrapper,
.chess-watchers #player-indicator-visitor-5 .video-wrapper,
.chess-watchers #player-indicator-visitor-6 .video-wrapper {
  height: 100%;
}
.chess-watchers #player-indicator-visitor-1 .video-wrapper video,
.chess-watchers #player-indicator-visitor-2 .video-wrapper video,
.chess-watchers #player-indicator-visitor-3 .video-wrapper video,
.chess-watchers #player-indicator-visitor-4 .video-wrapper video,
.chess-watchers #player-indicator-visitor-5 .video-wrapper video,
.chess-watchers #player-indicator-visitor-6 .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chess-watchers .player-indicator-visitor-1,
.chess-watchers .player-indicator-visitor-2,
.chess-watchers .player-indicator-visitor-3,
.chess-watchers .player-indicator-visitor-4,
.chess-watchers .player-indicator-visitor-5,
.chess-watchers .player-indicator-visitor-6 {
  width: 100%;
  height: 100%;
  min-height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .chess-watchers .player-indicator-visitor-1, .is-mobile-mode.is-portrait-mode .chess-watchers .player-indicator-visitor-2, .is-mobile-mode.is-portrait-mode .chess-watchers .player-indicator-visitor-3, .is-mobile-mode.is-portrait-mode .chess-watchers .player-indicator-visitor-4, .is-mobile-mode.is-portrait-mode .chess-watchers .player-indicator-visitor-5, .is-mobile-mode.is-portrait-mode .chess-watchers .player-indicator-visitor-6 {
    /* Mobile portrait checked by js */
    width: 100px;
    height: 60px;
  }
}
.chess-watchers .video-stack,
.chess-watchers .overlay-top {
  height: 100%;
  position: relative;
}
.chess-watchers .speaking-indicator {
  z-index: 7;
  right: 8px;
  bottom: 8px;
}

.chess-avatar-wrapper-one,
.chess-avatar-wrapper-two {
  height: 100%;
}

/* Default Video Player */
.default-video-player-wrapper {
  transform: scale(0);
  display: none;
}

/* Modal Base Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-top {
  /* shorthand for top: 0, right: 0, bottom: 0, left: 0 */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* allows clicks to pass through to elements underneath */
}

.own-chess-menu__foldable-wrapper {
  display: flex;
  align-items: flex-end;
  margin: -5px;
}
@media screen and (max-width: 992px) {
  .own-chess-menu__foldable-wrapper {
    height: 45px;
  }
}
.own-chess-menu__foldable {
  display: flex;
  gap: 16px;
  width: max-content;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .own-chess-menu__foldable {
    /* Mobile portrait checked by js */
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 992px) {
  .own-chess-menu__foldable {
    gap: 8px;
  }
}
.own-chess-menu .world-bottom-nav__foldable__content {
  padding: 5px;
}
@media only screen and (max-width: 600px) {
  .is-mobile-mode.is-portrait-mode .own-chess-menu .world-bottom-nav__foldable__content {
    /* Mobile portrait checked by js */
    background-color: #11131A33;
  }
}

[data-piece=wP],
[data-piece=bP],
[data-piece=wB],
[data-piece=bB],
[data-piece=wK],
[data-piece=bK],
[data-piece=wQ],
[data-piece=bQ],
[data-piece=wN],
[data-piece=bN],
[data-piece=wR],
[data-piece=bR] {
  z-index: 99999;
}

video#chess-player-video.invert {
  transform: scaleX(-1);
}

.modal-winner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #11131A;
  border-radius: 16px;
  padding: 16px;
}
.modal-winner-content div {
  color: white;
  padding: 16px;
}
.modal-winner-content img {
  border-radius: 50%;
}

.is-mobile-mode.is-landscape-mode .chess-game-special-landscape-mode.is-active {
  /* Mobile landscape checked by js */
  display: flex;
  justify-content: flex-start;
}

.chess-history-container {
  position: absolute;
  z-index: 55;
  background-color: #2d2d2d;
  border-radius: 10px;
  top: 16px;
  right: 16px;
  height: calc(100% - 96px);
  width: 420px;
  border-radius: 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .chess-history-container {
    /* Mobile portrait */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chess-history-container {
    /* Mobile landscape */
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .chess-history-container .header-actions__close-btn {
    /* Mobile portrait */
    border-radius: 50%;
    width: 48px;
    background-color: #7CAF00;
    height: 48px;
    padding: 0;
    position: fixed;
    top: unset;
    bottom: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }
}

.chess-history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  position: relative;
  color: white;
  padding-left: 18px;
  height: 68px;
}
@media screen and (max-width: 992px) {
  .chess-history-header {
    border-radius: initial;
  }
}
@media only screen and (max-width: 600px) {
  .chess-history-header {
    /* Mobile portrait */
    padding: 10px 16px;
    height: 60px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chess-history-header {
    /* Mobile landscape */
    padding: 10px 16px;
    height: 60px;
  }
}

.chess-history-title {
  font-size: 1rem;
  font-weight: 500;
}

.chess-history-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
}
.chess-history-close:hover {
  color: #7CAF00;
}

.chess-history-players {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #404040;
}

.chess-history-player.white {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #2d2d2d;
  background-color: black;
}
.chess-history-player.white .chess-history-player-name {
  color: #ffffff;
  font-weight: bold;
}

.chess-history-player.black {
  width: 100%;
  height: 100%;
  background-color: black;
  border-bottom: 1px solid #2d2d2d;
}
.chess-history-player.black .chess-history-player-name {
  color: #ffffff;
  font-weight: bold;
}

.chess-history-player {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 31px;
}
.chess-history-player.white .chess-history-player-name {
  color: #ffffff;
}
.chess-history-player.black .chess-history-player-name {
  color: #ffffff;
}

.chess-history-player-name {
  font-weight: 500;
}

.chess-history-player-color {
  color: #888;
  font-size: 0.9rem;
}

.chess-history-moves {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}

.chess-history-move {
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
  padding-left: 0;
}
.chess-history-move:hover {
  background-color: #363636;
}

.chess-history-move-number {
  color: white;
  width: 2rem;
  text-align: center;
  flex-shrink: 0;
  width: 40px;
}
.chess-history-move-number:first-child {
  opacity: 0;
}

.chess-history-move-content {
  display: flex;
  flex: 1;
  gap: 1rem;
  background-color: black;
  height: 31px;
}

.chess-history-move-item {
  display: flex;
  align-items: center;
  flex: 1;
}

.chess-history-piece {
  width: 1rem;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.chess-history-coordinates {
  color: #A1A7B4;
  font-size: 0.9rem;
}

.chess-divider {
  width: 91px;
}

.paypal_donation_holder section {
  width: 100%;
  padding-inline: 0 !important;
}
.paypal_donation_holder section.uploadThumbnailWrapper {
  padding-top: 0;
}
.paypal_donation_holder .paypal_donation_image.simple {
  grid-template-rows: 1fr;
}
.paypal_donation_holder .paypal_donation_image.hidden {
  display: none;
}
.paypal_donation_holder .paypal_donation_image #paypal_donation_image.active {
  opacity: 1;
}
.paypal_donation_holder .paypal_donation_text {
  grid-area: text;
  display: flex;
  flex-direction: column;
}
.paypal_donation_holder .paypal_donation_text label {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.paypal_donation_holder .paypal_donation_text #paypal_donation_text {
  padding: 10px;
  box-sizing: border-box;
  border-color: #dbdbdb;
  border-radius: 4px;
}
.paypal_donation_holder .paypal_donation_text #paypal_donation_text.readonly {
  background-color: transparent;
  border: none;
  resize: none;
  padding: 0;
}
.paypal_donation_holder .paypal_donation_text #paypal_donation_text.hidden {
  display: none;
}
@supports (scrollbar-color: red blue) {
  .paypal_donation_holder .paypal_donation_text #paypal_donation_text {
    scrollbar-color: #303030 rgba(0, 0, 0, 0.3);
  }
}
.paypal_donation_holder .paypal_donation_text #paypal_donation_text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.paypal_donation_holder .paypal_donation_text #paypal_donation_text::-webkit-scrollbar-thumb {
  background: #303030;
  outline: 1px solid #11171d;
}
.paypal_donation_holder #paypal_donation_url {
  padding: 10px;
  outline: none;
  margin: 12px 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  flex-grow: 1;
  width: 100%;
}
.paypal_donation_holder #paypal_donation_url::placeholder {
  text-align: center;
}
.paypal_donation_holder .paypal_donation_cta {
  position: relative;
  width: 100%;
  display: flex;
}
.paypal_donation_holder .paypal_donation_cta.simple {
  margin-top: 0;
}
.paypal_donation_holder .paypal_donation_cta #paypal_help:hover {
  cursor: pointer;
  opacity: 1;
}
.paypal_donation_holder .paypal_donation_cta #paypal_donation {
  height: 60px;
  margin-inline: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
.paypal_donation_holder .paypal_donation_cta #paypal_donation:hover {
  cursor: pointer;
  filter: drop-shadow(0 0 6px yellow);
}
.paypal_donation_holder #donation_iframe {
  grid-row: 1/4;
  grid-column: 1/2;
  z-index: 10;
}
.paypal_donation_holder .paypal-help-txt {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.paypal_donation_holder #paypal_donation_update {
  display: none;
}

.donation-iframe-holder #paypal_donation_image {
  display: flex;
  margin: 0 auto;
}

#leave_preview_mode {
  position: absolute;
  top: 90px;
  left: 10px;
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
  color: #FFF;
  background-color: #6B9D11;
}
@media only screen and (min-width: 480px) {
  #leave_preview_mode {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
#leave_preview_mode.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
#leave_preview_mode.primary:hover {
  background-color: #8EB44A;
}
#leave_preview_mode.primary:active {
  background-color: #577D13;
}
#leave_preview_mode.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
#leave_preview_mode.info {
  color: #FFF;
  background-color: #3C6997;
}
#leave_preview_mode.info:hover {
  background-color: #4881b9;
}
#leave_preview_mode.info:active {
  background-color: #2e5175;
}
#leave_preview_mode.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
#leave_preview_mode.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
#leave_preview_mode.secondary:hover {
  border-color: #D2D2D2;
}
#leave_preview_mode.secondary:active {
  border-color: #9C9C9B;
}
#leave_preview_mode.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
#leave_preview_mode.secondary-fill:hover {
  background-color: #4881b9;
}
#leave_preview_mode.secondary-fill:active {
  background-color: #2e5175;
}
#leave_preview_mode.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
#leave_preview_mode.tertiary:hover {
  background-color: #F0F3F7;
}
#leave_preview_mode.tertiary:active {
  background-color: #E0E7EE;
}
#leave_preview_mode.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
#leave_preview_mode.grow {
  flex-grow: 1;
}
#leave_preview_mode p {
  margin: 0;
}
#leave_preview_mode .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
#leave_preview_mode .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
#leave_preview_mode .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#leave_preview_mode .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#leave_preview_mode .tooltip.no-carret::before {
  display: none;
}
#leave_preview_mode:hover {
  background-color: #8EB44A;
}
#leave_preview_mode:hover .tooltip {
  opacity: 1;
  margin-right: -16px;
}
#leave_preview_mode:active {
  background-color: #577D13;
}

.edit-mode #leave_preview_mode {
  display: none;
}

.room_coordinates .modal-content {
  width: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.room_coordinates .modal-content #leaflet-map-container {
  height: 65vh;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  margin-inline: 32px;
}
.room_coordinates .modal-content .coordinates-cta {
  justify-content: center;
  gap: 24px;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates {
  height: 40px;
  border-radius: 2px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
  border: 1px solid #3C6997;
  color: #3C6997;
  cursor: pointer;
  width: min(300px, 40%);
}
@media only screen and (min-width: 480px) {
  .room_coordinates .modal-content .coordinates-cta .submit_coordinates {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.primary {
  border-radius: 8px;
  color: #FFF;
  background-color: #6B9D11;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.primary:hover {
  background-color: #8EB44A;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.primary:active {
  background-color: #577D13;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.primary-border {
  color: #6B9D11;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.info {
  color: #FFF;
  background-color: #3C6997;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.info:hover {
  background-color: #4881b9;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.info:active {
  background-color: #2e5175;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary {
  border: none;
  background-color: transparent;
  color: white;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary.editor {
  border: 1px solid #3C6997;
  color: #3C6997;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary:hover {
  border-color: #D2D2D2;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary:active {
  border-color: #9C9C9B;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary-fill {
  background-color: #3C6997;
  color: #FFF;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary-fill:hover {
  background-color: #4881b9;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.secondary-fill:active {
  background-color: #2e5175;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.tertiary {
  color: #3C6997;
  background-color: #FFF;
  padding: 8px 16px;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.tertiary:hover {
  background-color: #F0F3F7;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.tertiary:active {
  background-color: #E0E7EE;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.disabled {
  background-color: #C4C4C4;
  pointer-events: none;
  cursor: not-allowed;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.grow {
  flex-grow: 1;
}
.room_coordinates .modal-content .coordinates-cta .submit_coordinates.active {
  pointer-events: all;
  user-select: none;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .room_coordinates .modal-content {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border: none;
    border-radius: 0;
  }
  .room_coordinates .modal-content #leaflet-map-container {
    margin-inline: 4px;
  }
}

#user-menu {
  position: absolute;
  right: 24px;
  top: 56px !important;
  max-height: 600px;
  overflow-y: auto;
  font-family: "Roboto", sans-serif;
  top: 59px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
#user-menu.is-active {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 0 8px #1b1b1a15;
  pointer-events: all;
  z-index: 35;
}
@media only screen and (max-width: 600px) {
  #user-menu {
    /* Mobile portrait */
    top: 46px !important;
    right: 12px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #user-menu {
    /* Mobile landscape */
    top: 46px !important;
    right: 12px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 600px) {
  #user-menu {
    /* Mobile portrait */
    width: min(50%, 300px);
    max-height: calc(100vh - 90px);
  }
  #user-menu .mobileOnly {
    display: block;
  }
}
#user-menu #app-logout {
  cursor: pointer;
}
#user-menu .navbar-mood {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 160px;
  text-decoration: none;
  margin: 4px 0;
}
@media only screen and (max-width: 600px) {
  #user-menu .navbar-mood {
    /* Mobile portrait */
    min-width: min(100%, 160px);
  }
}
#user-menu .navbar-mood div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
  font-size: 14px;
  color: #A1A7B4;
}
#user-menu .navbar-mood div .mood-tag {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#user-menu .navbar-mood div .mood-tag.is-primary {
  background-color: #6B9D11;
}
#user-menu .navbar-mood div .mood-tag.is-warning {
  background-color: #FE9000;
}
#user-menu .navbar-mood div .mood-tag.is-danger {
  background-color: #DD614A;
}
#user-menu .navbar-mood .mood-radio {
  color: #8D8D8B;
}
#user-menu .navbar-mood .mood-radio + div .mood-description {
  margin-left: 5px;
  font-size: 14px;
}
#user-menu .navbar-mood .mood-radio.active {
  color: #6B9D11;
}
#user-menu .navbar-mood .mood-radio.active + div .mood-description {
  font-weight: 400;
  color: #FFF;
}
#user-menu .change_language .select-selected {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
}
#user-menu .change_language .select-selected::after {
  right: 5px;
}

hr {
  height: 0;
  margin: 3px 0;
}

.menu-button svg {
  margin-right: 5px;
}

@media only screen and (max-width: 1000px), screen and (max-height: 600px) {
  .modal.isEmbeded-modal-holder.is-active {
    width: 100% !important;
  }
}
.modal.isEmbeded-modal-holder.is-active {
  height: 30%;
  position: absolute;
  bottom: 0;
  top: initial;
}

#user-menu-dark {
  display: flex;
  width: 110px;
  height: 48px;
  background: #2E334366;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}

.menu-hamburger,
.menu-icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.menu-icon-bg-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--Grey-03, #2E3343);
  border-radius: 50%;
}

#tuneMenu {
  position: absolute;
  left: 80px;
  top: 59px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
#tuneMenu .leave_preview_mode {
  display: none;
}
#tuneMenu .leave_preview_mode.visible {
  display: none;
}
#tuneMenu .usetiful_help {
  display: none;
}
#tuneMenu li > * {
  justify-content: space-between;
}
#tuneMenu.is-active {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 0 8px #1b1b1a15;
  pointer-events: all;
  z-index: 35;
}
@media only screen and (max-width: 1000px), screen and (max-height: 600px) {
  #tuneMenu {
    left: 0;
    right: auto;
    overflow: auto;
  }
  #tuneMenu .mobileOnly {
    display: block;
  }
  #tuneMenu .leave_preview_mode.visible {
    display: block;
  }
  #tuneMenu .usetiful_help {
    display: block;
  }
}
#tuneMenu .tune-menu-title {
  display: flex;
  justify-content: center;
  margin: 0;
}
#tuneMenu .tune-menu-title span {
  font-size: 12px;
}
#tuneMenu hr {
  margin: 0;
  margin-bottom: 10px;
}

.people-tab-active-scrollbale {
  height: calc(100% - 70px);
  overflow-y: auto;
  position: relative;
  top: 4px;
}

.people-tab-active-scrollbale-no-height {
  overflow-y: auto;
  position: relative;
  top: 4px;
}

.people-all-container {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 36;
  height: 50%;
}
.people-all-container.expanded {
  height: calc(100% - 64px) !important;
}

.people-small-layout {
  display: none !important;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 400px;
  height: 100%;
  position: relative;
}
.people-small-layout .people-header {
  display: flex;
  padding: 24px 16px;
  justify-content: space-between;
  border: 1px solid #EBEBEA;
  border-bottom: none;
}
.people-small-layout .people-header-left-inner {
  size: 18px;
  font-weight: 600;
  color: #1B1B1A;
}
.people-small-layout .people-tabbed-wrapper {
  height: 35px;
}
.people-small-layout .people-tabbed-wrapper .tabs a:hover {
  border-bottom-color: #6B9D11;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.people-small-layout .tabs ul {
  border-bottom-color: transparent;
}
.people-small-layout .tabs .is-fullwidth a {
  height: 24px;
  border-bottom-color: transparent;
}
.people-small-layout .tabs .is-fullwidth a span {
  font-weight: 400;
  font-size: 15px;
}
.people-small-layout .tabs li a span b {
  font-weight: 400;
  font-size: 15px;
}
.people-small-layout .tabs li.is-active a {
  border-width: 3px;
  border-bottom-color: #6B9D11;
  color: #1B1B1A;
}
.people-small-layout .tabs li.is-active a span {
  font-weight: 500;
}
.people-small-layout .tabs li.is-active a span b {
  font-weight: 500;
}
.people-small-layout .people-list-wrapper .people-list-item-wrapper {
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  margin-top: 12px;
}
.people-small-layout .people-list-wrapper .people-list-item-content-wrapper {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: space-between;
}
.people-small-layout .people-list-wrapper .people-list-item-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.people-small-layout .people-list-wrapper .people-list-item-image.offline img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.people-small-layout .people-list-wrapper .people-list-item-name.offline {
  color: #8D8D8B;
}
.people-small-layout .people-list-wrapper .people-list-item-name {
  flex: 1 0 35%;
}
.people-small-layout .people-list-wrapper .people-list-item-name div {
  padding-left: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 14px;
}
.people-small-layout .people-list-wrapper .people-list-item-name .people-list-item-name-scene-name {
  color: #8D8D8B;
  font-size: 14px;
  margin-top: 3px;
  cursor: pointer;
}
.people-small-layout .people-list-wrapper .people-list-item-name-small {
  flex: 1 0 35%;
}
.people-small-layout .people-list-wrapper .people-list-item-name-small div {
  padding-left: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 14px;
}
.people-small-layout .people-list-wrapper .people-list-item-name-small .people-list-item-name-scene-name {
  color: #8D8D8B;
  font-size: 14px;
  margin-top: 3px;
  cursor: pointer;
}
.people-small-layout .people-list-wrapper .people-list-item-icons {
  cursor: pointer;
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  position: relative;
}
.people-small-layout .people-list-wrapper .people-list-item-icons > .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.people-small-layout .people-box-container {
  display: block;
  padding: 12px;
  width: 240px;
  right: -12px;
  top: 16px;
  position: absolute;
  z-index: 1;
  visibility: hidden;
}
.people-small-layout .people-box-container.is-active {
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.025);
}
.people-small-layout .people-box-container.top {
  top: auto;
  bottom: 16px;
}
.people-small-layout .people-box-container .box {
  padding: 12px;
  border-radius: 0;
}
.people-small-layout .people-box-container .box.disabled {
  color: #C4C4C4;
  cursor: not-allowed;
}
.people-small-layout .people-box-container .box:not(:last-child) {
  margin-bottom: 0;
}

.clickable {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
  opacity: 40%;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* Mobile Landscape */
  .people-small-layout {
    width: 100% !important;
    position: relative;
    right: 0;
    z-index: 34;
  }

  .people-all-container {
    width: 50%;
  }
  .people-all-container.expanded {
    height: 100% !important;
    z-index: 34;
  }

  /* Your desired styles for mobile landscape */
}
@media only screen and (max-width: 600px) {
  /* Mobile Portrait */
  .people-small-layout {
    width: 100% !important;
    position: absolute;
    right: 0;
    z-index: 34;
  }
  .people-small-layout.expanded {
    height: 100% !important;
  }

  .people-all-container {
    width: 100%;
    z-index: 34;
  }
}
.scene-items-loading-container {
  height: calc(80% - 3px);
  position: relative;
  top: 4px;
}

.scene-tiems-loading-text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
}

.rotate-center {
  -webkit-animation: rotate-center 2.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 20 both;
  animation: rotate-center 2.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 20 both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scale-up-center {
  -webkit-animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
  animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-12-6 11:39:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.chat-all-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 33;
  height: 50%;
}
.chat-all-container.expanded {
  height: calc(100% - 64px);
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .chat-all-container {
    /* Mobile Landscape */
    width: 50% !important;
  }
  .chat-all-container.expanded {
    z-index: 33 !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .chat-all-container {
    /* Mobile Portrait */
    width: 100% !important;
  }
}

.chat-small-layout {
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 400px;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .chat-small-layout {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .chat-small-layout {
    width: 100% !important;
  }
  .chat-small-layout.expanded {
    height: 100% !important;
  }
}
.chat-small-layout .chat-header {
  display: flex;
  padding: 24px 16px;
  justify-content: space-between;
  border: 1px solid #EBEBEA;
  border-top: none;
}
.chat-small-layout .chat-header-left-inner {
  size: 18px;
  font-weight: 600;
  color: #1B1B1A;
}
.chat-small-layout .chat-list-wrapper-items {
  height: 100%;
  overflow-y: auto;
}
.chat-small-layout .chat-list-wrapper-items .chat-list-item-wrapper {
  width: 100%;
  height: 70px;
  padding: 8px 0px;
}

#chat-room-items-container {
  padding: 0px 16px 0px 16px;
  padding-right: 0px;
  height: 100%;
}

.chat-list-item-wrapper {
  width: 368px;
  height: 76px;
}
.chat-list-item-wrapper .chat-list-item-image-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}
.chat-list-item-wrapper .chat-list-item-image-wrapper img {
  height: 100%;
  position: absolute;
  max-width: max-content;
}
.chat-list-item-wrapper .chat-list-item-text-wrapper {
  flex-grow: 1;
  max-width: 255px;
}
.chat-list-item-wrapper .chat-list-notification-wrapper {
  flex-grow: unset !important;
}
.chat-list-item-wrapper .chat-list-notification-wrapper .chat-list-notification-text {
  flex-grow: unset !important;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  background: #DD614A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.chat-list-item-wrapper .chat-list-text-header {
  width: 240px;
  height: 24px;
  color: #1B1B1A;
  padding-left: 16px;
}
.chat-list-item-wrapper .chat-list-text-message {
  color: #8D8D8B;
  padding-left: 16px;
  padding-right: 10px;
  max-height: 50px;
  overflow: hidden;
}
.chat-list-item-wrapper .chat-list-text-message span {
  color: #1B1B1A;
}
.chat-list-item-wrapper .chat-list-item-content-wrapper {
  display: flex;
  align-items: center;
}

.oneoneone-message-header-wrapper {
  display: flex;
  align-items: center;
}
.oneoneone-message-header-wrapper .clickable {
  cursor: pointer;
}
.oneoneone-message-header-wrapper .oneoneone-message-image-wrapper {
  border-radius: 50%;
  overflow: hidden;
}
.oneoneone-message-header-wrapper img {
  width: 32px;
}
.oneoneone-message-header-wrapper div.text {
  text-decoration: none;
  text-overflow: ellipsis;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 190px;
}

#singleChatDropDownMenu .dropdown-content {
  width: 250px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.inside-message-wrapper-enter-room,
.message-enter-room-text-wrapper {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.inside-message-wrapper-enter-room span,
.message-enter-room-text-wrapper span {
  font-size: 14px;
}

.message-timestamp-text-wrapper {
  color: #C4C4C4;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* Mobile Landscape */
  .single-message-chat-small-layout {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  /* Mobile Portrait */
  .single-message-chat-small-layout {
    width: 100% !important;
  }
}
.sendMessageInputField:focus:focus-visible:focus-within {
  outline: none;
}

.single-message-chat-header-image-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  margin-right: 10px;
  pointer-events: none;
}
.single-message-chat-header-image-wrapper img {
  height: 100%;
  position: absolute;
  max-width: max-content;
  cursor: pointer;
}

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

.single-message-chat-header-left-inner-room {
  font-size: 13px;
  color: #8D8D8B;
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.single-message-chat-header-left-inner {
  display: flex;
  align-items: center;
}

.chat-all-container--simple-ui {
  left: unset;
  right: 0;
  z-index: 36;
}
.chat-all-container--simple-ui .chat-open-chat-wrapper {
  bottom: 32px;
  right: 16px;
  left: unset;
}
.chat-all-container--simple-ui .chats-pinned-wrapper {
  bottom: 30px;
  right: 0;
  left: unset;
}
.chat-all-container--simple-ui .chats-pinned-wrapper .chats-pinned-text {
  left: unset;
  right: 66px;
  bottom: 16px;
}
.chat-all-container--simple-ui .chats-pinned-wrapper .chats-pinned-icon-wrapper-container .tooltip, .chat-all-container--simple-ui .chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .tooltip {
  margin-top: 5px;
  transform: none;
  left: unset;
  right: 60px;
  top: 0;
}
.chat-all-container--simple-ui .chats-pinned-wrapper .chats-pinned-icon-wrapper-container .tooltip::before, .chat-all-container--simple-ui .chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .tooltip::before {
  left: unset;
  right: -4px;
}
.chat-all-container--simple-ui .chats-unpinned-wrapper {
  left: unset;
  right: 70px;
  bottom: 48px;
}
.chat-all-container--simple-ui .chats-unpinned-wrapper .chats-pinned-icon-wrapper-container {
  width: unset;
}
.chat-all-container--simple-ui .chats-unpinned-wrapper .chats-unpinned-container {
  justify-content: flex-end;
}
.chat-all-container--simple-ui .chats-unpinned-wrapper .chats-unpinned-container .chats-pinned-text {
  left: unset !important;
  right: 70px;
}

.chat-open-chat-wrapper {
  position: absolute;
  cursor: pointer;
  bottom: 32px;
  left: 32px;
  z-index: 1;
  pointer-events: all;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .chat-open-chat-wrapper {
    bottom: 16px;
    left: 16px;
  }
}
.chat-open-chat-wrapper .chat-icon-images-wrapper {
  display: flex;
}
.chat-open-chat-wrapper .chat-icon-wrapper {
  height: 54px;
  display: flex;
  align-items: center;
}
.chat-open-chat-wrapper .chat-icon-wrapper .chat-icon-notification-text {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  background: #DD614A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 40px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.chat-open-chat-wrapper .chat-icon-wrapper .chat-icon-image-wrapper {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
}
.chat-open-chat-wrapper .chat-icon-wrapper .chat-icon-image-wrapper:hover {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.chat-open-chat-wrapper .chat-icon-wrapper .chat-icon-image-wrapper img {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
}
.chat-open-chat-wrapper .chat-icon-wrapper .tooltip {
  left: 10px;
  top: 16px;
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 12px;
  pointer-events: none;
  opacity: 0;
  transform: translate(61px, -50%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
.chat-open-chat-wrapper .chat-icon-wrapper .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 0;
  margin-left: -4px;
  transform: rotate(45deg);
}
.chat-open-chat-wrapper .chat-icon-wrapper:hover .tooltip {
  opacity: 1;
}

.chats-pinned-wrapper {
  position: absolute;
  bottom: 54px;
  left: -5px;
}
.chats-pinned-wrapper .chats-pinned-container::-webkit-scrollbar {
  width: 10px;
}
.chats-pinned-wrapper .chats-pinned-container {
  max-height: 425px;
  display: flex;
  flex-direction: column-reverse;
  width: 60px;
  padding: 5px;
}
.chats-pinned-wrapper .chats-pinned-container .chats-pinned-icon-wrapper {
  position: relative;
}
.chats-pinned-wrapper .chats-pinned-container .chats-pinned-icon-wrapper.is-tour {
  display: none;
}
.chats-pinned-wrapper .chats-pinned-container .chats-pinned-text {
  position: absolute;
  left: 66px;
  width: auto;
  height: auto;
  background: white;
  padding: 16px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.chats-pinned-wrapper .chats-pinned-container .chats-pinned-text .chats-pinned-text-title {
  color: #3C6997;
  font-size: 15px;
}
.chats-pinned-wrapper .chats-pinned-container .chats-pinned-text .chats-pinned-text-message {
  color: #545452;
  font-size: 15px;
}
.chats-pinned-wrapper .chats-pinned-container img {
  height: 50px;
  max-width: max-content;
  place-items: center;
  position: absolute;
  pointer-events: none;
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container {
  max-width: 530px;
  height: auto;
  margin-bottom: 16px;
  pointer-events: all;
  position: relative;
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container .chats-pinned-image-wrapper {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  overflow: hidden;
  position: relative;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  place-items: center;
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container .chats-pinned-image-wrapper:hover {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container .chats-pinned-image-wrapper img {
  height: 100%;
  position: absolute;
  max-width: max-content;
  height: 100%;
  width: 50px;
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container .tooltip {
  left: 10px;
  top: 16px;
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 12px;
  pointer-events: none;
  opacity: 0;
  transform: translate(61px, -50%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 0;
  margin-left: -4px;
  transform: rotate(45deg);
}
.chats-pinned-wrapper .chats-pinned-icon-wrapper-container:hover .tooltip {
  opacity: 1;
}
.chats-pinned-wrapper .chat-icon-notification-text {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  background: #DD614A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 34px;
  left: 40px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.chats-unpinned-wrapper {
  position: absolute;
  bottom: 0;
  left: 70px;
  pointer-events: none;
}
.chats-unpinned-wrapper .chats-pinned-container::-webkit-scrollbar {
  width: 10px;
}
.chats-unpinned-wrapper .chats-unpinned-container {
  height: auto;
  width: 200px;
  display: flex;
  align-items: end;
  pointer-events: all;
}
.chats-unpinned-wrapper .chats-unpinned-container .chats-pinned-text {
  left: 70px;
  width: auto;
  height: auto;
  min-height: 80px;
  max-width: 180px;
  max-width: 280px;
  background: white;
  position: absolute;
  padding: 16px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.chats-unpinned-wrapper .chats-unpinned-container .chats-pinned-text .chats-pinned-text-title {
  color: #3C6997;
  font-size: 15px;
}
.chats-unpinned-wrapper .chats-unpinned-container .chats-pinned-text .chats-pinned-text-message {
  color: #545452;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
}
.chats-unpinned-wrapper .chats-unpinned-container img {
  width: 50px;
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container {
  width: 70px;
  height: 55px;
  display: flex;
  align-items: center;
  position: relative;
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .chats-pinned-image-wrapper {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  overflow: hidden;
  place-items: center;
  position: relative;
  place-items: center;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .chats-pinned-image-wrapper:hover {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .chats-pinned-image-wrapper img {
  position: absolute;
  max-width: max-content;
  min-width: 50px;
  height: 100%;
  width: 50px;
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .tooltip {
  left: 10px;
  top: 16px;
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 12px;
  pointer-events: none;
  opacity: 0;
  transform: translate(61px, -50%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 0;
  margin-left: -4px;
  transform: rotate(45deg);
}
.chats-unpinned-wrapper .chats-pinned-icon-wrapper-container:hover .tooltip {
  opacity: 1;
}

.people-open-people-chat-wrapper {
  position: absolute;
  cursor: pointer;
  right: 32px;
  bottom: 32px;
  pointer-events: all;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .people-open-people-chat-wrapper {
    bottom: 16px;
    right: 16px;
  }
}
.people-open-people-chat-wrapper .people-icon-images-wrapper {
  display: flex;
}
.people-open-people-chat-wrapper .people-icon-wrapper {
  height: 54px;
  display: flex;
  align-items: center;
}
.people-open-people-chat-wrapper .people-icon-wrapper .people-icon-notification-text {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  background: #DD614A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  font-size: 12px;
  font-weight: 600;
  color: white;
  transform: translate(-35px, -50%);
}
.people-open-people-chat-wrapper .people-icon-wrapper .people-icon-image-wrapper {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  margin-left: -35px;
}
.people-open-people-chat-wrapper .people-icon-wrapper .people-icon-image-wrapper:hover {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.people-open-people-chat-wrapper .people-icon-wrapper .people-icon-image-wrapper img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
}
.people-open-people-chat-wrapper .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(0, -46px);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  right: calc(100% + 40px);
}
.people-open-people-chat-wrapper .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: calc(100% - 0px);
  margin-left: -4px;
  transform: rotate(45deg);
}
.people-open-people-chat-wrapper:hover .tooltip {
  opacity: 1;
}

#peopleTabFriends .disabled {
  pointer-events: none;
  opacity: 0.5;
}

.share-form .modal-content section {
  display: flex;
  align-items: center;
}
.share-form .modal-content section #world-url {
  height: 48px;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  padding: 12px 25px 12px 16px;
  text-overflow: ellipsis;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  flex-grow: 1;
  color: #1B1B1A;
}
.share-form .modal-content section #qrcode {
  margin-inline: auto;
}

.indicator {
  position: fixed;
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  /* Slight scaling for smooth entry/exit */
  will-change: opacity;
  /* Hint for GPU optimization */
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  place-items: center;
  cursor: pointer;
}
.indicator .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out;
}
.indicator .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
.indicator .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
.indicator .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
.indicator .tooltip.no-carret::before {
  display: none;
}
.indicator.visible {
  display: grid;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  /* Full scale on visibility */
}
.indicator.visible:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.indicator.visible:hover .tooltip {
  opacity: 1;
  transform: translateY(-15px);
  /* Move tooltip upwards */
}
.indicator.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
}
.indicator.opacity {
  opacity: 0;
}
.indicator.opacity:hover {
  opacity: 1;
}
.indicator.hideElements.visible {
  opacity: 0;
  pointer-events: all;
}
.indicator.hideElements.visible:hover {
  opacity: 1;
}
.indicator.hideElements.visible:hover .tooltip {
  opacity: 1;
  transform: translateY(-15px);
}
.indicator .circle-wrapper {
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid #FFF;
  width: 48px;
  height: 48px;
  pointer-events: none;
}
.indicator .circle-wrapper span,
.indicator .circle-wrapper i {
  color: #FFF;
  font-size: 24px;
}
.indicator .helper-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  display: none;
  place-items: center;
  padding: 5px;
  border-radius: 50%;
  right: 0px;
  top: 0px;
  background-color: #11131A;
}
.indicator .helper-icon span {
  font-size: 18px;
  color: #FFF;
}
.indicator .helper-icon svg {
  width: 22px;
  color: white;
  position: absolute;
  top: 2px;
  right: 4px;
}
.indicator.withPayment .payment {
  background-color: #6B9D11;
  display: grid;
}
.indicator.isLocked .locked {
  background-color: #DD614A;
  display: grid;
}
.indicator.chair-indicator .circle-wrapper, .indicator.info-indicator .circle-wrapper, .indicator.embedded-webpage-indicator .circle-wrapper {
  background-color: #3C6997;
}
.indicator.screen-share-indicator .circle-wrapper {
  background-color: #6B9D11;
}
.indicator.screen-share-indicator.is-tour-mode {
  display: none;
}
.indicator.web-link-indicator .circle-wrapper {
  background-color: #a526b4;
}
.indicator.scene-change-indicator .circle-wrapper {
  background-color: #515151;
}
.indicator.paypal-donation-indicator .circle-wrapper {
  background-color: #ffcf31;
}
.indicator.chess-indicator .circle-wrapper {
  background-color: #39db0c;
}
.indicator.shop-indicator .circle-wrapper {
  background-color: #2D9CDB;
}
.indicator.tour-screen-share-indicator {
  opacity: 0;
  pointer-events: none;
}
.indicator.tour-screen-share-indicator .circle-wrapper {
  background-color: #6B9D11;
}
.indicator.tour-screen-share-indicator.is-tour-mode {
  opacity: 1;
  pointer-events: all;
}
.indicator.tour-screen-share-indicator.is-tour-mode.taken {
  opacity: 0;
  pointer-events: none;
}

.tour-mode {
  display: none;
}

.single-message-chat-small-layout {
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 400px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.single-message-chat-small-layout .single-chat-title {
  margin-top: 5px;
}
.single-message-chat-small-layout #single-message-chat-header-upper {
  display: flex;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 12px;
  justify-content: space-between;
  height: 64px;
  border-bottom: 1px solid #EBEBEA;
}
.single-message-chat-small-layout #single-message-chat-header-lower {
  display: flex;
  align-items: center;
}
.single-message-chat-small-layout .chat-list-wrapper-items {
  padding-left: 16px;
  padding-right: 3px;
}
.single-message-chat-small-layout .single-message-send-container {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  bottom: 0;
  width: 100%;
  height: 89px;
  background: white;
  padding: 16px 16px 24px 16px;
  position: fixed;
  z-index: 2;
}
.single-message-chat-small-layout .single-message-send-container .single-message-input-container {
  padding: 16px 24px;
  border: 1px solid #e8e8e8;
  display: flex;
  padding: 4px;
}
.single-message-chat-small-layout .single-message-send-container .single-message-input-container input {
  width: 100%;
  border: none;
}
.single-message-chat-small-layout .single-message-send-container .single-message-input-container .button {
  width: 100px;
  color: #fff;
  background-color: #6B9D11;
}
.single-message-chat-small-layout .single-message-messages-exactheight {
  height: calc(100% - 143px);
  overflow: scroll;
  padding-top: 16px;
  padding-right: 8px;
}

.incoming-message-wrapper {
  display: flex;
  margin-bottom: 8px;
}
.incoming-message-wrapper .is-private {
  max-width: 300px !important;
}
.incoming-message-wrapper .incoming-message-left {
  display: flex;
  align-content: center;
  border-radius: 50%;
  overflow: hidden;
  height: 32px;
  width: 32px;
  position: relative;
}
.incoming-message-wrapper .incoming-message-left img {
  cursor: pointer;
}
.incoming-message-wrapper .incoming-message-left .incoming-pvt-chat-timestamp {
  position: absolute;
  right: 5px;
  width: 100px;
  height: 20px;
  top: 5px;
  text-align: right;
  font-size: 8px;
  color: #AAA;
}
.incoming-message-wrapper .incoming-message-left .incoming-message-left-wrapper {
  border-radius: 50%;
  overflow: hidden;
}
.incoming-message-wrapper .incoming-message-left img {
  width: 32px;
  height: 32px;
}
.incoming-message-wrapper .incoming-message-right {
  flex-grow: 2;
  margin-left: 16px;
  background: #F4F4F4;
  border-bottom-right-radius: 20px;
  border: 1px solid #F4F4F4;
  position: relative;
}
.incoming-message-wrapper .incoming-message-right .incoming-pvt-chat-timestamp {
  position: absolute;
  right: 5px;
  width: 100px;
  height: 20px;
  top: 5px;
  text-align: right;
  font-size: 8px;
  color: #AAA;
}
.incoming-message-wrapper .incoming-message-right .is-private {
  max-width: 300px !important;
}
.incoming-message-wrapper .incoming-message-right .inside-message-wrapper {
  max-width: 280px;
  padding: 4px 16px 4px 4px;
  padding-left: 7px;
  background: #F4F4F4;
  border-bottom-right-radius: 20px;
  border: 1px solid #F4F4F4;
}
.incoming-message-wrapper .incoming-message-right .inside-message-wrapper .incoming-chat-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #3C6997;
  font-weight: 600;
}
.incoming-message-wrapper .incoming-message-right .inside-message-wrapper .message-incoming {
  font-size: 15px;
  color: #343431;
  font-weight: 400;
}

.incoming-message-wrapper-sent {
  display: flex;
  margin-bottom: 12px;
}
.incoming-message-wrapper-sent .incoming-message-left {
  flex-grow: 2;
  position: relative;
}
.incoming-message-wrapper-sent .incoming-message-left .incoming-pvt-chat-timestamp {
  position: absolute;
  right: 5px;
  width: 100px;
  height: 20px;
  top: 5px;
  text-align: right;
  font-size: 8px;
  color: #AAA;
  z-index: 1;
}
.incoming-message-wrapper-sent .incoming-message-left .incoming-message-left-wrapper {
  border-radius: 50%;
  overflow: hidden;
}
.incoming-message-wrapper-sent .incoming-message-left .inside-message-wrapper.is-private {
  max-width: 100% !important;
}
.incoming-message-wrapper-sent .incoming-message-left .inside-message-wrapper {
  max-width: 280px;
  padding: 8px 16px 16px 7px;
  padding-left: 16px;
  background: #dbecdb;
  border-bottom-left-radius: 20px;
  position: relative;
}
.incoming-message-wrapper-sent .incoming-message-left .inside-message-wrapper .incoming-pvt-chat-timestamp {
  position: absolute;
  right: 5px;
  width: 100px;
  height: 20px;
  top: 5px;
  text-align: right;
  font-size: 8px;
  color: #222222;
}
.incoming-message-wrapper-sent .incoming-message-left .inside-message-wrapper .message-sent {
  font-size: 15px;
  color: black;
  font-weight: 400;
}
.incoming-message-wrapper-sent .incoming-message-right {
  display: flex;
  align-content: center;
}
.incoming-message-wrapper-sent .incoming-message-right .image-right-wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.incoming-message-wrapper-sent .incoming-message-right img {
  width: 32px;
  height: 32px;
}

.bottom-bar-room-settings {
  position: fixed;
  width: fit-content;
  max-width: 626px;
  height: 80px;
  bottom: 32px;
  border-radius: 4px;
  border: 3px solid #FFF;
  box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.16);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(4px);
  gap: 12px;
  align-items: center;
  z-index: 1;
}
.bottom-bar-room-settings.fix-size {
  width: 626px;
}
@media only screen and (min-width: 1050px) {
  .bottom-bar-room-settings.offset {
    left: calc(50% - 208px);
  }
}
.bottom-bar-room-settings .bottom-bar-item {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background-color: #FFF;
  box-shadow: 0 2px 8px #1b1b1a15;
  border-radius: 2px;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
}
.bottom-bar-room-settings .bottom-bar-item span {
  pointer-events: none;
}
.bottom-bar-room-settings .bottom-bar-item .overlay {
  display: grid;
  place-items: center;
  background-color: #6B9D11;
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  right: 0;
  border-radius: 12px 0 0 0;
  visibility: hidden;
}
.bottom-bar-room-settings .bottom-bar-item .overlay span {
  color: #FFF;
}
.bottom-bar-room-settings .bottom-bar-item .img_wrapper {
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.bottom-bar-room-settings .bottom-bar-item .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bottom-bar-room-settings .bottom-bar-item.active {
  border: 2px solid #6B9D11;
}
.bottom-bar-room-settings .bottom-bar-item.selected .overlay {
  visibility: visible;
}
.bottom-bar-room-settings .bottom-bar-item:hover {
  box-shadow: 0 4px 16px rgba(38, 34, 34, 0.16);
}
.bottom-bar-room-settings .bottom-bar-item .home-indicator {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6B9D11;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
}
.bottom-bar-room-settings .bottom-bar-item .home-indicator span {
  color: #FFF;
}
.bottom-bar-room-settings #openWorldEditor.active {
  border: none;
}
.bottom-bar-room-settings #openWorldEditor.active .overlay {
  visibility: visible;
}
.bottom-bar-room-settings #newScene {
  border: 1px dashed #8D8D8B;
}
.bottom-bar-room-settings .divider {
  height: 40px;
  width: 1px;
  background-color: #EBEBEA;
  margin: 0 12px;
}
.bottom-bar-room-settings .bottom-bar-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: hidden;
}
.bottom-bar-room-settings .bottom-bar-wrapper #scenes-container {
  position: relative;
  flex-wrap: nowrap;
  display: flex;
  gap: 12px;
  height: 90px;
  place-items: center;
}
.bottom-bar-room-settings .bottom-bar-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
  display: grid;
  place-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  visibility: hidden;
}
.bottom-bar-room-settings .bottom-bar-arrow.visible {
  visibility: visible;
}
.bottom-bar-room-settings #more-scenes-left {
  left: 165px;
}
.bottom-bar-room-settings #more-scenes-right {
  right: -16px;
}
@media only screen and (max-width: 1050px) {
  .bottom-bar-room-settings {
    width: 100% !important;
    max-width: 100%;
    bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #FFF;
    padding: 0 0 8px 16px;
  }
  .bottom-bar-room-settings #openWorldEditor {
    position: absolute;
    margin-top: -170px;
    margin-left: 4px;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px #1b1b1a15;
  }
  .bottom-bar-room-settings #openWorldEditor::before {
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(16px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .bottom-bar-room-settings #newScene {
    display: none;
  }
  .bottom-bar-room-settings .divider {
    display: none;
  }
  .bottom-bar-room-settings .bottom-bar-wrapper {
    overflow-x: scroll;
  }
  .bottom-bar-room-settings .bottom-bar-wrapper #scenes-container {
    gap: 16px;
    height: 64px;
    align-items: end;
  }
  .bottom-bar-room-settings .bottom-bar-arrow {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}

.info-element-modal .modal-content .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}
.info-element-modal .modal-content .lbl i {
  font-style: normal;
  color: #C4C4C4;
  font-weight: 400;
}
.info-element-modal .modal-content .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-element-modal .modal-content .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info-element-modal .modal-content input[type=text] {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  margin-top: 4px;
}
.info-element-modal .modal-content .custom-select {
  margin-top: 4px;
}
.info-element-modal .modal-content .custom-select .select-items {
  max-height: 200px;
  overflow-y: scroll;
}
.info-element-modal .modal-content textarea {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  height: 116px;
  resize: none;
  margin-top: 4px;
}
.info-element-modal .modal-content textarea::placeholder {
  color: #545452;
}
.info-element-modal .modal-content textarea:focus::placeholder {
  opacity: 0;
}
.info-element-modal .modal-content .form-data {
  height: min-content;
  max-height: 500px;
  overflow-y: inherit;
}
.info-element-modal .modal-content .form-data section {
  display: flex;
  flex-direction: column;
}
.info-element-modal .modal-content .form-data section .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
.info-element-modal .modal-content .form-data section .upload-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEA;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  min-height: 94px;
}
.info-element-modal .modal-content .form-data section .upload-container > img,
.info-element-modal .modal-content .form-data section .upload-container > video {
  max-height: 94px;
  max-width: 200px;
  pointer-events: none;
}
.info-element-modal .modal-content .form-data section .upload-container > video {
  opacity: 0;
}
.info-element-modal .modal-content .form-data section .upload-container > video.active {
  pointer-events: all;
  opacity: 1;
}
.info-element-modal .modal-content .form-data section .upload-container > span {
  position: absolute;
  right: 24px;
  display: none;
}
.info-element-modal .modal-content .form-data section .upload-container > span.active {
  display: inline-block;
}
.info-element-modal .modal-content .form-data section .upload-container > span:hover {
  color: #DD614A;
}
.info-element-modal .modal-content .form-data section .upload-container .upload-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  place-items: center;
  pointer-events: none;
}
.info-element-modal .modal-content .form-data section .upload-container .upload-watermark p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
  margin: 0;
  width: max-content;
  max-width: 300px;
}
@media only screen and (max-width: 430px) {
  .info-element-modal .modal-content .form-data section .upload-container .upload-watermark p {
    max-width: 250px;
  }
}
.info-element-modal .modal-content .form-data section .upload-container .upload-watermark.hide {
  display: none;
}
.info-element-modal .modal-content .form-data section .supported_files,
.info-element-modal .modal-content .form-data section .supported-files {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545452;
  margin-top: 4px;
}
.info-element-modal .modal-content footer button {
  flex-grow: 1;
}
.info-element-modal .modal-content footer #update-info-element {
  display: none;
}
.info-element-modal.edit .modal-content footer #add-info-element {
  display: none;
}
.info-element-modal.edit .modal-content footer #update-info-element {
  display: flex;
}

@media only screen and (max-width: 600px) {
  #infoElementModal .close-modal {
    /* Mobile portrait */
    border-radius: 50%;
    width: 32px;
    background-color: #7CAF00;
    height: 32px;
    padding: 0;
    position: fixed;
    bottom: 13px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  #infoElementModal .close-modal span {
    color: white;
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .close-modal {
    /* Mobile landscape */
    border-radius: 50%;
    width: 32px;
    background-color: #7CAF00;
    height: 32px;
    padding: 0;
    position: fixed;
    bottom: 13px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .is-mobile-mode #infoElementModal .close-modal span {
    color: white;
    font-size: 24px !important;
  }
}
#infoElementModal .modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 16px;
  width: min(560px, 95vw);
  max-height: calc(100vh - 160px);
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content {
    /* Mobile portrait */
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content {
    /* Mobile landscape */
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
#infoElementModal .modal-content header {
  flex: 0 0 auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content header {
    /* Mobile portrait */
    padding: 10px 16px;
    border: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content header {
    /* Mobile landscape */
    padding: 10px 16px;
    border: none;
  }
}
#infoElementModal .modal-content #info-element-content {
  position: relative;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content #info-element-content {
    /* Mobile portrait */
    gap: 16px;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content #info-element-content {
    /* Mobile landscape */
    gap: 16px;
    flex-grow: 1;
  }
}
#infoElementModal .modal-content #info-element-content.pad-top {
  padding-top: 24px;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content #info-element-content.pad-top {
    /* Mobile portrait */
    padding-top: 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content #info-element-content.pad-top {
    /* Mobile landscape */
    padding-top: 16px;
  }
}
#infoElementModal .modal-content #info-element-content.pad-bot {
  padding-bottom: 16px;
}
#infoElementModal .modal-content #info-element-content.pad-bot-big {
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content #info-element-content.pad-bot-big {
    /* Mobile portrait */
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content #info-element-content.pad-bot-big {
    /* Mobile landscape */
    padding-bottom: 32px;
  }
}
#infoElementModal .modal-content #info-element-content iframe {
  min-height: 500px;
}
#infoElementModal .modal-content #info-element-content .infoModalImage {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  padding-bottom: 56.25%;
}
#infoElementModal .modal-content #info-element-content .infoModalImage img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#infoElementModal .modal-content #info-element-content #info_element_video_holder {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 100%;
}
#infoElementModal .modal-content #info-element-content #info_element_video_holder #infoElementVideo {
  width: 100%;
  max-height: 100%;
}
#infoElementModal .modal-content #info-element-content #info_element_video_holder #unmute_info_element_video {
  position: absolute;
  display: none;
  cursor: pointer;
  inset: 0;
}
#infoElementModal .modal-content #info-element-content #info_element_video_holder #unmute_info_element_video .material-icons {
  position: absolute;
  color: #FFF;
  pointer-events: none;
  left: 40px;
  bottom: 40px;
  isolation: isolate;
}
#infoElementModal .modal-content #info-element-content #info_element_video_holder #unmute_info_element_video .material-icons::after {
  content: "";
  background-color: rgba(27, 27, 27, 0.48);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 2px;
  z-index: -1;
}
#infoElementModal .modal-content #info-element-content #info_element_video_holder.active #unmute_info_element_video {
  display: grid;
}
#infoElementModal .modal-content #info-element-content .infoModalDescription,
#infoElementModal .modal-content #info-element-content .infoModalDescription2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  padding-inline: 32px;
  flex: 0 1 auto;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content #info-element-content .infoModalDescription,
#infoElementModal .modal-content #info-element-content .infoModalDescription2 {
    /* Mobile portrait */
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content #info-element-content .infoModalDescription, #infoElementModal .modal-content #info-element-content .infoModalDescription2 {
    /* Mobile landscape */
    padding-inline: 16px;
  }
}
#infoElementModal .modal-content #info-element-content .innerWrap {
  display: flex;
  flex-direction: column;
}
#infoElementModal .modal-content #info-element-content .innerWrap.two-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#infoElementModal .modal-content #info-element-content .innerWrap.two-rows .infoModalImage {
  justify-self: end;
  max-height: 100px;
}
#infoElementModal .modal-content footer {
  display: none;
  flex: 0 0 auto;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content footer {
    /* Mobile portrait */
    padding: 10px 16px;
    margin-top: 0;
    border: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content footer {
    /* Mobile landscape */
    padding: 10px 16px;
    margin-top: 0;
    border: none;
  }
}
#infoElementModal .modal-content footer.no-mar {
  margin-top: 0;
  border-top: none;
}
#infoElementModal .modal-content footer a {
  flex-grow: 1;
}
@media only screen and (max-width: 600px) {
  #infoElementModal .modal-content footer a {
    /* Mobile portrait */
    max-width: 50%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #infoElementModal .modal-content footer a {
    /* Mobile landscape */
    max-width: 50%;
  }
}
#infoElementModal .modal-content footer.visible {
  display: flex;
  justify-content: center;
}
#infoElementModal strong {
  color: #7CAF00;
}

.contributore_and_owner_holder footer #add_contributore {
  flex-grow: 1;
}

#world_contributores_list,
#chair_invite_list {
  position: relative;
  max-height: 50vh;
}

.contributore-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  position: relative;
  height: 53px;
}
.contributore-flex-container .contributore-flex-items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.contributore-flex-container .contributore-flex-items:nth-child(1) {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-top: 0;
  justify-content: flex-start;
}
.contributore-flex-container .contributore-round-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.contributore-flex-container .contributores-dropdown {
  position: absolute;
  grid-area: opt;
  width: 100%;
  display: none;
  flex-direction: column;
  background-color: #fff;
  width: 270px;
  border-radius: 2px;
  padding: 5px 0;
  right: 0px;
  top: 60%;
  z-index: 1;
  box-shadow: 0 2px 8px #1b1b1a15;
}
.contributore-flex-container .contributores-dropdown .active {
  display: flex;
}
.contributore-flex-container .contributores-dropdown div {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding: 12px 24px;
}
.contributore-flex-container .contributores-dropdown div:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}

.contributore-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.contributore-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contributore-name {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 50px;
  flex: 1 0 auto;
  text-align: left;
}

.contributores-avatar-holder {
  display: flex;
  align-items: center;
  flex: 0.25 0 auto;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-top: 0;
  justify-content: flex-start;
}

.dropdown button {
  background-color: transparent !important;
  border: none !important;
  color: white !important;
}

.bagless-room-dropdown button,
.bagless-scene-dropdown button {
  width: 100%;
  background-color: white !important;
  border-color: #dbdbdb !important;
  border-width: 1px !important;
  color: #363636 !important;
  min-width: 300px;
  border: 1px solid #c4c4c4 !important;
  justify-content: space-between;
  min-height: 48.85px;
  padding: 12px 16px 12px 16px;
  min-width: auto;
  border-radius: 2px;
}
@media only screen and (min-width: 600px) {
  .bagless-room-dropdown button,
.bagless-scene-dropdown button {
    min-width: 300px;
  }
}
.bagless-room-dropdown button:focus, .bagless-room-dropdown button:focus:not(:active),
.bagless-scene-dropdown button:focus,
.bagless-scene-dropdown button:focus:not(:active) {
  box-shadow: none;
}
.bagless-room-dropdown button .icon,
.bagless-scene-dropdown button .icon {
  color: #c4c4c4;
}
.bagless-room-dropdown .dropdown-menu,
.bagless-scene-dropdown .dropdown-menu {
  min-width: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
@media only screen and (min-width: 600px) {
  .bagless-room-dropdown .dropdown-menu,
.bagless-scene-dropdown .dropdown-menu {
    min-width: 300px;
  }
}
.bagless-room-dropdown .dropdown-menu .search-bagless-room,
.bagless-scene-dropdown .dropdown-menu .search-bagless-room {
  display: flex;
  place-items: center;
  margin: 16px 0;
  padding-inline: 16px;
}
.bagless-room-dropdown .dropdown-menu .search-bagless-room #search-bagless-room,
.bagless-scene-dropdown .dropdown-menu .search-bagless-room #search-bagless-room {
  width: 100%;
  padding: 12px 56px 12px 16px;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  color: #8D8D8B;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  outline-color: #8D8D8B;
}
.bagless-room-dropdown .dropdown-menu .search-bagless-room span,
.bagless-scene-dropdown .dropdown-menu .search-bagless-room span {
  position: absolute;
  right: 28px;
}
.bagless-room-dropdown .dropdown-menu .dropdown-content,
.bagless-scene-dropdown .dropdown-menu .dropdown-content {
  padding-top: 0;
}
.bagless-room-dropdown .dropdown-menu .dropdown-content .dropdown-item,
.bagless-scene-dropdown .dropdown-menu .dropdown-content .dropdown-item {
  padding: 8px 16px 8px 16px;
  line-height: 1.8;
}

.room_connect_holder h1 {
  color: #878787;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.room_connect_holder .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.room_connect_holder .wrapper .bagless-room-dropdown {
  display: block;
  width: 100%;
}

#bagless-room-dropdown-menu {
  display: none;
}
#bagless-room-dropdown-menu.is-active {
  display: block;
}

#add_bagless_room_button {
  min-width: 300px;
}

#bagless_room_button_image_holder {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
#bagless_room_button_image_holder img {
  max-height: 200px;
  max-width: 100%;
}

.overflow-none {
  overflow: initial;
}
.overflow-none .dropdown-content {
  height: 200px;
  max-height: 200px;
  overflow: auto;
  box-shadow: 0 2px 8px #1b1b1a15;
  border: none;
}

#welcome-screen-modal .modal-content .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}
#welcome-screen-modal .modal-content .lbl i {
  font-style: normal;
  color: #C4C4C4;
  font-weight: 400;
}
#welcome-screen-modal .modal-content .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#welcome-screen-modal .modal-content .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#welcome-screen-modal .modal-content .form-data {
  height: min-content;
  max-height: 500px;
  overflow-y: inherit;
}
#welcome-screen-modal .modal-content .form-data section {
  display: flex;
  flex-direction: column;
}
#welcome-screen-modal .modal-content .form-data section .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#welcome-screen-modal .modal-content .form-data section .upload-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEA;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  min-height: 94px;
}
#welcome-screen-modal .modal-content .form-data section .upload-container > img,
#welcome-screen-modal .modal-content .form-data section .upload-container > video {
  max-height: 94px;
  max-width: 200px;
  pointer-events: none;
}
#welcome-screen-modal .modal-content .form-data section .upload-container > video {
  opacity: 0;
}
#welcome-screen-modal .modal-content .form-data section .upload-container > video.active {
  pointer-events: all;
  opacity: 1;
}
#welcome-screen-modal .modal-content .form-data section .upload-container > span {
  position: absolute;
  right: 24px;
  display: none;
}
#welcome-screen-modal .modal-content .form-data section .upload-container > span.active {
  display: inline-block;
}
#welcome-screen-modal .modal-content .form-data section .upload-container > span:hover {
  color: #DD614A;
}
#welcome-screen-modal .modal-content .form-data section .upload-container .upload-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  place-items: center;
  pointer-events: none;
}
#welcome-screen-modal .modal-content .form-data section .upload-container .upload-watermark p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
  margin: 0;
  width: max-content;
  max-width: 300px;
}
@media only screen and (max-width: 430px) {
  #welcome-screen-modal .modal-content .form-data section .upload-container .upload-watermark p {
    max-width: 250px;
  }
}
#welcome-screen-modal .modal-content .form-data section .upload-container .upload-watermark.hide {
  display: none;
}
#welcome-screen-modal .modal-content .form-data section .supported_files,
#welcome-screen-modal .modal-content .form-data section .supported-files {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545452;
  margin-top: 4px;
}
#welcome-screen-modal .modal-content .form-data section .aspect-radio {
  margin: 4px 0 10px 0;
}

#welcomeScreen {
  z-index: 9002;
  color: white;
}
#welcomeScreen .modal-content {
  width: min(720px, 95vw);
  max-height: calc(100vh - 160px);
  border-radius: 8px;
  animation: fadeInWelcomeScreen 0.5s ease-out;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "media" "description" "footer";
}
#welcomeScreen .modal-content #welcome-media {
  grid-area: media;
  position: relative;
  width: 100%;
}
#welcomeScreen .modal-content #welcome-media > div {
  width: 100%;
  height: auto;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_image_holder {
  padding-bottom: 56.25%;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_image_holder img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_video_holder {
  position: relative;
  display: flex;
  justify-content: center;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_video_holder #unmute_welcome_screen_video {
  position: absolute;
  display: none;
  cursor: pointer;
  inset: 0;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_video_holder #unmute_welcome_screen_video .material-icons {
  position: absolute;
  color: #FFF;
  pointer-events: none;
  left: 40px;
  bottom: 40px;
  isolation: isolate;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_video_holder #unmute_welcome_screen_video .material-icons::after {
  content: "";
  background-color: rgba(27, 27, 27, 0.48);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 2px;
  z-index: -1;
}
#welcomeScreen .modal-content #welcome-media #welcome_screen_video_holder.active #unmute_welcome_screen_video {
  display: grid;
}
#welcomeScreen .modal-content .wrapper {
  grid-area: description;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#welcomeScreen .modal-content .wrapper > h1 {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #545452;
  margin: 0;
  padding: 40px 32px 24px 32px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #welcomeScreen .modal-content .wrapper > h1 {
    font-size: 23px;
    line-height: 29px;
  }
}
#welcomeScreen .modal-content .wrapper #welcome-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow-y: auto;
  padding: 24px 32px;
}
#welcomeScreen .modal-content .wrapper #welcome-description::-webkit-scrollbar {
  width: 10px;
}
#welcomeScreen .modal-content .wrapper #welcome-description::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  outline: 1px solid #dadada;
}
@supports (scrollbar-color: red blue) {
  #welcomeScreen .modal-content .wrapper #welcome-description {
    scrollbar-color: #303030 rgba(0, 0, 0, 0.3);
  }
}
#welcomeScreen .modal-content .wrapper #welcome-description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#welcomeScreen .modal-content .wrapper #welcome-description::-webkit-scrollbar-thumb {
  background: #303030;
  outline: 1px solid #11171d;
}
#welcomeScreen .modal-content footer {
  grid-area: footer;
  justify-content: space-between;
  margin-top: 0;
  border-top: none;
}
#welcomeScreen .modal-content footer section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
#welcomeScreen .modal-content footer section input[type=checkbox] {
  display: none;
}
#welcomeScreen .modal-content footer section input[type=checkbox]:checked + label .box_check {
  display: inline-block;
}
#welcomeScreen .modal-content footer section input[type=checkbox]:checked + label .box_uncheck {
  display: none;
}
#welcomeScreen .modal-content footer section input[type=checkbox] + label {
  cursor: pointer;
}
#welcomeScreen .modal-content footer section input[type=checkbox] + label .box_check {
  display: none;
}
#welcomeScreen .modal-content footer section input[type=checkbox] + label .box_uncheck {
  display: inline-block;
}
#welcomeScreen .modal-content footer section label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#welcomeScreen .modal-content footer section label .box_uncheck {
  color: #8D8D8B;
}
#welcomeScreen .modal-content footer section label .box_check {
  color: #8D8D8B;
}
#welcomeScreen .modal-content footer section #dontShowWelcomeScreenAgainLabel {
  margin: 0;
  color: #8D8D8B;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#welcomeScreen .modal-content footer .buttn {
  min-width: min(100%, 280px);
}
#welcomeScreen .modal-content.portrait {
  width: min(916px, 95vw);
  max-height: 580px;
  overflow: hidden;
  grid-template-columns: minmax(326px, auto) auto;
  grid-template-rows: auto 96px;
  grid-template-areas: "media description" "media footer";
}
#welcomeScreen .modal-content.portrait #welcome-media {
  width: auto;
}
#welcomeScreen .modal-content.portrait #welcome-media > div {
  width: fit-content;
  height: 580px;
}
#welcomeScreen .modal-content.portrait.only-media #welcome-media.image #welcome_screen_image_holder img {
  object-fit: contain;
}
#welcomeScreen .modal-content.portrait .wrapper {
  max-width: 585px;
}
#welcomeScreen .modal-content.portrait .wrapper > h1 {
  display: block;
}
#welcomeScreen .modal-content.portrait .wrapper #welcome-description {
  flex-grow: 1;
  padding: 0 32px 24px 32px;
}
#welcomeScreen .modal-content.portrait footer {
  margin: 0;
}
#welcomeScreen .modal-content.portrait footer .buttn {
  min-width: min(100%, 232px);
}
#welcomeScreen .modal-content.only-media {
  max-height: fit-content;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "media" "footer";
}
#welcomeScreen .modal-content.only-media.portrait {
  width: min(590px, 95vw);
}
#welcomeScreen .modal-content.only-media #welcome-media {
  justify-self: center;
}
#welcomeScreen .modal-content.only-media #welcome-media.image {
  width: 100%;
}
#welcomeScreen .modal-content.only-media #welcome-media > div {
  max-height: 675px;
}
#welcomeScreen .modal-content.only-media .wrapper {
  display: none;
}
@media only screen and (max-width: 915px) {
  #welcomeScreen .modal-content.portrait {
    max-height: calc(100vh - 160px);
    width: min(720px, 95%);
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "media" "description" "footer";
    gap: 24px;
    overflow: scroll;
  }
  #welcomeScreen .modal-content.portrait #welcome-media {
    width: 100%;
  }
  #welcomeScreen .modal-content.portrait #welcome-media #welcome_screen_image_holder img {
    object-fit: contain;
  }
  #welcomeScreen .modal-content.portrait #welcome-media #welcome_screen_video_holder {
    margin: 0 auto;
  }
  #welcomeScreen .modal-content.portrait .wrapper {
    max-width: 100%;
    gap: 32px;
    overflow: initial;
  }
  #welcomeScreen .modal-content.portrait .wrapper > h1 {
    display: none;
  }
  #welcomeScreen .modal-content.portrait footer {
    position: sticky;
    bottom: 0;
  }
  #welcomeScreen .modal-content.only-media {
    width: min(590px, 95%);
    overflow: hidden;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  #welcomeScreen .modal-content {
    max-height: calc(100vh - 128px);
  }
  #welcomeScreen .modal-content.portrait {
    gap: 16px;
  }
  #welcomeScreen .modal-content.portrait .wrapper {
    gap: 0px;
  }
  #welcomeScreen .modal-content.only-media {
    gap: 0;
  }
  #welcomeScreen .modal-content footer {
    padding: 24px;
  }
}
@media only screen and (max-width: 620px) {
  #welcomeScreen .modal-content footer {
    flex-direction: column;
    gap: 32px;
  }
  #welcomeScreen .modal-content footer > section {
    align-self: start;
  }
  #welcomeScreen .modal-content.portrait #welcome-media > div {
    max-height: 450px;
  }
  #welcomeScreen .modal-content.only-media #welcome-media > div {
    max-height: 500px;
  }
}

@keyframes fadeInWelcomeScreen {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
#invite_user_to_world .round-wrapper, #invite_user_to_scene .round-wrapper, #send_offline_message .round-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#invite_user_to_world .round-wrapper img, #invite_user_to_scene .round-wrapper img, #send_offline_message .round-wrapper img {
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
#invite_user_to_world .round-wrapper p, #invite_user_to_scene .round-wrapper p, #send_offline_message .round-wrapper p {
  margin: 0;
  text-align: center;
}
#invite_user_to_world .modal-content section, #invite_user_to_scene .modal-content section, #send_offline_message .modal-content section {
  margin: 0;
}
#invite_user_to_world .modal-content footer, #invite_user_to_scene .modal-content footer, #send_offline_message .modal-content footer {
  justify-content: space-between;
}
#invite_user_to_world .modal-content footer .buttn, #invite_user_to_scene .modal-content footer .buttn, #send_offline_message .modal-content footer .buttn {
  width: 200px;
}
@media only screen and (max-width: 495px) {
  #invite_user_to_world .modal-content footer, #invite_user_to_scene .modal-content footer, #send_offline_message .modal-content footer {
    flex-direction: column;
    gap: 12px;
  }
  #invite_user_to_world .modal-content footer .buttn, #invite_user_to_scene .modal-content footer .buttn, #send_offline_message .modal-content footer .buttn {
    flex-grow: 1;
    width: auto;
  }
}

#draft-welcome-modal .modal-content .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#draft-welcome-modal .modal-content .lbl i {
  font-style: normal;
  color: #C4C4C4;
  font-weight: 400;
}
#draft-welcome-modal .modal-content .form-data {
  height: min-content;
  max-height: 500px;
  overflow-y: inherit;
  display: flex;
  flex-direction: column;
}
#draft-welcome-modal .modal-content .form-data section {
  display: flex;
  flex-direction: column;
}
#draft-welcome-modal .modal-content .form-data section p {
  color: #545452;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
#draft-welcome-modal .modal-content .form-data section #world_name_draft {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
}
#draft-welcome-modal .modal-content .form-data section .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#draft-welcome-modal .modal-content .form-data .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#draft-welcome-modal .modal-content .form-data .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#draft-welcome-modal .modal-content .form-data .flx-sb {
  flex-direction: row;
}
#draft-welcome-modal .modal-content footer {
  justify-content: center;
  padding: 32px;
}

#payment-setup-modal .modal-content .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#payment-setup-modal .modal-content .lbl i {
  font-style: normal;
  color: #C4C4C4;
  font-weight: 400;
}
#payment-setup-modal .modal-content .form-data {
  height: min-content;
  max-height: 500px;
  overflow-y: inherit;
  display: flex;
  flex-direction: column;
}
#payment-setup-modal .modal-content .form-data section {
  display: flex;
  flex-direction: column;
  /* Firefox */
}
#payment-setup-modal .modal-content .form-data section input::-webkit-outer-spin-button,
#payment-setup-modal .modal-content .form-data section input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
#payment-setup-modal .modal-content .form-data section input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
#payment-setup-modal .modal-content .form-data section #payment-days,
#payment-setup-modal .modal-content .form-data section #location-price,
#payment-setup-modal .modal-content .form-data section #payment-email,
#payment-setup-modal .modal-content .form-data section #payment-from-date,
#payment-setup-modal .modal-content .form-data section #payment-until-date,
#payment-setup-modal .modal-content .form-data section #payment_description {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
}
#payment-setup-modal .modal-content .form-data section .price-container {
  gap: 8px;
}
#payment-setup-modal .modal-content .form-data section #location-price {
  flex-grow: 1;
  flex-shrink: 1;
  width: 200px;
}
#payment-setup-modal .modal-content .form-data section #payment-days {
  max-width: 110px;
  text-align: center;
}
#payment-setup-modal .modal-content .form-data section #payment_description {
  height: 116px;
  resize: none;
}
#payment-setup-modal .modal-content .form-data section fieldset {
  margin-top: 4px;
}
#payment-setup-modal .modal-content .form-data section fieldset legend {
  color: inherit;
  font-size: inherit;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 8px;
  color: #1B1B1A;
}
#payment-setup-modal .modal-content .form-data section .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#payment-setup-modal .modal-content .form-data .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#payment-setup-modal .modal-content .form-data .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#payment-setup-modal .modal-content .form-data .flx-sb {
  flex-direction: row;
}
#payment-setup-modal .modal-content .form-data .flx-sb.g-8 {
  gap: 8px;
}
#payment-setup-modal .modal-content footer {
  justify-content: center;
}

#embedded-webpage-modal .modal-content .lbl {
  color: #1B1B1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}
#embedded-webpage-modal .modal-content .lbl i {
  font-style: normal;
  color: #C4C4C4;
  font-weight: 400;
}
#embedded-webpage-modal .modal-content .flx-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#embedded-webpage-modal .modal-content .flx-sb-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#embedded-webpage-modal .modal-content input[type=text] {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  border: 1px solid #C4C4C4;
  outline-color: #8D8D8B;
  margin-top: 4px;
}
#embedded-webpage-modal .modal-content .form-data {
  height: min-content;
  max-height: 500px;
  overflow-y: inherit;
}
#embedded-webpage-modal .modal-content .form-data section {
  display: flex;
  flex-direction: column;
}
#embedded-webpage-modal .modal-content .form-data section .menu-cta-btn {
  color: #3C6997;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEA;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  min-height: 94px;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container > img,
#embedded-webpage-modal .modal-content .form-data section .upload-container > video {
  max-height: 94px;
  max-width: 200px;
  pointer-events: none;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container > video {
  opacity: 0;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container > video.active {
  pointer-events: all;
  opacity: 1;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container > span {
  position: absolute;
  right: 24px;
  display: none;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container > span.active {
  display: inline-block;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container > span:hover {
  color: #DD614A;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container .upload-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  place-items: center;
  pointer-events: none;
}
#embedded-webpage-modal .modal-content .form-data section .upload-container .upload-watermark p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #545452;
  margin: 0;
  width: max-content;
  max-width: 300px;
}
@media only screen and (max-width: 430px) {
  #embedded-webpage-modal .modal-content .form-data section .upload-container .upload-watermark p {
    max-width: 250px;
  }
}
#embedded-webpage-modal .modal-content .form-data section .upload-container .upload-watermark.hide {
  display: none;
}
#embedded-webpage-modal .modal-content .form-data section .supported_files,
#embedded-webpage-modal .modal-content .form-data section .supported-files {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545452;
  margin-top: 4px;
}
#embedded-webpage-modal .modal-content footer button {
  flex-grow: 1;
}
#embedded-webpage-modal .modal-content footer #update-embedded-webpage-element {
  display: none;
}
#embedded-webpage-modal.edit .modal-content footer #add-embedded-webpage-element {
  display: none;
}
#embedded-webpage-modal.edit .modal-content footer #update-embedded-webpage-element {
  display: flex;
}

#embeddedWebpageModal .modal-content {
  position: relative;
  width: 95vw;
  height: 100vh;
  max-height: calc(100vh - 160px);
  padding: 12px;
  border-radius: 0;
}
@media only screen and (max-width: 600px) {
  #embeddedWebpageModal .modal-content {
    /* Mobile portrait */
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #embeddedWebpageModal .modal-content {
    /* Mobile landscape */
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
#embeddedWebpageModal .modal-content header {
  justify-content: right !important;
}
@media only screen and (max-width: 600px) {
  #embeddedWebpageModal .modal-content header {
    /* Mobile portrait */
    margin: 0;
    padding: 0;
    height: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #embeddedWebpageModal .modal-content header {
    /* Mobile landscape */
    margin: 0;
    padding: 0;
    height: 0;
  }
}
#embeddedWebpageModal .modal-content > section {
  margin: 0;
  padding: 32px;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  padding-top: 0;
}
#embeddedWebpageModal .modal-content iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #embeddedWebpageModal .modal-content {
    /* Mobile portrait */
  }
  #embeddedWebpageModal .modal-content > section {
    padding: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #embeddedWebpageModal .modal-content {
    /* Mobile landscape */
  }
  .is-mobile-mode #embeddedWebpageModal .modal-content > section {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #embeddedWebpageModal {
    /* Mobile portrait */
  }
  #embeddedWebpageModal .embeded-webpage-modal-button {
    border-radius: 50%;
    width: 32px;
    background-color: #7CAF00;
    height: 32px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #embeddedWebpageModal .embeded-webpage-modal-button span {
    color: white;
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #embeddedWebpageModal {
    /* Mobile landscape */
  }
  .is-mobile-mode #embeddedWebpageModal .embeded-webpage-modal-button {
    border-radius: 50%;
    width: 32px;
    background-color: #7CAF00;
    height: 32px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .is-mobile-mode #embeddedWebpageModal .embeded-webpage-modal-button span {
    color: white;
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 600px) {
  #embeddedWebpageModal {
    /* Mobile portrait */
  }
  #embeddedWebpageModal .embeded-webpage-modal-button::after {
    content: "";
    position: absolute;
    top: -25px;
    /* extend clickable area */
    bottom: -20px;
    left: -25px;
    right: -20px;
  }
}

#cropper-modal {
  z-index: 9999;
}
#cropper-modal .modal-content {
  width: min(560px, 95vw);
  max-height: calc(100vh - 160px);
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #cropper-modal .modal-content {
    /* Mobile landscape */
    max-height: 100vh;
    height: 100vh;
    width: 100vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #cropper-modal .modal-content #crop-image-container {
    /* Mobile landscape */
    height: 100%;
  }
}
#cropper-modal .modal-content #crop-image-container img {
  max-height: calc(100vh - 360px);
}
#cropper-modal .modal-content #crop-image-container.circle .cropper-crop-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #39f;
  border-radius: 50%;
  pointer-events: none;
}
#cropper-modal .modal-content header, #cropper-modal .modal-content footer {
  margin: 0;
}

#whatToShareModal .modal-content {
  width: min(800px, 95vw);
}
#whatToShareModal .modal-content .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
#whatToShareModal .modal-content .content .side {
  max-height: 650px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
#whatToShareModal .modal-content .content .side.inactive {
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}
#whatToShareModal .modal-content .content .side.inactive .camera-section > video {
  display: none;
}
#whatToShareModal .modal-content .content .side .flx-sb {
  margin-bottom: 4px;
}
#whatToShareModal .modal-content .content .side .flx-sb .test-sound {
  flex-direction: row-reverse;
  gap: 8px;
  padding: 0;
}
#whatToShareModal .modal-content .content .left-side {
  overflow: hidden;
  align-self: center;
  text-align: center;
}
#whatToShareModal .modal-content .content .left-side > span {
  font-size: 156px;
  color: #6B9D11;
}
#whatToShareModal .modal-content .content .left-side.inactive > span {
  color: #C4C4C4;
}
#whatToShareModal .modal-content .radio-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-top: 16px;
}
@media only screen and (max-width: 600px) {
  #whatToShareModal .modal-content .content {
    grid-template-columns: 1fr 1.5fr;
  }
  #whatToShareModal .modal-content .content .left-side > span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 480px) {
  #whatToShareModal .modal-content .content {
    grid-template-columns: 1fr 1.5fr;
  }
}
#whatToShareModal .modal-content footer {
  background-color: #FFF;
}

.device-setings-switch-wrapper {
  display: flex;
  justify-content: center;
  height: 0px;
}
@media only screen and (max-width: 480px) {
  .device-setings-switch-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: left;
  }
}
.device-setings-switch-wrapper .switch {
  position: relative;
  top: 12px;
}
.device-setings-switch-wrapper .label {
  margin-left: 10px;
}

.video-indicator.invert {
  transform: scaleX(-1);
}

#tour-whatToShareModal .modal-content {
  width: min(800px, 95vw);
}
#tour-whatToShareModal .modal-content .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
#tour-whatToShareModal .modal-content .content .side {
  max-height: 650px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
#tour-whatToShareModal .modal-content .content .side.inactive {
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}
#tour-whatToShareModal .modal-content .content .side.inactive .camera-section > video {
  display: none;
}
#tour-whatToShareModal .modal-content .content .side .flx-sb {
  margin-bottom: 4px;
}
#tour-whatToShareModal .modal-content .content .side .flx-sb .test-sound {
  flex-direction: row-reverse;
  gap: 8px;
  padding: 0;
}
#tour-whatToShareModal .modal-content .content .left-side {
  overflow: hidden;
  align-self: center;
  text-align: center;
}
#tour-whatToShareModal .modal-content .content .left-side > span {
  font-size: 156px;
  color: #6B9D11;
}
#tour-whatToShareModal .modal-content .content .left-side.inactive > span {
  color: #C4C4C4;
}
#tour-whatToShareModal .modal-content .radio-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-top: 16px;
}
@media only screen and (max-width: 600px) {
  #tour-whatToShareModal .modal-content .content {
    grid-template-columns: 1fr 1.5fr;
  }
  #tour-whatToShareModal .modal-content .content .left-side > span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 480px) {
  #tour-whatToShareModal .modal-content .content {
    grid-template-columns: 1fr 1.5fr;
  }
}
#tour-whatToShareModal .modal-content footer {
  background-color: #FFF;
}

.input-field {
  margin-bottom: 16px;
}
.input-field__label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
.input-field__input {
  position: relative;
}
.input-field__input__prefix, .input-field__input__suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.input-field__input__prefix svg, .input-field__input__suffix svg {
  width: 24px;
  height: 24px;
}
.input-field__input__prefix {
  left: 12px;
}
.input-field__input__suffix {
  right: 12px;
}
.input-field__input input, .input-field__input select {
  width: 100%;
  padding: 12px 12px 12px 44px;
  font-size: 16px;
  line-height: 20px;
  color: #EFF0FA;
  background-color: #272A31;
  border: none;
  outline: none;
  border-radius: 8px;
}
.input-field__input input:has(+ .input-field__input__suffix), .input-field__input select:has(+ .input-field__input__suffix) {
  padding-right: 44px;
}
.input-field__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-field__switch_input {
  width: 40px;
  height: 24px;
  appearance: none;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #A1A7B4;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.input-field__switch_input:checked {
  background: #007bff;
  border-color: #007bff;
}
.input-field__switch_input:disabled {
  background: #e0e0e0;
  cursor: default;
}
.input-field__switch_input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #A1A7B4;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}
.input-field__switch_input:checked::before {
  transform: translateX(17px);
  background: #fff;
}
.input-field-inline {
  display: flex;
  gap: 16px;
}

.selection-item-wrapper {
  display: flex;
  height: 30px;
  flex-direction: column;
  margin-bottom: 8px;
}
.selection-item-wrapper .selection-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selection-item-wrapper .selection-item-inner .selection-item-title {
  flex: 1 0 auto;
  margin-left: 5px;
}
.selection-item-wrapper .selection-item-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.confirm-custom-component {
  padding-top: 16px;
  padding-bottom: 16px;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 16px;
}

.top-div-emotiocons {
  width: auto;
  text-align: center;
  position: absolute;
  top: 7px;
}
.top-div-emotiocons .tour-cta-menu {
  display: flex;
  z-index: 9;
  flex-direction: row;
  background-color: #FFF;
  padding: 12px;
  gap: 12px;
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  padding-bottom: 0;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.top-div-emotiocons .tour-cta-menu.cta-hide {
  display: none !important;
}
.top-div-emotiocons .tour-cta-menu.cta-show {
  display: flex !important;
}
.top-div-emotiocons .tour-cta-menu span {
  color: #8D8D8B;
}

.animation-holder {
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.animation-holder.not-right {
  right: 20px;
}

.animation-wrapper {
  display: flex;
  align-items: center;
}

.animation-text {
  color: white;
  background-color: #11131A;
  min-width: 100px;
  margin-left: 40px;
  margin-right: 10px;
  text-align: center;
  height: 25px;
}

.animation-image {
  background-color: #11131A;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -20px;
}

.animation-icon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  bottom: -6px;
  z-index: 2;
  font-size: 24px;
}

.tour-banner {
  position: absolute;
  top: 24px;
  display: flex;
  justify-content: center;
  z-index: 40;
  left: 50%;
  transform: translate(-50%, 0);
}
.tour-banner .tour-banner__icon {
  display: flex;
  height: 48px;
  align-items: center;
  background: #7CAF00;
  border-radius: 30px;
  width: 84px;
  justify-content: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
}
.tour-banner .tour-banner__content {
  position: relative;
}
.tour-banner .tour-modal {
  width: 360px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 20px 25px;
  border-radius: 16px;
  background-color: #11131A;
  color: #A1A7B4;
  display: none;
}
.tour-banner .tour-modal.is-active {
  display: block;
}
.tour-banner .tour-modal header {
  margin-bottom: 10px;
}
.tour-banner .tour-modal header .close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
}
.tour-banner .tour-modal header h1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
}
.tour-banner .tour-modal header h1 svg {
  color: #7CAF00;
}
.tour-banner .tour-modal .tour-modal-description {
  font-size: 14px;
}
.tour-banner #list-tour-items {
  margin-top: 10px;
}
.tour-banner .tour-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
  background: #272A31;
  border-radius: 4px;
}
.tour-banner .tour-item .tour-item__info {
  display: flex;
  flex-direction: column;
}
.tour-banner .tour-item .tour-item__name {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.tour-banner .tour-item .tour-item__stats {
  font-size: 12px;
}
.tour-banner .tour-item .tour-item__button {
  background: #7CAF00;
  color: #fff;
  border: none;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.gallery {
  display: flex;
  width: 100%;
  /* 100% of the parent container's width */
  height: 100%;
  /* 100% of the parent container's height */
  justify-content: center;
  align-items: center;
}

#left,
#right {
  width: 30px;
  /* Distribute space evenly */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  background: black;
}
#left:hover span,
#right:hover span {
  background-color: #7CAF00;
}
@media only screen and (max-width: 600px) {
  #left:hover span,
#right:hover span {
    /* Mobile portrait */
    background: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #left:hover span, #right:hover span {
    /* Mobile landscape */
    background: none;
  }
}
#left span,
#right span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 49px;
  z-index: 1;
}

.image-container {
  flex: 8;
  /* Allocate more space for the image */
  display: flex;
  align-items: center;
  /* Vertically center the child elements (the image) */
  justify-content: center;
  /* Horizontally center the child elements (the image) */
  overflow: hidden;
  /* Prevents the image from overflowing */
  width: 100%;
  /* Ensure full width */
  height: 100%;
  background: black;
  /* Ensure full height */
}

.image-container img {
  max-width: 100%;
  /* Limit width to container size */
  max-height: 100%;
  /* Limit height to container size */
  object-fit: contain;
  /* Maintain aspect ratio without cropping */
}

.image_container_image_gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border: 1px dashed #C4C4C4;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
}
.image_container_image_gallery .image_gallery_image {
  display: flex;
  margin: 0 auto;
}
.image_container_image_gallery img {
  height: 94px;
  max-width: 200px;
  pointer-events: none;
}

.image-gallery-content {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .image-gallery-content {
    /* Mobile portrait */
    padding-inline: 0 !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .image-gallery-content {
    /* Mobile landscape */
    padding-inline: 0 !important;
  }
}

#videoGalleryModal .modal {
  width: 100%;
}

.image-gallery header {
  padding-top: 9px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  justify-content: end !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  .image-gallery header {
    /* Mobile portrait */
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .image-gallery header {
    /* Mobile landscape */
    padding-top: 0px !important;
  }
}
.image-gallery .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-btns {
  display: flex;
  gap: 3rem;
}

.btn-left,
.btn-right {
  cursor: pointer;
  background-color: transparent;
  color: #c00021;
  opacity: 60%;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  z-index: 10;
}

.btn-left:hover,
.btn-right:hover {
  transform: scale(1.4);
  opacity: 100%;
}

.pic-container-gallery {
  height: inherit;
  width: inherit;
}

.pic-container-gallery,
.pic,
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pic {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  transition: all 500ms cubic-bezier(0.42, 0.84, 0, 1.06);
}

.pic__img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.user-selector-button {
  position: absolute;
  background: white;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  width: 400px;
  height: 50%;
  overflow: hidden;
  left: calc(50% - 200px);
  bottom: 0;
  z-index: 35;
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .user-selector-button {
    width: 100%;
    left: 0;
    height: calc(100% - 64px);
  }
}
.user-selector-button .people-header {
  display: flex;
  padding: 24px 16px;
  justify-content: space-between;
  border: 1px solid #EBEBEA;
  border-bottom: none;
  border: 1px solid #EBEBEA;
}
.user-selector-button .people-header-left-inner {
  size: 18px;
  font-weight: 600;
  color: #1B1B1A;
}
.user-selector-button .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.user-selector-button .row button {
  width: 50px;
}
.user-selector-button .row .invitable-user-info-wrapper {
  display: flex;
  align-items: center;
}
.user-selector-button .row .invitable-user-info-wrapper p {
  padding-left: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 14px;
}
.user-selector-button .row .invitable-user-item-image {
  width: 40px;
  flex: 1 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
}
.user-selector-button .row .invitable-user-item-image img {
  width: 100%;
  height: 100%;
}
.user-selector-button .invite,
.user-selector-button .invited {
  margin-top: 5px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: flex;
}
.user-selector-button .left {
  flex: 1;
}
.user-selector-button .invite button {
  cursor: pointer;
}
.user-selector-button .invited p {
  margin: 5px 0;
}

#openAddUsersToTourButton {
  position: relative;
  z-index: 10;
}
#openAddUsersToTourButton .tooltip {
  position: absolute;
  text-align: center;
  padding: 15px 16px;
  border-radius: 2px;
  background-color: #545452;
  color: #FFF;
  width: fit-content;
  white-space: nowrap;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.1s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
#openAddUsersToTourButton .tooltip::before {
  content: "";
  position: absolute;
  background-color: #545452;
  pointer-events: none;
  bottom: -4px;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
#openAddUsersToTourButton .tooltip.left-caret::before {
  left: 0;
  top: 50%;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#openAddUsersToTourButton .tooltip.top-caret::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  bottom: auto;
  margin-left: -4px;
  transform: rotate(45deg);
}
#openAddUsersToTourButton .tooltip.no-carret::before {
  display: none;
}
#openAddUsersToTourButton:hover .tooltip {
  opacity: 1;
  margin-top: -45px;
}

.open-user-selector-wrapper {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  justify-content: center;
  align-items: center;
}

.open-add-users-wrapper {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

[data-layout-mode="circle.mobile.sm"] .open-add-users-wrapper,
[data-layout-mode="circle.mobile.md"] .open-add-users-wrapper,
[data-layout-mode="circle.mobile.lg"] .open-add-users-wrapper {
  top: -45px;
}

[data-layout-mode="circle.leader"] .open-add-users-wrapper,
[data-layout-mode="circle.mobile.leader"] .open-add-users-wrapper {
  top: -65px;
}

#guestUserModal {
  z-index: 41;
}
#guestUserModal header {
  padding-bottom: 10px;
  padding-top: 10px;
  justify-content: end;
}
@media only screen and (max-width: 592px) {
  #guestUserModal #guest-user-modal-content {
    height: 100%;
  }
}
#guestUserModal .modal-content {
  width: min(592px, 95vw);
}
@media only screen and (max-width: 592px) {
  #guestUserModal .modal-content {
    width: 80%;
    height: 60%;
  }
}
#guestUserModal .spaced {
  padding-bottom: 5px;
}
#guestUserModal .guest-user-status {
  text-align: center;
}
#guestUserModal .big-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 592px) {
  #guestUserModal .big-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#guestUserModal .big-wrapper .left-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 592px) {
  #guestUserModal .big-wrapper .left-wrapper {
    width: 100%;
  }
}
#guestUserModal .big-wrapper .left-wrapper .people-list-item-image {
  display: flex;
  justify-content: center;
}
#guestUserModal .big-wrapper .left-wrapper .guest-user-name-wrapper-left {
  display: none;
  text-align: center;
  font-size: 25px;
}
@media only screen and (max-width: 592px) {
  #guestUserModal .big-wrapper .left-wrapper .guest-user-name-wrapper-left {
    display: initial;
  }
}
#guestUserModal .big-wrapper .right-wrapper {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 592px) {
  #guestUserModal .big-wrapper .right-wrapper {
    width: initial;
  }
}
#guestUserModal .big-wrapper .right-wrapper .guest-user-name-wrapper-right {
  display: initial;
  font-size: 25px;
}
@media only screen and (max-width: 592px) {
  #guestUserModal .big-wrapper .right-wrapper .guest-user-name-wrapper-right {
    display: none;
  }
}
#guestUserModal .big-wrapper .right-wrapper .button-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}

#version-modal svg,
.userProfileModal svg,
.userEditProfileModal svg {
  width: 24px;
  height: 24px;
}
#version-modal .modal-content,
.userProfileModal .modal-content,
.userEditProfileModal .modal-content {
  width: min(90%, 95vw);
  max-width: 360px;
  overflow: auto;
  background-color: #11131A;
  color: #A1A7B4;
  border-radius: 16px;
  display: block;
}
@media only screen and (max-width: 600px) {
  #version-modal .modal-content,
.userProfileModal .modal-content,
.userEditProfileModal .modal-content {
    /* Mobile portrait */
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #version-modal .modal-content, .userProfileModal .modal-content, .userEditProfileModal .modal-content {
    /* Mobile landscape */
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #version-modal .modal-content, .userProfileModal .modal-content, .userEditProfileModal .modal-content {
    /* Mobile landscape */
    display: flex;
  }
}
#version-modal .modal-content section,
.userProfileModal .modal-content section,
.userEditProfileModal .modal-content section {
  padding: 20px;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #version-modal .modal-content section,
.userProfileModal .modal-content section,
.userEditProfileModal .modal-content section {
    /* Mobile portrait */
    padding: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #version-modal .modal-content section, .userProfileModal .modal-content section, .userEditProfileModal .modal-content section {
    /* Mobile landscape */
    padding: 24px;
    max-width: 354px;
    width: 100%;
    margin: auto;
  }
}
#version-modal .modal-background-logo,
.userProfileModal .modal-background-logo,
.userEditProfileModal .modal-background-logo {
  position: fixed;
  left: 8px;
  top: 8px;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #version-modal .modal-background-logo, .userProfileModal .modal-background-logo, .userEditProfileModal .modal-background-logo {
    /* Mobile landscape */
    display: block;
  }
}
#version-modal .modal-background-logo img,
.userProfileModal .modal-background-logo img,
.userEditProfileModal .modal-background-logo img {
  width: 40px;
}
#version-modal .close-modal,
.userProfileModal .close-modal,
.userEditProfileModal .close-modal {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
}
@media only screen and (max-width: 600px) {
  #version-modal .close-modal,
.userProfileModal .close-modal,
.userEditProfileModal .close-modal {
    /* Mobile portrait */
    position: fixed;
    background-color: #7CAF00;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: unset;
    right: 12px;
    bottom: 12px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #version-modal .close-modal, .userProfileModal .close-modal, .userEditProfileModal .close-modal {
    /* Mobile landscape */
    position: fixed;
    background-color: #7CAF00;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: unset;
    right: 12px;
    bottom: 12px;
  }
}
#version-modal .close-modal img,
.userProfileModal .close-modal img,
.userEditProfileModal .close-modal img {
  width: 24px;
}
#version-modal .profile-footer,
.userProfileModal .profile-footer,
.userEditProfileModal .profile-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  gap: 10px;
}
#version-modal .profile-footer .button,
.userProfileModal .profile-footer .button,
.userEditProfileModal .profile-footer .button {
  color: white;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px;
}
#version-modal .profile-footer .button.w-full,
.userProfileModal .profile-footer .button.w-full,
.userEditProfileModal .profile-footer .button.w-full {
  width: 100%;
}
#version-modal .profile-footer .button.primary,
.userProfileModal .profile-footer .button.primary,
.userEditProfileModal .profile-footer .button.primary {
  background-color: #6B9D11;
}
#version-modal .profile-footer .button.cancel,
.userProfileModal .profile-footer .button.cancel,
.userEditProfileModal .profile-footer .button.cancel {
  height: 27px;
  opacity: 0.7;
}
#version-modal .profile-footer .button:hover,
.userProfileModal .profile-footer .button:hover,
.userEditProfileModal .profile-footer .button:hover {
  color: #A1A7B4;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .modal-content section {
    /* Mobile landscape */
    padding: 16px;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .modal-content .big-wrapper {
    /* Mobile landscape */
    height: 100%;
  }
}
.userEditProfileModal .modal-background-logo {
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .close-modal {
    /* Mobile landscape */
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .profile-card {
    /* Mobile landscape */
    height: 100%;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 24px;
    grid-template-rows: auto 76px;
    grid-template-areas: "item1 item2" "item3 item3";
  }
}
.userEditProfileModal .profile-header {
  grid-area: item1;
}
.userEditProfileModal .profile-form {
  grid-area: item2;
}
.userEditProfileModal .profile-footer {
  grid-area: item3;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .profile-footer {
    /* Mobile landscape */
    padding: 16px;
    gap: 16px;
    justify-content: center;
    align-items: flex-end;
    border-top: 1px solid #2E3343;
    flex-direction: row;
    height: 100%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #my-profile-save-button {
    /* Mobile landscape */
    flex-grow: 1;
    max-width: min(354px, 100%);
    margin-bottom: 0;
    order: 2;
    height: 44px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #my-profile-cancel-button {
    /* Mobile landscape */
    max-width: fit-content;
    flex-shrink: 1;
    flex-grow: 1;
    order: 1;
    height: 44px;
    padding: 0;
  }
}

.userProfileModal .profile-header {
  display: flex;
  gap: 30px;
}
.userProfileModal .profile-header--avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #A1A7B4;
}
.userProfileModal .profile-header--avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.userProfileModal .profile-header--info .username {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}
.userProfileModal .profile-header--info .profile-name {
  position: relative;
  display: inline;
}
.userProfileModal .profile-header--info .profile-name .username {
  display: inline;
}
.userProfileModal .profile-header--info .profile-name .friend-icon {
  position: absolute;
  top: -3px;
  right: -15px;
}
.userProfileModal .profile-actions {
  background: #2E3343;
  font-size: 18px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 8px;
  color: #A1A7B4;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.userProfileModal .profile-actions .material-icons {
  font-size: 20px;
  padding: 2px;
  color: #A1A7B4;
}
.userProfileModal .profile-actions .material-icons:hover {
  color: #fff;
}
.userProfileModal .profile-actions img {
  width: 24px;
  height: 24px;
  opacity: 0.3;
}
.userProfileModal .profile-actions img:hover {
  opacity: 1;
}
.userProfileModal .profile-actions > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.userProfileModal .status {
  color: #7caf00;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.userProfileModal .status.is-primary, .userProfileModal .status.available {
  color: #7caf00;
}
.userProfileModal .status.offline, .userProfileModal .status.is-danger, .userProfileModal .status.is-do-not-disturb {
  color: #DD614A;
}
.userProfileModal .status.is-warning, .userProfileModal .status.is-away {
  color: #FE9000;
}
.userProfileModal .profile-item {
  display: flex;
  margin-top: 20px;
  color: #A1A7B4;
}
.userProfileModal .profile-item--icon {
  width: 20px;
  margin-right: 8px;
  color: #A1A7B4;
}
.userProfileModal .profile-item--icon svg,
.userProfileModal .profile-item--icon img {
  width: 20px;
  height: 20px;
}
.userProfileModal .profile-item--content label {
  color: #A1A7B4;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 12px;
}
.userProfileModal .profile-item--content span {
  font-size: 16px;
}
.userProfileModal .profile-info div {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.userProfileModal .profile-info div .inner-label {
  width: 50%;
}
.userProfileModal .profile-info div input {
  flex: 1 0 auto;
  margin-left: 10px;
}
.userProfileModal #user-profile-modal-content .left-wrapper {
  width: 30%;
  background: rgba(255, 0, 0, 0.2);
}
.userProfileModal #user-profile-modal-content .right-wrapper {
  width: 70%;
  background: rgba(0, 255, 68, 0.2);
}
.userProfileModal #user-profile-modal-content header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.userProfileModal #edit-data-image-user-profile {
  background: #2E3343;
  border: none;
  padding: 8px;
  display: flex;
  border-radius: 8px;
  color: #A1A7B4;
}

.userEditProfileModal .profile-header {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.userEditProfileModal .profile-header .profile-user-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #A1A7B4;
  position: relative;
}
.userEditProfileModal .profile-header .profile-user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.userEditProfileModal .profile-image-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .profile-image-wrapper {
    /* Mobile landscape */
    margin-bottom: 0;
  }
}
.userEditProfileModal #upload-image-user-profile {
  background: #2E3343;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #A1A7B4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
.userEditProfileModal #upload-image-user-profile svg {
  pointer-events: none;
}
.userEditProfileModal .select-selected {
  width: 100%;
}
@media (min-width: 593px) {
  .userEditProfileModal .select-selected {
    width: 160px;
  }
}
.userEditProfileModal .language_wrapper {
  margin-top: 10px;
}
@media (min-width: 593px) {
  .userEditProfileModal .language_wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .profile-form {
    /* Mobile landscape */
    display: flex;
  }
}
.userEditProfileModal .profile-form-row {
  width: 100%;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .profile-form-row {
    /* Mobile landscape */
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    gap: 24px;
  }
}
.userEditProfileModal .profile-form-column {
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .userEditProfileModal .profile-form-column {
    /* Mobile landscape */
    margin-bottom: 0;
  }
}
.userEditProfileModal .profile-form-group {
  position: relative;
}
.userEditProfileModal .profile-form-group:not(:last-child) {
  margin-bottom: 16px;
}
.userEditProfileModal .profile-form-group label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 48px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.userEditProfileModal .profile-form-group label, .userEditProfileModal .profile-form-group label .material-icons {
  color: #A1A7B4;
}
.userEditProfileModal .profile-form-group .profile-form-input,
.userEditProfileModal .profile-form-group .custom-select .select-selected {
  background: #272a31;
  display: block;
  width: 100%;
  border-radius: 8px;
  color: #A1A7B4;
  padding-left: 40px;
  border: none;
  min-height: 48px !important;
  height: 48px !important;
}

#videoGalleryModal {
  /* If the video is wider than it is tall (landscape) */
  /* If the video is taller than it is wide (portrait) */
}
#videoGalleryModal video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#videoGalleryModal video.landscape {
  width: 100%;
  height: auto;
  /* Adjust height automatically */
}
#videoGalleryModal video.portrait {
  width: auto;
  /* Adjust width automatically */
  height: 100%;
}
#videoGalleryModal .modal-content {
  width: 100%;
}
#videoGalleryModal header {
  padding-top: 9px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  justify-content: end !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  #videoGalleryModal header {
    /* Mobile portrait */
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #videoGalleryModal header {
    /* Mobile landscape */
    padding-top: 0px !important;
  }
}
#videoGalleryModal #video-gallery-modal-content {
  height: 90%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #videoGalleryModal #video-gallery-modal-content {
    /* Mobile portrait */
    padding-inline: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #videoGalleryModal #video-gallery-modal-content {
    /* Mobile landscape */
    padding-inline: 0;
  }
}

/* General Styles */
#selfCheckModal {
  /* Flexbox layout for device selection rows */
  /* Video Styles */
  /* Microphone Visualizer Styles */
  /* Checkmark styles */
  /* Tab Navigation Styles */
  /* Granted and Denied Status for Permission */
  /* Content Display */
  /* Footer Buttons */
}
#selfCheckModal .modal-content {
  height: initial;
  width: 90%;
  max-width: 600px;
}
#selfCheckModal .next-wrapper {
  padding-top: 10px;
}
#selfCheckModal .container-self-test {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
#selfCheckModal .device-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#selfCheckModal .device-row label {
  flex-basis: 30%;
  font-weight: bold;
}
#selfCheckModal .device-row select {
  flex-basis: 65%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
#selfCheckModal video {
  margin-top: 20px;
  width: 100%;
  height: auto;
  background-color: #000;
  border-radius: 4px;
}
#selfCheckModal .microphone-visualizer {
  margin-top: 20px;
}
#selfCheckModal #self-check-visualizer {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
#selfCheckModal .bar {
  width: 15px;
  height: 30px;
  background-color: white;
  transition: background-color 0.1s;
}
#selfCheckModal .checkmark {
  margin-left: 10px;
  color: #4CAF50;
  font-size: 1.2em;
}
#selfCheckModal .granted .checkmark {
  display: inline;
}
#selfCheckModal .tabs {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
#selfCheckModal .tab {
  cursor: pointer;
  padding: 10px 20px;
  background: #e0e0e0;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease;
}
#selfCheckModal .tab.active {
  background-color: #B5CE88;
  border-bottom: 4px solid #4CAF50;
}
#selfCheckModal .tab.granted {
  background-color: #4CAF50;
  color: white;
}
#selfCheckModal .tab.denied {
  background-color: #e27068;
  color: white;
}
#selfCheckModal .content {
  display: none;
}
#selfCheckModal .content.active {
  display: block;
}
#selfCheckModal .footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0;
}
#selfCheckModal button:hover {
  background-color: #45a049;
}
#selfCheckModal button#closeApp {
  background-color: #f44336;
}
#selfCheckModal button#closeApp:hover {
  background-color: #e53935;
}
#selfCheckModal #self-check-sendSupport .send-suppert-content {
  display: flex;
  flex-direction: column;
}
#selfCheckModal #self-check-sendSupport .send-suppert-content textarea {
  min-height: 200px;
  border: 1px solid #C4C4C4;
}
#selfCheckModal input {
  height: 48px;
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  padding: 12px 25px 12px 16px;
  text-overflow: ellipsis;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1B1A;
  margin-top: 20px;
}

.self-title {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 0.5714em;
  font-size: 1.75em;
}

.welcome-check-left-column,
.device-setting-left-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-check-avatar-holder,
.device-setting-avatar-holder {
  position: relative;
  min-width: 180px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  background-color: #393f54;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.welcome-check-webcam,
.device-setting-webcam {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-check-webcam.invert,
.device-setting-webcam.invert {
  transform: scaleX(-1);
}
.welcome-check-avatar-image,
.device-setting-avatar-image {
  width: 48px;
}
.welcome-check-micTest,
.device-setting-micTest {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  z-index: 1;
}
.welcome-check-micTest.speaking-outline,
.device-setting-micTest.speaking-outline {
  outline-width: 2px;
}
.welcome-check-micTest .speaking-indicator,
.device-setting-micTest .speaking-indicator {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.welcome-check-right-column,
.device-setting-right-column {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}
.welcome-check-right-column .toggleSwitch,
.device-setting-right-column .toggleSwitch {
  margin-top: 15px;
}
.welcome-check-dropdown,
.device-setting-dropdown {
  margin-bottom: 20px;
  width: 100%;
}
.welcome-check-select,
.device-setting-select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.welcome-check-mirror-cam,
.device-setting-mirror-cam {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome-check-mirror-cam label,
.device-setting-mirror-cam label {
  font-weight: 400;
  color: #EFF0FA;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#permissionDeniedModal {
  z-index: 10002;
}

#welcomeCheckModal {
  z-index: 10001;
}

.permissionDenied-modal .login-signup-buttons button {
  width: auto;
}
.permissionDenied-modal .modal-content {
  width: auto;
}

.welcome-check-modal .modal-background,
.device-setting-modal .modal-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.welcome-check-modal .modal-background-logo,
.device-setting-modal .modal-background-logo {
  opacity: 0.5;
  position: fixed;
  left: 24px;
  top: 24px;
}
.welcome-check-modal .modal-background-logo img,
.device-setting-modal .modal-background-logo img {
  width: 40px;
}
.welcome-check-modal .label-icon-username,
.device-setting-modal .label-icon-username {
  position: absolute;
  top: 0;
  left: 5px;
  width: 40px;
  height: 44px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.welcome-check-modal .label-icon-username svg,
.device-setting-modal .label-icon-username svg {
  color: white;
}
.welcome-check-modal--request-permission-only .modal-background,
.device-setting-modal--request-permission-only .modal-background {
  background-color: #00000066;
  background-image: unset !important;
}
.welcome-check-modal--request-permission-only .modal-background-logo,
.device-setting-modal--request-permission-only .modal-background-logo {
  display: none;
}
.welcome-check-modal .modal-content,
.device-setting-modal .modal-content {
  background-color: #11131ACC;
  border-radius: 16px;
  padding: 32px;
}
@media screen and (min-width: 769px) {
  .welcome-check-modal .modal-content,
.device-setting-modal .modal-content {
    width: 480px;
  }
}
.welcome-check-modal__close-btn,
.device-setting-modal__close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  background: none;
  outline: none;
  border: none;
  padding: 2px;
  display: flex;
  cursor: pointer;
}
.welcome-check-modal__header,
.device-setting-modal__header {
  margin-bottom: 24px;
}
.welcome-check-modal__header__logo,
.device-setting-modal__header__logo {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.welcome-check-modal__header__logo img,
.device-setting-modal__header__logo img {
  width: 40px;
}
.welcome-check-modal__location,
.device-setting-modal__location {
  font-size: 24px;
  line-height: 38px;
  color: #EFF0FA;
  text-align: center;
}
.welcome-check-modal__content__item,
.device-setting-modal__content__item {
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 8px;
  background-color: #11131A;
  cursor: pointer;
}
.welcome-check-modal__content__item__icons,
.device-setting-modal__content__item__icons {
  margin-bottom: 24px;
}
.welcome-check-modal__content__item__icons img,
.device-setting-modal__content__item__icons img {
  width: 32px;
}
.welcome-check-modal__content__item__btn,
.device-setting-modal__content__item__btn {
  background-color: #7CAF00;
  border-radius: 8px;
  padding: 10px 24px;
  color: white;
  border: none;
  cursor: pointer;
}
.welcome-check-modal__content__item__btn--inactive,
.device-setting-modal__content__item__btn--inactive {
  background-color: #2E3343;
}
.welcome-check-modal__media,
.device-setting-modal__media {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.welcome-check-modal__media__audio,
.device-setting-modal__media__audio {
  position: absolute;
  width: 180px;
  height: 180px;
  left: calc(50% - 90px);
  top: 0;
}
.welcome-check-modal__media .welcome-check-modal__location,
.welcome-check-modal__media .device-setting-modal__location,
.device-setting-modal__media .welcome-check-modal__location,
.device-setting-modal__media .device-setting-modal__location {
  display: none;
}
.welcome-check-modal__devices,
.device-setting-modal__devices {
  margin-bottom: 24px;
}
.welcome-check-modal__devices select,
.device-setting-modal__devices select {
  padding-right: 40px;
}
.welcome-check-modal__devices .input-field__input__suffix,
.device-setting-modal__devices .input-field__input__suffix {
  width: 16px;
  height: 16px;
}
.welcome-check-modal__devices__device,
.device-setting-modal__devices__device {
  position: relative;
}
.welcome-check-modal__devices__device--disabled,
.device-setting-modal__devices__device--disabled {
  opacity: 50%;
  pointer-events: none;
}
.welcome-check-modal__buttons button,
.device-setting-modal__buttons button {
  width: 100%;
  font-weight: 500;
  padding: 12px 0;
  border: 0;
  cursor: pointer;
  border-radius: 8px;
}
.welcome-check-modal__buttons__enter-room-btn,
.device-setting-modal__buttons__enter-room-btn {
  background-color: #7CAF00;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 12px;
}
.welcome-check-modal__buttons__enter-room-btn:disabled,
.device-setting-modal__buttons__enter-room-btn:disabled {
  background-color: #242938;
  color: #FFFFFF66;
  cursor: unset;
}
.welcome-check-modal__buttons__close-btn,
.device-setting-modal__buttons__close-btn {
  background-color: #7CAF00;
  color: #FFFFFF;
  font-size: 16px;
}
.welcome-check-modal__buttons__back-btn,
.device-setting-modal__buttons__back-btn {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
}
.welcome-check-modal .welcome-error-text,
.device-setting-modal .welcome-error-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  opacity: 0.75;
}
.welcome-check-modal .login-signup-buttons button,
.device-setting-modal .login-signup-buttons button {
  width: auto;
}
@media screen and (min-width: 769px) {
  .welcome-check-modal .modal-content,
.device-setting-modal .modal-content {
    width: 480px;
  }
}
.welcome-check-modal .audio-volume-indicator,
.device-setting-modal .audio-volume-indicator {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-check-modal .audio-volume-indicator__max,
.device-setting-modal .audio-volume-indicator__max {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.3;
}
.welcome-check-modal .audio-volume-indicator__value,
.device-setting-modal .audio-volume-indicator__value {
  background-color: #769E39;
  transform: scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.welcome-check-container,
.device-setting-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.welcome-check-left-column-holder {
  position: relative;
}
.welcome-check-left-column-holder .welcome-check-camera,
.welcome-check-left-column-holder .welcome-check-microphone {
  position: absolute;
  top: 180px;
  background: #6B9D11;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 75px;
  z-index: 2;
}
.welcome-check-left-column-holder .welcome-check-camera {
  right: -15px;
  top: 90px;
  left: initial;
}
.welcome-check-left-column-holder video.invert {
  transform: scaleX(-1);
}

@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  /* Very small screen */
  .welcome-check-modal .modal-content,
.device-setting-modal .modal-content {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    padding: 24px;
  }
  .welcome-check-modal__header,
.device-setting-modal__header {
    margin-bottom: 16px;
  }
  .welcome-check-modal__header__logo,
.device-setting-modal__header__logo {
    margin-bottom: 16px;
  }
  .welcome-check-modal__content__item,
.device-setting-modal__content__item {
    margin-bottom: 16px;
  }
  .welcome-check-modal__content__item__icons,
.device-setting-modal__content__item__icons {
    margin-bottom: 16px;
  }
  .welcome-check-modal__media,
.device-setting-modal__media {
    margin-bottom: 16px;
  }
  .welcome-check-modal__buttons button,
.device-setting-modal__buttons button {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 600px) {
  /* Mobile portrait */
  .welcome-check-modal .modal-content,
.device-setting-modal .modal-content {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    padding: 24px;
  }
  .welcome-check-modal__header,
.device-setting-modal__header {
    margin-bottom: 16px;
  }
  .welcome-check-modal__header__logo,
.device-setting-modal__header__logo {
    margin-bottom: 16px;
  }
  .welcome-check-modal__content__item,
.device-setting-modal__content__item {
    margin-bottom: 16px;
  }
  .welcome-check-modal__content__item__icons,
.device-setting-modal__content__item__icons {
    margin-bottom: 16px;
  }
  .welcome-check-modal__media,
.device-setting-modal__media {
    margin-bottom: 16px;
  }
  .welcome-check-modal__buttons button,
.device-setting-modal__buttons button {
    border-radius: 8px;
  }

  .welcome-check-modal__content--step-1,
.device-setting-modal__content--step-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .welcome-check-modal__media-wrapper,
.device-setting-modal__media-wrapper {
    margin-bottom: 24px;
  }
  .welcome-check-modal__media__audio,
.device-setting-modal__media__audio {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
    top: 50%;
    transform: translateY(-50%);
  }
  .welcome-check-modal .welcome-check-avatar-holder,
.device-setting-modal .welcome-check-avatar-holder {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }
  .welcome-check-modal .welcome-check-micTest,
.device-setting-modal .welcome-check-micTest {
    width: 120px;
    height: 120px;
    top: 50%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode {
    /* Mobile landscape */
  }
  .is-mobile-mode .welcome-check-modal .modal-content,
.is-mobile-mode .device-setting-modal .modal-content {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    padding: 24px;
  }
  .is-mobile-mode .welcome-check-modal__header,
.is-mobile-mode .device-setting-modal__header {
    margin-bottom: 16px;
  }
  .is-mobile-mode .welcome-check-modal__header__logo,
.is-mobile-mode .device-setting-modal__header__logo {
    margin-bottom: 16px;
  }
  .is-mobile-mode .welcome-check-modal__content__item,
.is-mobile-mode .device-setting-modal__content__item {
    margin-bottom: 16px;
  }
  .is-mobile-mode .welcome-check-modal__content__item__icons,
.is-mobile-mode .device-setting-modal__content__item__icons {
    margin-bottom: 16px;
  }
  .is-mobile-mode .welcome-check-modal__media,
.is-mobile-mode .device-setting-modal__media {
    margin-bottom: 16px;
  }
  .is-mobile-mode .welcome-check-modal__buttons button,
.is-mobile-mode .device-setting-modal__buttons button {
    border-radius: 8px;
  }
  .is-mobile-mode .welcome-check-modal .modal-content,
.is-mobile-mode .device-setting-modal .modal-content {
    padding: 0;
  }
  .is-mobile-mode .welcome-check-modal__header,
.is-mobile-mode .device-setting-modal__header {
    margin-bottom: 0;
  }
  .is-mobile-mode .welcome-check-modal__header__logo,
.is-mobile-mode .device-setting-modal__header__logo {
    position: absolute;
    top: 8px;
    left: 8px;
  }
  .is-mobile-mode .welcome-check-modal__header .welcome-check-modal__location,
.is-mobile-mode .welcome-check-modal__header .device-setting-modal__location,
.is-mobile-mode .device-setting-modal__header .welcome-check-modal__location,
.is-mobile-mode .device-setting-modal__header .device-setting-modal__location {
    display: none;
  }
  .is-mobile-mode .welcome-check-modal__content,
.is-mobile-mode .device-setting-modal__content {
    padding: 24px 24px 0 24px;
  }
  .is-mobile-mode .welcome-check-modal__content--step-1,
.is-mobile-mode .device-setting-modal__content--step-1 {
    padding: 25px;
  }
  .is-mobile-mode .welcome-check-modal__content--step-2,
.is-mobile-mode .device-setting-modal__content--step-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 76px;
    grid-template-areas: "item1 item2" "item3 item3";
    gap: 10px;
    width: 100%;
    height: 100%;
  }
  .is-mobile-mode .welcome-check-modal__media-wrapper,
.is-mobile-mode .device-setting-modal__media-wrapper {
    align-content: center;
  }
  .is-mobile-mode .welcome-check-modal__media,
.is-mobile-mode .device-setting-modal__media {
    grid-area: item1;
    margin-bottom: 0;
  }
  .is-mobile-mode .welcome-check-modal__media .welcome-check-modal__location,
.is-mobile-mode .welcome-check-modal__media .device-setting-modal__location,
.is-mobile-mode .device-setting-modal__media .welcome-check-modal__location,
.is-mobile-mode .device-setting-modal__media .device-setting-modal__location {
    font-size: 18px;
    line-height: 26px;
    display: block;
  }
  .is-mobile-mode .welcome-check-modal__media__audio,
.is-mobile-mode .device-setting-modal__media__audio {
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
  }
  .is-mobile-mode .welcome-check-modal__devices,
.is-mobile-mode .device-setting-modal__devices {
    grid-area: item2;
    margin-bottom: 0;
    align-content: center;
  }
  .is-mobile-mode .welcome-check-modal__buttons,
.is-mobile-mode .device-setting-modal__buttons {
    grid-area: item3;
    display: flex;
    padding: 16px;
    gap: 12px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #2E3343;
  }
  .is-mobile-mode .welcome-check-modal__buttons__enter-room-btn,
.is-mobile-mode .device-setting-modal__buttons__enter-room-btn {
    flex-grow: 1;
    max-width: min(354px, 100%);
    margin-bottom: 0;
    order: 2;
    height: 44px;
  }
  .is-mobile-mode .welcome-check-modal__buttons__back-btn,
.is-mobile-mode .device-setting-modal__buttons__back-btn {
    max-width: 90px;
    flex-shrink: 1;
    flex-grow: 1;
    order: 1;
    height: 44px;
  }
  .is-mobile-mode .welcome-check-modal__buttons__close-btn,
.is-mobile-mode .device-setting-modal__buttons__close-btn {
    display: block;
    width: 120px;
    max-width: 100%;
  }
  .is-mobile-mode .welcome-check-avatar-holder,
.is-mobile-mode .device-setting-avatar-holder {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
  .is-mobile-mode .welcome-check-micTest,
.is-mobile-mode .device-setting-micTest {
    width: 80px;
    height: 80px;
    top: calc(50% - 5px);
  }
}
.restrict-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.restrict-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.restrict-modal-content .modal-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.restrict-modal-content .modal-action {
  text-align: center;
}
.restrict-modal-content .btn {
  background-color: #6B9D11;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}
.restrict-modal-content .btn:hover {
  background-color: #8EB44A;
}

#orientation-warning {
  display: none;
}
#orientation-warning.tour-mode {
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  text-align: center;
  z-index: 9999;
}

@media (orientation: portrait) and (max-width: 768px) {
  #orientation-warning.tour-mode {
    display: flex !important;
  }
}
.is-mobile-mode.is-portrait-mode #orientation-warning.tour-mode {
  display: flex !important;
}

:root {
  --toggle-left-position: 160px;
  /* Default value */
}

#locationMenu {
  position: absolute;
  bottom: 64px;
  left: var(--toggle-left-position, 0);
  /* This can be set dynamically if needed */
  transition: all 0.3s ease;
  z-index: 30;
  display: none;
  transform: translateY(0);
  pointer-events: all;
  z-index: 35;
  /* Optional for smooth transitions */
}
#locationMenu.is-active {
  display: initial;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode {
    /* Mobile landscape */
  }
  .is-mobile-mode #locationMenu {
    position: fixed;
    left: 110px;
    height: auto;
    box-sizing: border-box;
    /* Ensures padding does not affect width/height */
  }
}
@media only screen and (max-width: 600px) {
  /* Mobile portrait */
  #locationMenu {
    width: 60%;
    position: fixed;
    left: 4px;
    height: auto;
    box-sizing: border-box;
    /* Ensures padding does not affect width/height */
  }
}
.chat-panel {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  height: calc(100% - 96px);
  width: 420px;
  background: rgba(17, 19, 26, 0.8);
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 45;
  /* Panel Header */
  /* Section Title */
  /* Chat Card */
}
@media only screen and (max-width: 992px) {
  .chat-panel {
    height: calc(100% - 80px);
  }
}
@media only screen and (max-width: 600px) {
  .chat-panel {
    /* Mobile portrait */
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    border-radius: 0;
  }
  .chat-panel svg {
    width: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel {
    /* Mobile landscape */
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    border-radius: 0;
  }
  .is-mobile-mode .chat-panel svg {
    width: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .chat-panel {
    /* Mobile portrait */
    width: 100%;
  }
}
.chat-panel .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #272A31;
  border-radius: 16px 16px 0 0;
  padding: 16px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 600px) {
  .chat-panel .panel-header {
    /* Mobile portrait */
    border-radius: initial;
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .panel-header {
    /* Mobile landscape */
    border-radius: initial;
    padding: 10px 16px;
  }
}
.chat-panel .header-title {
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.chat-panel .chat-body-wrapper {
  padding: 0 16px 16px;
  max-height: calc(100% - 68px);
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .chat-panel .chat-body-wrapper {
    /* Mobile portrait */
    max-height: calc(100% - 55px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .chat-body-wrapper {
    /* Mobile landscape */
    max-height: calc(100% - 55px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .chat-body-wrapper {
    /* Mobile landscape */
    padding: 0 10px 16px;
  }
}
.chat-panel.users-panel .chat-body-wrapper {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .chat-panel.users-panel .chat-body-wrapper {
    max-height: 100%;
  }
}
.chat-panel .header-actions {
  display: flex;
}
.chat-panel .header-actions svg {
  cursor: pointer;
  margin-left: 8px;
}
.chat-panel .header-actions .add-icon,
.chat-panel .header-actions .close-icon {
  width: 24px;
  height: 24px;
  background-color: #7CAF00;
  border-radius: 50%;
  margin-left: 8px;
}
.chat-panel .section-title {
  font-size: 14px;
  font-weight: 400;
  margin: 25px 0 16px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .section-title {
    /* Mobile landscape */
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .chat-panel .section-title {
    /* Mobile portrait */
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
.chat-panel .chat-card {
  display: flex;
  align-items: center;
  background: #272A31;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .chat-card {
    /* Mobile landscape */
    padding: 12px 5px;
  }
}
.chat-panel .chat-card .icon-wrapper {
  position: absolute;
  top: 11px;
  left: 2px;
  border-radius: 8px 0 8px 0;
  background-color: #272a31;
  display: flex;
  align-items: center;
  justify-content: start;
}
.chat-panel .avatar {
  min-width: 56px;
  width: 56px;
  height: 56px;
  background-color: #D9D9D9;
  border-radius: 8px;
  margin-right: 12px;
  overflow: hidden;
}
.chat-panel .avatar.pvt {
  border-radius: 50%;
}
.chat-panel .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-panel .globe {
  background: #272A31;
}
.chat-panel .chat-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ensures proper alignment */
  height: 100%;
}
.chat-panel .chat-details-info-holder {
  display: flex;
  flex-direction: column;
  height: 56px;
  line-height: 20px;
}
.chat-panel .chat-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  /* Pushes the message to the bottom */
  color: white;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
  .chat-panel .chat-title {
    /* Mobile portrait */
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .chat-title {
    /* Mobile landscape */
    max-width: calc(100% - 80px);
  }
}
.chat-panel .chat-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  line-clamp: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  /* Aligns it to the bottom */
}
@media only screen and (max-width: 600px) {
  .chat-panel .chat-message {
    /* Mobile portrait */
    max-width: calc(100% - 34px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-panel .chat-message {
    /* Mobile landscape */
    max-width: calc(100% - 34px);
  }
}
.chat-panel .chat-meta {
  text-align: right;
}
.chat-panel .chat-time {
  top: 10px;
  right: 12px;
  position: absolute;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.chat-panel .notification-badge {
  min-width: 16px;
  height: 16px;
  padding: 0 1px;
  background: #7CAF00;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 70%;
  transform: translateY(-50%);
}
.chat-panel .latest-chat-wrapper {
  display: flex;
  align-items: center;
}
.chat-panel .latest-chat-wrapper svg {
  margin-right: 8px;
  /* Adjust spacing between the SVG and title */
  flex-shrink: 0;
  /* Prevent the SVG from shrinking */
}
.chat-panel .latest-chat-wrapper .section-title {
  margin: 0;
  /* Remove margins for proper alignment */
  flex-grow: 1;
  /* Allow the title to take remaining space */
}

.chat-container {
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(17, 19, 26, 0.8);
  display: flex;
  width: 420px;
  flex-direction: column;
  margin: 0 auto;
  position: absolute;
  top: 16px;
  right: 16px;
  height: calc(100% - 96px);
  z-index: 45;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .chat-container {
    height: calc(100% - 74px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-container {
    /* Mobile landscape */
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50%;
    border-radius: 0;
  }
  .is-mobile-mode .chat-container svg {
    width: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .chat-container {
    /* Mobile portrait */
    top: unset;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100% !important;
    border-radius: 0;
    transition: height 0.3s ease-in-out;
  }
  .chat-container svg {
    width: 20px;
  }
}
.chat-container .header {
  border-radius: 16px 16px 0 0;
  background-color: #272a31;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .chat-container .header {
    border-radius: initial;
  }
}
@media only screen and (max-width: 600px) {
  .chat-container .header {
    /* Mobile portrait */
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-container .header {
    /* Mobile landscape */
    padding: 10px 16px;
  }
}
.chat-container .header-left {
  display: flex;
  gap: 8px;
}
.chat-container .back-button {
  border-radius: 70px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}
.chat-container .icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
}
.chat-container .room-title {
  color: #fff;
  letter-spacing: 0.1px;
  margin: auto 0;
  font: 400 18px/1.4 Roboto, sans-serif;
}
.chat-container .header-actions {
  display: flex;
  gap: 16px;
}
.chat-container .action-button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}
.chat-container .messages-container {
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-weight: 400;
  padding: 0 16px 16px;
  max-height: calc(100% - 160px);
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .chat-container .messages-container {
    /* Mobile portrait */
    max-height: calc(100% - 114px);
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-container .messages-container {
    /* Mobile landscape */
    max-height: calc(100% - 114px);
    padding-bottom: 10px;
  }
}
body.is-android-chrome.is-fullscreen.is-portrait-mode .chat-container .messages-container {
  max-height: calc(100% - 158px);
}

.chat-container .message-sent {
  border-radius: 8px;
  background-color: #7caf00;
  align-self: end;
  display: flex;
  align-items: start;
  gap: 8px;
  color: #fff;
  padding: 8px;
  margin-left: 70px;
  margin-top: 16px;
  width: 334px;
  max-width: 90%;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-container .message-sent {
    /* Mobile landscape */
    padding: 5px 8px;
    margin-top: 10px;
  }
}
.chat-container .message-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.chat-container .message-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-break: break-word;
}
.chat-container .message-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.4px;
  line-height: 1;
}
.chat-container .meta-spacer {
  align-self: stretch;
  display: flex;
  min-width: 50%;
  width: 254px;
  height: 20px;
  flex: 1;
  margin: auto 0;
}
.chat-container .timestamp {
  align-self: stretch;
  width: 50%;
  margin: auto 0;
}
.chat-container .message-received {
  border-radius: 8px;
  background-color: #272a31;
  align-self: start;
  display: flex;
  margin-top: 16px;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  margin-right: 54px;
  width: 334px;
}
.chat-container .sender-name {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
  font-family: Roboto, sans-serif;
  color: rgba(239, 240, 250, 0.5);
  letter-spacing: 0.1px;
}
.chat-container .sender-text {
  align-self: stretch;
  min-width: 240px;
  width: 100%;
  flex: 1;
  margin: auto 0;
  line-height: 1.7rem;
}
.chat-container .received-text {
  color: #eff0fa;
  letter-spacing: 0.25px;
}
.chat-container .received-meta {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #c5c6d0;
  letter-spacing: 0.4px;
  line-height: 1;
}
.chat-container .received-spacer {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 266px;
  height: 20px;
  flex: 1;
  margin: auto 0;
}
.chat-container .received-timestamp {
  align-self: stretch;
  width: 50%;
  margin: auto 0;
  text-align: right;
}
.chat-container .input-container {
  border-radius: 0 0 16px 16px;
  background-color: #272a31;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .chat-container .input-container {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .chat-container .input-container {
    /* Mobile portrait */
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .chat-container .input-container {
    /* Mobile landscape */
    padding: 10px 16px;
  }
}
body.is-android-chrome.is-fullscreen.is-portrait-mode .chat-container .input-container {
  padding-bottom: 56px;
}

.chat-container .message-input {
  border-radius: 8px;
  background-color: #41454e;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 16px;
}
.chat-container .message-input__emoji-menu {
  position: absolute;
  z-index: 2;
  bottom: 64px;
  background-color: #272a31;
  right: 16px;
  border-radius: 8px;
  padding: 8px;
}
.chat-container .message-input__emoji-menu__group {
  display: flex;
  column-gap: 6px;
}
.chat-container .message-input__emoji-menu__item {
  display: inline-block;
  cursor: pointer;
}
.chat-container .input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  align-self: stretch;
  width: 280px;
  font: 400 14px/1 Roboto, sans-serif;
  background: transparent;
  border: none;
}
.chat-container .input-actions {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto 0;
}
.chat-container .input-actions > * {
  cursor: pointer;
}
.chat-container .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.menu-container {
  border-radius: 8px;
  background: #17181c;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 8px;
  font: 400 14px/1 Roboto, sans-serif;
  width: auto;
  min-width: 200px;
  max-width: 300px;
  top: 50px;
  right: 60px;
  position: absolute;
  z-index: 1;
}

.menu-item {
  color: white;
  letter-spacing: 0.1px;
  margin: 6px 0;
  cursor: pointer;
  padding: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 4px;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.menu-item:first-child {
  margin-top: 0;
}

.menu-item:last-child {
  margin-bottom: 0;
}

/* Hover effect */
.menu-item:hover {
  color: #7caf00;
}

/* Focus visible state */
.menu-item:focus-visible {
  box-shadow: 0 0 0 2px #7caf00;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Disabled state */
.menu-item.disabled,
.menu-item[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.4);
  /* Faded text color */
  cursor: not-allowed;
  pointer-events: none;
  /* Prevent interaction */
}

/* Forced Colors Accessibility */
@media (forced-colors: active) {
  .menu-container {
    border: 1px solid CanvasText;
  }

  .menu-item:focus-visible {
    outline: 2px solid CanvasText;
  }

  .menu-item.disabled,
.menu-item[aria-disabled=true] {
    color: GrayText;
    /* Fallback for high-contrast mode */
  }
}
.list-container {
  display: flex;
  max-width: 388px;
  flex-direction: column;
  background-color: transparent;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .list-container {
    max-width: initial;
  }
}

.participant-header {
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background-color: #272a31;
  cursor: pointer;
}
.participant-header .icon-three-dots {
  fill: #A1A7B4;
}
.participant-header .item-count {
  display: none;
}

.scene-title {
  color: white;
  font: 700 14px/1 Roboto, sans-serif;
}

.icons-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icons-wrapper .icon-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-wrapper .icon-wrapper:not(.icon-wrapper--no-hover):hover {
  background-color: #7CAF00;
  color: white;
}
.icons-wrapper .icon-wrapper:not(.icon-wrapper--no-hover):hover svg path {
  fill: white;
}
.icons-wrapper svg {
  margin-left: 0;
  cursor: pointer;
}
.icons-wrapper .icon-three-dots path,
.icons-wrapper .icon-person path,
.icons-wrapper .icon-message path {
  fill: #A1A7B4;
}

.icon {
  width: 24px;
  aspect-ratio: 1;
  object-fit: contain;
}

.participants-list {
  display: none;
  flex-direction: column;
  width: 100%;
}

.participant-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.8);
  font: 400 14px/1 Roboto, sans-serif;
  position: relative;
  background-color: #272a31;
  margin-top: 1px;
}
.participant-row .menu-container {
  top: 20px;
  right: 24px;
}
.participant-row .menu-container.revert {
  bottom: 20px;
  top: auto;
}
.participant-row .three-dots-people-container {
  position: absolute;
  right: 0;
}

.participant-row:last-child {
  border-radius: 0 0 8px 8px;
}

.participant-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.participant-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.participant-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.participant-name {
  color: rgba(255, 255, 255, 0.8);
}

.participant-scene-name {
  font-size: 12px;
  margin-top: 8px;
}
.participant-scene-name:hover {
  color: #6B9D11;
  cursor: pointer;
}

.folded .participants-list {
  display: flex;
}

.folded .participant-header {
  background-color: #272a31;
  border-radius: 8px 8px 0 0;
}

.search-container {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.search-container input {
  display: block;
  height: 48px;
  background: #272a31;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  color: #a1a7b4;
}
.search-container .icon-search {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .users-panel {
    /* Mobile landscape */
    position: fixed;
    height: 100vw;
    width: 50vw;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .users-panel {
    /* Mobile portrait */
    background-color: #11131A;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .users-panel {
    /* Mobile landscape */
    background-color: #11131A;
  }
}
@media only screen and (max-width: 600px) {
  .users-panel .panel-header {
    /* Mobile portrait */
    margin: 0;
    background-color: #11131A;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .users-panel .panel-header {
    /* Mobile landscape */
    margin: 0;
    background-color: #11131A;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .users-panel .header-actions__close-btn {
    /* Mobile portrait */
    border-radius: 50%;
    width: 48px;
    background-color: #7CAF00;
    height: 48px;
    padding: 0;
    position: fixed;
    top: unset;
    bottom: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .users-panel .header-actions__close-btn .icon-close {
    /* Mobile landscape */
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .users-panel .header-actions__close-btn .icon-close {
    /* Mobile portrait */
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
  }
}
.users-panel .switch-button-wrapper {
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .users-panel .switch-button-wrapper {
    /* Mobile portrait */
    z-index: 1;
    position: fixed;
    top: 10px;
    right: 10px;
    gap: 4px;
    padding: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .users-panel .switch-button-wrapper {
    /* Mobile landscape */
    z-index: 1;
    position: fixed;
    top: 10px;
    right: 10px;
    gap: 4px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .users-panel .switch-button:not(.selected) {
    /* Mobile portrait */
    background-color: #272A31;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .users-panel .switch-button:not(.selected) {
    /* Mobile landscape */
    background-color: #272A31;
  }
}

#user-list-scene,
#user-list-friends {
  max-height: calc(100% - 123px);
}
@media only screen and (max-width: 600px) {
  #user-list-scene,
#user-list-friends {
    /* Mobile portrait */
    max-height: calc(100vh - 55px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode #user-list-scene, #user-list-friends {
    /* Mobile landscape */
    max-height: calc(100vh - 55px);
  }
}
@media only screen and (max-width: 600px) {
  #user-list-scene,
#user-list-friends {
    /* Mobile portrait */
    padding-bottom: 60px;
  }
}

.mobile-users-panel .header-left {
  display: flex;
  gap: 8px;
}
.mobile-users-panel .back-button {
  border-radius: 70px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .mobile-users-panel .participant-row {
    height: 44px;
  }
  .mobile-users-panel .participant-row:first-child {
    border-radius: 8px 8px 0 0;
  }
  .mobile-users-panel .participant-row:only-child {
    border-radius: 8px;
  }
}

.switch-container {
  display: inline-flex;
  gap: 10px;
}

.switch-button {
  align-self: stretch;
  border-radius: 4px;
  background-color: #272a31;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  letter-spacing: 0.1px;
  padding: 6px 10px;
  font: 400 14px/1 Inter, sans-serif;
  cursor: pointer;
}

.switch-button.selected {
  background-color: #6B9D11;
  /* Green color for selection */
  color: #fff;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.switch-button-wrapper {
  display: inline-flex;
  gap: 10px;
  padding: 8px 16px;
}

.own_chair__controls__mic .icon-mic-off {
  display: none;
}
.own_chair__controls__mic.is-off .icon-mic-off {
  display: block;
}
.own_chair__controls__mic.is-off .icon-mic-on {
  display: none;
}
.own_chair__controls__camera .icon-camera-off {
  display: none;
}
.own_chair__controls__camera.is-off .icon-camera-off {
  display: block;
}
.own_chair__controls__camera.is-off .icon-camera-on {
  display: none;
}
.own_chair__controls__exit {
  align-items: flex-start;
}
.own_chair__controls__exit__close-icon svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 992px) {
  .own_chair__controls__exit__close-icon svg {
    width: 14px;
    height: 14px;
  }
}

.own_chair__controls__lock .icon-lock {
  display: none;
}
.own_chair__controls__lock .icon-unlock {
  display: block;
}
.own_chair__controls__lock.is-off .icon-lock {
  display: block;
}
.own_chair__controls__lock.is-off .icon-unlock {
  display: none;
}

#chess-lock.is-off {
  background-color: #7CAF00;
}

#language-menu {
  display: none;
  position: absolute;
  top: 56px !important;
  right: 0;
  border-radius: 8px;
  min-width: 200px;
  z-index: 1000;
  padding: 8px 0;
}

#language-menu.is-active {
  display: block;
}

#language-menu li {
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A1A7B4;
}

#language-menu li:hover {
  color: #6B9D11;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-radio {
  color: #A1A7B4;
}

.language-option.active .language-radio {
  color: #007AFF;
}

.language-description {
  font-size: 16px;
}

.language-description .selected {
  color: white;
}

/* Language button in navbar */
.language-button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  color: #A1A7B4;
}

.language-button {
  position: absolute;
  right: 140px;
  border-radius: 50%;
  width: 48px;
}
@media screen and (max-width: 992px) {
  .language-button {
    height: 36px;
    width: 36px;
    right: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .language-button {
    /* Mobile portrait */
    height: 36px;
    width: 36px;
    right: 75px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .is-mobile-mode .language-button {
    /* Mobile landscape */
    height: 36px;
    width: 36px;
    right: 75px;
  }
}
.language-button svg {
  width: 32px;
  height: 32px;
  color: white;
  position: absolute;
  left: 8px;
}
@media screen and (max-width: 992px) {
  .language-button svg {
    height: 20px;
    width: 20px;
  }
}

/* Quill Editor Styles */
.quill-editor {
  height: 200px;
  margin-bottom: 20px;
}

/* Property grid editor specific styles */
.property-grid .quill-editor {
  height: 350px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Product description editor specific styles */
.product-container .quill-editor {
  height: 150px;
  margin: 10px 0;
}

/* Quill toolbar customization */
.ql-toolbar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f8f9fa;
  border-color: #ccc;
}

.ql-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #ccc;
  font-size: 14px;
}

/* Ensure proper spacing in property grid */
.property-grid .right {
  width: 70%;
}

.property-grid .quill-editor {
  width: 100%;
}

/* Ensure proper spacing in product containers */
.product-container .quill-editor {
  width: 100%;
}

/* Dark theme support */
.dark-theme .ql-toolbar {
  background-color: #2d2d2d;
  border-color: #444;
}

.dark-theme .ql-container {
  border-color: #444;
  background-color: #1e1e1e;
  color: #fff;
}

.dark-theme .ql-editor {
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .property-grid .quill-editor {
    height: 250px;
  }

  .product-container .quill-editor {
    height: 120px;
  }
}
pre {
  position: absolute;
  z-index: 9999;
  height: 100vh;
  overflow-y: scroll;
}

/* For webkit browsers like Chrome and Safari */
::-webkit-scrollbar {
  scrollbar-width: initial !important;
  display: block !important;
  /* Set the width of the scrollbar */
}

/* For Firefox */
::-moz-scrollbar {
  scrollbar-width: initial !important;
  display: block !important;
  /* Set the width of the scrollbar */
}

/* For Internet Explorer and Edge */
::-ms-scrollbar {
  scrollbar-width: initial !important;
  display: block !important;
  /* Set the width of the scrollbar */
}

/* Set the scrollbar to always be visible */
::-webkit-scrollbar {
  display: block !important;
  scrollbar-width: initial !important;
}

/* For Firefox */
::-moz-scrollbar {
  display: block !important;
  scrollbar-width: initial !important;
}

/* For Internet Explorer and Edge */
::-ms-scrollbar {
  display: block !important;
  scrollbar-width: initial !important;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@chrisoakman/chessboardjs/dist/chessboard-1.0.0.css ***!
  \********************************************************************************************************************/
/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

.clearfix-7da63 {
  clear: both;
}

.board-b72b1 {
  border: 2px solid #404040;
  box-sizing: content-box;
}

.square-55d63 {
  float: left;
  position: relative;

  /* disable any native browser highlighting */
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.white-1e1d7 {
  background-color: #f0d9b5;
  color: #b58863;
}

.black-3c85d {
  background-color: #b58863;
  color: #f0d9b5;
}

.highlight1-32417, .highlight2-9c5d2 {
  box-shadow: inset 0 0 3px 3px yellow;
}

.notation-322f9 {
  cursor: default;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
}

.alpha-d2270 {
  bottom: 1px;
  right: 3px;
}

.numeric-fc462 {
  top: 2px;
  left: 2px;
}

/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/air-datepicker/air-datepicker.css ***!
  \**************************************************************************************************/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}


/*# sourceMappingURL=app.bagless.css.map*/