@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url(plugins/semantic/message.css);
@import url(plugins/semantic/button.css);
@import url(plugins/semantic/icon.css);
* {
  font-family: 'Poppins', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 400; }

.ChartLayout {
  display: inline-block;
  overflow: hidden !important; }

@keyframes swipe {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
.chart-filter {
  animation: swipe 1.5s linear infinite forwards; }

.RedInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #fcdfe0;
  color: #d72c30;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .RedInfo.MarginLeft {
    margin-left: 5px; }

.VioletInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eeeaff;
  color: #4425c2;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .VioletInfo.MarginLeft {
    margin-left: 5px; }

.GrayInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f9f9f9;
  color: #555;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .GrayInfo.MarginLeft {
    margin-left: 5px; }

.BlueInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #dbe8ff;
  color: #143eea;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .BlueInfo.MarginLeft {
    margin-left: 5px; }

.GreenInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eaf8ea;
  color: #33b934;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .GreenInfo.MarginLeft {
    margin-left: 5px; }

.YellowInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  cursor: pointer;
  background: #FFF8E1;
  color: #FF6D00;
  font-weight: 500;
  font-size: 12px; }
  .YellowInfo.MarginLeft {
    margin-left: 5px; }

.spinner {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 6px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.spinner-sm {
  height: 16px;
  width: 16px; }

.spinner-md {
  height: 40px;
  width: 40px; }

.spinner-lr {
  height: 150px;
  width: 150px; }

.spinner-red {
  border: 6px solid rgba(216, 27, 34, 0.15); }

.spinner-red:before {
  border-top: 6px solid #d81b22; }

.spinner-green {
  border: 6px solid rgba(40, 183, 121, 0.15); }

.spinner-green:before {
  border-top: 6px solid #28b779; }

.spinner-grey {
  border: 6px solid rgba(139, 146, 154, 0.15); }

.spinner-grey:before {
  border-top: 6px solid #8b929a; }

[data-balloon] {
  position: relative; }

[data-balloon]::before {
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[data-balloon]::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  content: '';
  position: absolute;
  z-index: 10; }

[data-balloon]:hover::before, [data-balloon]:hover::after {
  opacity: 1;
  pointer-events: auto; }

[data-balloon][data-balloon-pos="up"]::before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]::after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos="up"]:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']::before {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='left']::before {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']::before {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-length='small']::before {
  white-space: normal;
  width: 80px; }

[data-balloon][data-balloon-length='medium']::before {
  white-space: normal;
  width: 150px; }

[data-balloon][data-balloon-length='large']::before {
  white-space: normal;
  width: 260px; }

[data-balloon][data-balloon-length='xlarge']::before {
  white-space: normal;
  width: 380px; }

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']::before {
    white-space: normal;
    width: 90vw; } }
[data-balloon][data-balloon-length='fit']::before {
  white-space: normal;
  width: 100%; }

.btn--block {
  display: block; }

.btn--block + .btn--block {
  margin-left: 0; }

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px 31px 11px;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: transparent;
  transition: background .2s,color .2s;
  text-align: center;
  text-decoration: none;
  font: 1.286em/1.1667 'Poppins',sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: border 0.1s ease-in-out; }

.btn + .btn {
  margin-left: 7px; }

.btn .b-link {
  border-radius: inherit; }

.btn.tooltip-no-js-wrap:hover > .tooltip {
  display: none !important; }

.btn:disabled > .tooltip, .btn.disabled > .tooltip {
  display: block; }

.btn--static .b-link {
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -1000px; }

.btn--xsm {
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: .929em;
  line-height: 1.308; }

.btn--xsm:before {
  border-radius: 11px; }

.btn--sm {
  padding: 7px 18px 6px;
  border-radius: 16px;
  font-size: 1em;
  line-height: 1.3572; }

.btn--sm:before {
  border-radius: 16px; }

.btn, .btn:hover {
  color: #fff; }

.btn > .icon-svg, .btn > .icon:hover, .btn > .icon-svg:hover {
  color: inherit; }

.btn--red {
  background: #f02139; }

.btn--red:hover, .btn--red:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--red:active, .btn--red.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--orange {
  background: #ff8200; }

.btn--orange:hover, .btn--orange:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--orange:active, .btn--orange.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dorange {
  background: #ef5322; }

.btn--dorange:hover, .btn--dorange:focus {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dorange:active, .btn--dorange.active {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yellow {
  background: #fec309; }

.btn--yellow:hover, .btn--yellow:focus {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yellow:active, .btn--yellow.active {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--greywhite {
  color: #000;
  background: #f9f9f9; }

.btn--greywhite:hover, .btn--greywhite:focus {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--greywhite:active, .btn--greywhite.active {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grey {
  background: #738499; }

.btn--grey:hover, .btn--grey:focus {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grey:active, .btn--grey.active {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grass {
  background: #86c313; }

.btn--grass:hover, .btn--grass:focus {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grass:active, .btn--grass.active {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lime {
  background: #29cf29; }

.btn--lime:hover, .btn--lime:focus {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lime:active, .btn--lime.active {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--green {
  background: #1ac636; }

.btn--green:hover, .btn--green:focus {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--green:active, .btn--green.active {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua {
  background: #00caa8; }

.btn--aqua:hover, .btn--aqua:focus {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--aqua:active, .btn--aqua.active {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--sky {
  background: #28c4f6; }

.btn--sky:hover, .btn--sky:focus {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--sky:active, .btn--sky.active {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dsky {
  background: #1eb2fc; }

.btn--dsky:hover, .btn--dsky:focus {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dsky:active, .btn--dsky.active {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lblue {
  background: #2b8cfc; }

.btn--lblue:hover, .btn--lblue:focus {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lblue:active, .btn--lblue.active {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--blue {
  background: #2b65f8; }

.btn--blue:hover, .btn--blue:focus {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--blue:active, .btn--blue.active, .btn--blue.loading {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dgrey {
  background: #9aa9c5; }

.btn--dgrey:hover, .btn--dgrey:focus {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dgrey:active, .btn--dgrey.active {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--pink {
  background: #f55280; }

.btn--pink:hover, .btn--pink:focus {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--pink:active, .btn--pink.active {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--laguna {
  background: #2f75c1; }

.btn--laguna:hover, .btn--laguna:focus {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--laguna:active, .btn--laguna.active {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vdgrey {
  background: #333844; }

.btn--vdgrey:hover, .btn--vdgrey:focus {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vdgrey:active, .btn--vdgrey.active {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua-blue {
  background: #08b5fd; }

.btn--aqua-blue:focus, .btn--aqua-blue:hover {
  background: #069fde; }

.btn--aqua-blue:active, .btn--aqua-blue.active {
  background: #0487bd; }

.btn--facebook {
  background: #3464d4; }

.btn--facebook:hover, .btn--facebook:focus {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--facebook:active, .btn--facebook.active {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--twitter {
  background: #1cacff; }

.btn--twitter:hover, .btn--twitter:focus {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--twitter:active, .btn--twitter.active {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--google {
  background: #dd4b39; }

.btn--google:hover, .btn--google:focus {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--google:active, .btn--google.active {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--instagram {
  background: #3674a9; }

.btn--instagram:hover, .btn--instagram:focus {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--instagram:active, .btn--instagram.active {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--linkedin {
  background: #006799; }

.btn--linkedin:hover, .btn--linkedin:focus {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--linkedin:active, .btn--linkedin.active {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vk {
  background: #2c70b4; }

.btn--vk:hover, .btn--vk:focus {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vk:active, .btn--vk.active {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--odnoklassniki {
  background: #f7882b; }

.btn--odnoklassniki:hover, .btn--odnoklassniki:focus {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--odnoklassniki:active, .btn--odnoklassniki.active {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yandex {
  background: #ee3a2e; }

.btn--yandex:hover, .btn--yandex:focus {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yandex:active, .btn--yandex.active {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--transparent {
  background: rgba(0, 0, 0, 0.5); }

.btn--transparent > .ico, .btn--transparent > .icon-svg {
  opacity: 0.8; }

.btn--transparent:hover, .btn--transparent:focus {
  background: rgba(0, 0, 0, 0.7); }

.btn--transparent:hover > .ico, .btn--transparent:focus > .ico, .btn--transparent.active > .ico, .btn--transparent:hover > .icon-svg, .btn--transparent:focus > .icon-svg, .btn--transparent.active > .icon-svg {
  opacity: 1; }

.btn--transparent:active {
  background: rgba(0, 0, 0, 0.9); }

.btn--glass:before {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3); }

.btn--glass:hover:before {
  border-color: #fff; }

.btn--glass:active:before, .btn--glass.active:before {
  border-color: rgba(255, 255, 255, 0.3); }

.btn--white {
  background: #fff;
  color: #4d4d4d; }

.btn--white:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--white:hover, .btn--white:focus {
  color: #2b65f8; }

.btn--white:hover:before, .btn--white:focus:before {
  border-width: 2px;
  border-color: #2b65f8; }

.btn--white:active, .btn--white.active, .btn--white.loading {
  color: #2058c6; }

.btn--white:active:before, .btn--white.active:before, .btn--white.loading:before {
  border-width: 2px;
  border-color: #2058c6; }

.btn--gold {
  background: #fff;
  color: #4d4d4d; }

.btn--gold:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--gold:hover:before, .btn--gold:focus:before {
  border-width: 2px;
  border-color: #fec309; }

.btn--gold:active, .btn--gold.active, .btn--gold.loading {
  background: #fec309; }

.btn--gold:active:before, .btn--gold.active:before, .btn--gold.loading:before {
  border: none; }

.btn--gold.active:hover {
  background: #e4af08; }

.btn-normal {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  .btn-normal:before {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }

.btn-grad-lime {
  background-image: linear-gradient(to right, #56ab2f 0%, #a8e063 51%, #56ab2f 100%); }

.btn-grad-blue {
  background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%); }

.btn-grad {
  padding: 10px 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  font-weight: 600;
  cursor: pointer; }

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none; }

select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: auto;
  max-width: 100%;
  transition: all 0.2s ease;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
  background-size: 20px; }
  select.fill {
    width: 100%; }

select:focus {
  border: 1px solid #0A84FF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select:hover {
  border: 1px solid #0A84FF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
input[type=text],
input[type=password],
input[type=email],
textarea {
  max-width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8.5px 14px;
  transition: all 0.2s ease; }
  input[type=text].fill,
  input[type=password].fill,
  input[type=email].fill,
  textarea.fill {
    width: 100%; }
  input[type=text].codeType,
  input[type=password].codeType,
  input[type=email].codeType,
  textarea.codeType {
    background: #f9f9f9; }
    input[type=text].codeType:hover, input[type=text].codeType:focus,
    input[type=password].codeType:hover,
    input[type=password].codeType:focus,
    input[type=email].codeType:hover,
    input[type=email].codeType:focus,
    textarea.codeType:hover,
    textarea.codeType:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  input[type=text].SelectorRight,
  input[type=password].SelectorRight,
  input[type=email].SelectorRight,
  textarea.SelectorRight {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
  input[type=text]:hover, input[type=text]:focus,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  textarea:hover,
  textarea:focus {
    border: 1px solid #0A84FF;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

input[type=checkbox].r_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 0.2s ease; }

input[type=checkbox].r_checkbox + label.label {
  padding-left: 35px;
  transition: all 0.2s ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=checkbox].r_checkbox:hover + label.label {
  background-position: 0 -24px; }

input[type=checkbox].r_checkbox:checked + label.label {
  background-position: 0 -48px; }

.label {
  background-position: 0 0px; }

.label-blue {
  background-image: url(../drawable/checkbox.png);
  background-size: 23px auto; }

input[type=radio].r_radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].r_radio + label.label {
  transition: all 0.2s ease;
  padding-left: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=radio].r_radio:hover + label.label {
  background-position: 0 -24px; }

input[type=radio].r_radio:checked + label.label {
  background-position: 0 -48px; }

.InputMultiSelector {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%; }
  .InputMultiSelector input[type=text] {
    background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
    background-size: 20px; }
  .InputMultiSelector .InputMultiSelectorList {
    position: absolute;
    left: 0;
    min-width: 250px;
    max-width: 400px;
    display: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box {
      float: left;
      width: 100%;
      padding: 10px 0;
      position: relative;
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ccc; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .option {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option label {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option:hover {
          background: #f2f2f2; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .optgroup {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-weight: 600;
        font-size: 11px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after, .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }

.meter {
  box-sizing: content-box;
  height: 20px;
  position: relative;
  background: #e8f3ff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }

.meter > span {
  height: 20px;
  display: block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.animate > span:after {
  display: none; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a); }

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323); }

.nostripes > span > span,
.nostripes > span::after {
  background-image: none; }

.ic_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.3; }
  .ic_close:hover {
    opacity: 1;
    cursor: pointer; }

.ic_close:before, .ic_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333; }

.ic_close:before {
  transform: rotate(45deg); }

.ic_close:after {
  transform: rotate(-45deg); }

.Toast {
  position: fixed;
  right: 20px;
  z-index: 9900000000000;
  top: 20px; }
  .Toast.Error .Toast-Inner {
    border-left: 5px solid #FC6404; }
    .Toast.Error .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Error .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #FC6404; }
  .Toast.Info .Toast-Inner {
    border-left: 5px solid #1A3AF8; }
    .Toast.Info .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Info .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #1A3AF8; }
  .Toast.Success .Toast-Inner {
    border-left: 5px solid #08B62C; }
    .Toast.Success .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Success .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #08B62C; }
  .Toast .Toast-Inner {
    border-left: 5px solid #ccc;
    border-left: 5px;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .Toast .Toast-Inner .Toast-Close {
      border-left: 1px solid #e2e2e2;
      display: inline-block;
      padding: 15px 20px;
      font-size: 16px; }
      .Toast .Toast-Inner .Toast-Close:hover {
        color: #1A3AF8;
        cursor: pointer; }
    .Toast .Toast-Inner .Toast-Icon {
      display: inline-block;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 900; }
      .Toast .Toast-Inner .Toast-Icon .Icon-Inner {
        display: inline-block;
        background: #ccc;
        width: 30px;
        height: 30px;
        max-height: 30px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .Toast .Toast-Inner .Toast-Text {
      display: inline-block;
      width: 100%;
      padding: 15px 0; }
      .Toast .Toast-Inner .Toast-Text b {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px; }
      .Toast .Toast-Inner .Toast-Text i {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        font-size: 15px;
        font-style: normal;
        color: #666;
        line-height: 24px; }

#contextmenu {
  position: fixed;
  left: -50%;
  top: -50%;
  background-color: #fafafa;
  font-size: 10pt;
  z-index: 1000;
  border: 1px solid #ccc;
  box-shadow: 0 0 6pt rgba(0, 0, 0, 0.1);
  border-radius: 4pt;
  padding: 0.5em 0 0.5em 0;
  display: block; }

#contextmenu hr {
  border: none;
  border-bottom: 1px solid #eee; }

#contextmenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0.5em 2em 0.5em 0.75em;
  max-width: 18em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#contextmenu a:hover {
  background-color: #1A3AF8;
  color: #fff; }

#contextmenu a::before {
  content: '';
  float: left;
  margin-right: 0.75em;
  width: 0.8em;
  height: 1em;
  display: inline-block; }

#contextmenu a.print::before {
  content: '\2399'; }

#contextmenu a.ticked::before {
  content: '\2713'; }

#contextmenu a.unticked::before {
  content: '\2610'; }

/* Animatinons */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
@keyframes fadeOut {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.is-fadingIn {
  -webkit-animation: fadeIn 0.1s ease-out;
  animation: fadeIn 0.1s ease-out;
  opacity: 1.0;
  display: block; }

.is-fadingOut {
  -webkit-animation: fadeOut 0.1s ease-out;
  animation: fadeOut 0.1s ease-out;
  opacity: 0.0;
  display: block; }

.switch input {
  display: none; }

.switch * {
  box-sizing: border-box;
  vertical-align: middle; }

.switch {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: pointer; }

.switch .span {
  display: inline-block;
  width: 48px;
  height: 30px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #cecece;
  transition: all .6s linear; }

.switch input:checked ~ .span {
  background: #4cd964;
  transition: all .2s ease; }

.switch .span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: #FFF;
  transition: all .4s ease; }

.switch .span:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all .2s linear; }

.switch input:checked ~ .span:after {
  transform: translate3d(18px, 0, 0); }

.switch input:checked ~ .span:before {
  transform: scale3d(0, 0, 0); }

/*
## Themes #############################
*/
.switch[data-tint="red"] input:checked ~ .span {
  background: #ff3b30; }

.switch[data-tint="orange"] input:checked ~ .span {
  background: #ff9500; }

.switch[data-tint="yellow"] input:checked ~ .span {
  background: #ffcc00; }

.switch[data-tint="teal-blue"] input:checked ~ .span {
  background: #5ac8fa; }

.switch[data-tint="blue"] input:checked ~ .span {
  background: #007aff; }

.switch[data-tint="purple"] input:checked ~ .span {
  background: #5856d6; }

.switch[data-tint="pink"] input:checked ~ .span {
  background: #ff2d55; }

/*
## end Themes ###########################
*/
/*
## Stretch effect #######################
*/
.switch input:active ~ .span:after {
  width: 33px; }

.switch input:checked:active ~ .span:after {
  transform: translate3d(11px, 0, 0); }

/*
## end Stretch effect ###################
*/
/*
## Scaling ##############################
*/
.switch-sm .span {
  width: 36px;
  height: 22.5px;
  border-radius: 11.25px; }

.switch-sm .span:before {
  border-radius: 11.25px; }

.switch-sm .span:after {
  width: 19.5px;
  height: 19.5px;
  border-radius: 9.75px; }

.switch-sm input:checked ~ .span:after {
  transform: translate3d(13.5px, 0, 0); }

.switch-sm input:active ~ .span:after {
  width: 24.75px; }

.switch-sm input:checked:active ~ .span:after {
  transform: translate3d(8.25px, 0, 0); }

.switch-lg .span {
  width: 60px;
  height: 37.5px;
  border-radius: 18.75px; }

.switch-lg .span:before {
  border-radius: 18.75px; }

.switch-lg .span:after {
  width: 32.5px;
  height: 32.5px;
  border-radius: 16.25px; }

.switch-lg input:checked ~ .span:after {
  transform: translate3d(22.5px, 0, 0); }

.switch-lg input:active ~ .span:after {
  width: 41.25px; }

.switch-lg input:checked:active ~ .span:after {
  transform: translate3d(13.75px, 0, 0); }

/*
## end Scaling ##########################
*/
/*
## States ###############################
*/
.switch input[disabled] ~ .span:before {
  background: #f2f2f2; }

.switch input[disabled] ~ .span:after {
  background: #f2f2f2; }

/*
## end States ###########################
*/
.__DockbarMobile {
  position: fixed;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 95px;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .__DockbarMobile .__DockElements {
    float: left;
    width: 100%;
    padding: 10px;
    display: flex;
    column-gap: 15px; }
    .__DockbarMobile .__DockElements .__Item {
      width: 100%;
      color: #fff;
      text-align: center;
      display: inline-block; }
      .__DockbarMobile .__DockElements .__Item .__ItemName {
        font-weight: 600;
        font-size: 11px;
        display: inline-block;
        width: 100%; }
      .__DockbarMobile .__DockElements .__Item .__ItemImageView {
        width: 100%;
        display: inline-block; }
        .__DockbarMobile .__DockElements .__Item .__ItemImageView img {
          width: 58px; }

.FullScreenMobile {
  display: none; }

@media screen and (max-width: 600px) {
  ul.GridItems {
    height: calc(100vh - 125px) !important; }

  .PhotoViewerContent {
    height: 400px !important; }

  .__DockbarMobile {
    display: inline-block; }

  .FullScreenMobile {
    display: inline-block; }

  .WidgetBar,
  #dockContainer {
    display: none !important; }

  .Layout .__DesktopView {
    height: calc(100% - 100px - 32px) !important; }

  .Layout .__ActionBar {
    display: flex !important;
    justify-content: space-between; }

  .WindowEvent .WindowEventLayout .TitleBar {
    background: #fff !important;
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important; }

  .FotoMediaCenter__Block .__BlockItems {
    overflow: scroll !important; }

  .WindowEvent .WindowEventLayout .TitleBar .TitleBar_OpenMenu {
    display: inline-block !important; }

  .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Search {
    display: none !important; }

  .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons {
    order: 3 !important; }

  .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Name {
    width: 100% !important; }

  .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons {
    direction: rtl !important; }

  .__FileSelectedInfo {
    z-index: 0 !important; }

  .FileLayoutView .__OptionLeft {
    width: 300px !important;
    display: none;
    height: calc(100% - 33px) !important;
    left: 0 !important;
    top: 33px !important;
    position: fixed !important;
    z-index: 1 !important; }

  .FileLayoutView .__ContentView {
    width: 100% !important;
    overflow-x: hidden !important; }

  .FileLayoutView .__FileContent {
    display: inline-block !important; }

  .FilesGridView {
    padding: 10px !important;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 0.8em !important; }

  .VideoPlayerLayout {
    flex-wrap: wrap;
    overflow: auto !important; }

  .VideoPlayerLayout .__PlayerRight .__SearchListener {
    height: auto !important;
    overflow: auto !important; }

  .VideoPlayerLayout .__PlayerRight {
    width: 100% !important; }

  .VideoPlayerLayout .__PlayerLeft {
    width: 100% !important; }

  .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info {
    width: 100% !important;
    padding-left: 0 !important; }

  .MP3PlayerView .MusicPlayerView .MusicPlayerView_ImageView {
    width: 80px !important;
    height: 80px !important;
    display: none !important; }

  .EmptyBox {
    width: calc(100% - 40px) !important;
    margin: 20px !important; }

  .WindowEvent {
    width: 100% !important;
    height: calc(100% - 32px) !important;
    top: 32px !important;
    left: 0 !important; }

  .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelColor {
    width: 60px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    height: 12px !important; }

  .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelName {
    padding-left: 0 !important;
    padding-top: 5px !important; }

  .SystemInfoVolumes .__Title {
    flex-wrap: wrap !important; }

  .SystemInfoVolumes .__Statistic_Labels {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 0.5em; }

  .SpotLightSearch {
    left: 0 !important;
    top: 0 !important; }

  .SpotLightSearch .__SpotLightSearchBar {
    width: 100% !important; }

  .SpotLightSearch .__SpotLightSearchContent {
    width: 100% !important; }

  .ModalViewerLayout .ModalViewerLayout_CenterView {
    padding: 0 10px !important; }

  .ModalToolbarContent {
    max-height: 450px !important;
    overflow: auto !important; }

  .Layout .__ActionBar .__Right .__Icon.WidthAuto {
    padding: 0 15px !important; }

  .Layout .__ActionBar .__Right .__DateString {
    display: none !important; }

  .Layout .__ActionBar .__Right .__UserString {
    display: none !important; }

  ul.GridItems li .FolderIcon {
    width: 60px !important;
    height: 60px !important; }

  ul.GridItems {
    grid-template-rows: repeat(auto-fill, 110px) !important;
    grid-template-columns: repeat(auto-fill, 112px) !important;
    overflow: scroll !important; }
    ul.GridItems li {
      width: 112px !important;
      height: 120px !important; } }
#MapViewer {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: middle !important; }

#disableBlock {
  display: none; }

.InfoBlockItem {
  float: left;
  width: 100%; }
  .InfoBlockItem span {
    color: #666;
    float: left; }
    .InfoBlockItem span:nth-child(1) {
      width: 120px;
      font-weight: 300;
      font-size: 11px; }
      .InfoBlockItem span:nth-child(1) b {
        font-weight: 600;
        font-size: 14px;
        color: #000; }
    .InfoBlockItem span:nth-child(2) {
      width: calc(100% - 120px);
      padding-left: 20px; }

.WetterApp {
  display: flex;
  padding: 10px; }
  .WetterApp .WetterApp_Grad {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px; }
  .WetterApp .WetterApp_City {
    float: left;
    width: 100%;
    font-size: 11px; }
  .WetterApp span:nth-child(2) {
    padding-left: 15px; }
  .WetterApp span:nth-child(1) {
    width: 48px; }
    .WetterApp span:nth-child(1) img {
      width: 48px; }

label.ios {
  display: block;
  width: 32px;
  height: 20.2px;
  margin: 0px auto;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #E6E9EC; }
  label.ios i {
    height: 16px;
    width: 16px;
    background: #ffffff;
    display: inline-block;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 2px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    pointer-events: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  label.ios label:hover > i {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.01); }
  label.ios label:active {
    background-color: #A6B9CB; }
  label.ios label:active > i {
    width: 34px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }

input.toggly:checked + label.ios:active > i {
  margin-left: 18px; }

input.toggly:checked + label > i {
  margin-left: 14px; }

input.toggly:checked + label {
  background-color: #008FFF; }

input.disable {
  display: none; }

ul.StackDeleteListener li {
  list-style: disc inside !important; }
  ul.StackDeleteListener li ul {
    margin-left: 0 !important;
    padding-left: 25px !important; }
    ul.StackDeleteListener li ul li {
      list-style: circle !important; }
      ul.StackDeleteListener li ul li ul {
        margin-left: 0 !important;
        padding-left: 15px !important; }
        ul.StackDeleteListener li ul li ul li {
          list-style: circle !important; }

.VideoConverter {
  display: flex;
  align-items: center;
  padding: 4px 0; }
  .VideoConverter img {
    width: 16px !important;
    margin-right: 10px; }

.MP3PlayerView {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #666; }
  .MP3PlayerView * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .MP3PlayerView * input, .MP3PlayerView * textarea, .MP3PlayerView * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .MP3PlayerView .MusicPlayerView {
    float: left;
    width: 100%;
    height: 200px;
    background: #000;
    padding: 20px;
    display: flex; }
    .MP3PlayerView .MusicPlayerView .__MusicInfos {
      float: left;
      width: 100%;
      height: 123px; }
    .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info {
      color: #fff;
      float: left;
      width: calc(100% - 175px);
      padding-left: 20px; }
      .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__Info_Title {
        float: left;
        text-align: left;
        width: 100%;
        font-weight: 600;
        font-size: 24px;
        color: #fff; }
      .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__Info_Title_Artist {
        float: left;
        width: 100%;
        color: #555;
        font-size: 18px; }
      .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar {
        float: left;
        margin-top: 10px;
        background: #111;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: flex; }
        .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__TimeTag {
          border-left: 1px solid #222;
          float: left;
          width: 80%; }
          .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__TimeTag .slider_container {
            width: 100%; }
        .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList {
          padding: 10px; }
          .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons {
            padding: 0; }
            .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .playpause-track i {
              font-size: 21px !important; }
            .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .playpause-track, .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .prev-track, .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .next-track {
              padding: 0 !important;
              display: inline-block;
              width: 30px;
              text-align: center; }
              .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .playpause-track img, .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .prev-track img, .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .next-track img {
                width: 24px; }
              .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .playpause-track i, .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .prev-track i, .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__InfoBar .__ButtonList .buttons .next-track i {
                font-size: 16px; }
      .MP3PlayerView .MusicPlayerView .MusicPlayerView_Info .__Info_Title_SongNumber {
        float: left;
        width: 100%;
        color: #555; }
    .MP3PlayerView .MusicPlayerView .MusicPlayerView_ImageView {
      position: relative;
      float: left;
      width: 175px;
      height: 175px; }
      .MP3PlayerView .MusicPlayerView .MusicPlayerView_ImageView .Button {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 0; }
        .MP3PlayerView .MusicPlayerView .MusicPlayerView_ImageView .Button img {
          width: 48px; }
      .MP3PlayerView .MusicPlayerView .MusicPlayerView_ImageView img {
        width: 100%; }
  .MP3PlayerView .MusicPlayerListView {
    float: left;
    width: 100%;
    height: calc(100% - 200px);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #333 #000;
    background: #000; }
    .MP3PlayerView .MusicPlayerListView .__PlayList {
      float: left;
      width: 100%; }
      .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem {
        float: left;
        width: 100%;
        color: #fff !important;
        display: flex;
        align-items: center;
        padding: 10px 20px; }
        .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem:hover {
          background: #111;
          cursor: pointer; }
        .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem span {
          float: left; }
          .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem span img {
            width: 24px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px; }
          .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem span:nth-child(2) {
            padding-left: 10px;
            padding-right: 10px;
            width: calc(100% - 24px - 40px); }
          .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem span:nth-child(3) {
            text-align: right; }
            .MP3PlayerView .MusicPlayerListView .__PlayList .__ListItem span:nth-child(3) .VioletInfo {
              background: #111;
              color: #555; }
    .MP3PlayerView .MusicPlayerListView .__SearchBar {
      position: sticky;
      top: 0;
      background: #000;
      float: left;
      width: 100%;
      padding: 10px; }
      .MP3PlayerView .MusicPlayerListView .__SearchBar input {
        width: 100%;
        border: 0;
        background: #111;
        color: #fff; }

.WidgetBar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  background: linear-gradient(-90deg, black 0%, rgba(255, 255, 255, 0) 100%); }
  .WidgetBar .WidgetItems {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 2em;
    width: 100%;
    padding: 45px 20px; }
    .WidgetBar .WidgetItems * {
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (max-device-width: 700px) {
        .WidgetBar .WidgetItems * input, .WidgetBar .WidgetItems * textarea, .WidgetBar .WidgetItems * select {
          -moz-user-select: all !important;
          -ms-user-select: all !important;
          user-select: all !important; } }
    .WidgetBar .WidgetItems .WidgetItem {
      display: inline-block;
      width: 100%; }
      .WidgetBar .WidgetItems .WidgetItem.Weather {
        background: #fff url("../../res/drawable/widget/weather/bg.jpg") left top !important;
        background-size: cover; }
      .WidgetBar .WidgetItems .WidgetItem.White {
        background: white;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }

.placeholder {
  border: 2px dashed #fff; }

.placeholder_category {
  border: 2px dashed #0A84FF;
  background: #fff;
  height: 44px; }

table.DetailViewList {
  width: 100%;
  border-collapse: collapse; }
  table.DetailViewList * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px; }
    @media screen and (max-device-width: 700px) {
      table.DetailViewList * input, table.DetailViewList * textarea, table.DetailViewList * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  table.DetailViewList tbody tr:hover {
    background: #f9f9f9; }
  table.DetailViewList tbody tr td {
    padding: 5px; }
    table.DetailViewList tbody tr td b {
      font-size: 11px; }
    table.DetailViewList tbody tr td .__ItemTextView {
      font-weight: 600;
      font-size: 11px; }
    table.DetailViewList tbody tr td .__ItemImageView {
      float: left;
      width: 30px;
      height: 30px;
      background: #f9f9f9;
      overflow: hidden; }
      table.DetailViewList tbody tr td .__ItemImageView img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  table.DetailViewList thead tr td {
    position: sticky;
    top: 0;
    font-weight: 600;
    font-size: 11px;
    padding: 5px;
    background: #f9f9f9; }

.SystemInfoVolumes {
  float: left;
  width: 100%; }
  .SystemInfoVolumes.SmartView .__Title {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .SystemInfoVolumes.SmartView .__Statistic_Labels {
    flex-wrap: wrap;
    row-gap: 1em; }
    .SystemInfoVolumes.SmartView .__Statistic_Labels .LabelItem {
      float: left;
      width: 100%; }
  .SystemInfoVolumes .__Statistic {
    float: left;
    width: 100%;
    padding: 10px 0 20px; }
  .SystemInfoVolumes .__Statistic_Labels {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 15px; }
    .SystemInfoVolumes .__Statistic_Labels .LabelItem {
      display: inline-block; }
      .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelName {
        float: left;
        padding-left: 5px; }
      .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelColor {
        float: left;
        width: 16px;
        height: 16px;
        background: #000;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelColor.Blue {
          background: #26baf7; }
        .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelColor.Yellow {
          background: #fdd12e; }
        .SystemInfoVolumes .__Statistic_Labels .LabelItem .LabelColor.Red {
          background: #f44d7f; }
  .SystemInfoVolumes .__Title {
    display: flex;
    justify-content: space-between; }
    .SystemInfoVolumes .__Title div {
      display: inline-block; }

.SystemInfoBlockItems {
  float: left;
  width: 100%; }
  .SystemInfoBlockItems .__InfoItem {
    float: left;
    width: 100%; }
    .SystemInfoBlockItems .__InfoItem.SmartView span:nth-child(1) {
      display: none; }
    .SystemInfoBlockItems .__InfoItem.SmartView span:nth-child(2) {
      width: 100% !important; }
    .SystemInfoBlockItems .__InfoItem span {
      float: left; }
      .SystemInfoBlockItems .__InfoItem span:nth-child(1) {
        width: 100px; }
        .SystemInfoBlockItems .__InfoItem span:nth-child(1) img {
          width: 60px; }
      .SystemInfoBlockItems .__InfoItem span:nth-child(2) {
        width: calc(100% - 100px); }

b {
  font-weight: 600; }

body {
  background: #f0f3f8;
  margin: 0; }

section.Layout {
  border: 0; }

iframe {
  vertical-align: middle; }

img {
  vertical-align: middle; }

.ModalButton {
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding: 8px 20px;
  text-align: right; }

.InputBlock {
  float: left;
  width: 100%;
  padding-bottom: 15px; }
  .InputBlock:last-child {
    padding-bottom: 0; }
  .InputBlock span {
    float: left;
    width: 100%; }
    .InputBlock span input[type=text] {
      width: 100%; }
    .InputBlock span:nth-child(1) {
      font-weight: 600; }
    .InputBlock span:nth-child(2) {
      padding-top: 5px; }

input[type=text] {
  user-select: auto !important; }

@-webkit-keyframes SetLeft {
  0% {
    left: 0; }
  100% {
    left: -45px; } }
@-webkit-keyframes SetRight {
  0% {
    left: 0; }
  100% {
    left: 45px; } }
body {
  background: #fff; }

.__WindowHTMLCode {
  display: none; }

.DisableItem {
  display: none; }

ul.GridItems {
  margin: 0;
  height: 100%;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(auto-fill, 140px);
  grid-template-columns: repeat(auto-fill, 140px);
  grid-gap: 5px; }
  ul.GridItems li {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    list-style: none;
    text-align: center;
    width: 140px;
    height: 140px; }
    ul.GridItems li.ui-selecting {
      border: 1px solid rgba(255, 255, 255, 0.5) !important;
      background: rgba(255, 255, 255, 0.2) !important; }
    ul.GridItems li.ui-selected {
      border: 1px solid rgba(255, 255, 255, 0.5) !important;
      background: rgba(255, 255, 255, 0.2) !important; }
    ul.GridItems li.focusState {
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.2); }
    ul.GridItems li.dropHover {
      background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-device-width: 700px) {
      ul.GridItems li input, ul.GridItems li textarea, ul.GridItems li select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
    ul.GridItems li:hover {
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.2); }
    ul.GridItems li:focus, ul.GridItems li:active {
      border: 1px solid rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0.4); }
    ul.GridItems li .CountValue {
      position: absolute;
      top: -15px;
      right: -15px;
      display: inline-block;
      background: #2b65f8;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-weight: 600; }
    ul.GridItems li .FolderIcon {
      display: inline-block;
      width: 80px;
      height: 80px; }
      ul.GridItems li .FolderIcon.Center {
        display: flex;
        align-items: center;
        justify-content: center; }
      ul.GridItems li .FolderIcon .FolderIcon_ImageView {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        background: #fff;
        padding: 3px;
        height: 70%;
        border: 1px solid rgba(0, 0, 0, 0.8); }
        ul.GridItems li .FolderIcon .FolderIcon_ImageView img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          vertical-align: middle; }
      ul.GridItems li .FolderIcon img {
        width: 100%;
        object-fit: contain; }
    ul.GridItems li .FolderName {
      padding: 5px 10px 0 10px;
      float: left;
      width: 100%;
      height: 42px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); }

.ContentViewSearch {
  float: left;
  width: 100%;
  height: calc(100vh - 105px);
  background: #fff url("../drawable/bg.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ContentViewSearch.DisableView {
    display: none; }
  .ContentViewSearch.Desktop {
    align-items: inherit;
    justify-content: inherit;
    padding: 20px; }
  .ContentViewSearch .DesktopGridView {
    display: grid; }
  .ContentViewSearch .__ContentViewLayout {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 300; }
    .ContentViewSearch .__ContentViewLayout img {
      vertical-align: middle; }
    .ContentViewSearch .__ContentViewLayout b {
      display: inline-block;
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 24px; }
    .ContentViewSearch .__ContentViewLayout input {
      font-weight: 400;
      font-size: 24px; }

ul.CategoryListenerItems {
  margin: 0;
  padding: 10px 0; }
  ul.CategoryListenerItems * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      ul.CategoryListenerItems * input, ul.CategoryListenerItems * textarea, ul.CategoryListenerItems * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  ul.CategoryListenerItems li {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600; }
    ul.CategoryListenerItems li .btn {
      width: 100%; }
    ul.CategoryListenerItems li span {
      float: left; }
      ul.CategoryListenerItems li span:nth-child(1) {
        width: 40px; }
        ul.CategoryListenerItems li span:nth-child(1) img {
          width: 24px;
          vertical-align: middle; }
      ul.CategoryListenerItems li span:nth-child(2) {
        width: calc(100% - 40px);
        font-weight: 600; }
      ul.CategoryListenerItems li span:nth-child(3) {
        padding-left: 10px; }
    ul.CategoryListenerItems li:hover {
      background: #f9f9f9; }

.FileMiniViewFilesTransfer {
  transform: scale(0.5);
  border: 0 !important;
  background: #f0f4ff !important;
  padding: 10px;
  position: relative !important;
  display: inline-flex;
  align-items: center; }
  .FileMiniViewFilesTransfer .CountValue {
    position: absolute;
    top: -15px;
    right: -15px;
    display: inline-block;
    background: #2b65f8;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 600; }
  .FileMiniViewFilesTransfer .CheckboxItem {
    display: none !important; }
  .FileMiniViewFilesTransfer .__ItemImageView {
    float: left;
    width: 150px !important; }
    .FileMiniViewFilesTransfer .__ItemImageView img {
      width: 150px;
      height: 150px;
      object-fit: cover; }
  .FileMiniViewFilesTransfer .__ItemButtons {
    display: none !important; }
  .FileMiniViewFilesTransfer .__ItemInfos {
    float: left;
    padding-left: 10px !important;
    width: calc(100% - 150px) !important; }

.FileMiniView {
  transform: scale(0.5);
  border: 0 !important;
  background: #f0f4ff !important; }

.__FileSelectedInfo {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2; }
  .__FileSelectedInfo * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .__FileSelectedInfo * input, .__FileSelectedInfo * textarea, .__FileSelectedInfo * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .__FileSelectedInfo .__InnerView {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .__FileSelectedInfo * {
    font-size: 11px; }
  .__FileSelectedInfo .__Name {
    float: left;
    font-weight: 600;
    font-size: 11px; }
  .__FileSelectedInfo .__Icons {
    float: left; }
    .__FileSelectedInfo .__Icons a {
      color: #000;
      text-decoration: none; }
      .__FileSelectedInfo .__Icons a:hover {
        color: #304FFE; }

a {
  color: #304FFE; }
  a:hover, a:active, a:focus {
    color: #304FFE; }

.FilesGridView {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  grid-gap: 1.2em;
  align-items: flex-start;
  align-content: flex-start;
  padding: 30px; }
  .FilesGridView * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .FilesGridView * input, .FilesGridView * textarea, .FilesGridView * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .FilesGridView .__ItemTextViewBlock {
    display: inline-block;
    width: 100%; }
    .FilesGridView .__ItemTextViewBlock.setTitle {
      height: 40px; }
      .FilesGridView .__ItemTextViewBlock.setTitle .__ItemTextView {
        font-size: 12px; }
  .FilesGridView .__Item {
    position: relative;
    background: #fff;
    display: flex;
    align-content: space-between;
    width: 100%;
    height: auto;
    max-width: 380px;
    min-height: 0;
    padding: 10px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-width: 0; }
    .FilesGridView .__Item.ui-selecting {
      border: 1px solid #2b65f8;
      background: rgba(43, 101, 248, 0.1); }
    .FilesGridView .__Item.ui-selected {
      border: 1px solid #2b65f8;
      background: rgba(43, 101, 248, 0.1); }
    .FilesGridView .__Item:hover {
      border: 1px solid #2b65f8; }
      .FilesGridView .__Item:hover .__ItemTextView {
        color: #2b65f8; }
    .FilesGridView .__Item .CountValue {
      position: absolute;
      top: -15px;
      right: -15px;
      display: inline-block;
      background: #2b65f8;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-weight: 600; }
    .FilesGridView .__Item .CheckboxItem {
      position: absolute;
      top: 0px;
      left: 0px;
      display: none; }
      .FilesGridView .__Item .CheckboxItem .CheckboxItemLayout {
        background: #fff;
        display: inline-block;
        border: 1px solid #e2e2e2;
        border-top: 0;
        border-left: 0;
        -webkit-border-radius: 6px 0 6px 0;
        -moz-border-radius: 6px 0 6px 0;
        border-radius: 6px 0 6px 0;
        padding: 10px; }
    .FilesGridView .__Item .__ItemButtons {
      float: left;
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #e2e2e2;
      padding-top: 10px;
      display: flex;
      column-gap: 0.6em; }
      .FilesGridView .__Item .__ItemButtons .__ItemButton {
        display: inline-block;
        width: 100%; }
        .FilesGridView .__Item .__ItemButtons .__ItemButton .BlueInfo {
          width: 100%;
          text-align: center; }
        .FilesGridView .__Item .__ItemButtons .__ItemButton .RedInfo {
          width: 100%;
          text-align: center; }
    .FilesGridView .__Item .__ItemTextViewDate {
      float: left;
      width: 100%;
      padding: 5px 4px 0;
      font-weight: 300; }
    .FilesGridView .__Item .__ItemTextView {
      float: left;
      word-break: break-word;
      min-width: 0;
      width: 100%;
      cursor: pointer;
      padding: 10px 5px 0;
      font-weight: 600;
      font-size: 14px; }
      .FilesGridView .__Item .__ItemTextView.Truncate {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .FilesGridView .__Item .__ItemInfos {
      float: left;
      padding-left: 10px;
      width: calc(100% - 150px); }
    .FilesGridView .__Item .__ItemImageView {
      cursor: pointer;
      float: left;
      width: 150px;
      background: #f0f3f8;
      height: 158px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden; }
      .FilesGridView .__Item .__ItemImageView img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.FormAction {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.FileListener {
  float: left;
  width: 100%; }

.UploadContentView {
  display: none; }

.FileUploaderList {
  float: left;
  height: 100%;
  top: 40px;
  right: 0;
  width: 450px;
  z-index: 1; }
  .FileUploaderList .__ListView {
    float: left;
    width: 450px;
    height: 100%; }
    .FileUploaderList .__ListView .__ListViewContent {
      float: left;
      width: 100%;
      height: calc(100% - 61px);
      max-height: 500px;
      overflow: auto;
      scrollbar-width: thin; }
      .FileUploaderList .__ListView .__ListViewContent table tbody tr td {
        color: #000; }
      .FileUploaderList .__ListView .__ListViewContent table thead tr td {
        color: #000; }
    .FileUploaderList .__ListView .__ListViewTitle {
      color: #000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      float: left;
      padding: 15px 20px;
      width: 100%;
      border-bottom: 1px solid #eee;
      font-weight: 600; }
      .FileUploaderList .__ListView .__ListViewTitle .Left {
        display: inline-block; }
        .FileUploaderList .__ListView .__ListViewTitle .Left.isUploadClose {
          display: none; }

table.White {
  float: left;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  table.White.Mini tbody tr td, table.White.Mini thead tr td {
    padding: 10px 20px; }
  table.White tbody tr td {
    word-break: break-all;
    padding: 20px;
    border-bottom: 1px solid #eee; }
    table.White tbody tr td img {
      object-fit: cover;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      vertical-align: middle; }
  table.White thead tr td {
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #eee; }
table.Table {
  width: 100%;
  border-collapse: collapse; }
  table.Table tbody tr td {
    word-break: break-all;
    padding: 20px; }
  table.Table thead tr td {
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #eee; }

.DragLayout {
  float: left;
  width: 100%; }
  .DragLayout .__ButtonView {
    float: left;
    width: 100%;
    padding: 20px 70px; }
  .DragLayout .__TextView {
    float: left;
    width: 100%;
    color: #12487d;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
  .DragLayout:hover .__DragAnimation .__MainIcon {
    transform: scale(1.1); }
    .DragLayout:hover .__DragAnimation .__MainIcon img {
      -webkit-box-shadow: 0 0 20px 5px #fff;
      -moz-box-shadow: 0 0 20px 5px #fff;
      box-shadow: 0 0 20px 5px #fff; }
    .DragLayout:hover .__DragAnimation .__MainIcon .__RightIcon {
      display: inline-block;
      -webkit-animation: linear forwards;
      -webkit-animation-name: SetLeft;
      -webkit-animation-duration: 0.1s; }
    .DragLayout:hover .__DragAnimation .__MainIcon .__LeftIcon {
      display: inline-block;
      -webkit-animation: linear forwards;
      -webkit-animation-name: SetRight;
      -webkit-animation-duration: 0.1s; }
  .DragLayout .__DragAnimation {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .DragLayout .__DragAnimation .__MainIcon {
      position: relative;
      width: 60px;
      height: 90px;
      display: inline-block; }
      .DragLayout .__DragAnimation .__MainIcon .__LeftIcon {
        display: none;
        position: absolute;
        top: 7px;
        left: 45px; }
        .DragLayout .__DragAnimation .__MainIcon .__LeftIcon img {
          width: 50px;
          transform: rotate(10deg); }
      .DragLayout .__DragAnimation .__MainIcon .__RightIcon {
        transition: all 3s ease;
        display: none;
        position: absolute;
        top: 7px;
        left: 0px; }
        .DragLayout .__DragAnimation .__MainIcon .__RightIcon img {
          width: 50px;
          transform: rotate(-10deg); }
      .DragLayout .__DragAnimation .__MainIcon .__MainIconView {
        position: absolute;
        z-index: 1; }
      .DragLayout .__DragAnimation .__MainIcon img {
        width: 60px; }

.__CategoryListSelector {
  float: left;
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 200px;
  overflow: auto;
  scrollbar-with: thin; }
  .__CategoryListSelector.MiniHeight {
    height: 100px; }
  .__CategoryListSelector.AutoHeight {
    height: auto; }
  .__CategoryListSelector .__CategoryItem_3 {
    float: left;
    width: 100%;
    padding: 5px 15px 5px 55px; }
  .__CategoryListSelector .__CategoryItem_2 {
    float: left;
    width: 100%;
    padding: 5px 15px 5px 35px; }
  .__CategoryListSelector .__CategoryItem_100 {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: #ededff;
    background: linear-gradient(90deg, #ededff 0%, white 100%);
    border-bottom: 1px solid #e2e2e2; }
    .__CategoryListSelector .__CategoryItem_100:last-child {
      border-bottom: 0; }
  .__CategoryListSelector .__CategoryItem_1 {
    float: left;
    width: 100%;
    padding: 5px 15px;
    background: linear-gradient(90deg, #f0f8f2 0%, white 100%); }

.LoginLayout {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: #fff; }
  .LoginLayout .__LoginLayout {
    float: left;
    width: 350px;
    padding: 40px 0;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1); }
    .LoginLayout .__LoginLayout .__LoginForm {
      float: left;
      width: 100%;
      padding: 0 40px; }
      .LoginLayout .__LoginLayout .__LoginForm .btn {
        width: 100%; }
    .LoginLayout .__LoginLayout .__Login_Logo {
      float: left;
      width: 100%;
      padding: 0 0 40px 0;
      text-align: center; }
      .LoginLayout .__LoginLayout .__Login_Logo img {
        width: 40%; }

.CategoryListItems {
  float: left;
  width: 100%;
  background: #fff; }
  .CategoryListItems.Upload {
    width: calc(100% - 450px); }
  .CategoryListItems .__GridItems {
    display: grid;
    width: 100%;
    overflow: visible;
    grid-template-columns: repeat(1000, auto);
    padding: 0 0px;
    border-bottom: 1px solid #e2e2e2; }
    .CategoryListItems .__GridItems * {
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (max-device-width: 700px) {
        .CategoryListItems .__GridItems * input, .CategoryListItems .__GridItems * textarea, .CategoryListItems .__GridItems * select {
          -moz-user-select: all !important;
          -ms-user-select: all !important;
          user-select: all !important; } }
    .CategoryListItems .__GridItems .__Item {
      word-break: keep-all !important;
      display: flex;
      align-items: center;
      padding: 10px 10px 10px 20px;
      border-right: 1px solid #eee; }
      .CategoryListItems .__GridItems .__Item.active {
        color: #2b65f8;
        border-bottom: 1px solid #2b65f8; }
      .CategoryListItems .__GridItems .__Item:hover {
        color: #2b65f8;
        cursor: pointer; }
        .CategoryListItems .__GridItems .__Item:hover span:nth-child(3), .CategoryListItems .__GridItems .__Item:hover span:nth-child(4) {
          display: inline-block; }
      .CategoryListItems .__GridItems .__Item * {
        word-break: keep-all !important; }
      .CategoryListItems .__GridItems .__Item:first-child {
        padding: 10px 20px; }
      .CategoryListItems .__GridItems .__Item:last-child {
        padding: 10px 20px; }
      .CategoryListItems .__GridItems .__Item span {
        transition: all 0.2s ease;
        float: left; }
        .CategoryListItems .__GridItems .__Item span img {
          width: 24px;
          vertical-align: middle; }
        .CategoryListItems .__GridItems .__Item span:nth-child(2) {
          padding-left: 10px;
          font-weight: 600; }
        .CategoryListItems .__GridItems .__Item span:nth-child(3) {
          border-left: 1px solid #e2e2e2;
          padding-left: 10px;
          margin-left: 10px;
          height: 20px;
          position: relative; }
          .CategoryListItems .__GridItems .__Item span:nth-child(3) .__MenuItems {
            position: absolute;
            z-index: 3;
            right: -11px;
            top: 34px;
            display: none; }
            .CategoryListItems .__GridItems .__Item span:nth-child(3) .__MenuItems .__MenuItemsBox {
              color: #000;
              display: inline-block;
              border: 1px solid #e2e2e2;
              border-top: 0;
              padding: 5px 0;
              min-width: 180px;
              background: #fff; }
              .CategoryListItems .__GridItems .__Item span:nth-child(3) .__MenuItems .__MenuItemsBox .__MenuItem {
                float: left;
                width: 100%;
                padding: 10px 20px;
                font-weight: 600;
                font-size: 14px; }
                .CategoryListItems .__GridItems .__Item span:nth-child(3) .__MenuItems .__MenuItemsBox .__MenuItem:hover {
                  background: #f9f9f9; }

.HeaderLayout {
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #f2f2f2 0%, white 100%);
  height: 60px;
  border-bottom: 1px solid #e2e2e2; }
  .HeaderLayout.Upload {
    width: calc(100% - 450px); }
  .HeaderLayout .__UserItem {
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
    padding-right: 10px; }
    .HeaderLayout .__UserItem .__UserName {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 600; }
    .HeaderLayout .__UserItem .__UserPhoto {
      float: left;
      width: 35px;
      height: 35px;
      background: #ccc;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      overflow: hidden; }
      .HeaderLayout .__UserItem .__UserPhoto img {
        width: 100%;
        height: 100%;
        object-fit: cover !important; }
  .HeaderLayout .__OptionItems {
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
    padding-right: 10px; }
    .HeaderLayout .__OptionItems .__OptionItem_Gear {
      color: #666;
      width: 35px;
      height: 35px;
      background: #f9f9f9;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .HeaderLayout .__OptionItems .__OptionItem_Gear:hover {
        background: #304FFE;
        color: #fff;
        cursor: pointer; }
  .HeaderLayout .__Search {
    float: left;
    display: flex;
    align-items: center; }
    .HeaderLayout .__Search .__SearchButton {
      float: left;
      padding-left: 15px; }
    .HeaderLayout .__Search .__SearchTime {
      float: left; }
      .HeaderLayout .__Search .__SearchTime input {
        background: transparent;
        padding: 5px 15px;
        border: 0;
        border-right: 1px solid #eee;
        height: 59px;
        font-size: 16px; }
        .HeaderLayout .__Search .__SearchTime input:hover, .HeaderLayout .__Search .__SearchTime input:active, .HeaderLayout .__Search .__SearchTime input:focus {
          -webkit-box-shadow: 0 0 0 0;
          -moz-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0; }
    .HeaderLayout .__Search .__SearchField {
      float: left; }
    .HeaderLayout .__Search input[type=text]#SearchField {
      color: #000;
      background: transparent;
      font-size: 16px;
      padding: 0 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      border-right: 1px solid #eee;
      height: 59px; }
      .HeaderLayout .__Search input[type=text]#SearchField:hover, .HeaderLayout .__Search input[type=text]#SearchField:active, .HeaderLayout .__Search input[type=text]#SearchField:focus {
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0; }
  .HeaderLayout .__Logo {
    border-right: 1px solid #eee;
    padding: 15px 20px;
    float: left; }
    .HeaderLayout .__Logo img {
      cursor: pointer;
      vertical-align: middle;
      height: 30px; }

.RelativeLayout {
  display: flex;
  width: 100%; }
  .RelativeLayout .View {
    display: flex;
    width: 1280px;
    height: 720px;
    background: #fff; }
    .RelativeLayout .View.FullScreen {
      width: 100%;
      height: 100%; }
    .RelativeLayout .View .ContentView {
      float: left;
      width: 100%; }
      .RelativeLayout .View .ContentView.DisableView {
        display: none; }
      .RelativeLayout .View .ContentView.Upload {
        width: calc(100% - 450px); }
      .RelativeLayout .View .ContentView .__Content {
        float: left;
        width: 100%; }
      .RelativeLayout .View .ContentView .__Title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e2;
        float: left;
        width: 100%;
        background: #fff;
        padding: 15px 30px; }
        .RelativeLayout .View .ContentView .__Title .__TitleBox {
          float: left; }
          .RelativeLayout .View .ContentView .__Title .__TitleBox.SetLeft {
            padding-left: 20px; }
            .RelativeLayout .View .ContentView .__Title .__TitleBox.SetLeft input {
              background: #f0f3f8;
              color: #12487d;
              border: 1px solid #f0f3f8; }
          .RelativeLayout .View .ContentView .__Title .__TitleBox.Right {
            float: right; }
          .RelativeLayout .View .ContentView .__Title .__TitleBox.ButtonBox {
            min-width: 120px; }
          .RelativeLayout .View .ContentView .__Title .__TitleBox.TitleText {
            font-weight: 600;
            font-size: 24px; }
    .RelativeLayout .View .ViewMenu {
      position: relative;
      float: left;
      width: 250px;
      height: 100%;
      border-right: 1px solid #e2e2e2; }
      .RelativeLayout .View .ViewMenu .__CategoryListSearch {
        float: left;
        width: 100%;
        padding: 0 30px 10px; }
        .RelativeLayout .View .ViewMenu .__CategoryListSearch input {
          color: #12487d;
          background: #f0f3f8;
          border: 1px solid #f0f3f8; }
      .RelativeLayout .View .ViewMenu .__CategoryList {
        float: left;
        width: 100%;
        height: calc(100% - 200px - 50px);
        overflow: auto;
        scrollbar-width: thin; }
        .RelativeLayout .View .ViewMenu .__CategoryList .__Item {
          margin: 5px 0;
          display: flex;
          align-items: center;
          padding: 0px 15px;
          border-left: 4px solid #fff; }
          .RelativeLayout .View .ViewMenu .__CategoryList .__Item:hover, .RelativeLayout .View .ViewMenu .__CategoryList .__Item.active {
            cursor: pointer;
            color: #4f8ff1;
            border-left: 4px solid #4f8ff1; }
          .RelativeLayout .View .ViewMenu .__CategoryList .__Item:hover span:nth-child(3) {
            display: inline-block; }
          .RelativeLayout .View .ViewMenu .__CategoryList .__Item span {
            float: left; }
            .RelativeLayout .View .ViewMenu .__CategoryList .__Item span img {
              vertical-align: middle; }
            .RelativeLayout .View .ViewMenu .__CategoryList .__Item span:nth-child(1) {
              padding: 10px 0;
              width: 50px;
              font-size: 16px;
              padding-left: 15px; }
              .RelativeLayout .View .ViewMenu .__CategoryList .__Item span:nth-child(1) i {
                font-size: 16px; }
              .RelativeLayout .View .ViewMenu .__CategoryList .__Item span:nth-child(1) img {
                width: 24px; }
            .RelativeLayout .View .ViewMenu .__CategoryList .__Item span:nth-child(2) {
              padding: 10px 0;
              width: calc(100% - 50px - 30px);
              font-weight: 600;
              font-size: 16px; }
            .RelativeLayout .View .ViewMenu .__CategoryList .__Item span:nth-child(3) {
              text-align: right;
              display: none;
              height: 24px;
              font-size: 18px; }
              .RelativeLayout .View .ViewMenu .__CategoryList .__Item span:nth-child(3) i {
                font-size: 18px; }
      .RelativeLayout .View .ViewMenu .__CreateButton {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px; }
        .RelativeLayout .View .ViewMenu .__CreateButton .btn {
          width: 100%; }
      .RelativeLayout .View .ViewMenu .__Logo {
        float: left;
        width: 100%;
        padding: 30px; }
        .RelativeLayout .View .ViewMenu .__Logo img {
          width: 80%; }

.PhotoSlideViewMini {
  float: left;
  width: 100%;
  height: 70px; }

.PhotoSlideView {
  float: left;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .PhotoSlideView img {
    max-width: 100% !important;
    max-height: 600px;
    object-fit: contain; }

.EmptyBox {
  float: left;
  width: calc(100% - 60px);
  background: #f0f3f8;
  margin: 30px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center; }
  .EmptyBox span {
    color: #12487d;
    float: left; }
    .EmptyBox span:nth-child(2) {
      padding-left: 20px; }
      .EmptyBox span:nth-child(2) b {
        font-weight: 600;
        font-size: 18px; }
    .EmptyBox span:nth-child(1) {
      width: 100px; }
      .EmptyBox span:nth-child(1) img {
        width: 80%; }

@media screen and (max-width: 1024px) {
  body {
    background: #fff; }

  .RelativeLayout .View {
    width: 100vw;
    height: 100vh; } }
@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translateY(50%); }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.MoveCategoryItem {
  display: inline-block;
  padding: 0 10px;
  background: #fff; }
  .MoveCategoryItem img {
    width: 48px !important; }

.FileLayoutView {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  .FileLayoutView .__FileCategoryListener {
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
    background: #eeeeee; }
    .FileLayoutView .__FileCategoryListener * {
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (max-device-width: 700px) {
        .FileLayoutView .__FileCategoryListener * input, .FileLayoutView .__FileCategoryListener * textarea, .FileLayoutView .__FileCategoryListener * select {
          -moz-user-select: all !important;
          -ms-user-select: all !important;
          user-select: all !important; } }
    .FileLayoutView .__FileCategoryListener .CategoryItems {
      display: flex;
      padding: 7px;
      column-gap: 0.3em; }
      .FileLayoutView .__FileCategoryListener .CategoryItems .__Item {
        min-width: 0;
        display: inline-block;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 2px 5px;
        font-weight: 600; }
        .FileLayoutView .__FileCategoryListener .CategoryItems .__Item:hover {
          color: #304FFE;
          -webkit-box-shadow: 0 1px 1px 0 rgba(0, 122, 255, 0.14);
          -moz-box-shadow: 0 1px 1px 0 rgba(0, 122, 255, 0.14);
          box-shadow: 0 1px 1px 0 rgba(0, 122, 255, 0.14); }
  .FileLayoutView .__FileContent {
    display: flex;
    width: 100%;
    height: 100%; }
    .FileLayoutView .__FileContent#setCategoryTopListener {
      height: calc(100% - 40px); }
  .FileLayoutView .__ContentView {
    position: relative;
    float: left;
    width: calc(100% - 350px);
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    background: #fff; }
    .FileLayoutView .__ContentView.dropHover {
      box-shadow: inset 2px 0 #0A84FF, inset 0 0 100px 0 rgba(10, 132, 255, 0.2); }
  .FileLayoutView .__OptionLeft {
    float: left;
    width: 350px;
    border-right: 1px solid #e2e2e2;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eee;
    scrollbar-width: thin; }
    .FileLayoutView .__OptionLeft.ui-resizable {
      position: relative !important; }
    .FileLayoutView .__OptionLeft.ui-droppable-hover {
      box-shadow: inset 0 0 100px 0 rgba(10, 132, 255, 0.2); }
    .FileLayoutView .__OptionLeft .DropCategoryContainer {
      float: left;
      display: none;
      width: calc(100% - 40px);
      margin: 10px 20px;
      font-weight: 600;
      font-size: 14px;
      border: 2px dashed #0A84FF;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #fff;
      padding: 10px 20px; }

.__SearchFilter {
  float: left;
  width: 100%;
  padding: 10px 20px; }
  .__SearchFilter * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .__SearchFilter * input, .__SearchFilter * textarea, .__SearchFilter * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .__SearchFilter .__SearchFilterItem {
    float: left;
    width: 100%;
    padding: 5px 0; }
    .__SearchFilter .__SearchFilterItem span {
      float: left;
      width: 100%; }
      .__SearchFilter .__SearchFilterItem span select, .__SearchFilter .__SearchFilterItem span input[type=text] {
        width: 100%;
        height: 30px;
        font-size: 11px; }
      .__SearchFilter .__SearchFilterItem span.Split-2 {
        display: flex;
        column-gap: 10px; }
      .__SearchFilter .__SearchFilterItem span:nth-child(1) {
        font-size: 11px; }
      .__SearchFilter .__SearchFilterItem span:nth-child(2) {
        padding-top: 5px; }
  .__SearchFilter .__SearchFilterTitle {
    float: left;
    padding-top: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 11px; }

ul.DeleteList {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }
  ul.DeleteList li {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center; }
    ul.DeleteList li:last-child {
      border-bottom: 0; }
    ul.DeleteList li span {
      float: left; }
      ul.DeleteList li span:nth-child(1) {
        width: 45px; }
        ul.DeleteList li span:nth-child(1) img {
          width: 32px;
          height: 32px;
          object-fit: cover;
          vertical-align: middle; }
      ul.DeleteList li span:nth-child(2) {
        width: calc(100% - 45px);
        word-break: break-word;
        font-weight: 600; }
ul.FileEditMenu {
  display: none;
  z-index: 1000;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  width: 180px;
  white-space: nowrap;
  font-family: sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 5px 0; }
  ul.FileEditMenu * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
    @media screen and (max-device-width: 700px) {
      ul.FileEditMenu * input, ul.FileEditMenu * textarea, ul.FileEditMenu * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  ul.FileEditMenu li {
    font-weight: 600;
    list-style: none;
    float: left;
    width: 100%;
    padding: 5px 20px; }
    ul.FileEditMenu li:hover {
      background: #2b65f8;
      color: #fff; }

.FolderIconGridView {
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap; }
  .FolderIconGridView:focus, .FolderIconGridView:active, .FolderIconGridView.focusState {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2); }
  .FolderIconGridView * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .FolderIconGridView * input, .FolderIconGridView * textarea, .FolderIconGridView * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .FolderIconGridView .__FolderName {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); }
  .FolderIconGridView .__FolderIcon {
    display: inline-block; }
    .FolderIconGridView .__FolderIcon img {
      vertical-align: middle;
      width: 82px;
      max-width: 100%; }

.TabItems {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 20px;
  background: #f9f9f9; }

.SpotLightSearch {
  display: none;
  position: fixed;
  z-index: 1000;
  left: calc(50% - 300px);
  top: calc(20% - 30px); }
  .SpotLightSearch * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .SpotLightSearch * input, .SpotLightSearch * textarea, .SpotLightSearch * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .SpotLightSearch .__FileItem {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e2e2; }
    .SpotLightSearch .__FileItem:last-child {
      border-bottom: 0; }
    .SpotLightSearch .__FileItem img {
      width: 40px;
      height: 40px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      object-fit: cover; }
    .SpotLightSearch .__FileItem span {
      float: left; }
      .SpotLightSearch .__FileItem span:nth-child(1) {
        width: 50px; }
      .SpotLightSearch .__FileItem span:nth-child(3) {
        width: 50px;
        text-align: right; }
      .SpotLightSearch .__FileItem span:nth-child(2) {
        width: calc(100% - 100px);
        padding-right: 15px;
        padding-left: 10px;
        font-weight: 600;
        word-break: break-all; }
  .SpotLightSearch .__LoadingMask {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
  .SpotLightSearch .__SpotLightSearchContent {
    float: left;
    width: 600px;
    display: none;
    clear: both;
    background: #fff;
    min-height: 50px;
    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .SpotLightSearch .__SpotLightSearchBar {
    display: flex;
    align-items: center;
    float: left;
    width: 600px;
    height: 60px;
    background: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.5); }
    .SpotLightSearch .__SpotLightSearchBar input[type=text] {
      user-select: auto !important; }
    .SpotLightSearch .__SpotLightSearchBar .SearchIcon {
      color: #fff;
      display: inline-block;
      padding: 0 20px;
      font-size: 24px; }
      .SpotLightSearch .__SpotLightSearchBar .SearchIcon i {
        font-size: 24px; }
    .SpotLightSearch .__SpotLightSearchBar input[type=text] {
      font-size: 24px;
      width: 100%;
      height: 60px;
      background: #000;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 !important;
      -moz-box-shadow: 0 !important;
      box-shadow: 0 !important;
      color: #fff;
      padding: 0 30px; }
      .SpotLightSearch .__SpotLightSearchBar input[type=text]:focus, .SpotLightSearch .__SpotLightSearchBar input[type=text]:hover, .SpotLightSearch .__SpotLightSearchBar input[type=text]:active {
        -webkit-box-shadow: 0 !important;
        -moz-box-shadow: 0 !important;
        box-shadow: 0 !important; }

.PhotoViewerContent {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  width: 100%;
  height: 600px;
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px; }
  @media screen and (max-device-width: 700px) {
    .PhotoViewerContent input, .PhotoViewerContent textarea, .PhotoViewerContent select {
      -moz-user-select: all !important;
      -ms-user-select: all !important;
      user-select: all !important; } }
  .PhotoViewerContent * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .PhotoViewerContent * input, .PhotoViewerContent * textarea, .PhotoViewerContent * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .PhotoViewerContent .PhotoBottomText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%); }
    .PhotoViewerContent .PhotoBottomText .__Options {
      float: right;
      max-width: 50%;
      color: #fff;
      padding: 20px; }
      .PhotoViewerContent .PhotoBottomText .__Options span {
        display: inline-block;
        padding: 3px 8px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .PhotoViewerContent .PhotoBottomText .__Options span:hover {
          background: #111; }
    .PhotoViewerContent .PhotoBottomText .__Text {
      float: left;
      padding: 20px;
      max-width: 50%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #fff;
      font-weight: 600; }
  .PhotoViewerContent img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.PhotoViewerMenu {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between; }
  .PhotoViewerMenu .__PhotoName {
    float: left; }
  .PhotoViewerMenu .__PhotoOptions {
    float: left; }

.Layout {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000 url("../drawable/paper/lion.png") center no-repeat;
  background-size: cover; }
  .Layout .DesktopViewList {
    float: left;
    width: 100%;
    height: 100%; }
  .Layout .__DesktopView {
    float: left;
    width: 100%;
    height: calc(100% - 32px - 100px); }
    .Layout .__DesktopView ul.__GridView {
      padding: 0;
      margin: 0;
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: repeat(auto-fill, 120px);
      grid-template-columns: repeat(auto-fill, 120px); }
      .Layout .__DesktopView ul.__GridView li {
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        list-style: none;
        text-align: center; }
        @media screen and (max-device-width: 700px) {
          .Layout .__DesktopView ul.__GridView li input, .Layout .__DesktopView ul.__GridView li textarea, .Layout .__DesktopView ul.__GridView li select {
            -moz-user-select: all !important;
            -ms-user-select: all !important;
            user-select: all !important; } }
        .Layout .__DesktopView ul.__GridView li:hover {
          border: 1px solid rgba(255, 255, 255, 0.5);
          background: rgba(255, 255, 255, 0.2); }
        .Layout .__DesktopView ul.__GridView li:focus, .Layout .__DesktopView ul.__GridView li:active {
          border: 1px solid rgba(255, 255, 255, 0.6);
          background: rgba(255, 255, 255, 0.4); }
        .Layout .__DesktopView ul.__GridView li .FolderIcon {
          display: inline-block;
          width: 60px;
          height: 60px; }
          .Layout .__DesktopView ul.__GridView li .FolderIcon img {
            width: 100%;
            object-fit: contain; }
        .Layout .__DesktopView ul.__GridView li .FolderName {
          padding-top: 5px;
          float: left;
          width: 100%;
          text-align: center;
          color: #fff;
          font-weight: 600;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); }
  .Layout .__ActionBarPlaceholder {
    float: left;
    width: 100%;
    height: 32px; }
  .Layout .__ActionBar {
    position: fixed;
    float: left;
    width: 100%;
    height: 32px;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5); }
    .Layout .__ActionBar * {
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (max-device-width: 700px) {
        .Layout .__ActionBar * input, .Layout .__ActionBar * textarea, .Layout .__ActionBar * select {
          -moz-user-select: all !important;
          -ms-user-select: all !important;
          user-select: all !important; } }
    .Layout .__ActionBar .__Left {
      float: left;
      padding-left: 10px;
      display: flex; }
      .Layout .__ActionBar .__Left .__MenuItem {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        height: 32px;
        color: #fff;
        font-weight: 600; }
        .Layout .__ActionBar .__Left .__MenuItem:hover {
          background: #000;
          cursor: default; }
        .Layout .__ActionBar .__Left .__MenuItem .__MenuItems {
          display: none;
          position: absolute;
          top: 32px;
          left: 0;
          background: rgba(0, 0, 0, 0.9);
          width: 200px;
          padding: 5px 0;
          float: left; }
          .Layout .__ActionBar .__Left .__MenuItem .__MenuItems .__Item {
            float: left;
            width: 100%;
            padding: 7px 20px; }
            .Layout .__ActionBar .__Left .__MenuItem .__MenuItems .__Item:hover {
              background: #2b65f8; }
      .Layout .__ActionBar .__Left .__Logo {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #fff; }
        .Layout .__ActionBar .__Left .__Logo:hover {
          background: #000;
          cursor: default; }
        .Layout .__ActionBar .__Left .__Logo .__MenuItems {
          display: none;
          position: absolute;
          top: 32px;
          left: 0;
          background: rgba(0, 0, 0, 0.9);
          width: 200px;
          padding: 5px 0;
          float: left; }
          .Layout .__ActionBar .__Left .__Logo .__MenuItems .__Item {
            font-weight: 600;
            float: left;
            width: 100%;
            padding: 7px 20px; }
            .Layout .__ActionBar .__Left .__Logo .__MenuItems .__Item:hover {
              background: #2b65f8; }
    .Layout .__ActionBar .__Right {
      float: right;
      height: 32px;
      display: flex;
      align-items: center; }
      .Layout .__ActionBar .__Right .__UserString {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        @media screen and (max-device-width: 700px) {
          .Layout .__ActionBar .__Right .__UserString input, .Layout .__ActionBar .__Right .__UserString textarea, .Layout .__ActionBar .__Right .__UserString select {
            -moz-user-select: all !important;
            -ms-user-select: all !important;
            user-select: all !important; } }
        .Layout .__ActionBar .__Right .__UserString .__User_Name {
          display: inline-block;
          padding: 0 10px;
          color: rgba(255, 255, 255, 0.6);
          font-weight: 300; }
        .Layout .__ActionBar .__Right .__UserString .__User_Photo {
          display: inline-block;
          width: 20px;
          height: 20px;
          background: #fff;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          overflow: hidden; }
          .Layout .__ActionBar .__Right .__UserString .__User_Photo img {
            -webkit-user-drag: none;
            -khtml-user-drag: none;
            -moz-user-drag: none;
            -o-user-drag: none;
            user-drag: none;
            pointer-events: none;
            width: 100%;
            height: 100%;
            object-fit: contain;
            vertical-align: middle; }
      .Layout .__ActionBar .__Right .__DateString {
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        padding: 0 15px;
        color: #fff;
        font-weight: 600; }
        @media screen and (max-device-width: 700px) {
          .Layout .__ActionBar .__Right .__DateString input, .Layout .__ActionBar .__Right .__DateString textarea, .Layout .__ActionBar .__Right .__DateString select {
            -moz-user-select: all !important;
            -ms-user-select: all !important;
            user-select: all !important; } }
      .Layout .__ActionBar .__Right .__Icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 32px;
        color: #fff; }
        .Layout .__ActionBar .__Right .__Icon .PlayTitle {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          padding-left: 5px;
          display: inline-block; }
        .Layout .__ActionBar .__Right .__Icon.Upload {
          align-items: start !important;
          padding-top: 6px; }
        .Layout .__ActionBar .__Right .__Icon .__UploadContent {
          position: absolute;
          margin-top: 40px; }
          .Layout .__ActionBar .__Right .__Icon .__UploadContent .arrow_box {
            float: left;
            width: 450px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
            position: relative;
            background: #fff; }
          .Layout .__ActionBar .__Right .__Icon .__UploadContent .arrow_box:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px; }
        .Layout .__ActionBar .__Right .__Icon:hover {
          background: #000; }
        .Layout .__ActionBar .__Right .__Icon.WidthAuto {
          width: auto !important; }

.LoginScreenLayout {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000000;
  background: rgba(0, 0, 0, 0.9); }
  .LoginScreenLayout .LoginLayoutViewReady {
    display: flex;
    display: none;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center; }
    .LoginScreenLayout .LoginLayoutViewReady .hello {
      color: white;
      letter-spacing: 2px;
      font-size: 25px;
      font-weight: 300; }
    .LoginScreenLayout .LoginLayoutViewReady #main-ctr {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .LoginScreenLayout .LoginLayoutViewReady svg #smile-up,
    .LoginScreenLayout .LoginLayoutViewReady svg #circle,
    .LoginScreenLayout .LoginLayoutViewReady svg #eye-to-left,
    .LoginScreenLayout .LoginLayoutViewReady svg #eye-to-right,
    .LoginScreenLayout .LoginLayoutViewReady svg #wink,
    .LoginScreenLayout .LoginLayoutViewReady svg #bg {
      visibility: hidden; }
  .LoginScreenLayout .LoginBox {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center; }
    .LoginScreenLayout .LoginBox .__LoginBox {
      float: left;
      width: 340px;
      padding: 50px 20px;
      background: rgba(0, 0, 0, 0.6);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .LoginScreenLayout .LoginBox .__LoginBox .__InputField {
        float: left;
        width: 100%;
        padding: 5px 30px; }
        .LoginScreenLayout .LoginBox .__LoginBox .__InputField .btn {
          width: 100%; }
        .LoginScreenLayout .LoginBox .__LoginBox .__InputField span {
          color: rgba(0, 0, 0, 0.6);
          float: left;
          width: 100%; }
          .LoginScreenLayout .LoginBox .__LoginBox .__InputField span:nth-child(1) input[type=text], .LoginScreenLayout .LoginBox .__LoginBox .__InputField span:nth-child(1) input[type=password] {
            background: #0a0a0a;
            border: 0;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
            color: #fff;
            font-weight: 600; }
          .LoginScreenLayout .LoginBox .__LoginBox .__InputField span:nth-child(2) input[type=text], .LoginScreenLayout .LoginBox .__LoginBox .__InputField span:nth-child(2) input[type=password] {
            background: #0a0a0a;
            border: 0;
            -webkit-border-radius: 0 0 6px 6px;
            -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
            color: #fff;
            font-weight: 600; }
      .LoginScreenLayout .LoginBox .__LoginBox .__Logo {
        text-align: center;
        float: left;
        width: 100%;
        padding-bottom: 20px; }
        .LoginScreenLayout .LoginBox .__LoginBox .__Logo span {
          color: #fff;
          padding-top: 5px;
          float: left;
          width: 100%;
          font-weight: 600;
          font-size: 24px; }
        .LoginScreenLayout .LoginBox .__LoginBox .__Logo img {
          width: 25%;
          vertical-align: middle; }

input:-webkit-autofill {
  background: transparent !important;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0 0 !important;
  -webkit-text-fill-color: #fff !important; }

.WindowEvent {
  position: fixed;
  width: 1200px;
  height: 70%;
  top: 15%;
  left: 20%;
  z-index: 10001; }
  .WindowEvent.FullScreenMode {
    left: 0 !important;
    top: 32px !important;
    width: 100%;
    height: calc(100% - 132px); }
    .WindowEvent.FullScreenMode .WindowEventLayout {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
  .WindowEvent .WindowEventLayout {
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    background: transparent;
    height: 100%;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .WindowEvent .WindowEventLayout .ContentBar {
      background: #fff;
      float: left;
      width: 100%;
      height: calc(100% - 45px);
      overflow: auto;
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px;
      scrollbar-width: thin;
      scrollbar-color: #e2e2e2 #fff; }
      .WindowEvent .WindowEventLayout .ContentBar.ContentBarNoBottom {
        height: 100% !important;
        overflow-y: hidden; }
    .WindowEvent .WindowEventLayout .TitleBar {
      background-image: linear-gradient(to bottom, #e6e6e6, #d2d2d2);
      float: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 45px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
      .WindowEvent .WindowEventLayout .TitleBar.snowWhite {
        background: #fff !important;
        border-bottom: 1px solid #eee; }
        .WindowEvent .WindowEventLayout .TitleBar.snowWhite .TitleBar_Name {
          color: #555 !important;
          width: calc(100% - 100px) !important;
          padding-right: 100px; }
        .WindowEvent .WindowEventLayout .TitleBar.snowWhite .TitleBar_Search {
          display: none !important; }
      .WindowEvent .WindowEventLayout .TitleBar.black {
        background: #000 !important; }
        .WindowEvent .WindowEventLayout .TitleBar.black .TitleBar_Name {
          color: #fff !important;
          width: calc(100% - 100px) !important;
          padding-right: 100px; }
        .WindowEvent .WindowEventLayout .TitleBar.black .TitleBar_Search {
          display: none !important; }
        .WindowEvent .WindowEventLayout .TitleBar.black .TitleBar_Buttons .EventButtonFullScreen {
          display: none !important; }
      .WindowEvent .WindowEventLayout .TitleBar * {
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        @media screen and (max-device-width: 700px) {
          .WindowEvent .WindowEventLayout .TitleBar * input, .WindowEvent .WindowEventLayout .TitleBar * textarea, .WindowEvent .WindowEventLayout .TitleBar * select {
            -moz-user-select: all !important;
            -ms-user-select: all !important;
            user-select: all !important; } }
      .WindowEvent .WindowEventLayout .TitleBar .TitleBar_OpenMenu {
        padding-left: 10px;
        display: none; }
      .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons {
        display: flex;
        width: 100px;
        column-gap: 0.5em;
        height: 45px;
        align-items: center;
        padding: 0 20px; }
        .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons .EventButton {
          display: inline-block;
          width: 14px;
          height: 14px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          background: #000;
          overflow: hidden;
          font-size: 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons .EventButton.Green {
            background: #21c84b;
            border: 1px solid #15bb40; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons .EventButton.Yellow {
            background: #ffbc3f;
            border: 1px solid #efac47; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons .EventButton.Red {
            background: #ff605a;
            border: 1px solid #eb4d48; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons .EventButton:hover i {
            display: inline-block; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Buttons .EventButton i {
            display: none;
            font-size: 11px; }
      .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Name {
        float: left;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 0;
        width: calc(100% - 220px - 100px);
        font-weight: 600; }
      .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Search {
        float: left;
        width: 220px;
        padding-right: 10px; }
        .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Search .SearchBar {
          display: inline-block;
          background: #fff;
          width: 100%;
          height: 28px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          display: flex; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Search .SearchBar .__SearchInput {
            float: left;
            display: flex;
            width: calc(100% - 28px); }
            .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Search .SearchBar .__SearchInput input[type=text] {
              width: 100%;
              border: 0; }
          .WindowEvent .WindowEventLayout .TitleBar .TitleBar_Search .SearchBar .__SearchIcon {
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center; }

.DesktopWallpapersItems {
  display: grid;
  grid-template-columns: repeat(1000, 450px);
  width: 100%;
  overflow: auto;
  scrollbar-color: #e2e2e2 #fff; }
  .DesktopWallpapersItems * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .DesktopWallpapersItems * input, .DesktopWallpapersItems * textarea, .DesktopWallpapersItems * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .DesktopWallpapersItems .__Item {
    display: table;
    width: 100%;
    padding: 10px;
    border-right: 1px solid #e2e2e2; }
    .DesktopWallpapersItems .__Item .__ItemCheckbox {
      float: left;
      width: 100%;
      text-align: center;
      padding-top: 20px; }
    .DesktopWallpapersItems .__Item .__ItemImageView {
      float: left;
      width: 100%;
      height: 260px;
      object-fit: cover; }
      .DesktopWallpapersItems .__Item .__ItemImageView img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: middle; }

.ModalToolbarTitle {
  background-image: linear-gradient(to bottom, #e6e6e6, #d2d2d2);
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 !important;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
  .ModalToolbarTitle * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .ModalToolbarTitle * input, .ModalToolbarTitle * textarea, .ModalToolbarTitle * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .ModalToolbarTitle.White {
    background: #fff; }
    .ModalToolbarTitle.White .TitleBar_Name {
      color: #000; }
  .ModalToolbarTitle.Black {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .ModalToolbarTitle.Black .TitleBar_Name {
      color: rgba(255, 255, 255, 0.9); }
  .ModalToolbarTitle .TitleBar_Buttons {
    display: flex;
    width: 100px;
    column-gap: 0.5em;
    height: 45px;
    align-items: center;
    padding: 0 20px; }
    .ModalToolbarTitle .TitleBar_Buttons .EventButton {
      display: inline-block;
      width: 14px;
      height: 14px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      background: #000;
      overflow: hidden;
      font-size: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .ModalToolbarTitle .TitleBar_Buttons .EventButton.Gray {
        background: #e2e2e2;
        border: 1px solid #ccc; }
      .ModalToolbarTitle .TitleBar_Buttons .EventButton.Green {
        background: #21c84b;
        border: 1px solid #15bb40; }
      .ModalToolbarTitle .TitleBar_Buttons .EventButton.Yellow {
        background: #ffbc3f;
        border: 1px solid #efac47; }
      .ModalToolbarTitle .TitleBar_Buttons .EventButton.Red {
        background: #ff605a;
        border: 1px solid #eb4d48; }
      .ModalToolbarTitle .TitleBar_Buttons .EventButton:hover i {
        display: inline-block; }
      .ModalToolbarTitle .TitleBar_Buttons .EventButton i {
        display: none;
        font-size: 11px; }
  .ModalToolbarTitle .TitleBar_Name {
    float: left;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
    width: calc(100% - 220px - 100px);
    font-weight: 600; }
    .ModalToolbarTitle .TitleBar_Name.WithoutSearch {
      width: calc(100% - 100px);
      padding-right: 100px; }
  .ModalToolbarTitle .TitleBar_Search {
    float: left;
    width: 220px;
    padding-right: 10px; }
    .ModalToolbarTitle .TitleBar_Search .SearchBar {
      display: inline-block;
      background: #fff;
      width: 100%;
      height: 28px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      display: flex; }
      .ModalToolbarTitle .TitleBar_Search .SearchBar .__SearchInput {
        float: left;
        display: flex;
        width: calc(100% - 28px); }
        .ModalToolbarTitle .TitleBar_Search .SearchBar .__SearchInput input[type=text] {
          width: 100%;
          border: 0; }
      .ModalToolbarTitle .TitleBar_Search .SearchBar .__SearchIcon {
        display: flex;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center; }

.DockBarIconList {
  overflow: auto;
  max-height: 200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  .DockBarIconList .__Item {
    display: inline-block;
    width: 100%;
    height: 100px; }
    .DockBarIconList .__Item .__Item_Checkbox {
      float: left;
      width: 100%;
      text-align: center; }
      .DockBarIconList .__Item .__Item_Checkbox input[type="radio"].r_radio + label.label {
        padding-left: 24px; }
    .DockBarIconList .__Item .__Item_ImageView {
      float: left;
      width: 100%;
      height: 70px;
      text-align: center; }
      .DockBarIconList .__Item .__Item_ImageView img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.DockStadion {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center; }
  .DockStadion * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .DockStadion * input, .DockStadion * textarea, .DockStadion * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }

div#dockContainer {
  position: fixed;
  bottom: 12px;
  height: 110px;
  padding: 0px 0 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 100%;
  line-height: 1;
  z-index: 1; }
  div#dockContainer * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      div#dockContainer * input, div#dockContainer * textarea, div#dockContainer * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }

div#dockWrapper {
  width: auto;
  display: inline-block;
  position: relative;
  border-bottom: solid 2px rgba(255, 255, 255, 0.35);
  line-height: 0; }

#dockContainer, #dockContainer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

div.cap {
  display: block;
  height: 100px;
  width: 40px;
  background: url("../drawable/dock-background-left.png") bottom left no-repeat; }

div.cap.left {
  position: absolute;
  bottom: 0px;
  left: 0px; }

div.cap.right {
  background-position: right bottom;
  position: absolute;
  top: 0px;
  right: 0px; }

ul.osx-dock {
  display: inline-block;
  height: 130px;
  padding: 0 40px 0 0;
  background: url("../drawable/dock-background-left.png") no-repeat right bottom;
  margin: 0 0 0 40px; }

ul.osx-dock li {
  display: block;
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  margin: 40px 0 4px 0;
  -webkit-transition: 0.15s linear;
  -webkit-transition-property: -webkit-transform margin;
  text-align: center; }

ul.osx-dock li a {
  display: block;
  height: 50px;
  padding: 0 1px;
  -webkit-transition: 0.15s linear;
  -webkit-transition-property: -webkit-transform;
  margin: 0;
  -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25))); }

ul.osx-dock li a img {
  width: 68px; }

ul.osx-dock li:hover {
  margin-left: 9px;
  margin-right: 9px;
  z-index: 200; }

ul.osx-dock li:hover a {
  -webkit-transform-origin: center bottom;
  -webkit-transform: scale(1.5); }

ul.osx-dock li.nearby {
  margin-left: 6px;
  margin-right: 6px;
  z-index: 100; }

ul.osx-dock li.nearby a {
  -webkit-transform-origin: center bottom;
  -webkit-transform: scale(1.25); }

ul.osx-dock li span {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 100px;
  margin: 0 auto;
  display: none;
  width: auto;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: auto;
  padding: 6px 6px;
  -webkit-border-radius: 6px;
  color: #fff; }

ul.osx-dock li:hover span {
  display: block;
  padding: 10px 10px; }

.player {
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  background: #000 url("../../res/drawable/mp3/bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff; }
  .player .PlayerListener_PlayList {
    position: absolute;
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9); }
    .player .PlayerListener_PlayList .PlayList_Lists {
      float: left;
      width: 100%;
      height: calc(100% - 66px);
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: #333 #000; }
      .player .PlayerListener_PlayList .PlayList_Lists .PlayList_Search {
        float: left;
        width: 100%;
        padding: 10px 30px; }
        .player .PlayerListener_PlayList .PlayList_Lists .PlayList_Search input {
          background: #000;
          border: 1px solid rgba(255, 255, 255, 0.1);
          width: 100%;
          color: #fff; }
      .player .PlayerListener_PlayList .PlayList_Lists .__ListItem {
        float: left;
        width: 100%;
        border-left: 1px solid transparent;
        padding: 10px 30px; }
        .player .PlayerListener_PlayList .PlayList_Lists .__ListItem:hover {
          font-weight: 600;
          color: #0A84FF;
          border-left: 1px solid #0A84FF;
          background: #000; }
    .player .PlayerListener_PlayList .PlayList_BackButton {
      display: flex;
      align-items: center;
      float: left;
      width: 100%;
      padding: 20px; }
      .player .PlayerListener_PlayList .PlayList_BackButton span:nth-child(2) {
        font-weight: 600;
        font-size: 16px;
        padding-left: 10px; }
      .player .PlayerListener_PlayList .PlayList_BackButton i {
        font-size: 24px; }
  .player .PlayerListener {
    position: absolute;
    left: 20px;
    top: 20px; }
    .player .PlayerListener i {
      font-size: 24px; }
  @media screen and (max-device-width: 700px) {
    .player input, .player textarea, .player select {
      -moz-user-select: all !important;
      -ms-user-select: all !important;
      user-select: all !important; } }
  .player * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff; }
    @media screen and (max-device-width: 700px) {
      .player * input, .player * textarea, .player * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }

.details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px; }

.track-art {
  margin: 25px;
  height: 250px;
  width: 250px;
  background: #000;
  background-size: cover;
  border-radius: 250px; }

.now-playing {
  font-size: 1rem; }

.track-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  font-size: 2rem;
  font-weight: 600; }

.track-artist {
  font-size: 1.5rem; }

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center; }

.playpause-track, .prev-track, .next-track {
  padding: 25px;
  opacity: 0.8;
  /* Smoothly transition the opacity */
  transition: opacity .2s; }
  .playpause-track img, .prev-track img, .next-track img {
    width: 70px; }

.playpause-track:hover, .prev-track:hover, .next-track:hover {
  opacity: 1.0; }

.slider_container {
  width: 75%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* Modify the appearance of the slider */
.seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

/* Modify the appearance of the slider thumb */
.seek_slider::-moz-range-thumb {
  background-color: #6200EA;
  border: 0; }

.seek_slider::-webkit-slider-thumb, .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #6200EA;
  border: 0;
  cursor: pointer;
  border-radius: 50%; }

.seek_slider:hover, .volume_slider:hover {
  opacity: 1.0; }

.seek_slider {
  width: 60%; }

.volume_slider {
  width: 30%; }

.current-time, .total-duration {
  padding: 10px; }

i.fa-volume-down, i.fa-volume-up {
  padding: 10px; }

i.fa-play-circle, i.fa-pause-circle, i.fa-step-forward, i.fa-step-backward {
  cursor: pointer; }

.FotoMediaCenter__Title {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  width: 100%;
  padding: 20px 30px 10px;
  font-weight: 600;
  font-size: 24px; }
  @media screen and (max-device-width: 700px) {
    .FotoMediaCenter__Title input, .FotoMediaCenter__Title textarea, .FotoMediaCenter__Title select {
      -moz-user-select: all !important;
      -ms-user-select: all !important;
      user-select: all !important; } }

.FotoMediaCenter__Block {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  width: 100%;
  padding: 0 0 20px 30px; }
  @media screen and (max-device-width: 700px) {
    .FotoMediaCenter__Block input, .FotoMediaCenter__Block textarea, .FotoMediaCenter__Block select {
      -moz-user-select: all !important;
      -ms-user-select: all !important;
      user-select: all !important; } }
  .FotoMediaCenter__Block * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .FotoMediaCenter__Block * input, .FotoMediaCenter__Block * textarea, .FotoMediaCenter__Block * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .FotoMediaCenter__Block .__DragItemsLayout {
    float: left;
    width: 100%;
    overflow: hidden; }
  .FotoMediaCenter__Block .__BlockItems {
    padding-top: 20px;
    display: grid;
    width: 100%;
    overflow: hidden;
    scrollbar-width: thin;
    grid-template-columns: repeat(1000, 1fr);
    grid-gap: 1em; }
    .FotoMediaCenter__Block .__BlockItems .__Item {
      position: relative;
      display: inline-block;
      width: 240px;
      height: 300px;
      background: #111;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden; }
      .FotoMediaCenter__Block .__BlockItems .__Item:hover {
        transform: scale(1.01); }
      .FotoMediaCenter__Block .__BlockItems .__Item .__Photo {
        float: left;
        width: 100%;
        height: 100%;
        background-size: cover !important; }
        .FotoMediaCenter__Block .__BlockItems .__Item .__Photo img {
          width: 100%;
          height: 100%; }
      .FotoMediaCenter__Block .__BlockItems .__Item .__Name {
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, black 100%);
        padding: 20px;
        color: #fff;
        font-size: 32px;
        font-weight: 600; }
        .FotoMediaCenter__Block .__BlockItems .__Item .__Name.Truncate {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .FotoMediaCenter__Block .__BlockItems .__Item .__Name.Mini {
          font-size: 24px; }
  .FotoMediaCenter__Block .__Title {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px; }
    .FotoMediaCenter__Block .__Title.Top {
      padding-top: 20px; }

.gg-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 8px; }

.gg-element {
  background: #000;
  position: relative; }
  .gg-element:hover .__setName, .gg-element:hover .__setOptions {
    display: inline-block; }
  .gg-element .__setOptions {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 8px;
    margin: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }
  .gg-element .__setName {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
    padding: 10px;
    color: #fff;
    font-weight: 600; }

.gg-element img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #000; }

.gg-element img:hover {
  opacity: 0.98; }

#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000001;
  text-align: center; }

#gg-screen .gg-image {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.gg-bt {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
  color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-left: 2px; }

.gg-bt:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5); }

.gg-close {
  position: fixed;
  top: 0.5em; }

.gg-close, .gg-nxt {
  right: 0.5em; }

.gg-prev {
  left: 0.5em; }

.gg-prev, .gg-nxt {
  position: fixed;
  bottom: 50%; }

@media (min-width: 478px) {
  .gg-element:nth-child(3n+0) {
    grid-row-end: span 2; } }
@media (max-width: 768px) {
  .gg-box {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 6px; } }
@media (max-width: 450px) {
  .gg-box {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 100px;
    grid-gap: 4px; } }
.VideoPlayerLayout {
  border-top: 1px solid #111;
  float: left;
  width: 100%;
  height: 100%;
  display: flex; }
  .VideoPlayerLayout * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-device-width: 700px) {
      .VideoPlayerLayout * input, .VideoPlayerLayout * textarea, .VideoPlayerLayout * select {
        -moz-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important; } }
  .VideoPlayerLayout .__PlayerLeft {
    float: left;
    width: calc(100% - 310px); }
    .VideoPlayerLayout .__PlayerLeft video {
      width: 100%;
      height: 100%; }
  .VideoPlayerLayout .__PlayerRight {
    float: left;
    width: 310px;
    background: #000;
    border-left: 1px solid #111; }
    .VideoPlayerLayout .__PlayerRight .__SearchListener {
      float: left;
      width: 100%;
      height: calc(100% - 80px);
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: #222 #000;
      padding: 0 20px; }
      .VideoPlayerLayout .__PlayerRight .__SearchListener .__SearchItem {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .VideoPlayerLayout .__PlayerRight .__SearchListener .__SearchItem:hover {
          background: #111; }
        .VideoPlayerLayout .__PlayerRight .__SearchListener .__SearchItem .__SearchItem_Name {
          float: left;
          padding: 0 20px;
          color: #fff;
          width: calc(100% - 80px);
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          min-width: 0;
          word-break: break-all;
          font-weight: 600;
          font-size: 14px; }
        .VideoPlayerLayout .__PlayerRight .__SearchListener .__SearchItem .__SearchItem_ImageView {
          float: left;
          width: 80px;
          height: 60px;
          background: #222;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          overflow: hidden; }
          .VideoPlayerLayout .__PlayerRight .__SearchListener .__SearchItem .__SearchItem_ImageView img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .VideoPlayerLayout .__PlayerRight .__SearchListener .__SearchItem:last-child {
          margin-bottom: 0; }
    .VideoPlayerLayout .__PlayerRight .__SearchView {
      float: left;
      width: 100%;
      padding: 20px; }
      .VideoPlayerLayout .__PlayerRight .__SearchView .__Search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #111; }
        .VideoPlayerLayout .__PlayerRight .__SearchView .__Search input {
          width: 100%;
          color: #fff;
          border: 0;
          background: transparent; }
        .VideoPlayerLayout .__PlayerRight .__SearchView .__Search span {
          display: inline-block; }
          .VideoPlayerLayout .__PlayerRight .__SearchView .__Search span:nth-child(2) {
            width: calc(100% - 40px); }
          .VideoPlayerLayout .__PlayerRight .__SearchView .__Search span:nth-child(1) {
            color: #fff;
            width: 40px;
            text-align: center; }

.DockbarRoundBoxPin {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.DockbarRoundBox {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #0A84FF;
  width: 5px;
  height: 5px; }

.grid-stack > .grid-stack-item {
  min-width: 6.25%; }
  .grid-stack > .grid-stack-item[gs-w='1'] {
    width: 6.25%; }
  .grid-stack > .grid-stack-item[gs-x='1'] {
    left: 6.25%; }
  .grid-stack > .grid-stack-item[gs-min-w='1'] {
    min-width: 6.25%; }
  .grid-stack > .grid-stack-item[gs-max-w='1'] {
    max-width: 6.25%; }
  .grid-stack > .grid-stack-item[gs-w='2'] {
    width: 12.5%; }
  .grid-stack > .grid-stack-item[gs-x='2'] {
    left: 12.5%; }
  .grid-stack > .grid-stack-item[gs-min-w='2'] {
    min-width: 12.5%; }
  .grid-stack > .grid-stack-item[gs-max-w='2'] {
    max-width: 12.5%; }
  .grid-stack > .grid-stack-item[gs-w='3'] {
    width: 18.75%; }
  .grid-stack > .grid-stack-item[gs-x='3'] {
    left: 18.75%; }
  .grid-stack > .grid-stack-item[gs-min-w='3'] {
    min-width: 18.75%; }
  .grid-stack > .grid-stack-item[gs-max-w='3'] {
    max-width: 18.75%; }
  .grid-stack > .grid-stack-item[gs-w='4'] {
    width: 25%; }
  .grid-stack > .grid-stack-item[gs-x='4'] {
    left: 25%; }
  .grid-stack > .grid-stack-item[gs-min-w='4'] {
    min-width: 25%; }
  .grid-stack > .grid-stack-item[gs-max-w='4'] {
    max-width: 25%; }
  .grid-stack > .grid-stack-item[gs-w='5'] {
    width: 31.25%; }
  .grid-stack > .grid-stack-item[gs-x='5'] {
    left: 31.25%; }
  .grid-stack > .grid-stack-item[gs-min-w='5'] {
    min-width: 31.25%; }
  .grid-stack > .grid-stack-item[gs-max-w='5'] {
    max-width: 31.25%; }
  .grid-stack > .grid-stack-item[gs-w='6'] {
    width: 37.5%; }
  .grid-stack > .grid-stack-item[gs-x='6'] {
    left: 37.5%; }
  .grid-stack > .grid-stack-item[gs-min-w='6'] {
    min-width: 37.5%; }
  .grid-stack > .grid-stack-item[gs-max-w='6'] {
    max-width: 37.5%; }
  .grid-stack > .grid-stack-item[gs-w='7'] {
    width: 43.75%; }
  .grid-stack > .grid-stack-item[gs-x='7'] {
    left: 43.75%; }
  .grid-stack > .grid-stack-item[gs-min-w='7'] {
    min-width: 43.75%; }
  .grid-stack > .grid-stack-item[gs-max-w='7'] {
    max-width: 43.75%; }
  .grid-stack > .grid-stack-item[gs-w='8'] {
    width: 50%; }
  .grid-stack > .grid-stack-item[gs-x='8'] {
    left: 50%; }
  .grid-stack > .grid-stack-item[gs-min-w='8'] {
    min-width: 50%; }
  .grid-stack > .grid-stack-item[gs-max-w='8'] {
    max-width: 50%; }
  .grid-stack > .grid-stack-item[gs-w='9'] {
    width: 56.25%; }
  .grid-stack > .grid-stack-item[gs-x='9'] {
    left: 56.25%; }
  .grid-stack > .grid-stack-item[gs-min-w='9'] {
    min-width: 56.25%; }
  .grid-stack > .grid-stack-item[gs-max-w='9'] {
    max-width: 56.25%; }
  .grid-stack > .grid-stack-item[gs-w='10'] {
    width: 62.5%; }
  .grid-stack > .grid-stack-item[gs-x='10'] {
    left: 62.5%; }
  .grid-stack > .grid-stack-item[gs-min-w='10'] {
    min-width: 62.5%; }
  .grid-stack > .grid-stack-item[gs-max-w='10'] {
    max-width: 62.5%; }
  .grid-stack > .grid-stack-item[gs-w='11'] {
    width: 68.75%; }
  .grid-stack > .grid-stack-item[gs-x='11'] {
    left: 68.75%; }
  .grid-stack > .grid-stack-item[gs-min-w='11'] {
    min-width: 68.75%; }
  .grid-stack > .grid-stack-item[gs-max-w='11'] {
    max-width: 68.75%; }
  .grid-stack > .grid-stack-item[gs-w='12'] {
    width: 75%; }
  .grid-stack > .grid-stack-item[gs-x='12'] {
    left: 75%; }
  .grid-stack > .grid-stack-item[gs-min-w='12'] {
    min-width: 75%; }
  .grid-stack > .grid-stack-item[gs-max-w='12'] {
    max-width: 75%; }
  .grid-stack > .grid-stack-item[gs-w='13'] {
    width: 81.25%; }
  .grid-stack > .grid-stack-item[gs-x='13'] {
    left: 81.25%; }
  .grid-stack > .grid-stack-item[gs-min-w='13'] {
    min-width: 81.25%; }
  .grid-stack > .grid-stack-item[gs-max-w='13'] {
    max-width: 81.25%; }
  .grid-stack > .grid-stack-item[gs-w='14'] {
    width: 87.5%; }
  .grid-stack > .grid-stack-item[gs-x='14'] {
    left: 87.5%; }
  .grid-stack > .grid-stack-item[gs-min-w='14'] {
    min-width: 87.5%; }
  .grid-stack > .grid-stack-item[gs-max-w='14'] {
    max-width: 87.5%; }
  .grid-stack > .grid-stack-item[gs-w='15'] {
    width: 93.75%; }
  .grid-stack > .grid-stack-item[gs-x='15'] {
    left: 93.75%; }
  .grid-stack > .grid-stack-item[gs-min-w='15'] {
    min-width: 93.75%; }
  .grid-stack > .grid-stack-item[gs-max-w='15'] {
    max-width: 93.75%; }
  .grid-stack > .grid-stack-item[gs-w='16'] {
    width: 100%; }
  .grid-stack > .grid-stack-item[gs-x='16'] {
    left: 100%; }
  .grid-stack > .grid-stack-item[gs-min-w='16'] {
    min-width: 100%; }
  .grid-stack > .grid-stack-item[gs-max-w='16'] {
    max-width: 100%; }

/*# sourceMappingURL=style.css.map */
