@font-face {
  font-family: 'Open Sans Regular';
  src: url(/content/fonts/OpenSans-Regular.eot?06a04537db9294681f93bc12bd1d9c53);
  src: url(/content/fonts/OpenSans-Regular.eot?06a04537db9294681f93bc12bd1d9c53) format('embedded-opentype'), url(/content/fonts/OpenSans-Regular.woff?1a385487469e98d19a81b782dd84e3d6) format('woff'), url(/content/fonts/OpenSans-Regular.ttf?629a55a7e793da068dc580d184cc0e31) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url(/content/fonts/OpenSans-Semibold.eot?31a82a9bde90eec038693f26ada892ad);
  src: url(/content/fonts/OpenSans-Semibold.eot?31a82a9bde90eec038693f26ada892ad) format('embedded-opentype'), url(/content/fonts/OpenSans-Semibold.woff?5221f5bd129f943aff79883eb62faf82) format('woff'), url(/content/fonts/OpenSans-Semibold.ttf?33f225b8f5f7d6b34a0926f58f96c1e9) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-os-r {
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.font-os-sb {
  font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
}
.font-goteborg {
  font-family: Helvetica, 'Open Sans Semibold', Arial, sans-serif;
  font-size: 0.875rem;
}
.f-23 {
  font-size: 1.4375rem;
}
.f-16 {
  font-size: 1rem !important;
}
.f-22 {
  font-size: 1.375rem;
}
.f-15 {
  font-size: 0.9375rem;
}
.f-13 {
  font-size: 0.8125rem;
}
.use-raw-text {
  white-space: pre-line;
}
.font-10 {
  font-size: 10px;
}
body {
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
}
button,
input,
textarea,
select {
  font-size: 0.6875rem;
}
html,
body {
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button {
  border: 0;
  padding: 0;
  cursor: pointer;
}
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: none;
}
button:disabled {
  cursor: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.vxgplayer-error {
  margin-left: 1% !important;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.spin {
  animation: kspin 1s linear infinite;
}
@keyframes kspin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
.path-static {
  stroke: #8ae2ac;
}
@keyframes colors {
  0% {
    stroke: #2196f3;
  }
  25% {
    stroke: #f44336;
  }
  50% {
    stroke: #ffc107;
  }
  75% {
    stroke: #8ae2ac;
  }
  100% {
    stroke: #2196f3;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.size {
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, border 0.1s ease-in-out;
}
.size-pulse {
  animation: size_pulse 1s ease-in-out infinite;
}
@keyframes size_pulse {
  0% {
    border-width: 0.2em;
    width: 1.5em;
    height: 1.5em;
  }
  50% {
    border-width: 0.3em;
    width: 2.5em;
    height: 2.5em;
  }
  100% {
    border-width: 0.2em;
    width: 1.5em;
    height: 1.5em;
  }
}
.box-pulse.alarm-assigned {
  animation: box_pulse_electric 1s ease-in-out infinite;
}
.box-pulse.alarm-not-responded {
  animation: box_pulse_electric 1s ease-in-out infinite;
}
.box-pulse.alarm-my {
  animation: box_pulse_orange 1s ease-in-out infinite;
}
.box-pulse.alarm-responded {
  animation: box_pulse_yellow 1s ease-in-out infinite;
}
.box-pulse.alarm-deactivated {
  animation: box_pulse_spring 1s ease-in-out infinite;
}
.pulsating {
  animation: pulsate 1s infinite;
}
@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 0, 0, 0);
  }
}
@keyframes box_pulse_electric {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0px 0px 5px 5px rgba(247, 125, 125, 0.75);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes box_pulse_orange {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0px 0px 5px 5px rgba(107, 126, 157, 0.75);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes box_pulse_yellow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0px 0px 5px 5px rgba(236, 199, 146, 0.75);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes box_pulse_spring {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0px 0px 5px 5px rgba(116, 183, 142, 0.75);
  }
  100% {
    box-shadow: none;
  }
}
.w-100vw {
  width: 100vw;
}
.w-30 {
  width: 30%;
}
.h-100vh {
  height: 100vh;
}
.h-resp-100 {
  height: 100%;
  min-height: 100vh;
}
@media (min-width: 60em) {
  .h-resp-100 {
    height: 100vh;
  }
}
.w-max-100p {
  max-width: 100% !important;
}
.w-max-content {
  width: max-content;
}
.w-100p {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.h-100p {
  height: 100%;
}
.p-abs {
  position: absolute;
}
.p-fx {
  position: fixed;
}
.p-rel {
  position: relative !important;
}
.top-0-left-0 {
  top: 0;
  left: 0;
}
.bottom-0-left-0 {
  bottom: 0;
  left: 0;
}
.wh-100vwh {
  width: 100vw;
  height: 100vh;
}
.abs-wh-100vwh {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.fx-wh-100vwh {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.abs-flex-center {
  position: absolute;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.flex-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.spinner-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #d7d7d7;
}
.flex-outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: 100%;
}
.flex-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex-row-around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.flex-col-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-col-center-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-95-width-right {
  width: 95%;
  justify-content: flex-end;
}
.w-8em {
  width: 8em;
}
.w-25em {
  width: 25em;
}
.mw-8em {
  min-width: 8em;
}
.item-05em {
  margin: 0.5em 0 0.5em 0;
}
.item-05em:first-child {
  margin-top: 0;
}
.item-05em:last-child {
  margin-bottom: 0;
}
.margin-0 {
  margin: 0;
}
.margin-075em {
  margin: 0.75em;
}
.margin-side-05 {
  margin: 0 0.5em;
}
.margin-vertical-05 {
  margin: 0.5em 0;
}
.margin-top-025em {
  margin-top: 0.25em;
}
.margin-top-05em {
  margin-top: 0.5em;
}
.margin-bottom-05em {
  margin-bottom: 0.5em;
}
.margin-left-1em {
  margin-left: 1em;
}
.margin-right-05 {
  margin-right: 0.5rem;
}
.margin-right-1 {
  margin-right: 1rem;
}
.margin-right-2 {
  margin-right: 2rem;
}
.margin-right-3 {
  margin-right: 3rem;
}
.margin-right-4 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 2px;
}
.flex-0-0-auto {
  flex: 0 0 auto;
}
.flex-0-1-auto {
  flex: 0 1 auto;
}
.flex-0-1-0px {
  flex: 0 1 0px;
}
.flex-1-1-auto {
  flex: 1 1 auto;
}
.flex-1-1-0px {
  flex: 1 1 0px;
}
.flex-0-1-100p {
  flex: 0 1 100%;
}
.flex-1-1-100p {
  flex: 1 1 100%;
}
.flex-1-1-50p {
  flex: 1 1 50%;
}
.flex-0-0-15p {
  flex: 0 0 15%;
}
.flex-0-0-25p {
  flex: 0 0 25%;
}
.flex-0-1-25p {
  flex: 0 1 25%;
}
.flex-0-0-30p {
  flex: 0 0 30%;
}
.flex-0-0-40p {
  flex: 0 0 40%;
}
.flex-0-0-50p {
  flex: 0 0 50%;
}
.flex-0-1-30p {
  flex: 0 1 30%;
}
.flex-0-1-60p {
  flex: 0 1 60%;
}
.flex-0-1-70p {
  flex: 0 1 70%;
}
.flex-3-3-auto {
  flex: 3 3 auto;
}
.flex-2-1-0px {
  flex: 2 1 0px;
}
.flex-1-2-0px {
  flex: 1 2 0px;
}
.y-scroll {
  overflow-y: auto;
}
.scrollableWidget {
  max-height: 400px;
}
.scrollableWidget-medium {
  max-height: 200px;
}
.x-over {
  overflow-x: hidden;
}
.over {
  overflow: hidden;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-1em {
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.flex-center-w {
  display: flex;
  align-items: center;
}
.flex-center-with-justify > .flex-center-w {
  flex-basis: 110px;
}
.flex-center-w p {
  text-align: center;
}
.text-a-end {
  text-align: end;
}
.flex-center-with-justify {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex-center-with-justify div {
  display: flex;
  flex-direction: column;
}
.round {
  width: 75px;
  height: 75px;
}
.round img {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.2em solid #1976d2;
}
.readonly-hidden {
  visibility: hidden;
}
.red-box * {
  background-color: #ffb5b5 !important;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.btn-reload-page {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
}
.flex-col-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.y-scroll-on {
  overflow-y: scroll;
}
.forgot-pw a,
.forgot-pw a:visited {
  color: #ffffff;
  text-decoration: none;
}
.flex-w {
  flex-wrap: wrap;
}
.red-background {
  background-color: #ffeded;
}
.red-background:first-child {
  border-left: 3px solid #ff7179;
}
.table-row {
  border-radius: 4px;
  border-bottom: 1px solid #929292 !important;
}
.contact-table-row {
  padding: 8px 0;
}
.table-row-inactive {
  background-color: #e1e1e1;
}
.text-grey {
  color: #787878;
}
.text-green {
  color: #73B78E;
}
.hide-inactive-table-row {
  display: none;
}
.user-status {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 2px;
  margin-bottom: 1px;
  border-radius: 50%;
  border: 1px solid #7a8692;
}
.active-user {
  border-color: #89e2ac;
  background-color: #89e2ac;
}
.previous-event {
  border-color: transparent;
  background-color: transparent;
}
.ongoing-event {
  border-color: #fcc067;
  background-color: #fcc067;
}
.schedule-item-wrapper {
  margin-right: 8px;
  margin-bottom: 4px;
  width: max-content;
}
.schedule-item-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.schedule-item-name-empty {
  visibility: hidden;
}
.popup-tooltip-custom-content.popup-content {
  padding: 4px 8px;
  border: 1px solid grey;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.2px;
  width: auto;
  max-width: 240px;
  background-color: #fff;
}
.schedule-item-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: max-content;
}
.schedule-item-time-not-specified {
  opacity: 0.5;
}
.absence-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.absence-wrapper-ongoing {
  background-color: #fcc067;
  border: 1px solid #db9326;
}
.absence-wrapper-upcoming {
  background-color: #f0f4f7;
  border: 1px solid #d7d7d7;
}
.absence-data {
  padding: 2px 6px;
}
.schedule-item-time-current {
  font-weight: 700;
}
.availability-text {
  font-size: 14px;
  font-weight: 700;
}
.command-horizontal-rule {
  width: auto;
  margin: 0 0 0 8px;
  border-bottom: 1px solid #bcbcbc;
}
.align-end {
  align-items: end;
}
.align-center {
  align-items: center;
}
.data-divider,
.data-spacer {
  min-width: 4px;
  min-height: 4px;
}
.data-divider {
  height: 100%;
}
.data-spacer {
  width: 100%;
}
.data-spacer.s-0 {
  max-width: 0;
  max-height: 0;
}
.data-divider.s-05 {
  min-height: 8px;
}
.data-divider.s-1 {
  min-height: 16px;
}
.data-divider.s-2 {
  min-height: 32px;
}
.data-divider.s-3 {
  min-height: 48px;
}
.data-divider.s-4 {
  min-height: 64px;
}
.data-spacer.s-05 {
  max-width: 8px;
}
.data-spacer.s-1 {
  max-width: 16px;
}
.data-spacer.s-2 {
  max-width: 32px;
}
.data-spacer.s-3 {
  max-width: 48px;
}
.data-spacer.s-4 {
  max-width: 64px;
}
.col-gap-05 {
  column-gap: 8px;
}
.row-gap-05 {
  row-gap: 8px;
}
.logs-date-header {
  background-color: #657082;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}
.logs-deactivated {
  color: #128433;
}
.alarm-list-description {
  line-height: 14px;
}
.alarm-my {
  color: #3e5b91;
}
.alarm-not-responded {
  color: #e40b18;
}
.alarm-deactivated {
  color: #128433;
}
.alarm-responded {
  color: #A7680A;
}
.gm-style-iw-chr {
  height: 16px;
}
.gm-style-iw-chr button {
  width: 16px;
  height: 16px;
}
.signal-strength {
  color: #1776D1;
}
.units-metadata-wrapper {
  margin: 8px 8px 0;
}
.signal-data {
  flex: 1;
  flex-basis: 70%;
}
.phone-data {
  flex: 0;
  flex-basis: 30%;
  display: flex;
  justify-content: end;
}
.phone-data select:disabled {
  appearance: none;
  padding-right: 16px;
  color: inherit;
}
.progress-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
}
.progress-bar-chunk {
  width: 24%;
  transition: width 0.3s ease-in-out;
  background-color: #D9D9D9;
}
.metadata-phones-holder {
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 92px;
}
.metadata-phones-holder option {
  padding: 8px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.alarm-log-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.alarm-log-text.expanded {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.alarm-log-text-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}
input.c-input,
.box-sizing-border-box {
  box-sizing: border-box;
}
.xs-box {
  border-radius: 1em;
  min-width: 320px;
}
.min-box {
  border-radius: 0.5em;
  min-width: 350px;
}
.max-box {
  max-width: 90vw;
  max-height: 90vh;
}
.p-t-b-05em {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p-t-b-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-r-l-1em {
  padding-right: 1em;
  padding-left: 1em;
}
.p-r-l-05em {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.p-r-l-1_5em {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.p-t-1em {
  padding-top: 1em;
}
.p-1em {
  padding: 1em;
}
.p-l-1em {
  padding-left: 1em;
}
.p-lb-1em {
  padding-left: 1em;
  padding-bottom: 1em;
}
.p-l-05em {
  padding-left: 0.5em;
}
.p-lb-05em {
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
.p-05em {
  padding: 0.5em;
}
.p-tlb-05em {
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
.p-trb-05em {
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
.p-025em {
  padding: 0.25em;
}
.p-r-05em {
  padding-right: 0.5em;
}
.p-r-125em {
  padding-right: 1.25em;
}
.p-t-0 {
  padding-top: 0;
}
.m-r-l-1em {
  margin-left: 1em;
  margin-right: 1em;
}
.m-l-2em {
  margin-left: 2em;
}
.m-b-05em {
  margin-bottom: 8px;
}
.m-tb-02em-rl-05em {
  margin: 0.2em 0.5em;
}
.m-tb-3px-rl-8px {
  margin: 3px 8px;
}
.p-tb-02em-rl-05em {
  padding: 0.2em 0.5em;
}
.google-map .coordinates {
  padding: 0.5em 1em;
  background: #f2f2f2;
  border-bottom: 2px solid #d6dee1;
}
.google-map .coordinates label {
  font-weight: 800;
}
.pins-info {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.pins-info img {
  height: 16px;
  padding-right: 5px;
}
.form-list {
  color: #000000;
}
.form-list .form-list-icon > svg {
  width: 2em;
  height: 2em;
}
.form-list .alarm-icon-container > svg {
  width: 1rem;
  height: 1rem;
  padding: 0 2px;
}
.form-list .alarm-time {
  font-weight: bold;
}
.form-list .alarm-date {
  font-size: 0.8em;
}
.form-list .alarm-logs {
  margin: 0.25em 0.25em 0.25em 0.5em;
  padding-top: 0.25em;
  border-top: 0.1em solid #e6e6e6;
}
.form-list .alarm-logs .alarm-log .alarm-log-text {
  width: 15em;
}
.form-list .alarm-logs .alarm-log:first-child {
  padding-top: 0;
}
.form-list .alarm-logs .alarm-log:last-child {
  padding-bottom: 0;
}
.form-header-sm.red {
  background-color: #c46f7d;
}
.form-header-sm.green {
  background-color: #74b78e;
}
.form-header-sm.yellow {
  background-color: #d1a361;
}
.form-btn-transparent {
  padding: 0;
  background: transparent;
  color: #000000;
}
.form-btn-transparent:active {
  opacity: 0.2;
}
.form-btn-blue {
  padding: 0.5em;
  background: transparent;
  color: #1976d2;
  border: 0.1em solid #1976d2;
  border-radius: 0.5em;
}
.form-btn-blue:active {
  background: #e3f2fd;
}
.form-btn-blue:disabled {
  border: 0.1em solid #e3f2fd;
  color: #e3f2fd;
}
.form-btn-blue.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.popup-message button:focus {
  background: #d7d7d7;
}
.form-btn-red {
  padding: 0.5em;
  background: transparent;
  color: #f77d7d;
  border: 0.1em solid #f77d7d;
  border-radius: 0.5em;
}
.form-btn-red:active {
  background: #fb938f;
}
.form-btn-red:disabled {
  border: 0.1em solid #fb938f;
  color: #fb938f;
}
.form-btn-red.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-green {
  padding: 0.5em;
  background: transparent;
  color: #74b78e;
  border: 0.1em solid #74b78e;
  border-radius: 0.5em;
}
.form-btn-green:active {
  background: #e8f5e9;
}
.form-btn-green:disabled {
  border: 0.1em solid #e8f5e9;
  color: #e8f5e9;
}
.form-btn-green.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-orange {
  padding: 0.5em;
  background: transparent;
  color: #f57c00;
  border: 0.1em solid #f57c00;
  border-radius: 0.5em;
  padding-top: 0.88em;
  padding-bottom: 0.88em;
}
.form-btn-orange:active {
  background: #fff3e0;
}
.form-btn-orange:disabled {
  border: 0.1em solid #fff3e0;
  color: #fff3e0;
}
.form-btn-orange.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-gray {
  padding: 0.5em;
  background: transparent;
  color: #696969;
  border: 0.1em solid #696969;
  border-radius: 0.5em;
}
.form-btn-gray:active {
  background: #e6e6e6;
}
.form-btn-gray:disabled {
  border: 0.1em solid #e6e6e6;
  color: #e6e6e6;
}
.form-btn-gray.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-gray-blue-border {
  padding: 0.5em;
  background: transparent;
  color: #1976d2;
  border: 0.1em solid #1976d2;
  border-radius: 0.5em;
}
.form-btn-gray-blue-border:active {
  background: #e6e6e6;
}
.form-btn-gray-blue-border:disabled {
  border: 0.1em solid #e6e6e6;
  color: #e6e6e6;
}
.form-btn-gray-blue-border.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-yellow {
  padding: 0.5em;
  background: transparent;
  color: #ffa000;
  border: 0.1em solid #ffa000;
  border-radius: 0.5em;
}
.form-btn-yellow:active {
  background: #fff8e1;
}
.form-btn-yellow:disabled {
  border: 0.1em solid #fff8e1;
  color: #fff8e1;
}
.form-btn-yellow.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-blue {
  padding: 0.5em;
  background: #e3f2fd;
  color: #1976d2;
  border: 0.1em solid #1976d2;
  border-radius: 0.5em;
}
.form-btn-bg-blue:active {
  background: #e3f2fd;
}
.form-btn-bg-blue:disabled {
  border: 0.1em solid #e3f2fd;
  color: #e3f2fd;
}
.form-btn-bg-blue.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-blue:focus {
  box-shadow: 0 0 0 1px #1e88e5;
}
.form-btn-bg-red {
  padding: 0.5em;
  background: #ffffff;
  color: #f77d7d;
  border: 0.1em solid #f77d7d;
  border-radius: 0.5em;
}
.form-btn-bg-red:active {
  background: #ffffff;
}
.form-btn-bg-red:disabled {
  border: 0.1em solid #ffffff;
  color: #ffffff;
}
.form-btn-bg-red.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-green {
  padding: 0.5em;
  background: #e8f5e9;
  color: #74b78e;
  border: 0.1em solid #74b78e;
  border-radius: 0.5em;
}
.form-btn-bg-green:active {
  background: #e8f5e9;
}
.form-btn-bg-green:disabled {
  border: 0.1em solid #e8f5e9;
  color: #e8f5e9;
}
.form-btn-bg-green.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-gray {
  padding: 0.5em;
  background: #e6e6e6;
  color: #696969;
  border: 0.1em solid #696969;
  border-radius: 0.5em;
}
.form-btn-bg-gray:active {
  background: #e6e6e6;
}
.form-btn-bg-gray:disabled {
  border: 0.1em solid #e6e6e6;
  color: #e6e6e6;
}
.form-btn-bg-gray.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-yellow {
  padding: 0.5em;
  background: #fff8e1;
  color: #ffa000;
  border: 0.1em solid #ffa000;
  border-radius: 0.5em;
}
.form-btn-bg-yellow:active {
  background: #fff8e1;
}
.form-btn-bg-yellow:disabled {
  border: 0.1em solid #fff8e1;
  color: #fff8e1;
}
.form-btn-bg-yellow.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-dark-blue {
  padding: 0.5em;
  background: #2196f3;
  color: #1976d2;
  border: 0.1em solid #1976d2;
  border-radius: 0.5em;
}
.form-btn-bg-dark-blue:active {
  background: #e3f2fd;
}
.form-btn-bg-dark-blue:disabled {
  border: 0.1em solid #e3f2fd;
  color: #e3f2fd;
}
.form-btn-bg-dark-blue.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-dark-red {
  padding: 0.5em;
  background: #f77d7d;
  color: #f77d7d;
  border: 0.1em solid #f77d7d;
  border-radius: 0.5em;
}
.form-btn-bg-dark-red:active {
  background: #fb938f;
}
.form-btn-bg-dark-red:disabled {
  border: 0.1em solid #fb938f;
  color: #fb938f;
}
.form-btn-bg-dark-red.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-dark-green {
  padding: 0.5em;
  background: #8ae2ac;
  color: #74b78e;
  border: 0.1em solid #74b78e;
  border-radius: 0.5em;
}
.form-btn-bg-dark-green:active {
  background: #e8f5e9;
}
.form-btn-bg-dark-green:disabled {
  border: 0.1em solid #e8f5e9;
  color: #e8f5e9;
}
.form-btn-bg-dark-green.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-dark-gray {
  padding: 0.5em;
  background: #d7d7d7;
  color: #696969;
  border: 0.1em solid #696969;
  border-radius: 0.5em;
}
.form-btn-bg-dark-gray:active {
  background: #e6e6e6;
}
.form-btn-bg-dark-gray:disabled {
  border: 0.1em solid #e6e6e6;
  color: #e6e6e6;
}
.form-btn-bg-dark-gray.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.form-btn-bg-dark-yellow {
  padding: 0.5em;
  background: #ffc107;
  color: #ffa000;
  border: 0.1em solid #ffa000;
  border-radius: 0.5em;
}
.form-btn-bg-dark-yellow:active {
  background: #fff8e1;
}
.form-btn-bg-dark-yellow:disabled {
  border: 0.1em solid #fff8e1;
  color: #fff8e1;
}
.form-btn-bg-dark-yellow.no-p-l-r {
  padding-left: 0;
  padding-right: 0;
}
.item-05em .label {
  color: #ffffff;
  padding-right: 1em;
}
.error-text-input {
  color: #ff0000;
  background-color: #fff;
  opacity: 0.7;
  text-align: center;
  font-weight: 700;
}
.error-text {
  color: #ff0000;
}
a {
  color: #000000;
}
a:visited {
  color: #000000;
}
.alarm-tab-name {
  color: #ffffff;
  padding: 0 0.3em 0.5em 0.3em;
}
.alarm-assigned.form-list-item {
  background: #ffffff;
}
.alarm-assigned.form-list-item .alarm-data-header {
  padding: 0 4px;
}
.alarm-assigned.form-list-item .alarm-text {
  word-wrap: break-word;
  color: #000000;
}
.alarm-assigned.form-list-item .alarm-history-text {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.alarm-assigned.form-list-item .alarm-details {
  margin: 4px 0;
  border-top: 0.5px solid #d7d7d7;
  border-bottom: 0.5px solid #d7d7d7;
  align-items: baseline;
}
.alarm-assigned.form-list-item .alarm-name {
  max-width: 200px;
}
.alarm-assigned.form-list-item .alarm-name,
.alarm-assigned.form-list-item .alarm-date,
.alarm-assigned.form-list-item .alarm-history-date {
  word-wrap: break-word;
  word-break: break-all;
  color: #696969;
}
.alarm-assigned.form-list-item .alarm-history-date,
.alarm-assigned.form-list-item .alarm-history-time {
  font-weight: 600;
}
.alarm-assigned.form-list-item .alarm-history-date {
  font-size: 10px;
}
.alarm-assigned.form-list-item .additional-information-container {
  padding: 5px 0 0 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alarm-assigned.form-list-item .alarm-additional-information {
  font-size: 14px;
  color: #495364;
  padding-left: 3px;
}
.alarm-assigned.form-list-item .icon-user {
  height: 16px;
  color: #c8d3e8;
}
.alarm-assigned.form-list-item .icon-user svg {
  width: 16px;
  height: 16px;
}
.alarm-assigned.form-list-item .alarm-time {
  color: #000;
}
.alarm-assigned.form-list-item .form-list-icon > svg,
.alarm-assigned.form-list-item .alarm-icon-container > svg {
  fill: #e40b18;
}
.alarm-assigned.form-list-item .alarm-icon-container {
  background-color: #F4E3E4;
  border-radius: 4px 0 0 4px;
}
.alarm-assigned.form-list-item .alarm-datetime {
  padding-left: 10px;
}
.alarm-assigned.form-list-item .alarm-datetime .icon-clock {
  width: 13px;
  height: 11px;
  fill: #000;
  padding-right: 0.2em;
}
.alarm-assigned.form-list-item .alarm-datetime .alarm-date {
  float: right;
}
.alarm-assigned.form-list-item.active {
  background: #fdf8f3;
  border: 1px solid #f5d7b7;
  margin: 2px 7px;
}
.alarm-assigned.form-list-item.active .form-list-icon .active-circle {
  left: 1.14%;
  right: 95.83%;
  top: 2.08%;
  bottom: 81.36%;
  background: #ff7179;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.alarm-assigned.form-list-item.active .form-list-icon > svg {
  fill: #e40b18;
}
.alarm-assigned.form-list-item .alarm-clock-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.alarm-assigned.form-list-item .alarm-clock-icon > svg {
  width: 1em;
  height: 1em;
}
.alarm-assigned.form-list-item .alarm-log-header {
  font-size: 12px;
  color: #787878;
}
.alarm-assigned.form-list-item .alarm-log-date-time {
  align-self: center;
}
.alarm-assigned.form-list-item .alarm-log-text-more {
  color: #2196f3;
  cursor: pointer;
}
.alarm-assigned.form-list-item .alarm-log-text-more:hover {
  text-decoration: underline;
  font-weight: 600;
}
.alarm-not-responded.form-list-item {
  background: #ffffff;
}
.alarm-not-responded.form-list-item .alarm-data-header {
  padding: 0 4px;
}
.alarm-not-responded.form-list-item .alarm-text {
  word-wrap: break-word;
  color: #000000;
}
.alarm-not-responded.form-list-item .alarm-history-text {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.alarm-not-responded.form-list-item .alarm-details {
  margin: 4px 0;
  border-top: 0.5px solid #d7d7d7;
  border-bottom: 0.5px solid #d7d7d7;
  align-items: baseline;
}
.alarm-not-responded.form-list-item .alarm-name {
  max-width: 200px;
}
.alarm-not-responded.form-list-item .alarm-name,
.alarm-not-responded.form-list-item .alarm-date,
.alarm-not-responded.form-list-item .alarm-history-date {
  word-wrap: break-word;
  word-break: break-all;
  color: #696969;
}
.alarm-not-responded.form-list-item .alarm-history-date,
.alarm-not-responded.form-list-item .alarm-history-time {
  font-weight: 600;
}
.alarm-not-responded.form-list-item .alarm-history-date {
  font-size: 10px;
}
.alarm-not-responded.form-list-item .additional-information-container {
  padding: 5px 0 0 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alarm-not-responded.form-list-item .alarm-additional-information {
  font-size: 14px;
  color: #495364;
  padding-left: 3px;
}
.alarm-not-responded.form-list-item .icon-user {
  height: 16px;
  color: #c8d3e8;
}
.alarm-not-responded.form-list-item .icon-user svg {
  width: 16px;
  height: 16px;
}
.alarm-not-responded.form-list-item .alarm-time {
  color: #000;
}
.alarm-not-responded.form-list-item .form-list-icon > svg,
.alarm-not-responded.form-list-item .alarm-icon-container > svg {
  fill: #e40b18;
}
.alarm-not-responded.form-list-item .alarm-icon-container {
  background-color: #F4E3E4;
  border-radius: 4px 0 0 4px;
}
.alarm-not-responded.form-list-item .alarm-datetime {
  padding-left: 10px;
}
.alarm-not-responded.form-list-item .alarm-datetime .icon-clock {
  width: 13px;
  height: 11px;
  fill: #000;
  padding-right: 0.2em;
}
.alarm-not-responded.form-list-item .alarm-datetime .alarm-date {
  float: right;
}
.alarm-not-responded.form-list-item.active {
  background: #fdf8f3;
  border: 1px solid #f5d7b7;
  margin: 2px 7px;
}
.alarm-not-responded.form-list-item.active .form-list-icon .active-circle {
  left: 1.14%;
  right: 95.83%;
  top: 2.08%;
  bottom: 81.36%;
  background: #ff7179;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.alarm-not-responded.form-list-item.active .form-list-icon > svg {
  fill: #e40b18;
}
.alarm-not-responded.form-list-item .alarm-clock-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.alarm-not-responded.form-list-item .alarm-clock-icon > svg {
  width: 1em;
  height: 1em;
}
.alarm-not-responded.form-list-item .alarm-log-header {
  font-size: 12px;
  color: #787878;
}
.alarm-not-responded.form-list-item .alarm-log-date-time {
  align-self: center;
}
.alarm-not-responded.form-list-item .alarm-log-text-more {
  color: #2196f3;
  cursor: pointer;
}
.alarm-not-responded.form-list-item .alarm-log-text-more:hover {
  text-decoration: underline;
  font-weight: 600;
}
.alarm-my.form-list-item {
  background: #ffffff;
}
.alarm-my.form-list-item .alarm-data-header {
  padding: 0 4px;
}
.alarm-my.form-list-item .alarm-text {
  word-wrap: break-word;
  color: #000000;
}
.alarm-my.form-list-item .alarm-history-text {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.alarm-my.form-list-item .alarm-details {
  margin: 4px 0;
  border-top: 0.5px solid #d7d7d7;
  border-bottom: 0.5px solid #d7d7d7;
  align-items: baseline;
}
.alarm-my.form-list-item .alarm-name {
  max-width: 200px;
}
.alarm-my.form-list-item .alarm-name,
.alarm-my.form-list-item .alarm-date,
.alarm-my.form-list-item .alarm-history-date {
  word-wrap: break-word;
  word-break: break-all;
  color: #696969;
}
.alarm-my.form-list-item .alarm-history-date,
.alarm-my.form-list-item .alarm-history-time {
  font-weight: 600;
}
.alarm-my.form-list-item .alarm-history-date {
  font-size: 10px;
}
.alarm-my.form-list-item .additional-information-container {
  padding: 5px 0 0 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alarm-my.form-list-item .alarm-additional-information {
  font-size: 14px;
  color: #495364;
  padding-left: 3px;
}
.alarm-my.form-list-item .icon-user {
  height: 16px;
  color: #c8d3e8;
}
.alarm-my.form-list-item .icon-user svg {
  width: 16px;
  height: 16px;
}
.alarm-my.form-list-item .alarm-time {
  color: #000;
}
.alarm-my.form-list-item .form-list-icon > svg,
.alarm-my.form-list-item .alarm-icon-container > svg {
  fill: #3e5b91;
}
.alarm-my.form-list-item .alarm-icon-container {
  background-color: #DBE1EC;
  border-radius: 4px 0 0 4px;
}
.alarm-my.form-list-item .alarm-datetime {
  padding-left: 10px;
}
.alarm-my.form-list-item .alarm-datetime .icon-clock {
  width: 13px;
  height: 11px;
  fill: #000;
  padding-right: 0.2em;
}
.alarm-my.form-list-item .alarm-datetime .alarm-date {
  float: right;
}
.alarm-my.form-list-item.active {
  background: #fdf8f3;
  border: 1px solid #f5d7b7;
  margin: 2px 7px;
}
.alarm-my.form-list-item.active .form-list-icon .active-circle {
  left: 1.14%;
  right: 95.83%;
  top: 2.08%;
  bottom: 81.36%;
  background: #ff7179;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.alarm-my.form-list-item.active .form-list-icon > svg {
  fill: #3e5b91;
}
.alarm-my.form-list-item .alarm-clock-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.alarm-my.form-list-item .alarm-clock-icon > svg {
  width: 1em;
  height: 1em;
}
.alarm-my.form-list-item .alarm-log-header {
  font-size: 12px;
  color: #787878;
}
.alarm-my.form-list-item .alarm-log-date-time {
  align-self: center;
}
.alarm-my.form-list-item .alarm-log-text-more {
  color: #2196f3;
  cursor: pointer;
}
.alarm-my.form-list-item .alarm-log-text-more:hover {
  text-decoration: underline;
  font-weight: 600;
}
.alarm-responded.form-list-item {
  background: #ffffff;
}
.alarm-responded.form-list-item .alarm-data-header {
  padding: 0 4px;
}
.alarm-responded.form-list-item .alarm-text {
  word-wrap: break-word;
  color: #000000;
}
.alarm-responded.form-list-item .alarm-history-text {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.alarm-responded.form-list-item .alarm-details {
  margin: 4px 0;
  border-top: 0.5px solid #d7d7d7;
  border-bottom: 0.5px solid #d7d7d7;
  align-items: baseline;
}
.alarm-responded.form-list-item .alarm-name {
  max-width: 200px;
}
.alarm-responded.form-list-item .alarm-name,
.alarm-responded.form-list-item .alarm-date,
.alarm-responded.form-list-item .alarm-history-date {
  word-wrap: break-word;
  word-break: break-all;
  color: #696969;
}
.alarm-responded.form-list-item .alarm-history-date,
.alarm-responded.form-list-item .alarm-history-time {
  font-weight: 600;
}
.alarm-responded.form-list-item .alarm-history-date {
  font-size: 10px;
}
.alarm-responded.form-list-item .additional-information-container {
  padding: 5px 0 0 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alarm-responded.form-list-item .alarm-additional-information {
  font-size: 14px;
  color: #495364;
  padding-left: 3px;
}
.alarm-responded.form-list-item .icon-user {
  height: 16px;
  color: #c8d3e8;
}
.alarm-responded.form-list-item .icon-user svg {
  width: 16px;
  height: 16px;
}
.alarm-responded.form-list-item .alarm-time {
  color: #000;
}
.alarm-responded.form-list-item .form-list-icon > svg,
.alarm-responded.form-list-item .alarm-icon-container > svg {
  fill: #A7680A;
}
.alarm-responded.form-list-item .alarm-icon-container {
  background-color: #FAE4C5;
  border-radius: 4px 0 0 4px;
}
.alarm-responded.form-list-item .alarm-datetime {
  padding-left: 10px;
}
.alarm-responded.form-list-item .alarm-datetime .icon-clock {
  width: 13px;
  height: 11px;
  fill: #000;
  padding-right: 0.2em;
}
.alarm-responded.form-list-item .alarm-datetime .alarm-date {
  float: right;
}
.alarm-responded.form-list-item.active {
  background: #fdf8f3;
  border: 1px solid #f5d7b7;
  margin: 2px 7px;
}
.alarm-responded.form-list-item.active .form-list-icon .active-circle {
  left: 1.14%;
  right: 95.83%;
  top: 2.08%;
  bottom: 81.36%;
  background: #ff7179;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.alarm-responded.form-list-item.active .form-list-icon > svg {
  fill: #A7680A;
}
.alarm-responded.form-list-item .alarm-clock-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.alarm-responded.form-list-item .alarm-clock-icon > svg {
  width: 1em;
  height: 1em;
}
.alarm-responded.form-list-item .alarm-log-header {
  font-size: 12px;
  color: #787878;
}
.alarm-responded.form-list-item .alarm-log-date-time {
  align-self: center;
}
.alarm-responded.form-list-item .alarm-log-text-more {
  color: #2196f3;
  cursor: pointer;
}
.alarm-responded.form-list-item .alarm-log-text-more:hover {
  text-decoration: underline;
  font-weight: 600;
}
.alarm-deactivated.form-list-item {
  background: #ffffff;
}
.alarm-deactivated.form-list-item .alarm-data-header {
  padding: 0 4px;
}
.alarm-deactivated.form-list-item .alarm-text {
  word-wrap: break-word;
  color: #000000;
}
.alarm-deactivated.form-list-item .alarm-history-text {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.alarm-deactivated.form-list-item .alarm-details {
  margin: 4px 0;
  border-top: 0.5px solid #d7d7d7;
  border-bottom: 0.5px solid #d7d7d7;
  align-items: baseline;
}
.alarm-deactivated.form-list-item .alarm-name {
  max-width: 200px;
}
.alarm-deactivated.form-list-item .alarm-name,
.alarm-deactivated.form-list-item .alarm-date,
.alarm-deactivated.form-list-item .alarm-history-date {
  word-wrap: break-word;
  word-break: break-all;
  color: #696969;
}
.alarm-deactivated.form-list-item .alarm-history-date,
.alarm-deactivated.form-list-item .alarm-history-time {
  font-weight: 600;
}
.alarm-deactivated.form-list-item .alarm-history-date {
  font-size: 10px;
}
.alarm-deactivated.form-list-item .additional-information-container {
  padding: 5px 0 0 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alarm-deactivated.form-list-item .alarm-additional-information {
  font-size: 14px;
  color: #495364;
  padding-left: 3px;
}
.alarm-deactivated.form-list-item .icon-user {
  height: 16px;
  color: #c8d3e8;
}
.alarm-deactivated.form-list-item .icon-user svg {
  width: 16px;
  height: 16px;
}
.alarm-deactivated.form-list-item .alarm-time {
  color: #000;
}
.alarm-deactivated.form-list-item .form-list-icon > svg,
.alarm-deactivated.form-list-item .alarm-icon-container > svg {
  fill: #128433;
}
.alarm-deactivated.form-list-item .alarm-icon-container {
  background-color: #DBECE0;
  border-radius: 4px 0 0 4px;
}
.alarm-deactivated.form-list-item .alarm-datetime {
  padding-left: 10px;
}
.alarm-deactivated.form-list-item .alarm-datetime .icon-clock {
  width: 13px;
  height: 11px;
  fill: #000;
  padding-right: 0.2em;
}
.alarm-deactivated.form-list-item .alarm-datetime .alarm-date {
  float: right;
}
.alarm-deactivated.form-list-item.active {
  background: #fdf8f3;
  border: 1px solid #f5d7b7;
  margin: 2px 7px;
}
.alarm-deactivated.form-list-item.active .form-list-icon .active-circle {
  left: 1.14%;
  right: 95.83%;
  top: 2.08%;
  bottom: 81.36%;
  background: #ff7179;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.alarm-deactivated.form-list-item.active .form-list-icon > svg {
  fill: #128433;
}
.alarm-deactivated.form-list-item .alarm-clock-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.alarm-deactivated.form-list-item .alarm-clock-icon > svg {
  width: 1em;
  height: 1em;
}
.alarm-deactivated.form-list-item .alarm-log-header {
  font-size: 12px;
  color: #787878;
}
.alarm-deactivated.form-list-item .alarm-log-date-time {
  align-self: center;
}
.alarm-deactivated.form-list-item .alarm-log-text-more {
  color: #2196f3;
  cursor: pointer;
}
.alarm-deactivated.form-list-item .alarm-log-text-more:hover {
  text-decoration: underline;
  font-weight: 600;
}
.alarm-not-responded.not-viewed {
  border: 1px solid #e96475;
  background-color: #fff5f5;
  border-radius: 4px;
}
.alarm-not-responded.not-viewed:before {
  content: '';
  position: relative;
  width: 7px;
  height: 6px;
  background: #ea001e;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.alarm-history-item:hover {
  box-shadow: 0px 0px 8px 0px #00000040;
}
.alarm-history-item {
  border: none;
  border-radius: 4px;
}
.active-history-alarm {
  border: 1px solid #828FA4;
}
.alarm-list-links-wrapper {
  padding: 0 48px;
}
.alarm-list-links-wrapper p {
  color: #fff;
}
.alarm-list-links-wrapper .alarm-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bold {
  font-weight: bold;
}
.note {
  color: #767676;
  font-weight: 200;
  font-size: 1em;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.pre-line {
  white-space: pre-line;
}
.bg-c-gray-primary {
  background-color: #d7d7d7;
}
.bg-c-gray-light {
  background-color: #e6e6e6;
}
.bg-c-gray {
  background: #f0f4f7;
}
.bg-c-white-primary {
  background-color: #ffffff;
}
.bg-c-silver {
  background-color: #9e9e9e;
}
.item-hor {
  min-width: 18em;
  padding: 0.5em 0 0.5em 0;
}
.item-ver {
  min-width: 10em;
  padding: 0.5em;
}
.c-black {
  color: #000000;
}
.c-white {
  color: #ffffff;
}
.text-wrap {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.f-s-08em {
  font-size: 0.8em;
}
.system-status .status-failed {
  background-color: #f77d7d;
  color: #ffffff;
}
.system-status .status-success {
  background-color: #74b78e;
  color: #ffffff;
}
.system-status .status-pending {
  background-color: #6b7e9d;
}
.system-status thead {
  text-align: left;
}
.container-users-search .container-list .header-row {
  text-align: left;
  text-transform: capitalize;
}
.container-users-search .container-search {
  display: flex;
  padding-left: 5px;
  align-items: center;
  width: 100%;
  min-height: 35px;
}
.container-users-search .container-search svg {
  fill: #b1a8a8 !important;
}
.container-users-search .container-search .search {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  height: 40px;
}
.t-a-l {
  text-align: left;
}
.v-a-t {
  vertical-align: top;
}
.p-0 {
  padding: 0;
}
.b-b-c-gray {
  border-bottom: 1px solid #d7d7d7;
}
.t-a-c {
  text-align: center;
}
.form-field-group {
  min-width: 240px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin-bottom: 16px;
  font-size: 1em;
  font-weight: normal;
}
.form-btn-transparent-text-blue {
  padding: 0;
  background: transparent;
  color: #3576CB;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.form-btn-transparent-text-blue:active {
  opacity: 0.95;
}
.margin-0-2-0-05 {
  margin: 0 2em 0 0.5em;
}
.form-btn-bg-dark-text-white {
  border-radius: 0.4em;
  padding: 0.7em;
  background: #3576CB;
  color: #ffffff;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.form-btn-bg-dark-text-white:active {
  background: inherit;
}
.form-btn-bg-dark-text-white:disabled {
  opacity: 0.8;
  pointer-events: none;
  cursor: not-allowed;
}
.relative {
  position: relative;
}
.dot {
  height: 8px;
  width: 8px;
  background-color: #FF7179;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -3px;
}
.abs-flex-center .dot {
  top: 3px;
  left: unset;
  right: -3px;
}
.dropdown-list {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.12);
  padding: 0 4px;
}
.dropdown-list-item {
  width: 100%;
  padding: 6px 0;
  list-style-type: none;
  cursor: pointer;
}
.dropdown-list-item:hover {
  opacity: 0.5;
}
.w-fit {
  width: fit-content;
}
.f-style-italic {
  font-style: italic;
}
.opacity-05 {
  opacity: 0.5;
}
.justify-s-b {
  justify-content: space-between;
}
.justify-left {
  justify-content: flex-start;
}
.command-spacer {
  margin: 0 12px 8px 0;
}
.horizontal-rule {
  margin: 8px 4px !important;
  opacity: 0.25 !important;
  border: 1px solid black;
  border-top: 0 !important;
  width: 96%;
}
.horizontal-rule-widget {
  margin: 4px 0 !important;
  width: 100%;
  opacity: 1 !important;
  border-color: #F0F4F7;
}
.link-to-object {
  color: #696969;
  cursor: pointer;
  background: transparent;
}
.link-to-object:hover {
  text-decoration: underline;
}
.link-to-object:hover:disabled {
  text-decoration: none;
}
.word-break-all {
  word-break: break-all;
}
.text-left {
  text-align: left;
}
.popup {
  z-index: 1000;
  opacity: 0;
  background-color: rgba(158, 158, 158, 0.5);
  transform: scale(0);
  transition: transform 0.2s 0s cubic-bezier(0.23, 1, 0.44, 0.91), opacity 0.2s 0s cubic-bezier(0.23, 1, 0.44, 0.91);
}
.popup.hidden-popup {
  position: fixed;
  height: 1px;
  width: 1px;
  top: -100px;
  left: -100px;
  overflow: hidden;
}
.popup.in {
  opacity: 1;
  transform: scale(1);
}
.popup-message {
  border-radius: 0.5em;
  min-width: 350px;
  max-width: 90vw;
  max-height: 90vh;
  background-color: #ffffff;
}
.title-line-center {
  margin: 1.2em 0 0 0;
  position: relative;
  padding: 1em 0 0 0;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.title-line-center.error {
  border-top: 1px solid #ff0000;
}
.title-line-center .title-line-wrapper {
  position: relative;
  height: 0.3em;
  top: -1.6em;
}
.title-line-center .title-line-wrapper .title-line-text {
  color: #ff0000;
  background-color: #ffffff;
  padding: 0 0.5em;
}
.border-top-footer {
  border-top: 0.1em solid #d7d7d7;
}
.border-bottom-header {
  border-bottom: 0.1em solid #d7d7d7;
}
a.nav-link {
  color: #ffffff;
}
a.nav-link .active {
  background-color: #d7d7d7;
}
.tabs-container .active-tab .circle-number.pulsating {
  background-color: #ea001e;
}
.tabs-container {
  background: #475366;
}
.tabs-container .circle-number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #00000040;
}
.tabs-container .tab-btn {
  padding: 1em;
  height: 4em;
  width: 4em;
}
.tabs-container .alarm-quantity {
  font-size: 13px;
}
.tabs-container .active-tab {
  color: #ffffff;
  background: #475366;
}
.tabs-container .active-tab .circle-number {
  background: #c94758;
}
.tabs-container .active-tab.active {
  font-weight: bold;
}
.tabs-container .active-tab.active .circle-number {
  opacity: 1;
  border: 2px solid #fff;
}
.tabs-container .active-tab:active .circle-number {
  box-shadow: inset 0px 0px 5px 0px #b54b5c;
}
.tabs-container .my-tab {
  color: #ffffff;
  background: #475366;
}
.tabs-container .my-tab .circle-number {
  background: #5e749d;
}
.tabs-container .my-tab.active {
  font-weight: bold;
}
.tabs-container .my-tab.active .circle-number {
  opacity: 1;
  border: 2px solid #fff;
}
.tabs-container .my-tab:active .circle-number {
  box-shadow: inset 0px 0px 5px 0px #556580;
}
.tabs-container .my-tab .circle-number .active-circle {
  position: absolute;
  left: 73.14%;
  right: 95.83%;
  top: 26.08%;
  bottom: 81.36%;
  background: #ff7179;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.tabs-container .responded-tab {
  color: #ffffff;
  background: #475366;
}
.tabs-container .responded-tab .circle-number {
  background: #a7680a;
}
.tabs-container .responded-tab.active {
  font-weight: bold;
}
.tabs-container .responded-tab.active .circle-number {
  opacity: 1;
  border: 2px solid #fff;
}
.tabs-container .responded-tab:active .circle-number {
  box-shadow: inset 0px 0px 5px 0px #c58c3a;
}
.tabs-container .deactivated-tab {
  color: #ffffff;
  background: #475366;
}
.tabs-container .deactivated-tab .circle-number {
  background: #128433;
}
.tabs-container .deactivated-tab.active {
  font-weight: bold;
}
.tabs-container .deactivated-tab.active .circle-number {
  opacity: 1;
  border: 2px solid #fff;
}
.tabs-container .deactivated-tab:active .circle-number {
  box-shadow: inset 0px 0px 5px 0px #55a373;
}
.dashboard-panel {
  background-color: #475366;
  border-bottom: 2px solid #697a95;
  padding: 0.5em;
}
.dashboard-panel .icon-menu-circle {
  width: 2em;
  height: 2em;
}
.dashboard-panel .icon-menu-circle path {
  fill: #ffffff;
  stroke: #ffffff;
}
.circle-menu {
  width: 2em;
  height: 2em;
  border: 0.2em solid #f77d7d;
  border-radius: 50%;
}
.callback-section {
  background-color: #475366;
  color: #ffffff;
}
.callback-section .telephone {
  color: #ffffff;
}
.telephony-section {
  background-color: #475366;
  color: #ffffff;
  cursor: default;
}
.telephony-section .participant {
  width: 20em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0.5em;
}
.telephony-section .non-focus {
  color: #BAC6D2;
  padding-bottom: 0.5em;
}
.telephony-section .participant:hover .primary {
  display: none;
}
.telephony-section .participant:hover .non-focus {
  animation: fadeIn 0.5s;
  display: inline;
  color: #ffffff;
}
.telephony-section .icon-telephone,
.telephony-section .icon-message {
  width: 14px;
  height: 14px;
}
.telephony-section .form-btn-red .icon-telephone path {
  fill: #f77d7d;
}
.telephony-section .form-btn-orange .icon-telephone path {
  fill: #ff9800;
}
.telephony-section .form-btn-gray .icon-telephone path {
  fill: #696969;
}
.telephony-section .form-btn-green .icon-telephone path {
  fill: #74b78e;
}
.telephony-section .form-btn-blue .icon-telephone path {
  fill: #1976d2;
}
.telephony-section .hold-calls-list {
  padding: 0.5em;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.telephony-section .hold-calls-list .hold-call-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.telephony-section .hold-calls-list .hold-call-container .resume {
  width: 100%;
  flex: 1;
  flex-grow: 1;
}
.telephony-section .hold-calls-list .hold-call-container .join {
  margin-left: 10px;
}
.telephony-section .hold-calls-list .hold-call-container .leave {
  margin-left: 10px;
}
.telephony-section .hold-calls-list .hold-call-row {
  height: 30px;
  display: flex;
  align-items: center;
  background: #778796;
  padding: 0.5em;
  border-radius: 0.5em;
  border: #778796 0.1em solid;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.telephony-section .hold-calls-list .hold-call-row .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container {
  display: none;
  flex-direction: row;
  width: 95%;
  position: absolute;
  flex-wrap: wrap;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .overlay {
  color: #ffffff;
  background: hsla(127, 23%, 49%, 0.9);
  border-radius: 0.5em;
  cursor: pointer;
  animation: fadeIn 0.5s;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .number {
  align-self: flex-start;
  text-align: center;
  width: 100%;
  height: 20px;
  border: 1px #fff solid;
  background-color: #aeaeae;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .join {
  text-align: center;
  align-self: flex-end;
  width: 45%;
  height: 20px;
  border: 1px #fff solid;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .join:hover {
  border: 2px #fff solid;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .resume {
  align-self: flex-start;
  text-align: center;
  width: 45%;
  height: 20px;
  border: 1px #fff solid;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .resume:hover {
  border: 2px #fff solid;
}
.telephony-section .hold-calls-list .hold-call-row .overlay-container .full-width {
  width: 100%;
}
.telephony-section .hold-calls-list .hold-call-row .icon svg {
  height: 25px;
  width: 25px;
  display: flex;
  margin-right: 15px;
  fill: white;
}
.telephony-section .hold-calls-list .hold-call-row:hover .overlay-container {
  display: flex;
}
.telephony-section .hold-calls-list .hold-call-row::after {
  content: '';
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.telephony-section .hold-calls-list .hold-call-row:hover {
  transform: scale(1.05, 1.05);
}
.telephony-section .hold-calls-list .hold-call-row:hover::after {
  opacity: 1;
}
.telephony-section .hold-calls-list .padded {
  margin-top: 10px;
}
.telephony-section .overflow {
  max-height: 250px;
  overflow-y: auto;
}
.voice-leave-section {
  display: flex;
  flex-direction: row;
}
.voice-leave-section .flex-row-between:first-child {
  width: 100%;
}
.voice-leave-section .flex-row-between:not(:first-child) {
  flex: 1;
}
.profile-picture {
  width: 65px;
  height: 65px;
  font-size: smaller;
}
.profile-picture .image {
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.2em solid #1976d2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.filter-window {
  background-color: #ffffff;
  padding: 0.5em;
  z-index: 10;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.6);
}
.sort-status {
  min-width: 2em;
}
.icon-logout {
  width: 2em;
  height: 2em;
}
.icon-logout path {
  fill: #f44336;
}
.icon-door {
  width: 2em;
  height: 2em;
}
.icon-close {
  width: 2em;
  height: 2em;
}
.icon-close g {
  fill: #ffffff;
}
.external-link {
  background-color: #475366;
  color: #ffffff;
}
.external-link:visited {
  color: #ffffff;
}
.external-link .icon-external {
  width: 1.5em;
  height: 1.5em;
}
.external-link .icon-external path {
  fill: #ffffff;
}
.external-link .icon-loop-back {
  animation: kspin 1s linear infinite;
  width: 1.5em;
  height: 1.5em;
}
.external-link .icon-loop-back path {
  fill: #ffffff;
}
.external-link .icon-alarm-900 {
  width: 1.5em;
  height: 1.5em;
}
.external-link .icon-alarm-900 path {
  fill: #e53935;
}
.icon-arrow {
  width: 1em;
  height: 1em;
}
.icon-arrow path {
  stroke: #000000;
  fill: #ffffff;
}
.c-p {
  cursor: pointer;
}
.item-border.active {
  border: 0.2em solid #000000;
}
.pointer_active_tab {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.4em solid #f0f4f7;
}
.panel {
  position: fixed;
  top: 0;
  max-width: 100vw;
}
.panel.left {
  transition: left 0.2s ease;
}
.panel.left.in {
  left: 0;
}
.panel.left.out {
  left: -100vw;
}
.p-menu {
  font-size: 0.9375rem;
  z-index: 100;
  background-color: #475366;
  box-shadow: 15px 0px 15px 0px rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.slider {
  width: 300px;
}
.form-table .grid-header th {
  font-size: 0.8125rem;
  vertical-align: middle;
  background-color: #f0f4f7;
  color: #696969;
  padding: 0.5em;
}
.form-table .grid-header .v-a-t {
  vertical-align: top;
}
.form-table .grid-body td {
  font-size: 0.9375rem;
  overflow: hidden;
  max-width: 15vw;
  text-overflow: ellipsis;
  padding: 0.5em;
  vertical-align: middle;
}
.form-table .grid-body td span[data-target='phone'] {
  display: block;
}
.form-table .grid-body tr {
  border-top: 0.1em solid #f0f4f7;
  border-bottom: 0.1em solid #f0f4f7;
}
.form-table .grid-body tr:first-child {
  border-top: none;
}
.form-table .grid-body tr:last-child {
  border-bottom: none;
}
.contact-schedule-table thead,
.absence-history-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.contact-schedule-table .grid-body td,
.absence-history-table .grid-body td {
  vertical-align: top;
}
.group-list-item .active {
  background-color: #e6e6e6;
}
.info-table {
  border: 0.1em solid #696969;
}
.info-table td {
  padding: 0.5em;
  vertical-align: middle;
}
.template-full-header .template-header {
  padding: 0.5em;
  color: #696969;
  background: #fdf8f3;
  border-top: 0.15em solid #f5d7b7;
  border-left: 0.15em solid #f5d7b7;
  border-right: 0.15em solid #f5d7b7;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}
.template-full-header .template-header .icon-alarm {
  width: 2em;
  height: 2em;
}
.template-full-header .template-header .icon-clock {
  width: 1em;
  height: 1em;
}
.template-full-header .template-header.alarm-assigned .icon-alarm path,
.template-full-header .template-header.alarm-not-responded .icon-alarm path {
  fill: #c46f7d;
}
.template-full-header .template-header.alarm-assigned .icon-clock path,
.template-full-header .template-header.alarm-not-responded .icon-clock path {
  fill: #fb938f;
}
.template-full-header .template-header.alarm-my .icon-alarm path {
  fill: #6b7e9d;
}
.template-full-header .template-header.alarm-my .icon-clock path {
  fill: #fb938f;
}
.template-full-header .template-header.alarm-responded .icon-alarm path {
  fill: #d1a361;
}
.template-full-header .template-header.alarm-responded .icon-clock path {
  fill: #fb938f;
}
.template-full-header .template-header.alarm-deactivated .icon-alarm path {
  fill: #74b78e;
}
.template-full-header .template-header.alarm-deactivated .icon-clock path {
  fill: #74b78e;
}
.template-full-header .template-header .deceased {
  color: #cc0000;
}
.template-full-header .template-sub-header {
  padding: 0.5em;
  color: #ffffff;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
.template-full-header .template-sub-header .icon-user {
  width: 1em;
  height: 1em;
}
.template-full-header .template-sub-header .icon-user path {
  fill: #ffffff;
}
.template-full-header .template-sub-header.alarm-assigned {
  background-color: #c46f7d;
}
.template-full-header .template-sub-header.alarm-not-responded {
  background-color: #c46f7d;
}
.template-full-header .template-sub-header.alarm-my {
  background-color: #6b7e9d;
}
.template-full-header .template-sub-header.alarm-responded {
  background-color: #d1a361;
}
.template-full-header .template-sub-header.alarm-deactivated {
  background-color: #74b78e;
}
.template-full-body {
  background: #f0f4f7;
  border: 0.2em solid #d7d7d7;
  border-radius: 0.2em;
  margin-top: 1em;
}
.template-user-info {
  padding: 0.5em 0.5em 0 0.5em;
  width: 100%;
}
.section {
  border: 0.2em solid #d7d7d7;
  border-radius: 0.2em;
}
.section .section-header {
  border-bottom: 1px solid #d7d7d7;
  background-color: #ffffff;
}
.section .section-header > div:not(.section-icon) {
  padding: 0.5em !important;
  align-self: center;
}
.section .section-header-colored {
  border-bottom: 0.1em solid #d7d7d7;
  background-color: #ffffff;
}
.section .section-icon {
  padding: 5px;
}
.section .bordered {
  background: #c13c53;
  color: #ffffff;
  border-radius: 3px;
  border: 2px solid #c56e7d;
}
.date-and-time .icon-clock {
  width: 1em;
  height: 1em;
}
.date-and-time .icon-clock path {
  fill: #74b78e;
}
.date-and-time .date {
  font-weight: bold;
}
.telephone .icon-telephone,
.telephone .icon-message {
  width: 1.2em;
  height: 1.2em;
  padding: 1px 2px;
}
.telephone .icon-telephone path {
  fill: #74b78e;
}
.telephone .icon-telephone circle {
  stroke: #74b78e;
}
.telephone .icon-message {
  fill: #1976d2;
}
.telephone .icon-message path.background {
  fill: transparent;
}
a.hover-icon:hover .icon-telephone {
  fill: #EAF5EA;
}
a.hover-icon:hover .icon-message path.background {
  fill: #E6F2FC;
}
.hover-transparency a.telephone:hover .icon-telephone {
  fill: transparent;
}
.notification-telephony {
  display: flex;
  padding-top: 10px;
}
.notification-telephony button {
  color: black;
  flex: 1;
}
.notification-telephony button:nth-child(1) {
  margin-right: 15px;
}
.call-resource {
  text-align: center;
}
.call-resource svg {
  width: 16px;
  height: 16px;
}
.call-resource.disabled {
  cursor: not-allowed;
}
.call-resource.disabled svg {
  fill: #696969;
}
.call-resource.green {
  cursor: pointer;
}
.call-resource.green svg {
  fill: #74b78e;
}
.call-resource.black {
  cursor: pointer;
}
.call-resource.black svg {
  fill: #000000;
}
.rotate-refresh {
  animation: spin 1s linear infinite;
}
.reset-slider-margin div div {
  margin-bottom: 0 !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-green-override button {
  background-color: green !important;
}
.marker-info {
  position: absolute;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
  z-index: 4;
  padding: 5px;
  background-color: #ffffff;
}
.section-children-w50 {
  width: 50%;
  margin-bottom: -1px;
  word-break: break-word;
}
.p-05-0 {
  padding: 0.5em 0;
}
.p-05-l0 {
  padding: 0.5em 0.5em 0.5em 0;
}
.p-1-l0 {
  padding: 1em 1em 1em 0;
}
.p-t0-l0-1 {
  padding: 0 1em 1em 0;
}
.p-t0-l0-05 {
  padding: 0 0.5em 0.5em 0;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t0-r05-25 {
  padding: 0 0.5em 0.25em 0;
}
.p-t0r25-25 {
  padding: 0 0.25em 0.25em 0;
}
.w-b {
  word-break: break-word;
}
.search-user .icon-close {
  width: 1.25em;
  height: 1.25em;
}
.search-user .icon-close g {
  fill: black;
}
@media (min-width: 550px) and (max-width: 699px) {
  .search-user .search {
    min-width: 285px;
  }
}
@media (min-width: 700px) {
  .search-user .search {
    min-width: 385px;
  }
}
.time-picker input {
  border: 1px solid #d2d2d2;
  width: 10em;
  height: 2.2em;
  padding: 0.3em 0.5em;
  font-size: 1em;
}
.time-picker .react-datepicker__close-icon::after {
  background-color: transparent;
  color: black;
  font-size: 18px;
}
.scheduled-picker .react-datepicker__header {
  background-color: transparent;
  border-bottom-color: transparent;
}
.scheduled-picker .react-datepicker__day--keyboard-selected {
  color: #000;
  background-color: transparent;
}
.scheduled-picker .react-datepicker__day--keyboard-selected:focus {
  outline: none;
}
.date-time-picker .react-datepicker__close-icon::after {
  background-color: transparent;
  color: black;
  font-size: 18px;
}
.date-time-picker input {
  border: 1px solid #d2d2d2;
  width: 15em;
  height: 1em;
  border-radius: 7px;
  padding: 0.3em 0.5em;
  font-size: 1em;
}
.popup-message button:focus {
  background-color: transparent;
}
.message-scheduled {
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.error-scheduled {
  max-width: 200px;
  white-space: pre-wrap;
  word-break: break-word;
}
.external-iframe {
  border: 0px;
  height: 100%;
  width: 100%;
}
.sendSms {
  min-width: 40vw;
  padding: 1em 3em 0;
}
.sendSms .title {
  border-bottom: 0.1em solid #CACACA;
  margin-bottom: 1em;
}
.sendSms .form-field-group.message {
  width: 100%;
}
.sendSms .form-field-group label {
  font-weight: 600;
  margin: 4px 0;
}
.sendSms .form-field-group input,
.sendSms .form-field-group select {
  padding: 6px 10px;
  min-width: 236px;
  height: 31px;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 46px;
}
.sendSms .form-field-group input:disabled,
.sendSms .form-field-group select:disabled {
  border: 1px solid #CCCCCC;
  background: #e6e6e6;
  color: #696969;
  opacity: 1;
}
.sendSms .form-field-group textarea.message-field {
  width: 100%;
  height: 77px;
  font-size: 1em;
  padding: 0.7em;
  resize: none;
}
.sendSms .form-field-group .characters-counter {
  align-self: flex-end;
  font-size: 0.9em;
  color: #696969;
}
.border-top-footer.border-none {
  border: none;
}
.border-top-footer.align-content-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.border-top-footer .footer-button-block {
  padding: 0 4em 2.5em;
}
.popup-message button.form-btn-bg-dark-text-white:focus {
  background: #3576CB;
}
.products-dialog {
  overflow-y: auto;
  max-height: 300px;
}
.left-button {
  position: absolute !important;
  left: 16px;
}
.select-container {
  margin: 5px;
}
.select-input {
  padding: 6px 10px;
  min-width: 236px;
  height: 31px;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 46px;
}
.grouped-commands {
  border-bottom: 0.1em solid #CCCCCC;
}
.grouped-commands:last-child {
  border-bottom: none;
}
.additional-info {
  font-size: 10px;
  color: #696969;
}
.dynamic-save-info {
  margin-left: 16px;
}
.dynamic-label {
  color: #333333;
  font-weight: 600;
}
.dynamic-row {
  width: 100%;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 24px;
}
.dynamic-row-1-item {
  flex-basis: 100%;
}
.dynamic-row-2-item {
  flex-basis: calc((100% - 24px) / 2);
}
.dynamic-row-3-item {
  flex-basis: calc((100% - 2 * 24px) / 3);
}
.player-area {
  width: 100%;
}
.scale-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.scale-video video,
.scale-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  object-fit: contain;
}
.fullscreen .scale-video video,
.fullscreen .scale-video img {
  height: 100vh;
}
.video-toolbar {
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  padding: 0 8px;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.3) 100%);
}
.video-toolbar button {
  background: transparent;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 4px;
}
.progress-container {
  position: relative;
  flex: 1;
  height: 4px;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.progress-container .progress {
  width: 0;
  height: 100%;
  background-color: #fff;
}
.player-area .camera-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  user-select: none;
}
.player-area:hover .camera-controls {
  visibility: visible;
}
.player-area .camera-controls > .up,
.player-area .camera-controls > .down,
.player-area .camera-controls > .mid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.player-area .camera-controls .zoom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.player-area .camera-controls .zoom .in,
.player-area .camera-controls .zoom .out {
  width: 24px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
.player-area .camera-controls .zoom .out {
  background: rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.player-area .camera-controls .zoom .in {
  background: rgba(0, 0, 0, 0.24);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.player-area .camera-controls .up,
.player-area .camera-controls .down,
.player-area .camera-controls .right,
.player-area .camera-controls .left {
  margin: 8px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.fullscreen-presets {
  max-height: 90px;
  overflow-y: scroll;
  bottom: 0px;
  width: 100%;
}
.fullscreen-toolbar {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.fullscreen-play-btn {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
.ag-theme-material .ag-header {
  background-color: #F1F4F7;
}
.ag-theme-material .ag-header-cell {
  border-right: 1px solid #ebebeb;
}
.ag-grid-default-tooltip {
  background: #fff;
}
.table-btn-wrapper {
  padding: 4px;
}
.table-btn {
  background: none;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.table-btn-with-icon {
  margin-left: 4px;
}
.planning-view-table-header,
.alarm-history-ag-grid-header {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  padding: 0 32px;
  margin-bottom: 16px;
}
.planning-view-table {
  height: 85vh;
  width: auto;
  padding: 0 32px;
}
.ag-grid-tooltip {
  position: absolute;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  padding: 4px 8px;
}
.planning-view-tooltip {
  display: flex;
  flex-direction: column;
}
.table-action-section {
  margin-bottom: 16px;
}
.alarm-history-ag-grid {
  width: auto;
  min-height: 100px;
  height: max-content;
}
.alarm-history-ag-grid .ag-root-wrapper {
  min-height: 530px;
  width: 100%;
}
.alarm-history-ag-grid .ag-header-cell {
  padding: 0 6px;
}
.alarm-history-ag-grid .ag-cell {
  line-height: 16px;
  padding: 4px;
  display: flex;
  align-items: center;
}
.alarm-history-ag-grid .ag-pivot-mode-panel {
  display: none;
}
.alarm-history-ag-grid .ag-column-panel-column-select {
  height: 210px;
}
.alarm-history-ag-grid .ag-column-drop-wrapper {
  display: none;
}
.page-size-selector-wrapper {
  margin: auto 0 auto 16px;
}
.data-columns {
  display: table;
  width: 100%;
  color: #000;
}
.data-row {
  display: table-row;
}
.title-column,
.data-column {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.data-column {
  width: 100%;
}
.ag-row.ag-row-selected:before {
  background-color: #eef4fd;
}
.ag-theme-alpine .ag-row-hover.ag-row-selected::before,
.ag-theme-alpine .ag-row-hover:not(.ag-row-selected)::before {
  background-color: #eeeeee;
  background-image: unset;
}
.pagination-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.pagination-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination-select {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.pagination-select:focus,
.pagination-select:active {
  outline: none;
  border-color: #3576CB;
}
.pagination-right {
  display: flex;
}
.pagination-right button {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #3576CB;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
.pagination-right button:hover {
  color: #3576CB;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pagination-right button:disabled,
.pagination-right button:disabled:hover {
  cursor: unset;
  background-color: #fff;
}
.pagination-right button:focus,
.pagination-right button:active {
  outline: none;
  border-color: #3576CB;
}
.pagination-right .active {
  background-color: #3576CB;
  color: #fff;
}
.modal-wrapper {
  padding: 16px 20px 0;
}
.modal-header {
  border-bottom: 1px solid #E5E5E5;
}
.modal-title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5477B5;
}
.modal-close-x {
  margin: auto 0;
  cursor: pointer;
}
.error-message {
  color: #EB5757;
}
.popup-content.contact-schedule-modal-content {
  max-height: 700px;
}
.popup-content.modal-windows-content.contact-schedule-modal-content {
  max-width: 1500px;
  width: 1500px;
}
.contact-schedule-modal-footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
}
[data-popup='tooltip'].absence-popup-overlay,
[data-popup='tooltip'].alarm-history-popup-overlay,
[data-popup='tooltip'].metadata-popup-overlay {
  background: transparent !important;
}
.popup-overlay.acknowledge-modal-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(8px) !important;
}
.popup-content.absence-popup-content,
.popup-content.acknowledge-modal-content,
.popup-content.alarm-history-popup-content {
  background-color: #fff;
}
.popup-content.metadata-popup-content {
  width: 260px;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}
.popup-content.modal-windows-content {
  padding: 0;
  width: 520px;
  background-color: #fff;
  border-radius: 4px;
}
.popup-content.section-fullscreen-modal-content {
  width: 90%;
  max-width: 90%;
  max-height: max-content;
}
.popup-content.absence-history-modal-content {
  width: 550px;
}
.popup-content.absence-modal-content,
.popup-content.absence-history-modal-content {
  max-height: 505px;
  width: 600px;
  border: 1px solid #CCCCCC;
}
.popup-content.absence-history-modal-content {
  min-width: 864px;
}
.popup-content.absence-history-modal-content .popup-content-wrapper {
  max-height: 310px;
  overflow-y: auto;
}
.popup-content.modal-windows-content.alarm-history-modal-content {
  max-width: 1000px;
  width: 1000px;
  min-height: 600px;
}
.popup-content.modal-windows-content.alarm-history-modal-content .modal-wrapper {
  padding: 16px 20px;
}
.popup-content.alarm-history-popup-content {
  min-width: 260px;
  max-width: 300px;
  overflow: hidden;
  padding: 8px;
}
.alarm-history-cell {
  height: 18px;
}
.alarm-log-text-more {
  color: #326ec6;
  cursor: pointer;
}
.alarm-log-text-more:hover {
  text-decoration: underline;
  font-weight: 600;
}
.cancel-modal-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.cancel-modal-text-left {
  text-align: left;
}
.forward-package-header {
  font-weight: bold !important;
  font-size: 18px !important;
  padding: 19px 19px 0px !important;
}
.forward-package-body {
  width: 500px;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
div:has(> .forward-package-content) {
  padding: 10px 10px 10px !important;
}
.forward-package-content {
  font-size: 14px;
}
.forward-package-actions {
  padding: 19px 19px 19px !important;
}
.tellu-error-message-box {
  background-color: #ffa4a1;
  padding: 24px;
}
.tellu-error-header {
  font-weight: bold;
}
.button-large {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
}
.button-small {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
}
.button-large-primary {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  background: #3576cb;
  border: 1px solid #2066c1;
  color: #fff;
}
.button-large-primary:hover {
  background: #1d57a3;
}
.button-large-primary:active {
  background: #0b3872;
}
.button-large-secondary {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.button-small-blue {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fff;
  color: #2066c1;
  border: 1px solid #2066c1;
}
.button-small-blue:hover {
  background: #e9f2f9 !important;
}
.button-small-blue:active {
  background: #d7e4ef;
}
.button-small-green {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #e9f4ea;
  color: #297b41;
  border: 1px solid #297b41;
}
.button-small-green:hover {
  color: #fff;
  background-color: #2c8145 !important;
}
.button-small-green:active {
  background: #1a622f;
}
.button-small-red {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fff;
  color: #c00e00;
  border: 1px solid #c00e00;
}
.button-small-red:hover {
  background: #fbebea !important;
}
.button-small-red:active {
  background: #f9d4d1;
}
.button-small-orange {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fff;
  color: #f90;
  border: 1px solid #f90;
}
.button-small-orange:hover {
  background: #fff3e6 !important;
}
.button-small-orange:active {
  background: #ffe6cc;
}
.button-small-outlined {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #2066c1;
  color: #2066c1;
}
.button-small-outlined:hover {
  background: #e9f2f9 !important;
}
.button-small-outlined:active {
  background: #d7e4ef;
}
.button-small-secondary {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.button-small-loading,
.button-small-loading:disabled {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  color: #2267c1;
}
.button-large-loading,
.button-large-loading:disabled {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  color: #2267c1;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-small-loading:before,
.button-large-loading:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(32, 102, 193, 0.5);
  border-radius: 50%;
  border-top: 2px solid #2066c1;
  animation: rotate 1s linear infinite;
  margin-right: 4px;
}
.button-large-secondary:hover,
.button-small-secondary:hover {
  background: #e9f2f9;
}
.button-large-secondary:active,
.button-small-secondary:active {
  background: #d7e4ef;
}
.button-large-primary:disabled,
.button-large-secondary:disabled,
.button-small-blue:disabled,
.button-small-green:disabled,
.button-small-red:disabled,
.button-small-outlined:disabled,
.button-small-secondary:disabled,
.button-small-orange:disabled {
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #6c6c6c;
}
.button-large-primary:focus,
.button-large-secondary:focus,
.button-small-blue:focus,
.button-small-green:focus,
.button-small-red:focus,
.button-small-outlined:focus,
.button-small-secondary:focus,
.button-small-orange:focus {
  outline: none;
  border: 1.6px solid #539dff;
}
.button-with-icon {
  display: flex;
}
.icon-image,
.icon-image path,
.button-with-icon .icon,
.button-with-icon .icon path {
  margin-right: 1px;
  fill: currentColor;
}
.button-large-primary .icon,
.button-large-secondary .icon {
  height: 16px;
}
.button-small-blue .icon,
.button-small-green .icon,
.button-small-red .icon,
.button-small-outlined .icon,
.button-small-secondary .icon,
.button-small-orange .icon {
  height: 14px;
}
.small-button-arrow-icon {
  max-height: 26px;
}
.list-button {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.arrow-down {
  display: inline-block;
  margin: 0 0 2px 4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
}
.bg-black {
  border: none;
  background-color: #333;
  color: #fff;
}
.bg-black:hover {
  background-color: #333;
  opacity: 0.9;
}
.icon-blue:hover {
  fill: #3576CB;
}
.icon-blue:hover path {
  fill: #3576CB;
}
.used-command {
  border: 1px solid #42464A;
  background-color: #F3EEDB;
  color: #42464A;
}
.used-command:hover {
  border: 1px solid #F3EEDB !important;
  background-color: #42464A !important;
  color: #F3EEDB !important;
}
.alarm-history-item {
  width: 100%;
}
.button-link {
  font-size: 15px;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.input-form-label {
  display: flex;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.truncated-text {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
}
.input-form {
  height: 30px;
  width: 374px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: block;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #333;
}
.input-required:before {
  content: '*';
  color: #eb5757;
  margin-right: 4px;
}
select.input-form {
  width: 376px;
  height: 32px;
}
.input-form:focus,
.input-form:hover,
.input-form:active,
.input-form:focus-visible {
  border: 1px solid #539dff;
  outline: none;
}
.input-form-error {
  border: 1px solid #eb5757;
}
.input-form-checkbox {
  margin-left: 0;
  margin-right: 8px;
}
.emergency-level {
  position: absolute;
  left: -9999px;
}
.emergency-level:checked + .low-level-emergency:before {
  box-shadow: inset 0 0 0 0.3em #3dcc4a;
}
.emergency-level:checked + label + .dot-emergency {
  width: 0;
  height: 0;
  z-index: 100;
}
.emergency-level:checked + label + .dot-emergency:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
  margin: 9px;
  margin-top: -29px;
  z-index: 100;
}
.emergency-level:checked + .mid-level-emergency:before {
  box-shadow: inset 0 0 0 0.3em #f2c94c;
}
.emergency-level:checked + .high-level-emergency:before {
  box-shadow: inset 0 0 0 0.3em #eb5757;
}
.level-emergency {
  display: flex;
  align-items: center;
  border-radius: 99em;
  transition: 0.25s ease;
  padding-bottom: 10px;
}
.level-emergency:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  opacity: 0.5;
}
.low-level-emergency:before {
  box-shadow: inset 0 0 0 0.3em #3dcc4a;
}
.mid-level-emergency:before {
  box-shadow: inset 0 0 0 0.3em #f2c94c;
}
.high-level-emergency:before {
  box-shadow: inset 0 0 0 0.3em #eb5757;
}
.react-datepicker-popper {
  position: fixed !important;
  inset: unset !important;
  transform: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.toggle-switch {
  position: relative;
  width: 32px;
  height: 16px;
  border: 1px solid #BFBFBF;
  border-radius: 20px;
  background-color: #FFF;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.toggle-switch:has(input:checked) {
  border-color: #3576CB;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  border-radius: 20px;
  transition: background-color 0.3s, border-color 0.3s;
}
.toggle-switch .slider::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BFBFBF;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: left 0.3s, background-color 0.3s;
}
.toggle-switch input:checked + .slider {
  background-color: #3576CB;
}
.toggle-switch input:checked + .slider::before {
  left: calc(100% - 12px);
  background-color: #FFF;
}
.dynamic-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D7DBE3;
  border-radius: 4px;
  height: 30px;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  outline: none;
}
.dynamic-input:active,
.dynamic-input:focus {
  border-color: #3576CB;
  box-shadow: 0px 4px 6px 0px #3576CB40;
}
.dynamic-radio label {
  align-items: flex-start;
}
.dynamic-radio input {
  width: 12px;
  height: 12px;
  margin: auto 4px auto 0;
  accent-color: #3576CB;
}
.dynamic-radio .input-next {
  margin-left: 10px;
}
.login-form-wrapper {
  display: flex;
  height: 100vh;
  background: url(/content/img/small_login_background.png?68da0e77053895033319339069ec6988) no-repeat center center;
  background-size: cover;
}
.logo-wrapper {
  background: url(/content/img/skyresponse_logo.png?a58064706e4e6fa0f83040979e180037) no-repeat center center;
  width: 220px;
  height: 41px;
}
.login-form-part {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.name-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: 48px;
}
.form-wrapper {
  background-color: rgba(26, 27, 29, 0.4);
}
.login-form {
  border-radius: 1em;
  min-width: 320px;
  background-color: #1A1B1D;
  padding: 1em;
}
.login-name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  width: 250px;
}
@media (min-width: 1024px) {
  .login-form-wrapper {
    background: url(/content/img/login_background.png?3db3ee45396273bd59ca605a58144321) no-repeat center center;
    flex-direction: row;
    background-size: cover;
  }
  .login-form-part {
    height: 100%;
  }
  .name-wrapper {
    position: unset;
    margin-top: 0;
  }
  .form-wrapper {
    background-color: transparent;
  }
  .login-form {
    border-radius: 0.5em;
    min-width: 350px;
    background-color: #1A1B1D;
    padding: 1em;
  }
  .login-name-wrapper {
    padding: 40px;
    width: 531px;
    height: 100vh;
    background-color: rgba(26, 27, 29, 0.4);
  }
  .login-title {
    font-size: 42px;
    margin: 24px 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
@media print {
  .donotprint {
    display: none !important;
  }
  .template-section {
    width: 100vw !important;
    height: 100vh !important;
    overflow-y: initial !important;
  }
}

.label-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}
.form-input {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 12px 8px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.form-input:active,
.form-input:focus {
  border: 1px solid #336dcc !important;
  outline: none;
  box-shadow: 0 0 0 1px #336dcc !important;
}
.form-input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.validation-issue {
  color: #9D4A46;
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
}
.footer-wrapper {
  width: 100%;
  text-align: center;
}
.form-button-primary {
  font-size: 12px;
  line-height: 16px;
  padding: 7px 11px;
  height: 32px;
  background: #4B76BA;
  border-radius: 4px;
  color: #fff;
}
.form-button-primary:disabled {
  opacity: 0.5;
}
.list-wrapper {
  padding-left: 16px;
}
.list-item {
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
}

.popup-content {
  margin: auto;
  background: #f2f2f2;
  overflow-y: auto;
  max-width: 600px;
  max-height: 400px;
  padding: 5px;
  top: 0px;
  border-bottom: 0.1em solid #BAC6D2;
  border-radius: 4px;
}
.popup-arrow {
  color: #f2f2f2;
}
[role='tooltip'].popup-content {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
}
[data-popup='tooltip'].popup-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.vxgplayer {
  display: inline-block;
  background-color: #000;
  position: relative;
  border: 2px solid #009FE3;
  box-shadow: 0 0 10px #000000;
  margin: 10px;
  z-index: 1;
  overflow: hidden;
}
.vxgplayer:-webkit-full-screen {
  display: block;
  border: none;
}
.vxgplayer-module {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.vxgplayer-unsupport {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vxgplayer-unsupport-content {
  display: table-cell;
  vertical-align: middle;
  color: #a0ce4e;
}
.vxgplayer-unsupport a {
  color: #009FE3;
}
.vxgplayer-controls {
  background-color: #000;
  height: 35px;
  position: absolute;
  border-top: 2px #009FE3 solid;
  width: 100%;
  bottom: 0;
  opacity: 0.7;
  z-index: 1;
}
.vxgplayer:-webkit-full-screen .vxgplayer-controls {
  bottom: 0;
}
.vxgplayer:-webkit-full-screen {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.vxgplayer-error,
.vxgplayer-loader {
  display: inline-block;
  opacity: 0.7;
  top: 50%;
  position: absolute;
}
@-webkit-keyframes vxgplayerload {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes vxgplayerload {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vxgplayer-loader {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22loader.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2050%2050%22%0A%20%20%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata74%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs72%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%22-151.41344%22%0A%20%20%20%20%20inkscape%3Acy%3D%2223.960553%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%2265%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%222.56%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showborder%3D%22true%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Cg%0A%20%20%20%20%20id%3D%22g6%22%0A%20%20%20%20%20transform%3D%22matrix(1%2C0%2C0%2C-1%2C-6.554856e-7%2C49.968585)%22%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2241.099998%22%0A%20%20%20%20%20%20%20y%3D%2221%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(1.31134e-7%2C-1%2C1%2C1.31134e-7%2C18.3512%2C68.2961)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%224.4000001%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect8%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2241%22%0A%20%20%20%20%20%20%20y%3D%2223.9%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.1559%2C-0.9878%2C0.9878%2C0.1559%2C8.8682%2C66.0845)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%224.3000002%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect10%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2240.400002%22%0A%20%20%20%20%20%20%20y%3D%2226.6%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.3061%2C-0.952%2C0.952%2C0.3061%2C0.3277%2C61.6356)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%224.1999998%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect12%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2239.400002%22%0A%20%20%20%20%20%20%20y%3D%2229.200001%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.4468%2C-0.8946%2C0.8946%2C0.4468%2C-6.7588%2C55.382)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%224%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect14%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2238%22%0A%20%20%20%20%20%20%20y%3D%2231.6%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.5751%2C-0.8181%2C0.8181%2C0.5751%2C-12.0543%2C47.8079)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.9000001%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect16%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2236.400002%22%0A%20%20%20%20%20%20%20y%3D%2233.700001%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.6895%2C-0.7243%2C0.7243%2C0.6895%2C-15.3626%2C39.3982)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.8%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect18%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2234.400002%22%0A%20%20%20%20%20%20%20y%3D%2235.5%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.7886%2C-0.6149%2C0.6149%2C0.7886%2C-16.5915%2C30.6257)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.7%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect20%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2232.200001%22%0A%20%20%20%20%20%20%20y%3D%2237%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.8711%2C-0.491%2C0.491%2C0.8711%2C-15.7352%2C21.9605)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.5999999%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect22%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2229.700001%22%0A%20%20%20%20%20%20%20y%3D%2238.200001%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.9352%2C-0.3543%2C0.3543%2C0.9352%2C-12.8833%2C13.8834)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.5%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect24%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2227.1%22%0A%20%20%20%20%20%20%20y%3D%2239%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.9784%2C-0.2068%2C0.2068%2C0.9784%2C-8.2529%2C6.8825)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.4000001%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect26%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2224.299999%22%0A%20%20%20%20%20%20%20y%3D%2239.299999%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.9986%2C-0.05225549%2C0.05225549%2C0.9986%2C-2.2266%2C1.4155)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%223.3%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect28%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2219.1%22%0A%20%20%20%20%20%20%20y%3D%2241.599998%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.1043%2C-0.9945%2C0.9945%2C0.1043%2C-22.3331%2C61.6286)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%223.2%22%0A%20%20%20%20%20%20%20id%3D%22rect30%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2216.299999%22%0A%20%20%20%20%20%20%20y%3D%2241.200001%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.2569%2C-0.9664%2C0.9664%2C0.2569%2C-26.2136%2C51.3046)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%223.0999999%22%0A%20%20%20%20%20%20%20id%3D%22rect32%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2213.7%22%0A%20%20%20%20%20%20%20y%3D%2240.299999%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.4012%2C-0.916%2C0.916%2C0.4012%2C-27.7136%2C41.1708)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%223%22%0A%20%20%20%20%20%20%20id%3D%22rect34%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2211.3%22%0A%20%20%20%20%20%20%20y%3D%2239.099998%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.5338%2C-0.8456%2C0.8456%2C0.5338%2C-27.1527%2C31.7344)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect36%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%229.1000004%22%0A%20%20%20%20%20%20%20y%3D%2237.5%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.653%2C-0.7574%2C0.7574%2C0.653%2C-24.9228%2C23.3422)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.7%22%0A%20%20%20%20%20%20%20id%3D%22rect38%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%227.0999999%22%0A%20%20%20%20%20%20%20y%3D%2235.599998%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.7574%2C-0.653%2C0.653%2C0.7574%2C-21.4339%2C16.2028)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.5999999%22%0A%20%20%20%20%20%20%20id%3D%22rect40%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%225.5%22%0A%20%20%20%20%20%20%20y%3D%2233.5%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.8456%2C-0.5338%2C0.5338%2C0.8456%2C-17.0892%2C10.4162)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.5%22%0A%20%20%20%20%20%20%20id%3D%22rect42%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%224.1999998%22%0A%20%20%20%20%20%20%20y%3D%2231.1%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.916%2C-0.4012%2C0.4012%2C0.916%2C-12.2804%2C5.9938)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.4000001%22%0A%20%20%20%20%20%20%20id%3D%22rect44%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%223.3%22%0A%20%20%20%20%20%20%20y%3D%2228.5%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.9664%2C-0.2569%2C0.2569%2C0.9664%2C-7.3872%2C2.8614)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.3%22%0A%20%20%20%20%20%20%20id%3D%22rect46%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%222.8%22%0A%20%20%20%20%20%20%20y%3D%2225.799999%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.9945%2C-0.1043%2C0.1043%2C0.9945%2C-2.769%2C0.8497)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%227.9000001%22%0A%20%20%20%20%20%20%20height%3D%222.2%22%0A%20%20%20%20%20%20%20id%3D%22rect48%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%225.5999999%22%0A%20%20%20%20%20%20%20y%3D%2220%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.05225584%2C-0.9986%2C0.9986%2C0.05225584%2C-17.6474%2C29.4017)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%222.0999999%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect50%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%226%22%0A%20%20%20%20%20%20%20y%3D%2217.200001%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.2068%2C-0.9784%2C0.9784%2C0.2068%2C-15.1209%2C23.6701)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%222%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect52%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%226.9000001%22%0A%20%20%20%20%20%20%20y%3D%2214.5%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.3543%2C-0.9352%2C0.9352%2C0.3543%2C-12.2253%2C19.2483)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.9%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect54%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%228.1000004%22%0A%20%20%20%20%20%20%20y%3D%2212%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.491%2C-0.8711%2C0.8711%2C0.491%2C-9.3432%2C15.9678)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.8%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect56%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%229.6999998%22%0A%20%20%20%20%20%20%20y%3D%229.8000002%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.6149%2C-0.7886%2C0.7886%2C0.6149%2C-6.7605%2C13.5663)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.7%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect58%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2211.6%22%0A%20%20%20%20%20%20%20y%3D%227.6999998%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.7243%2C-0.6895%2C0.6895%2C0.7243%2C-4.6556%2C11.729)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.6%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect60%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2213.7%22%0A%20%20%20%20%20%20%20y%3D%226%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.8181%2C-0.5751%2C0.5751%2C0.8181%2C-3.0985%2C10.1197)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.4%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect62%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2216.1%22%0A%20%20%20%20%20%20%20y%3D%224.5999999%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.8946%2C-0.4468%2C0.4468%2C0.8946%2C-2.0517%2C8.4065)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.3%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect64%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2218.700001%22%0A%20%20%20%20%20%20%20y%3D%223.5999999%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.952%2C-0.3061%2C0.3061%2C0.952%2C-1.369%2C6.288)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.2%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect66%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2221.5%22%0A%20%20%20%20%20%20%20y%3D%222.9000001%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(0.9878%2C-0.1559%2C0.1559%2C0.9878%2C-0.7985%2C3.5284)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221.1%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect68%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3Crect%0A%20%20%20%20%20%20%20x%3D%2224.5%22%0A%20%20%20%20%20%20%20y%3D%222.7%22%0A%20%20%20%20%20%20%20transform%3D%22matrix(-1%2C-1.748459e-7%2C1.748459e-7%2C-1%2C49.9648%2C13.2623)%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20width%3D%221%22%0A%20%20%20%20%20%20%20height%3D%227.9000001%22%0A%20%20%20%20%20%20%20id%3D%22rect70%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23009fe3%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 50px;
  height: 50px;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vxgplayerload 1.1s infinite linear;
  animation: vxgplayerload 1.1s infinite linear;
}
.vxgplayer-error {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22error.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2050%2050%22%0A%20%20%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata16%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs14%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3A%23009FE3%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2257.04008%22%0A%20%20%20%20%20inkscape%3Acy%3D%2232.991284%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%227.2407736%22%0A%20%20%20%20%20pagecolor%3D%22%23000000%22%0A%20%20%20%20%20showborder%3D%22true%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Cg%0A%20%20%20%20%20id%3D%22g6%22%3E%3Cpolygon%0A%20%20%20%20%20%20%20class%3D%22st0%22%0A%20%20%20%20%20%20%20points%3D%2244.3%2C40.2%205.7%2C40.2%2025%2C6.8%20%20%22%0A%20%20%20%20%20%20%20id%3D%22polygon8%22%20%2F%3E%3Cg%0A%20%20%20%20%20%20%20id%3D%22g10%22%3E%3Cpath%0A%20%20%20%20%20%20%20%20%20class%3D%22st1%22%0A%20%20%20%20%20%20%20%20%20d%3D%22M22.7%2C34.1c0-1.5%2C1-2.5%2C2.5-2.5c1.4%2C0%2C2.4%2C1%2C2.4%2C2.5c0%2C1.4-1%2C2.5-2.4%2C2.5C23.7%2C36.6%2C22.7%2C35.6%2C22.7%2C34.1z%20%20%20%20%20M23.6%2C30.3L23%2C17.9h4.4l-0.6%2C12.4H23.6z%22%0A%20%20%20%20%20%20%20%20%20id%3D%22path12%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  width: 100%;
  height: 100px;
  background-size: 100px;
  margin-top: -50px;
  margin-left: -50%;
}
.vxgplayer-play,
.vxgplayer-stop {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 4px;
  float: left;
  display: inline-block;
  height: 25px;
}
.vxgplayer-error-text {
  display: inline-block;
  width: 100%;
  color: #009FE3;
  position: absolute;
  top: 90px;
  background: #000;
  left: 0;
  padding-bottom: 5px;
  text-align: center;
}
.vxgplayer-play,
.vxgplayer-stop,
.vxgplayer-volume-down,
.vxgplayer-volume-mute,
.vxgplayer-volume-up {
  width: 25px;
  cursor: pointer;
}
.vxgplayer-play {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22play.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%22-2.4701674%22%20inkscape%3Acy%3D%2213.526476%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%221985%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2222.4%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2222.3%2C12.5%203.3%2C23.5%203.3%2C1.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-stop {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22stop.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2214.119086%22%20inkscape%3Acy%3D%229.1927213%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2231.678384%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Crect%20x%3D%223.5%22%20y%3D%223.5%22%20class%3D%22st0%22%20width%3D%2218%22%20height%3D%2218%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-mute {
  display: inline-block;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22mute.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2277.347596%22%20inkscape%3Acy%3D%2292.765208%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%221.979899%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.1%2C19.3H4.7c-0.6%2C0-1.2-0.5-1.2-1.2V6.9c0-0.6%2C0.5-1.2%2C1.2-1.2h9.4c0.6%2C0%2C1.2%2C0.5%2C1.2%2C1.2v11.2%0D%0A%09%09%09C15.2%2C18.8%2C14.7%2C19.3%2C14.1%2C19.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M7.3%2C14.1l10.9%2C8.5c1.4%2C1.1%2C3.4%2C0.1%2C3.4-1.6V4c0-1.7-2-2.7-3.4-1.6L7.3%2C10.9C6.2%2C11.7%2C6.2%2C13.3%2C7.3%2C14.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cline%20class%3D%22st1%22%20x1%3D%227.3%22%20y1%3D%227.6%22%20x2%3D%2217%22%20y2%3D%2217.4%22%2F%3E%0D%0A%09%09%3Cline%20class%3D%22st1%22%20x1%3D%227.3%22%20y1%3D%2217.4%22%20x2%3D%2217%22%20y2%3D%227.6%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  height: 25px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 4px;
  float: left;
}
.vxgplayer-volume-down,
.vxgplayer-volume-progress,
.vxgplayer-volume-up {
  height: 25px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 4px;
  float: left;
  display: inline-block;
}
.vxgplayer-volume-down {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22voldown.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2231.343782%22%20inkscape%3Acy%3D%228.3314244%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Crect%20x%3D%2211%22%20y%3D%227.5%22%20transform%3D%22matrix%283.759286e-011%201%20-1%203.759286e-011%2025%20-4.703651e-010%29%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress,
.vxgplayer-volume-progress.vol0 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress {
  width: 50px;
}
.vxgplayer-volume-progress.vol1 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol2 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol3 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol4 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol5 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2223.8%22%20y%3D%227.9%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%229.1%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol6 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2223.8%22%20y%3D%227.9%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%229.1%22%2F%3E%0D%0A%09%3Crect%20x%3D%2228.7%22%20y%3D%227.1%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol7 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2223.8%22%20y%3D%227.9%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%229.1%22%2F%3E%0D%0A%09%3Crect%20x%3D%2228.7%22%20y%3D%227.1%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2233.5%22%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2212.7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol8 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2223.8%22%20y%3D%227.9%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%229.1%22%2F%3E%0D%0A%09%3Crect%20x%3D%2228.7%22%20y%3D%227.1%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2233.5%22%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2212.7%22%2F%3E%0D%0A%09%3Crect%20x%3D%2238.3%22%20y%3D%225.3%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2214.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol9 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2223.8%22%20y%3D%227.9%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%229.1%22%2F%3E%0D%0A%09%3Crect%20x%3D%2228.7%22%20y%3D%227.1%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2233.5%22%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2212.7%22%2F%3E%0D%0A%09%3Crect%20x%3D%2238.3%22%20y%3D%225.3%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2214.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2243.2%22%20y%3D%224.4%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2216.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-progress.vol10 {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22vol10.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2050%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2217.812707%22%20inkscape%3Acy%3D%2225.500991%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%224.5%22%20y%3D%2211.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%229.3%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214.2%22%20y%3D%229.7%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%225.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%228.8%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%227.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2223.8%22%20y%3D%227.9%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%229.1%22%2F%3E%0D%0A%09%3Crect%20x%3D%2228.7%22%20y%3D%227.1%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2210.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2233.5%22%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2212.7%22%2F%3E%0D%0A%09%3Crect%20x%3D%2238.3%22%20y%3D%225.3%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2214.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2243.2%22%20y%3D%224.4%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2216.2%22%2F%3E%0D%0A%09%3Crect%20x%3D%2248%22%20y%3D%223.5%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%2218%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-volume-up {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22volup.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2231.343782%22%20inkscape%3Acy%3D%228.3314244%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2211%22%20y%3D%226.5%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2212.1%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2211%22%20y%3D%226.5%22%20transform%3D%22matrix%284.486881e-011%201%20-1%204.486881e-011%2025%20-5.604051e-010%29%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2212.1%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-fullscreen,
.vxgplayer-takescreenshot {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 4px;
  cursor: pointer;
  float: right;
}
.vxgplayer-fullscreen {
  display: inline-block;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%0D%0A%09%20id%3D%22svg2%22%20inkscape%3Aversion%3D%220.91%20r13725%22%20sodipodi%3Adocname%3D%22stop.svg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2025%22%0D%0A%09%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Csodipodi%3Anamedview%20%20bordercolor%3D%22%23666666%22%20borderopacity%3D%221.0%22%20id%3D%22base%22%20inkscape%3Acurrent-layer%3D%22layer1%22%20inkscape%3Acx%3D%2218.450252%22%20inkscape%3Acy%3D%221.1518149%22%20inkscape%3Adocument-units%3D%22px%22%20inkscape%3Apageopacity%3D%220%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Awindow-height%3D%221056%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Awindow-width%3D%221855%22%20inkscape%3Awindow-x%3D%2265%22%20inkscape%3Awindow-y%3D%2224%22%20inkscape%3Azoom%3D%2215.839192%22%20pagecolor%3D%22%23ff00ff%22%20showgrid%3D%22false%22%20units%3D%22px%22%3E%0D%0A%09%3C%2Fsodipodi%3Anamedview%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M7.2%2C4.5H1.8c0%2C0%2C0%2C2.1%2C0%2C4.8%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M1.8%2C15.1c0%2C3%2C0%2C5.4%2C0%2C5.4h5.3%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M17.6%2C20.5h5.6c0%2C0%2C0-2.6%2C0-5.7%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M23.2%2C9.7c0-2.9%2C0-5.2%2C0-5.2h-5.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.vxgplayer-screenshot-loading,
.vxgplayer-takescreenshot {
  display: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22screenshot.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2025%2025%22%0A%20%20%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata18%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs16%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2223.036173%22%0A%20%20%20%20%20inkscape%3Acy%3D%227.6369433%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2231.678384%22%0A%20%20%20%20%20pagecolor%3D%22%23000000%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3A%23009fe3%3Bfill-opacity%3A1%3Bstroke%3A%23009fe3%3Bstroke-width%3A1%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%22%0A%20%20%20%20%20d%3D%22M%2010%204%20L%207%207%20L%203%207%20L%203%2020%20L%2022%2020%20L%2022%207%20L%2018%207%20L%2015%204%20L%2010%204%20z%20M%2012.5%207.0527344%20A%205.4464903%205.4464903%200%200%201%2017.947266%2012.5%20A%205.4464903%205.4464903%200%200%201%2012.5%2017.947266%20A%205.4464903%205.4464903%200%200%201%207.0527344%2012.5%20A%205.4464903%205.4464903%200%200%201%2012.5%207.0527344%20z%20%22%0A%20%20%20%20%20id%3D%22path8-1%22%20%2F%3E%3Ccircle%0A%20%20%20%20%20style%3D%22opacity%3A1%3Bfill%3A%23009fe3%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3A%23009fe3%3Bstroke-width%3A1.00032902%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20id%3D%22path4138%22%0A%20%20%20%20%20cx%3D%2212.5%22%0A%20%20%20%20%20cy%3D%2212.5%22%0A%20%20%20%20%20r%3D%222.9998355%22%20%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
}
.vxgplayer-screenshot-loading {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100px 100px;
  -webkit-animation-name: example;
  -webkit-animation-duration: 5s;
  animation-name: example;
  animation-duration: 4s;
}
@-webkit-keyframes example {
  from {
    background-color: #000;
    background-size: 200px 200px;
  }
  to {
    background-color: none;
    background-size: 100px 100px;
  }
}
@keyframes example {
  from {
    background-color: #000;
    background-size: 200px 200px;
  }
  to {
    background-color: none;
    background-size: 100px 100px;
  }
}
.vxgplayer-controls-zoom-position {
  position: absolute;
  background-color: #000;
  z-index: 1;
  width: 160px;
  height: 120px;
  top: 10px;
  right: 47px;
}
.vxgplayer-zoom-position-cursor {
  border: 2px solid #009FE3;
  background-color: #FFF;
  width: 156px;
  height: 116px;
  cursor: move;
  position: absolute;
}
.vxgplayer-controls-zoom {
  z-index: 1;
  height: 120px;
  position: absolute;
  width: 35px;
  top: 10px;
  right: 10px;
  background-color: #000;
}
.vxgplayer-zoom-progress {
  display: inline-block;
  width: 35px;
  height: 80px;
  cursor: ns-resize;
}
.vxgplayer-zoom-down,
.vxgplayer-zoom-up {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}
.vxgplayer-zoom-progress.zoom10x {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoom-10x.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2080%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2280%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata18%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs16%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2221.820067%22%0A%20%20%20%20%20inkscape%3Acy%3D%22-1.6802978%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2231.678384%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Ctext%0A%20%20%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20%20%20style%3D%22font-style%3Anormal%3Bfont-weight%3Anormal%3Bfont-size%3A40px%3Bline-height%3A125%25%3Bfont-family%3Asans-serif%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20y%3D%221.4285717%22%0A%20%20%20%20%20id%3D%22text4137%22%0A%20%20%20%20%20sodipodi%3Alinespacing%3D%22125%25%22%3E%3Ctspan%0A%20%20%20%20%20%20%20sodipodi%3Arole%3D%22line%22%0A%20%20%20%20%20%20%20id%3D%22tspan4139%22%0A%20%20%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20%20%20y%3D%221.4285717%22%20%2F%3E%3C%2Ftext%3E%0A%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A1%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C0%200%2C80%22%0A%20%20%20%20%20id%3D%22path4184-2-1-0-2%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3Cellipse%0A%20%20%20%20%20style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3A%23009fe3%3Bstroke-width%3A3.64400005%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20id%3D%22path4265%22%0A%20%20%20%20%20cx%3D%2217.500019%22%0A%20%20%20%20%20cy%3D%2276.5%22%0A%20%20%20%20%20rx%3D%221.6780186%22%0A%20%20%20%20%20ry%3D%221.6780185%22%20%2F%3E%3C%2Fsvg%3E');
}
.vxgplayer-zoom-progress.zoom15x {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoom-15x.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2080%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2280%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata18%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs16%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2215.565619%22%0A%20%20%20%20%20inkscape%3Acy%3D%2224.019317%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2215.839192%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Ctext%0A%20%20%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20%20%20style%3D%22font-style%3Anormal%3Bfont-weight%3Anormal%3Bfont-size%3A40px%3Bline-height%3A125%25%3Bfont-family%3Asans-serif%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20y%3D%221.4285717%22%0A%20%20%20%20%20id%3D%22text4137%22%0A%20%20%20%20%20sodipodi%3Alinespacing%3D%22125%25%22%3E%3Ctspan%0A%20%20%20%20%20%20%20sodipodi%3Arole%3D%22line%22%0A%20%20%20%20%20%20%20id%3D%22tspan4139%22%0A%20%20%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20%20%20y%3D%221.4285717%22%20%2F%3E%3C%2Ftext%3E%0A%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A1%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C0%200%2C80%22%0A%20%20%20%20%20id%3D%22path4184-2-1-0-2%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3Cellipse%0A%20%20%20%20%20style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3A%23009fe3%3Bstroke-width%3A3.64396286%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20id%3D%22path4265%22%0A%20%20%20%20%20cx%3D%2217.5%22%0A%20%20%20%20%20cy%3D%2260%22%0A%20%20%20%20%20rx%3D%221.6780186%22%0A%20%20%20%20%20ry%3D%221.6780185%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A4%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C80%200%2C-20%22%0A%20%20%20%20%20id%3D%22path4209%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3C%2Fsvg%3E');
}
.vxgplayer-zoom-progress.zoom20x {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoom-20x.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2080%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2280%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata18%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs16%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2215.565619%22%0A%20%20%20%20%20inkscape%3Acy%3D%2224.019317%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2215.839192%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Ctext%0A%20%20%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20%20%20style%3D%22font-style%3Anormal%3Bfont-weight%3Anormal%3Bfont-size%3A40px%3Bline-height%3A125%25%3Bfont-family%3Asans-serif%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20y%3D%221.4285717%22%0A%20%20%20%20%20id%3D%22text4137%22%0A%20%20%20%20%20sodipodi%3Alinespacing%3D%22125%25%22%3E%3Ctspan%0A%20%20%20%20%20%20%20sodipodi%3Arole%3D%22line%22%0A%20%20%20%20%20%20%20id%3D%22tspan4139%22%0A%20%20%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20%20%20y%3D%221.4285717%22%20%2F%3E%3C%2Ftext%3E%0A%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A1%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C0%200%2C80%22%0A%20%20%20%20%20id%3D%22path4184-2-1-0-2%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3Cellipse%0A%20%20%20%20%20style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3A%23009fe3%3Bstroke-width%3A3.64396286%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20id%3D%22path4265%22%0A%20%20%20%20%20cx%3D%2217.5%22%0A%20%20%20%20%20cy%3D%2240%22%0A%20%20%20%20%20rx%3D%221.6780186%22%0A%20%20%20%20%20ry%3D%221.6780185%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A4%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C80%200%2C-40%22%0A%20%20%20%20%20id%3D%22path4209%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3C%2Fsvg%3E');
}
.vxgplayer-zoom-progress.zoom25x {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoom-25x.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2080%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2280%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata18%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs16%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2215.565619%22%0A%20%20%20%20%20inkscape%3Acy%3D%2261.900037%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2215.839192%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Ctext%0A%20%20%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20%20%20style%3D%22font-style%3Anormal%3Bfont-weight%3Anormal%3Bfont-size%3A40px%3Bline-height%3A125%25%3Bfont-family%3Asans-serif%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20y%3D%221.4285717%22%0A%20%20%20%20%20id%3D%22text4137%22%0A%20%20%20%20%20sodipodi%3Alinespacing%3D%22125%25%22%3E%3Ctspan%0A%20%20%20%20%20%20%20sodipodi%3Arole%3D%22line%22%0A%20%20%20%20%20%20%20id%3D%22tspan4139%22%0A%20%20%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20%20%20y%3D%221.4285717%22%20%2F%3E%3C%2Ftext%3E%0A%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A1%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C0%200%2C80%22%0A%20%20%20%20%20id%3D%22path4184-2-1-0-2%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3Cellipse%0A%20%20%20%20%20style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3A%23009fe3%3Bstroke-width%3A3.64396286%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20id%3D%22path4265%22%0A%20%20%20%20%20cx%3D%2217.5%22%0A%20%20%20%20%20cy%3D%2220%22%0A%20%20%20%20%20rx%3D%221.6780186%22%0A%20%20%20%20%20ry%3D%221.6780185%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A4%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C80%200%2C-60%22%0A%20%20%20%20%20id%3D%22path4209%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3C%2Fsvg%3E');
}
.vxgplayer-zoom-progress.zoom30x {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoom-30x.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2080%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2280%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata18%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs16%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23009FE3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2261.374875%22%0A%20%20%20%20%20inkscape%3Acy%3D%2267.047415%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%223.959798%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Ctext%0A%20%20%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20%20%20style%3D%22font-style%3Anormal%3Bfont-weight%3Anormal%3Bfont-size%3A40px%3Bline-height%3A125%25%3Bfont-family%3Asans-serif%3Bletter-spacing%3A0px%3Bword-spacing%3A0px%3Bfill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20y%3D%221.4285717%22%0A%20%20%20%20%20id%3D%22text4137%22%0A%20%20%20%20%20sodipodi%3Alinespacing%3D%22125%25%22%3E%3Ctspan%0A%20%20%20%20%20%20%20sodipodi%3Arole%3D%22line%22%0A%20%20%20%20%20%20%20id%3D%22tspan4139%22%0A%20%20%20%20%20%20%20x%3D%225.7142859%22%0A%20%20%20%20%20%20%20y%3D%221.4285717%22%20%2F%3E%3C%2Ftext%3E%0A%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A1%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C0%200%2C80%22%0A%20%20%20%20%20id%3D%22path4184-2-1-0-2%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3Cellipse%0A%20%20%20%20%20style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3A%23009fe3%3Bstroke-width%3A3.64396286%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20id%3D%22path4265%22%0A%20%20%20%20%20cx%3D%2217.5%22%0A%20%20%20%20%20cy%3D%223.5%22%0A%20%20%20%20%20rx%3D%221.6780186%22%0A%20%20%20%20%20ry%3D%221.6780185%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A4%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C80%200%2C-76.5%22%0A%20%20%20%20%20id%3D%22path4209%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3C%2Fsvg%3E');
}
.vxgplayer-zoom-up {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoomup.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2015%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2215%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata10%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs8%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2217.680522%22%0A%20%20%20%20%20inkscape%3Acy%3D%225.8408363%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2222.4%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2017.5%2C3%200%2C10%22%0A%20%20%20%20%20id%3D%22path4135%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2022.5%2C8%20-10%2C0%22%0A%20%20%20%20%20id%3D%22path4135-4%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3C%2Fsvg%3E');
}
.vxgplayer-zoom-down {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22zoomdown.svg%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%220%200%2035%2015%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20width%3D%2235%22%0A%20%20%20height%3D%2215%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata10%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs8%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20%20%20id%3D%22style3%22%3E%0A%09.st0%7Bfill%3A%23009FE3%3B%7D%0A%3C%2Fstyle%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%0A%20%20%20%20%20inkscape%3Acx%3D%2215.494346%22%0A%20%20%20%20%20inkscape%3Acy%3D%228.903709%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221056%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221855%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221985%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%2224%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2244.8%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20units%3D%22px%22%20%2F%3E%3Cpath%0A%20%20%20%20%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23009fe3%3Bstroke-width%3A2.00158596%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%0A%20%20%20%20%20d%3D%22m%2012.5%2C7%2010%2C0%22%0A%20%20%20%20%20id%3D%22path4134%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20sodipodi%3Anodetypes%3D%22cc%22%20%2F%3E%3C%2Fsvg%3E');
}

