@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; }

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

.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 ###########################
*/
b {
  font-weight: 600; }

body {
  background: #fff;
  margin: 0; }

section.Layout {
  border: 0; }

.isStar {
  color: #FFD600; }

ul.SmallArrayList {
  margin: 0 10px;
  padding: 0;
  float: left;
  width: 100%; }
  ul.SmallArrayList li {
    font-size: 11px; }

a {
  color: #2b65f8;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #2b65f8; }

.NoSearchResults {
  float: left;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  color: #666; }
  .NoSearchResults.White {
    background: #fff; }
  .NoSearchResults.Hide {
    display: none; }
  .NoSearchResults.HideTop {
    margin-top: 0; }
  .NoSearchResults.NoTop {
    margin-top: 0;
    border: 0; }
  .NoSearchResults.Bottom {
    margin-top: 0;
    margin-bottom: 10px; }
  .NoSearchResults img {
    vertical-align: middle; }
  .NoSearchResults span {
    float: left; }
    .NoSearchResults span:nth-child(2) {
      padding-left: 40px;
      font-weight: 600;
      font-size: 18px; }

.ErrorMessage {
  display: inline-block;
  background: rgba(255, 86, 112, 0.25);
  width: 100%;
  color: #ff3d5a;
  padding: 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600; }
  .ErrorMessage.Padding-50 {
    margin: 0 50px;
    width: calc(100% - 100px); }

.InternetExplorerFail {
  position: fixed;
  z-index: 100000000000;
  top: 121px;
  left: 0;
  height: calc(100% - 121px);
  width: 100%;
  background: #fff; }
  .InternetExplorerFail .InternetExplorerFail_Layout {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 40px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__SearchButton {
      float: left;
      width: 100%;
      padding-top: 40px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems {
      float: left;
      width: 100%;
      padding-top: 50px; }
      .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item {
        margin-left: 10px;
        padding-top: 10px;
        font-weight: 600;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        width: 140px;
        height: 140px;
        background: #f9f9f9; }
        .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item:hover {
          cursor: pointer;
          background: #eee; }
        .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item:first-child {
          margin-left: 0; }
        .InternetExplorerFail .InternetExplorerFail_Layout .__BrowserItems .__Item img {
          vertical-align: middle;
          width: 90px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__Title_Sub {
      float: left;
      width: 100%;
      padding-top: 10px;
      font-weight: 300;
      font-size: 16px; }
    .InternetExplorerFail .InternetExplorerFail_Layout .__Title {
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 24px; }

.ResponsiveViewProductContactButtons {
  position: fixed;
  width: 100%;
  display: none;
  background: #f9f9f9;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  -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); }
  .ResponsiveViewProductContactButtons .__ButtonView {
    display: flex;
    column-gap: 0.4em;
    width: 100%;
    padding: 5px; }
    .ResponsiveViewProductContactButtons .__ButtonView .__ButtonItem {
      width: 100%;
      display: inline-block;
      font-size: 16px; }
      .ResponsiveViewProductContactButtons .__ButtonView .__ButtonItem .btn {
        margin: 0;
        width: 100%;
        height: 40px;
        line-height: 26px; }

.HomeInfoLayer {
  float: left;
  width: 100%;
  display: none; }
  .HomeInfoLayer img {
    width: 100% !important;
    vertical-align: middle; }

.__ResponsiveView_DrawerMenu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000001;
  top: 0;
  left: 0; }
  .__ResponsiveView_DrawerMenu .__DrawerLayout {
    display: flex;
    width: 100%;
    height: 100vh; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__LoginItem {
      float: left;
      width: 100%;
      padding: 5px 20px; }
      .__ResponsiveView_DrawerMenu .__DrawerLayout .__LoginItem .btn {
        margin: 0;
        width: 100%;
        font-size: 16px; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_LinkItems {
      float: left;
      width: 100%;
      height: calc(100% - 120px);
      overflow: auto;
      padding: 10px 0; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link {
      display: flex;
      width: 100%;
      padding: 12px 10px;
      align-items: center; }
      .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link:hover {
        background: #f9f9f9; }
      .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span {
        float: left; }
        .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span:nth-child(1) {
          width: 50px;
          text-align: center; }
          .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span:nth-child(1) i {
            color: #555555;
            font-size: 24px; }
        .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Link span:nth-child(2) {
          width: calc(100% - 50px);
          font-weight: 600; }
    .__ResponsiveView_DrawerMenu .__DrawerLayout .__DrawerMenu_Logo {
      float: left;
      width: 100%;
      background: #143eea url("../../upload/assets/logo_white.png") center no-repeat;
      background-size: cover;
      height: 120px; }
  .__ResponsiveView_DrawerMenu .__DrawerMenuCloseView {
    float: left;
    width: 100px;
    height: 100vh;
    cursor: pointer; }
  .__ResponsiveView_DrawerMenu .__DrawerMenu {
    float: left;
    width: calc(100% - 100px);
    max-width: 370px;
    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);
    height: 100vh; }

.HeaderLayoutResponsive {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #143eea;
  height: 60px;
  border-bottom: 1px solid #143eea;
  z-index: 100000000; }
  .HeaderLayoutResponsive .__HeaderLayoutResponsive {
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__TitleTextBar {
      float: left;
      display: none;
      width: calc(100% - 50px);
      font-weight: 600;
      font-size: 16px;
      color: #fff; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__DrawerMenu {
      float: left;
      width: 50px;
      text-align: center;
      color: #fff; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__DrawerMenu i {
        font-size: 20px;
        vertical-align: middle; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__UserProfile {
      float: left;
      width: 60px;
      padding-left: 10px; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__UserProfile .__UserProfileLayout {
        position: relative;
        float: left;
        width: 36px;
        height: 36px;
        background: #f9f9f9;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden; }
        .HeaderLayoutResponsive .__HeaderLayoutResponsive .__UserProfile .__UserProfileLayout img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar {
      float: left;
      position: relative;
      width: calc(100% - 50px - 60px); }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input {
        width: 100%;
        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);
        border: 1px solid #fff;
        height: 36px;
        padding-left: 40px;
        padding-right: 60px; }
        .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input:hover, .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input:active, .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar input:focus {
          -webkit-box-shadow: 0 0 0 0;
          -moz-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__LocationIcon {
        position: absolute;
        right: 0;
        top: 0; }
        .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__LocationIcon .__LocationIconBase {
          width: 36px;
          height: 36px;
          -webkit-border-radius: 0 6px 6px 0;
          -moz-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
          background: #dbe8ff;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__LocationIcon .__LocationIconBase i {
            color: #143eea;
            font-size: 16px; }
      .HeaderLayoutResponsive .__HeaderLayoutResponsive .__SearchBar .__SearchIcon {
        position: absolute;
        top: 9px;
        left: 15px; }

.RelativeLayout {
  float: left;
  width: 100%; }
  .RelativeLayout .__Center {
    position: relative;
    margin: 0 auto;
    width: 1340px; }
    @media screen and (max-width: 1340px) {
      .RelativeLayout .__Center {
        width: 994px; }
        .RelativeLayout .__Center .__Displays {
          display: none; } }
    .RelativeLayout .__Center .Layout {
      float: left;
      display: inline-block;
      width: 994px; }
      .RelativeLayout .__Center .Layout .__SearchItems {
        float: left;
        width: 100%; }
    .RelativeLayout .__Center .__Displays {
      top: 0;
      right: 0;
      position: absolute;
      width: 346px;
      padding-left: 32px;
      padding-top: 30px; }
      .RelativeLayout .__Center .__Displays .__ShowDisplay {
        float: left;
        display: flex;
        width: 100%;
        position: sticky;
        top: 120px; }
      .RelativeLayout .__Center .__Displays.__CategoryView {
        top: 45px; }
      .RelativeLayout .__Center .__Displays .Sticky {
        position: fixed;
        top: 140px; }

.InputTextView {
  padding-top: 10px;
  float: left;
  width: 100%; }
  .InputTextView.Bigger {
    padding-top: 20px; }
  .InputTextView:first-child {
    padding-top: 0 !important; }
  .InputTextView .btn {
    width: 100%; }
  .InputTextView span {
    float: left;
    width: 100%; }
    .InputTextView span input {
      width: 100%; }
    .InputTextView span:nth-child(1) {
      font-weight: 600; }
    .InputTextView span:nth-child(2) {
      padding-top: 5px; }
      .InputTextView span:nth-child(2) textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%; }

table.Gray {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  width: 100%;
  background: #fff; }
  table.Gray img {
    vertical-align: middle; }
  table.Gray tbody tr td {
    padding: 10px 20px;
    border: 1px solid #e2e2e2; }
  table.Gray thead tr td {
    padding: 10px 20px;
    font-weight: 600; }

body {
  background-color: #fff; }

img {
  vertical-align: middle; }

.EmailTemplateViewTextArea {
  float: left;
  width: 100%; }
  .EmailTemplateViewTextArea textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    border: 0; }

.EmailTemplateViewButton {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
  text-align: right; }
  .EmailTemplateViewButton .btn {
    margin: 0; }

.AttributesView {
  float: left;
  width: 100%;
  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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px; }
  .AttributesView .__Description {
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #eee; }
    .AttributesView .__Description:last-child {
      border-bottom: 0; }
    .AttributesView .__Description span {
      float: left; }
      .AttributesView .__Description span:nth-child(1) {
        width: 200px;
        font-weight: 600; }
      .AttributesView .__Description span:nth-child(2) {
        width: calc(100% - 200px); }
  .AttributesView .__Title {
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 600; }

.ProfileView_Stats {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px; }
  .ProfileView_Stats .__Title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600; }
  .ProfileView_Stats .__StatsItems {
    float: left;
    width: 100%;
    padding-top: 5px; }
    .ProfileView_Stats .__StatsItems .__Item {
      float: left;
      width: 100%;
      padding: 5px 0;
      display: flex;
      align-items: center; }
      .ProfileView_Stats .__StatsItems .__Item span {
        float: left; }
        .ProfileView_Stats .__StatsItems .__Item span img {
          vertical-align: middle;
          width: 24px; }
        .ProfileView_Stats .__StatsItems .__Item span:nth-child(1) {
          width: 40px; }
        .ProfileView_Stats .__StatsItems .__Item span:nth-child(2) {
          width: calc(100% - 40px);
          font-weight: 600; }

.ProfileView_Info {
  float: left;
  width: 100%;
  padding: 20px; }
  .ProfileView_Info .__ImageView {
    float: left;
    width: 80px;
    height: 80px;
    background: #f9f9f9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden; }
    .ProfileView_Info .__ImageView img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ProfileView_Info .__TextView {
    float: left;
    width: calc(100% - 80px);
    padding-left: 15px; }
    .ProfileView_Info .__TextView .__Name {
      float: left;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 600;
      font-size: 18px; }
      .ProfileView_Info .__TextView .__Name a {
        font-weight: 600;
        font-size: 18px; }
    .ProfileView_Info .__TextView .__RegisterDate {
      float: left;
      width: 100%;
      padding-top: 3px;
      color: #666;
      font-size: 12px; }

.PhotoViewerItem {
  float: left;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }
  .PhotoViewerItem img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.ProfileView {
  display: flex;
  width: 100%; }
  .ProfileView .ProfileViewLeft {
    float: left;
    width: calc(100% - 260px); }
  .ProfileView .ProfileViewRight {
    float: left;
    width: 260px;
    border-left: 1px solid #eee;
    min-height: 200px;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    padding: 10px;
    background: #f9f9f9; }
    .ProfileView .ProfileViewRight .__OptionItem {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      float: left;
      width: 100%;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -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);
      padding: 10px; }
      .ProfileView .ProfileViewRight .__OptionItem:hover {
        cursor: pointer;
        color: #2b65f8; }
      .ProfileView .ProfileViewRight .__OptionItem:last-child {
        margin-bottom: 0; }
      .ProfileView .ProfileViewRight .__OptionItem span {
        float: left; }
        .ProfileView .ProfileViewRight .__OptionItem span:nth-child(1) {
          width: 35px; }
          .ProfileView .ProfileViewRight .__OptionItem span:nth-child(1) img {
            width: 24px;
            vertical-align: middle; }
        .ProfileView .ProfileViewRight .__OptionItem span:nth-child(2) {
          width: calc(100% - 35px);
          font-weight: 600; }

.PaginationLayout {
  float: left;
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 10px; }
  .PaginationLayout ul.PaginationUlList {
    display: flex;
    width: 100%;
    justify-content: center; }
    .PaginationLayout ul.PaginationUlList li {
      display: inline-block;
      list-style: none;
      margin: 0 10px; }
      .PaginationLayout ul.PaginationUlList li.active-page a, .PaginationLayout ul.PaginationUlList li:hover a {
        color: #fff;
        background: #2b65f8;
        padding: 7px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        font-weight: 600; }
      .PaginationLayout ul.PaginationUlList li a {
        color: #000;
        background: #f9f9f9;
        padding: 7px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
        font-weight: 600; }

.SearchView {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  -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); }
  .SearchView .__Button {
    float: left;
    width: 100%;
    padding: 10px 25px;
    border-top: 1px solid #eee;
    text-align: center; }
  .SearchView .__Content {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 15px 25px; }
    .SearchView .__Content .__Item {
      display: table;
      width: 100%; }
      .SearchView .__Content .__Item span {
        float: left;
        width: 100%; }
        .SearchView .__Content .__Item span:nth-child(1) {
          font-weight: 600; }
        .SearchView .__Content .__Item span:nth-child(2) {
          padding-top: 5px; }
  .SearchView .__Title {
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 600; }

.EmailTemplateView {
  float: left;
  width: 100%;
  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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px; }
  .EmailTemplateView .__Title {
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 600; }
  .EmailTemplateView.BottomView {
    margin-bottom: 20px; }

.NewLayout {
  display: flex;
  width: 100%;
  padding-top: 20px;
  column-gap: 1.1em; }
  .NewLayout .__NewLayout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    background: #fff;
    -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); }
    .NewLayout .__NewLayout .__NewItem {
      min-width: 0;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 10px 20px;
      border-bottom: 1px dashed #e2e2e2; }
      .NewLayout .__NewLayout .__NewItem:hover {
        cursor: pointer;
        color: #2b65f8; }
      .NewLayout .__NewLayout .__NewItem:last-child {
        border-bottom: 0; }
      .NewLayout .__NewLayout .__NewItem .__TextView {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
        width: calc(100% - 60px);
        font-weight: 600; }
        .NewLayout .__NewLayout .__NewItem .__TextView b {
          font-weight: 300;
          font-size: 11px; }
      .NewLayout .__NewLayout .__NewItem .__ImageView {
        float: left;
        width: 60px; }
        .NewLayout .__NewLayout .__NewItem .__ImageView .__Image {
          float: left;
          width: 40px;
          height: 40px;
          background: #f9f9f9;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          overflow: hidden; }
          .NewLayout .__NewLayout .__NewItem .__ImageView .__Image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .NewLayout .__NewLayout .__Button {
      float: left;
      width: 100%;
      border-top: 1px solid #e2e2e2;
      padding: 15px 0;
      text-align: center; }
      .NewLayout .__NewLayout .__Button .btn {
        margin: 0; }
    .NewLayout .__NewLayout .__Content {
      float: left;
      width: 100%; }
    .NewLayout .__NewLayout .__Title {
      float: left;
      width: 100%;
      border-bottom: 1px solid #e2e2e2;
      padding: 15px 20px;
      font-weight: 600; }

.UserProfileLayout {
  display: flex;
  align-items: center; }
  .UserProfileLayout .__TextView {
    float: left;
    padding-right: 15px;
    font-weight: 600; }
  .UserProfileLayout .__ImageView {
    display: inline-block; }
    .UserProfileLayout .__ImageView .__Inner {
      float: left;
      overflow: hidden;
      padding-top: 4px;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      background: #ccc; }
      .UserProfileLayout .__ImageView .__Inner img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.ScrollViewLayout {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) #f9f9f9;
  float: left;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  height: calc(100% - 74.4px);
  max-height: calc(100% - 74.4px); }
  .ScrollViewLayout::-webkit-scrollbar {
    background: #f9f9f9;
    width: 6px; }
  .ScrollViewLayout::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }

.CategoryImageView {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .CategoryImageView img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.Status_Button {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0; }

.Status_Description {
  float: left;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  color: #555;
  font-weight: 300;
  font-size: 16px; }

.Status_Title {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 24px; }

.TitlesHeader {
  position: relative;
  float: left;
  width: 100%; }
  .TitlesHeader .__MiddleView {
    position: absolute;
    left: calc(50% - 65px);
    top: 20px; }
    .TitlesHeader .__MiddleView .__IconView {
      position: absolute;
      right: 0; }
      .TitlesHeader .__MiddleView .__IconView img {
        width: 36px;
        height: 36px;
        object-fit: cover; }
    .TitlesHeader .__MiddleView .__ImageView {
      float: left;
      width: 130px;
      height: 130px;
      background: #fff;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      overflow: hidden; }
      .TitlesHeader .__MiddleView .__ImageView img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .TitlesHeader img {
    vertical-align: middle; }

.PageEditorTextHolder {
  display: none; }

.ModalToolbarContentButton {
  float: left;
  text-align: right;
  width: 100%;
  padding: 5px 20px;
  border-top: 1px solid #eee;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }
  .ModalToolbarContentButton .btn {
    width: auto !important; }

.ActionLayout {
  float: left;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  -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);
  height: 92px;
  display: flex;
  align-items: center;
  background: linear-gradient(196deg, white 53%, #fcebcf 100%); }
  .ActionLayout.InnerTable {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  .ActionLayout.NoTop {
    margin-top: 0; }
  .ActionLayout .__HelpTitle {
    float: left;
    padding-left: 30px; }
    .ActionLayout .__HelpTitle .btn {
      margin: 5px 0 0 0; }
  .ActionLayout .__HelpIcon {
    float: left;
    width: 120px;
    padding-top: 10px;
    padding-left: 20px; }
    .ActionLayout .__HelpIcon img {
      vertical-align: middle;
      width: 100px; }

.PageEditor {
  float: left;
  width: 100%;
  min-height: 300px; }

#pageEditor {
  display: inline-block;
  width: 100%;
  min-height: 300px;
  overflow: auto;
  max-height: 300px; }

#pageEditorEmail {
  background: #eff2f5;
  display: inline-block;
  width: 100%;
  min-height: 300px;
  overflow: auto;
  max-height: 700px; }

.InputBlock {
  float: left;
  width: 100%;
  padding-bottom: 15px; }
  .InputBlock .btn {
    margin: 0;
    width: 100%; }
  .InputBlock:last-child {
    padding-bottom: 0 !important; }
  .InputBlock span {
    float: left;
    width: 100%; }
    .InputBlock span:nth-child(1) {
      font-weight: 600; }
    .InputBlock span:nth-child(2) {
      padding-top: 10px; }

table.TableView {
  border-collapse: collapse;
  -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;
  background: #fff;
  width: 100%; }
  table.TableView tbody tr:last-child td {
    border-bottom: 0; }
  table.TableView tbody tr td {
    padding: 15px;
    border-bottom: 1px dashed #e2e2e2; }
    table.TableView tbody tr td select {
      height: 35px; }
    table.TableView tbody tr td .btn {
      margin: 0; }
    table.TableView tbody tr td abbr {
      font-size: 11px; }
      table.TableView tbody tr td abbr i {
        color: #555;
        font-size: 11px; }
  table.TableView thead tr td {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    font-weight: 600; }

.SettingsLayout {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  -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); }
  .SettingsLayout .__SearchItemTitle {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px 20px;
    color: #666;
    font-weight: 600;
    font-size: 11px; }
  .SettingsLayout .__SettingsItem {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center; }
    .SettingsLayout .__SettingsItem .btn {
      margin: 0; }
    .SettingsLayout .__SettingsItem.Center {
      justify-content: end;
      text-align: center; }
    .SettingsLayout .__SettingsItem input.fill {
      width: 100%; }
    .SettingsLayout .__SettingsItem:last-child {
      border-bottom: 0; }
    .SettingsLayout .__SettingsItem.WordTop {
      align-items: inherit !important; }
      .SettingsLayout .__SettingsItem.WordTop span:nth-child(1) {
        padding-top: 10px; }
    .SettingsLayout .__SettingsItem span {
      float: left; }
      .SettingsLayout .__SettingsItem span:nth-child(1) {
        width: 200px;
        font-weight: 600; }
        .SettingsLayout .__SettingsItem span:nth-child(1) img {
          width: 24px; }
      .SettingsLayout .__SettingsItem span:nth-child(2) {
        width: calc(100% - 200px); }
        .SettingsLayout .__SettingsItem span:nth-child(2).InnerTable {
          padding: 10px;
          background: #f9f9f9;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }

.TableViewer {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .TableViewer.NoTop {
    padding-top: 0; }

.TabItems {
  float: left;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  column-gap: 1.5em;
  align-items: center; }
  .TabItems .Item {
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: 600; }
    .TabItems .Item:hover, .TabItems .Item.active {
      cursor: pointer;
      color: #2b65f8;
      border-bottom: 1px solid #2b65f8; }

.StatisticLayout {
  width: 100%;
  max-width: 900px;
  padding: 25px;
  position: relative;
  margin: 0 auto; }
  .StatisticLayout .SystemInfoLayout {
    float: left;
    width: 100%;
    padding-top: 20px; }
    .StatisticLayout .SystemInfoLayout .__SystemItems {
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px; }
      .StatisticLayout .SystemInfoLayout .__SystemItems .__Item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
        background: #fff;
        width: 100%;
        -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; }
        .StatisticLayout .SystemInfoLayout .__SystemItems .__Item span {
          float: left;
          text-align: center; }
          .StatisticLayout .SystemInfoLayout .__SystemItems .__Item span img {
            vertical-align: middle;
            width: 54px; }
          .StatisticLayout .SystemInfoLayout .__SystemItems .__Item span:nth-child(1) {
            width: 100%; }
          .StatisticLayout .SystemInfoLayout .__SystemItems .__Item span:nth-child(2) {
            width: 100%;
            padding-top: 15px;
            font-weight: 600;
            font-size: 18px; }
  .StatisticLayout .ChartLayoutTemplate {
    float: left;
    width: 100%;
    padding-top: 20px; }
    .StatisticLayout .ChartLayoutTemplate.NoTop {
      padding-top: 0; }
    .StatisticLayout .ChartLayoutTemplate .__ChartLayout {
      float: left;
      width: 100%;
      background: #fff;
      -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);
      min-height: 350px; }
      .StatisticLayout .ChartLayoutTemplate .__ChartLayout .ChartInnerView {
        float: left;
        width: 100%;
        display: flex;
        min-height: 350px; }
      .StatisticLayout .ChartLayoutTemplate .__ChartLayout .ChartLeft {
        float: left;
        width: 300px;
        padding: 0 20px;
        border-right: 1px solid #e2e2e2;
        background: white;
        background: linear-gradient(196deg, white 53%, rgba(237, 231, 246, 0.5) 100%); }
      .StatisticLayout .ChartLayoutTemplate .__ChartLayout .ChartRight {
        float: left;
        width: calc(100% - 300px);
        background: white;
        background: linear-gradient(196deg, white 53%, rgba(225, 245, 254, 0.5) 100%); }
      .StatisticLayout .ChartLayoutTemplate .__ChartLayout #ChartBars {
        float: left;
        width: 100%;
        height: 100%; }
      .StatisticLayout .ChartLayoutTemplate .__ChartLayout #Chart {
        float: left;
        width: 100%;
        height: 100%; }
      .StatisticLayout .ChartLayoutTemplate .__ChartLayout .__ChartLayoutTitle {
        float: left;
        width: 100%;
        padding: 15px 25px;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #e2e2e2; }
  .StatisticLayout .__Items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px; }
    .StatisticLayout .__Items .__Item {
      display: inline-block;
      width: 100%;
      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: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 15px; }
      .StatisticLayout .__Items .__Item.BlueColor {
        background: linear-gradient(140deg, white 53%, #fff8e1 100%); }
      .StatisticLayout .__Items .__Item.GreenColor {
        background: linear-gradient(140deg, white 53%, #eaf8ea 100%); }
      .StatisticLayout .__Items .__Item.VioletColor {
        background: linear-gradient(140deg, white 53%, #eeeaff 100%); }
      .StatisticLayout .__Items .__Item .__Item_DayChange {
        float: left;
        width: 100%;
        color: #666;
        font-size: 12px;
        font-weight: 300; }
        .StatisticLayout .__Items .__Item .__Item_DayChange i {
          font-size: 12px; }
        .StatisticLayout .__Items .__Item .__Item_DayChange b {
          font-size: 12px;
          color: #33b934; }
      .StatisticLayout .__Items .__Item .__Item_Count {
        float: left;
        width: 100%;
        padding: 10px 0 5px 0;
        font-size: 30px;
        font-weight: 600; }
      .StatisticLayout .__Items .__Item .__Item_Header {
        display: flex;
        align-items: center;
        width: 100%; }
        .StatisticLayout .__Items .__Item .__Item_Header .__ItemIcon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          background: #f9f9f9;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
          .StatisticLayout .__Items .__Item .__Item_Header .__ItemIcon.Green {
            background: #eaf8ea;
            color: #33b934; }
          .StatisticLayout .__Items .__Item .__Item_Header .__ItemIcon.Blue {
            background: #FFF8E1;
            color: #FF6D00; }
          .StatisticLayout .__Items .__Item .__Item_Header .__ItemIcon.Violet {
            background: #eeeaff;
            color: #4425c2; }
          .StatisticLayout .__Items .__Item .__Item_Header .__ItemIcon i {
            font-size: 24px; }
        .StatisticLayout .__Items .__Item .__Item_Header .__ItemTitle {
          display: flex;
          padding-left: 15px;
          font-size: 16px;
          font-weight: 600; }

.ViewLayout {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  align-content: center;
  justify-content: center; }
  .ViewLayout .View {
    display: flex;
    background: #fff;
    width: 100%;
    height: 100%; }
    .ViewLayout .View .ViewNotifications {
      float: left;
      width: 250px;
      background: #fff;
      background: linear-gradient(140deg, white 10%, #eeeaff 100%);
      border-left: 1px solid #eee;
      -webkit-border-radius: 0 9px 9px 0;
      -moz-border-radius: 0 9px 9px 0;
      border-radius: 0 9px 9px 0; }
      .ViewLayout .View .ViewNotifications .__WatchDog {
        float: left;
        width: 100%;
        padding: 20px; }
        .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBoxList {
          display: flex;
          flex-wrap: wrap;
          padding-top: 20px;
          row-gap: 10px;
          width: 100%; }
        .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBox {
          align-items: center;
          justify-content: center;
          display: flex;
          height: 50px;
          width: 100%;
          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; }
          .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBox:hover {
            cursor: pointer; }
          .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBox span {
            display: flex; }
            .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBox span img {
              vertical-align: middle; }
            .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBox span:nth-child(1) {
              width: 50px;
              text-align: center;
              justify-content: center; }
            .ViewLayout .View .ViewNotifications .__WatchDog .__ItemBox span:nth-child(2) {
              width: calc(100% - 50px);
              font-weight: 600; }
        .ViewLayout .View .ViewNotifications .__WatchDog .__ImageView {
          float: left;
          width: 100%; }
        .ViewLayout .View .ViewNotifications .__WatchDog .__TitleView {
          padding-top: 10px;
          float: left;
          width: 100%;
          text-align: center; }
          .ViewLayout .View .ViewNotifications .__WatchDog .__TitleView span {
            font-size: 18px;
            font-weight: 600;
            display: inline-block; }
    .ViewLayout .View .ViewContent {
      float: left;
      width: calc(100% - 250px - 250px);
      background: #f9f9f9; }
      .ViewLayout .View .ViewContent .ViewContentHeader {
        float: left;
        background: #fff;
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
        padding: 20px 25px; }
        .ViewLayout .View .ViewContent .ViewContentHeader span:nth-child(1) {
          float: left;
          font-weight: 600;
          font-size: 22px; }
        .ViewLayout .View .ViewContent .ViewContentHeader span:nth-child(2) {
          float: right; }
    .ViewLayout .View .ViewMenu {
      float: left;
      width: 250px;
      height: 100%;
      background: #fff;
      border-right: 1px solid #eee;
      -webkit-border-radius: 9px 0 0 9px;
      -moz-border-radius: 9px 0 0 9px;
      border-radius: 9px 0 0 9px; }
      .ViewLayout .View .ViewMenu .ViewMenu__LinkItems {
        float: left;
        width: 100%;
        padding-top: 20px;
        height: calc(100% - 91px);
        overflow: auto;
        scrollbar-width: thin; }
        .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__ItemSubTitle {
          float: left;
          color: #666;
          padding: 10px 40px 10px;
          font-weight: 300;
          font-size: 11px; }
        .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item {
          position: relative;
          float: left;
          width: 100%;
          padding: 10px 40px;
          font-weight: 600; }
          .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item:hover {
            color: #2b65f8;
            cursor: pointer;
            background: #f2f2f2;
            background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #f2f6ff 100%); }
          .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span {
            float: left; }
            .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span .CountNumber {
              display: flex;
              align-items: center;
              justify-content: center;
              background: #f50c12;
              width: 25px;
              height: 20px;
              font-weight: 600;
              font-size: 11px;
              color: #fff;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              text-align: center; }
            .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(3) {
              width: 25px; }
            .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(1) {
              width: 30px; }
              .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(1) i {
                font-size: 20px; }
            .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(2) {
              width: calc(100% - 30px - 25px);
              font-weight: 600;
              font-size: 14px; }
      .ViewLayout .View .ViewMenu .ViewMenu__Logo {
        float: left;
        width: 100%;
        padding: 30px 40px 20px;
        border-bottom: 1px solid #e2e2e2; }

@media screen and (max-width: 1024px) {
  .SettingsLayout .__SettingsItem.FullViewOnRepsonsive {
    flex-wrap: wrap; }
    .SettingsLayout .__SettingsItem.FullViewOnRepsonsive span {
      float: left;
      width: 100%; }
      .SettingsLayout .__SettingsItem.FullViewOnRepsonsive span:nth-child(1) {
        padding-bottom: 10px;
        padding-top: 0 !important; }
        .SettingsLayout .__SettingsItem.FullViewOnRepsonsive span:nth-child(1) img {
          width: 24px; }

  input, select {
    width: 100% !important; }

  .ViewLayout .View .ViewMenu .ViewMenu__Logo {
    display: none; }

  .ViewLayout .View .ViewMenu {
    width: 100px; }

  .ViewLayout .View .ViewContent {
    width: calc(100% - 250px - 100px); }

  .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item {
    padding: 10px 30px; }

  .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(1) {
    width: 100%;
    text-align: center; }

  .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(1) i {
    font-size: 30px; }

  .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__ItemSubTitle {
    display: none; }

  .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(2) {
    display: none; }

  .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(3) {
    position: absolute;
    right: 15px;
    top: 0px; }
    .ViewLayout .View .ViewMenu .ViewMenu__LinkItems .__Item span:nth-child(3) .CountNumber {
      -webkit-border-radius: 100px !important;
      -moz-border-radius: 100px !important;
      border-radius: 100px !important;
      width: 20px !important; } }

/*# sourceMappingURL=style.css.map */
