@charset "UTF-8";
/*! jQuery UI - v1.11.4 - 2015-03-11
  * http://jqueryui.com
  * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
  * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
  ----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
  ----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
  ----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
  ----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0.4em 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
  ----------------------------------*/
.ui-widget-content {
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
  ----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
  ----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
  ----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
  ----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

.gray {
  color: var(--color-gray);
}

.green {
  color: var(--color-green);
}

.pink {
  color: var(--color-pink);
}

.red {
  color: var(--color-red);
}

.orange {
  color: var(--color-orange);
}

.blue {
  color: var(--color-blue);
}

.calendar-wrapper {
  width: 160px;
  margin-bottom: 5px;
  color: #222;
  font-size: 11px;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  border: 1px solid var(--color-text);
  z-index: 10;
  background-color: #f39213;
}
.calendar-wrapper label {
  color: #222 !important;
}
.calendar-wrapper .fake-calendar {
  position: relative;
  z-index: 5;
  width: 100%;
  font-weight: 700;
}
.calendar-wrapper .fake-calendar .calendar-date, .calendar-wrapper .fake-calendar .calendar-date2 {
  font-size: 30px;
  line-height: 1;
  margin-right: 7px;
}
.calendar-wrapper .fake-calendar .calendar-month, .calendar-wrapper .fake-calendar .calendar-year, .calendar-wrapper .fake-calendar .calendar-month2, .calendar-wrapper .fake-calendar .calendar-year2 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar-wrapper .fake-calendar .calendar-month {
  margin-top: 5px;
}
.calendar-wrapper .fake-calendar .calendar-button {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}
.calendar-wrapper .fake-calendar .calendar-button:hover {
  background: #1a5da1;
}
.calendar-wrapper .fake-calendar .calendar-button svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.calendar-wrapper .fake-calendar .calendar-button svg .st1 {
  fill: #222;
}
.calendar-wrapper input.calendar {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
}

.custom-datepicker-wrapper {
  margin-top: 3px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 0.3em 0.3em;
}
.custom-datepicker-wrapper.ui-widget {
  font-size: 1.1em;
  line-height: 1.4;
  color: #222;
}
.custom-datepicker-wrapper th {
  font-weight: 600;
}
.custom-datepicker-wrapper td span,
.custom-datepicker-wrapper td a {
  background-image: none;
  text-align: center;
}
.custom-datepicker-wrapper .ui-state-default {
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 2px;
}
.custom-datepicker-wrapper .ui-state-hover {
  background-color: #ffc700;
}
.custom-datepicker-wrapper .ui-datepicker-current-day {
  background-color: #e8dfff;
  border-radius: 2px;
}

.ui-datepicker-mouseover1 {
  background-color: #fff5cc !important;
}

.ui-datepicker.ui-datepicker-multi-2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d4d4d4;
  width: 1px;
  height: 68%;
}

.ui-datepicker {
  padding: 1em 0.5em 0.5em 0.5em;
  border-radius: 5px;
  margin-top: 17px;
  z-index: 30000 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker:before {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  background-color: #ffcc07 !important;
  border-radius: 50%;
}
.ui-datepicker .ui-state-active .transparent, .ui-datepicker .ui-widget-content .ui-state-active .transparent, .ui-datepicker .ui-widget-header .ui-state-active .transparent {
  background-color: transparent !important;
}
.ui-datepicker .ui-datepicker-group {
  float: left;
  width: 48%;
}
.ui-datepicker .ui-datepicker-group-first {
  margin-right: 4%;
}
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 33px;
  padding: 0;
  z-index: 1;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #62748c;
  font: 0.4375 "Arial";
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #333333;
  position: relative;
  background-color: white;
}
.ui-datepicker .ui-datepicker-calendar td:before, .ui-datepicker .ui-datepicker-calendar td:after {
  bottom: 2px;
  content: "";
  left: 0;
  top: 2px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.ui-datepicker .ui-datepicker-calendar a {
  color: inherit;
  display: inline-block;
  height: 32px;
  text-decoration: none;
  width: 32px;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
  background: #fff5cc;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
  left: 50%;
  width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
  right: 50%;
  width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
  color: #555555 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a {
  background-color: #ffcc07 !important;
  border-radius: 50%;
}
.ui-datepicker tbody {
  border-top: 1px solid #e4e4e4;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.4em 0;
}

.ui-datepicker-title {
  font-weight: 600;
  font-size: 14px;
  color: #1e6ab7;
}

.ui-widget-header {
  border: none;
  background: none;
  color: #333;
  font-size: 20px;
  font-weight: 300;
  border-radius: 0;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  color: #4d3c95;
  text-align: center;
  font-weight: 300;
  border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  text-align: center;
  border: none;
}

.ui-datepicker-week-end {
  color: #333 !important;
}

.ui-icon {
  width: 20px;
  width: 20px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 65%;
  margin-top: -8px;
  background-image: url(../img/ic_arrow_newcalendar.png);
  background-size: 18px;
  background-position: center center;
  opacity: 0.6;
}

.ui-datepicker .ui-datepicker-prev span:hover, .ui-datepicker .ui-datepicker-next span:hover {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0px;
}

.ui-datepicker .ui-datepicker-next {
  right: 0px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: none;
  background: none;
  font-weight: normal;
  color: #212121;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: none;
}

.Holidays a {
  color: red !important;
}

.ui-datepicker-week-end a {
  color: red !important;
}

.js-calendar-flight-focus, .js-calendar-oneway-focus, .js-calendar-hotel-focus, .js-calendar-flight-fake {
  z-index: 999;
}

.ui-datepicker-next, .ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-today .ui-state-default {
  border: 1px solid #ffcc07;
  border-radius: 50%;
  background-color: transparent !important;
}

.ui-state-default.ui-state-hover {
  background-color: #ffcc07;
  border-radius: 50%;
}

.nav-bot {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  padding: 15px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: var(--color-darkblue);
}
.nav-bot .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
}
.nav-bot .nav-item .circle-inbox {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -2px;
  right: -4px;
  background-color: red;
}
.nav-bot .nav-item .special-icon {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -35px;
  background-color: var(--color-orange);
}
.nav-bot .nav-item .special-icon svg {
  width: 36px;
}
.nav-bot .nav-item .special-icon svg path {
  stroke: #fff;
}
.nav-bot .nav-item svg {
  width: 24px;
}
.nav-bot .nav-item svg path {
  stroke: #fff;
  stroke-width: 1.5;
}
.nav-bot .nav-item svg.inbox {
  width: 24px;
}
.nav-bot .nav-item svg.inbox path {
  fill: none;
}
.nav-bot .nav-item svg.profile {
  width: 24px;
}
.nav-bot .nav-item svg.profile path {
  fill: none;
}
.nav-bot .nav-item:last-child svg path {
  stroke-width: 0.2;
}
.nav-bot .nav-item .nav-title {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.nav-bot .nav-item.active svg path {
  fill: var(--color-green);
  stroke: #fff;
}
.nav-bot .nav-item.active svg.inbox path {
  fill: none;
  stroke: var(--color-green);
}
.nav-bot .nav-item.active .nav-title {
  color: var(--color-green);
  font-weight: 700;
}
.nav-bot .nav-item.active .special-icon svg path {
  fill: var(--color-green);
  stroke: #fff;
}

.btnVimms {
  display: inline-block;
  padding: 9px 32px 8px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 10px 0 rgba(17, 40, 103, 0.19);
          box-shadow: 0px 2px 10px 0 rgba(17, 40, 103, 0.19);
  outline: none !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.btnVimms:last-child {
  margin-right: 0;
}
.btnVimms img {
  width: 14px;
  margin-right: 8px;
}
.btnVimms.btnVimms-default {
  background: var(--color-darkblue);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
}
.btnVimms.btnVimms-secondary {
  background: var(--color-red);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
}
.btnVimms.btnVimms-tertiary {
  background: var(--color-red);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
}
.btnVimms.btnVimms-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-orange);
  gap: 10px;
  color: #fff;
  padding: 12px 20px 10px;
}
.btnVimms.btnVimms-icon svg {
  width: 22px;
  margin-top: -3px;
}
.btnVimms.btnVimms-icon svg path {
  stroke: #fff;
}
.btnVimms.btnVimms-icon:hover {
  background: #00694a;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w33 {
  width: 33.33334%;
}

.w30 {
  width: 30%;
}

.w28 {
  width: 28%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w17 {
  width: 17%;
}

.w15 {
  width: 15%;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 200;
}

.reguler {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 700;
}

.bold {
  font-weight: 800;
}

.fz34 {
  font-size: 34px;
}

.fz32 {
  font-size: 32px;
}

.fz28 {
  font-size: 28px;
}

.fz26 {
  font-size: 26px;
}

.fz22 {
  font-size: 22px;
}

.fz20 {
  font-size: 20px;
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.fz12 {
  font-size: 12px;
}

.fz11 {
  font-size: 11px;
}

.fz10 {
  font-size: 10px;
}

.lh1 {
  line-height: 1;
}

.inline-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-even {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pointer {
  cursor: pointer;
}

.flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.flex-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label, .form-group .label {
  font-weight: 600;
  font-size: 13px;
  color: var(--color-text);
  display: block;
  margin-bottom: 7px;
}
.form-group .form-control {
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  border: 1px solid #333;
  color: var(--color-text);
  font-size: 14px;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}
.form-group .form-control:focus {
  outline: 0;
}
.form-group select option {
  color: #222 !important;
}
.form-group textarea {
  min-height: 186px;
  resize: none;
}

.form-change-password {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-change-password .btnVimms-default {
  width: 75%;
  margin: 0 auto;
}

.dropdown-wrapper {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.dropdown-wrapper .dropdown-custom, .dropdown-wrapper .dropdown-menu {
  position: relative;
  padding-top: 7px;
  z-index: 20;
}
.dropdown-wrapper .dropdown-custom:after, .dropdown-wrapper .dropdown-menu:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  top: 9px;
  right: -18px;
  font-size: 14px;
  color: #6a819a;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.dropdown-wrapper .dropdown-custom.active:after, .dropdown-wrapper .dropdown-menu.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown-wrapper .dropdown-list, .dropdown-wrapper .dropdown-list-menu {
  position: absolute;
  left: -20%;
  top: 150%;
  background-color: #fff;
  color: #505050;
  width: 140%;
  border: none;
  border-radius: 4px;
  display: none;
  max-height: 150px;
  font-size: 13px;
  z-index: 21;
}
.dropdown-wrapper .dropdown-list ul, .dropdown-wrapper .dropdown-list-menu ul {
  padding: 0;
  margin: 0;
}
.dropdown-wrapper .dropdown-list ul li, .dropdown-wrapper .dropdown-list-menu ul li {
  list-style: none;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown-wrapper .dropdown-list ul li i, .dropdown-wrapper .dropdown-list-menu ul li i {
  margin-right: 8px;
}
.dropdown-wrapper .dropdown-list ul li:hover, .dropdown-wrapper .dropdown-list-menu ul li:hover {
  background-color: #dae9fa;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb5px {
  margin-bottom: 5px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb20px {
  margin-bottom: 20px;
}

.mr5px {
  margin-right: 5px;
}

.pv1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pv2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.ph1 {
  padding-left: 1em;
  padding-right: 1em;
}

.ph2 {
  padding-left: 2em;
  padding-right: 2em;
}

.ph5px {
  padding-left: 5px;
  padding-right: 5px;
}

.pr1 {
  padding-right: 1em;
}

.pr5px {
  padding-right: 5px;
}

.pl5px {
  padding-left: 5px;
}

.pl1 {
  padding-left: 1em;
}

.pb1 {
  padding-bottom: 1em;
}

.pb2 {
  padding-bottom: 2em;
}

.table-wrapper {
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}
.table-wrapper .table-responsive {
  position: relative;
  overflow: auto;
}
.table-wrapper .table-responsive .absolute-table {
  display: inline-block;
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  background-color: #fff;
}
.table-wrapper .table-responsive .absolute-table .table-bordered {
  border: none;
}
.table-wrapper .table-responsive .absolute-table table {
  margin-bottom: 0;
  border-collapse: collapse;
  width: 100%;
}
.table-wrapper .table-responsive .absolute-table table thead:first-child tr th {
  background-color: #f5f6fa;
  color: #484a4c;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 15px;
  border-color: #333;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  height: 48px;
  text-transform: uppercase;
  overflow: hidden;
}
.table-wrapper .table-responsive .absolute-table table thead:first-child tr th .th-fixed {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 9px;
  top: 2px;
  left: 0;
  background-color: #f5f6fa;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr:hover {
  background-color: #dae9fa;
}
.table-wrapper .table-responsive .absolute-table table tbody tr:hover th {
  background-color: #dae9fa;
}
.table-wrapper .table-responsive .absolute-table table tbody tr th { /* for Safari */
  position: sticky;
  left: 0;
  color: #484a4c;
  font-size: 13px;
  font-weight: normal;
  padding: 12px 25px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: capitalize;
  z-index: 5;
  background-color: #fff;
  border-color: #333;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.table-wrapper .table-responsive .absolute-table table tbody tr th:after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  z-index: 5;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0 1px 0;
  font-size: 12px;
  padding: 16px 14px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td:first-child {
  border-left: 1px solid rgba(158, 173, 195, 0.16);
}
.table-wrapper .table-responsive .absolute-table table tbody tr td.ws-normal {
  white-space: normal;
  min-width: 330px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper {
  width: 100%;
  font-size: 12px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .left-table {
  width: 55%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .right-table {
  width: 45%;
  cursor: pointer;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  width: 100%;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .right-table .job-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .gray {
  font-weight: 400;
  margin-bottom: 7px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .blue, .table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .green, .table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .inline-table .orange {
  font-weight: 600;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper .member-wrapper .inline-table {
  border-bottom: 1px solid rgba(177, 177, 177, 0.1215686275);
  padding-bottom: 10px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member {
  position: relative;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member:after {
  position: absolute;
  font-family: fontAwesome;
  font-size: 13px;
  right: -5px;
  top: 8px;
  content: "\f0d7";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member .member-wrapper {
  display: none;
  padding-left: 15px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member .member-wrapper.toggle {
  display: block;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member.open .inline-table {
  margin-bottom: 10px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member.open .inline-table:first-child {
  border-bottom: 1px solid rgba(177, 177, 177, 0.1215686275);
  padding-bottom: 15px;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .member-wrapper.has-member.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .left-bottom {
  gap: 10px !important;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .left-bottom .bottom-title {
  font-size: 13px !important;
  margin-bottom: 5px !important;
}
.table-wrapper .table-responsive .absolute-table table tbody tr td .left-bottom .bottom-date {
  font-size: 11px !important;
}
.table-wrapper .table-responsive .absolute-table table.table-custom tbody tr td {
  padding: 5px;
  background-color: transparent;
}
.table-wrapper .table-responsive .absolute-table table .sub-table {
  position: relative;
  width: 120px;
  background-color: #c0d1e4;
  color: #484a4c;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 12px;
}
.table-wrapper .table-responsive .absolute-table table .sub-table .sub-table-header {
  padding: 5px 0;
  text-transform: capitalize;
}
.table-wrapper .table-responsive .absolute-table table .sub-table:after {
  position: absolute;
  content: "\f0dd";
  top: 3px;
  right: 9px;
  font-size: 12px;
  font-family: fontAwesome;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.table-wrapper .table-responsive .absolute-table table .sub-table .sub-second-table {
  display: none;
  text-align: left;
  background-color: #fff;
  padding: 5px 10px;
}
.table-wrapper .table-responsive .absolute-table table .sub-table.opened:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 7px;
}
.table-wrapper .table-responsive .absolute-table table .sub-table.opened .sub-second-table {
  display: block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes flip {
  to {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes flip {
  to {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--color-lightgreen) 0%, var(--color-lightorange) 100%);
  }
  25% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, var(--color-lightpink) 0%, var(--color-lightorange) 100%);
  }
  50% {
    border-radius: 80% 50% 20% 30%/40% 50% 20% 50%;
    background: linear-gradient(45deg, var(--color-lightpurple) 0%, var(--color-lightblue) 100%);
  }
  75% {
    border-radius: 20% 90% 40% 80%/70% 40% 20% 50%;
    background: linear-gradient(45deg, var(--color-lightblue) 0%, var(--color-lightpink) 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--color-lightgreen) 0%, var(--color-lightorange) 100%);
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--color-lightgreen) 0%, var(--color-lightorange) 100%);
  }
  25% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, var(--color-lightpink) 0%, var(--color-lightorange) 100%);
  }
  50% {
    border-radius: 80% 50% 20% 30%/40% 50% 20% 50%;
    background: linear-gradient(45deg, var(--color-lightpurple) 0%, var(--color-lightblue) 100%);
  }
  75% {
    border-radius: 20% 90% 40% 80%/70% 40% 20% 50%;
    background: linear-gradient(45deg, var(--color-lightblue) 0%, var(--color-lightpink) 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--color-lightgreen) 0%, var(--color-lightorange) 100%);
  }
}
/* RESETS */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background: #fff;
}

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

:root {
  font-size: 14px;
  --color-text: #030714;
  --color-bg: #ebedef;
  --color-gray: #606879;
  --color-lightgray: #EAEEF6;
  --color-green: #6CA631;
  --color-lightgreen: #F1F8EC;
  --color-darkblue: #333D55;
  --color-purple: #A394F7;
  --color-lightpurple: #F2F0FE;
  --color-orange: #CE7500;
  --color-lightorange: #FEF2E8;
  --color-pink: #E179B3;
  --color-lightpink: #F4E6EC;
  --color-red: #A8456B;
  --color-blue: #6DB7FF;
  --color-lightblue: #EFF8FF;
}

body {
  font-family: "Titillium Web", sans-serif;
  min-height: 100vh;
  color: var(--color-text);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(font-size);
  line-height: 1;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:active, :focus, :visited, a, a:active, a:focus, a:visited {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, p {
  margin: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.main-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  padding: 0;
}

/* Page Loader */
.loading {
  width: 100vw;
  height: 100vh;
}

.wrapper-loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.loading .wrapper-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20000;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  height: 60px;
  --c:no-repeat linear-gradient(var(--color-darkblue) 0 0);
  --d:no-repeat linear-gradient(var(--color-green) 0 0);
  background: var(--d), var(--c), var(--d), var(--c);
  background-size: 31px 31px;
  -webkit-animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
          animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@-webkit-keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 80px;
    height: 80px;
  }
  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 80px;
    height: 80px;
  }
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 80px;
    height: 80px;
  }
  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 80px;
    height: 80px;
  }
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}
.content {
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  opacity: 0;
}

.content.animated-in {
  -webkit-animation: fadeInTop 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeInTop 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.content--fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 100vh;
}

.content--fixed a {
  pointer-events: auto;
}

.main-content {
  position: relative;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.overlay {
  grid-area: 1/1/-1/-1;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
  --columns: 20;
  -ms-grid-columns: (1fr)[var(--columns)];
  grid-template-columns: repeat(var(--columns), 1fr);
}

.overlay div {
  background-color: #fff;
  height: 100px;
}

/* width */
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-gray);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-gray);
}

.demo-2 {
  --path-fill-1: var(--color-lightgreen);
  --path-fill-2: var(--color-darkblue);
  --path-fill-3: var(--color-lightorange);
  --path-fill-4: var(--color-lightpink);
  --path-fill-5: #fff;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
  fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--path-fill-3);
}

.shape-overlays__path:nth-of-type(4) {
  fill: var(--path-fill-4);
}

.shape-overlays__path:nth-of-type(5) {
  fill: var(--path-fill-5);
}

.overlay-wrapper {
  background-color: rgba(11, 11, 11, 0.5803921569);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 40000;
}
.overlay-wrapper .popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: var(--color-bg);
  border: 2px solid var(--color-darkblue);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  text-align: center;
  min-width: 300px;
  max-height: 90vh;
  border-radius: 15px;
}
.overlay-wrapper .popup-wrapper .close-popup {
  position: absolute;
  z-index: 88;
  font-size: 24px;
  top: 14px;
  right: 20px;
  color: #fff;
}
.overlay-wrapper .popup-wrapper .top {
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid var(--color-darkblue);
  font-weight: 600;
}
.overlay-wrapper .popup-wrapper .middle {
  text-align: left;
  top: 20px;
  position: relative;
  max-height: 75vh;
  overflow-y: auto;
  width: calc(100% - 5px);
  padding: 20px;
  margin-bottom: 2em;
}
.overlay-wrapper .popup-wrapper .middle .reset-filter-popup svg {
  width: 28px;
}
.overlay-wrapper .popup-wrapper .middle .reset-filter-popup svg path {
  stroke: #000;
}
.overlay-wrapper .popup-wrapper .middle .inline-space {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.overlay-wrapper .popup-wrapper .middle .inline-space .column {
  width: calc(50% - 20px);
}
.overlay-wrapper .popup-wrapper .middle .logo-garuda {
  width: 100px;
  margin-bottom: 20px;
}
.overlay-wrapper .popup-wrapper .middle .form-group {
  margin-bottom: 1em;
}
.overlay-wrapper .popup-wrapper .middle .form-group .label {
  margin-bottom: 7px;
  font-weight: 600;
}
.overlay-wrapper .popup-wrapper .middle .form-group .form-control {
  color: var(--color-text);
  border: 1px solid var(--color-text);
}
.overlay-wrapper .popup-wrapper .middle .form-group textarea {
  min-height: 100px;
}
.overlay-wrapper .popup-wrapper .middle .form-search-member {
  position: relative;
  margin-bottom: 20px;
}
.overlay-wrapper .popup-wrapper .middle .form-search-member .form-control {
  height: 40px !important;
}
.overlay-wrapper .popup-wrapper .middle .form-search-member i {
  position: absolute;
  right: 15px;
  top: 31px;
  font-size: 16px;
  color: var(--color-gray);
}
.overlay-wrapper .popup-wrapper .middle .form-wrapper-popup {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay-wrapper .popup-wrapper .middle .form-wrapper-popup .btnVimms {
  margin-right: 10px;
}
.overlay-wrapper .popup-wrapper .middle .form-wrapper-popup .btnVimms:last-child {
  margin-right: 0;
}
.overlay-wrapper .popup-wrapper .middle .ss-wrapper-big {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
}
.overlay-wrapper .popup-wrapper.popup-big {
  width: 90vw;
}
.overlay-wrapper .popup-wrapper.popup-small {
  width: 50vw;
}
.overlay-wrapper.open {
  display: block;
}
.overlay-wrapper.open .popup-current {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.content.animated-in .login-box {
  -webkit-animation: fadeInTop 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeInTop 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main-content.content-login {
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(35%, #e9ebef), to(#73758e));
  background: linear-gradient(180deg, #ffffff 0%, #e9ebef 35%, #73758e 100%);
  position: relative;
}
.main-content.content-login .logo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  position: relative;
  z-index: 5;
}
.main-content.content-login .logo-home img {
  width: 70px;
  margin: 0 auto;
}
.main-content.content-login .copyright {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
  font-weight: 100;
}

.circle {
  position: absolute;
  border-radius: 50%;
}

.circle:nth-child(1) {
  background: #f8f4f1;
  -webkit-box-shadow: 0 0 9px 6px #f8f4f1;
          box-shadow: 0 0 9px 6px #f8f4f1;
  top: 2%;
  left: 77%;
  width: 45px;
  height: 45px;
  opacity: 0.77;
  -webkit-animation: float1 20s infinite linear;
          animation: float1 20s infinite linear;
}

.circle:nth-child(2) {
  background: #f1f5f3;
  -webkit-box-shadow: 0 0 9px 4px #f1f5f3;
          box-shadow: 0 0 9px 4px #f1f5f3;
  top: 88%;
  left: 88%;
  width: 79px;
  height: 79px;
  opacity: 0.19;
  -webkit-animation: float2 20s infinite linear;
          animation: float2 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 6px 8px #f1f3fe;
          box-shadow: 0 0 6px 8px #f1f3fe;
  top: 38%;
  left: 50%;
  width: 49px;
  height: 49px;
  opacity: 0.85;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 7px 1px #f0e9f0;
          box-shadow: 0 0 7px 1px #f0e9f0;
  top: 91%;
  left: 93%;
  width: 64px;
  height: 64px;
  opacity: 0.9;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(5) {
  background: #f1f1f7;
  -webkit-box-shadow: 0 0 5px 4px #f1f1f7;
          box-shadow: 0 0 5px 4px #f1f1f7;
  top: 25%;
  left: 73%;
  width: 2px;
  height: 2px;
  opacity: 0.38;
  -webkit-animation: float5 20s infinite linear;
          animation: float5 20s infinite linear;
}

.circle:nth-child(6) {
  background: #f2edf4;
  -webkit-box-shadow: 0 0 8px 9px #f2edf4;
          box-shadow: 0 0 8px 9px #f2edf4;
  top: 75%;
  left: 18%;
  width: 71px;
  height: 71px;
  opacity: 0.38;
  -webkit-animation: float6 20s infinite linear;
          animation: float6 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 1px 3px #f1f3fe;
          box-shadow: 0 0 1px 3px #f1f3fe;
  top: 19%;
  left: 12%;
  width: 84px;
  height: 84px;
  opacity: 0.49;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 1px 1px #f4e6ec;
          box-shadow: 0 0 1px 1px #f4e6ec;
  top: 22%;
  left: 20%;
  width: 47px;
  height: 47px;
  opacity: 0.92;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(9) {
  background: #eaeef6;
  -webkit-box-shadow: 0 0 7px 4px #eaeef6;
          box-shadow: 0 0 7px 4px #eaeef6;
  top: 1%;
  left: 12%;
  width: 39px;
  height: 39px;
  opacity: 0.88;
  -webkit-animation: float9 20s infinite linear;
          animation: float9 20s infinite linear;
}

.circle:nth-child(5) {
  background: #f1f1f7;
  -webkit-box-shadow: 0 0 9px 6px #f1f1f7;
          box-shadow: 0 0 9px 6px #f1f1f7;
  top: 7%;
  left: 66%;
  width: 16px;
  height: 16px;
  opacity: 0.92;
  -webkit-animation: float5 20s infinite linear;
          animation: float5 20s infinite linear;
}

.circle:nth-child(2) {
  background: #f1f5f3;
  -webkit-box-shadow: 0 0 6px 6px #f1f5f3;
          box-shadow: 0 0 6px 6px #f1f5f3;
  top: 9%;
  left: 50%;
  width: 29px;
  height: 29px;
  opacity: 0.35;
  -webkit-animation: float2 20s infinite linear;
          animation: float2 20s infinite linear;
}

.circle:nth-child(1) {
  background: #f8f4f1;
  -webkit-box-shadow: 0 0 8px 6px #f8f4f1;
          box-shadow: 0 0 8px 6px #f8f4f1;
  top: 17%;
  left: 79%;
  width: 72px;
  height: 72px;
  opacity: 0.83;
  -webkit-animation: float1 20s infinite linear;
          animation: float1 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 1px 7px #fef2e8;
          box-shadow: 0 0 1px 7px #fef2e8;
  top: 71%;
  left: 38%;
  width: 4px;
  height: 4px;
  opacity: 0.17;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(14) {
  background: #eef4f0;
  -webkit-box-shadow: 0 0 7px 10px #eef4f0;
          box-shadow: 0 0 7px 10px #eef4f0;
  top: 80%;
  left: 59%;
  width: 33px;
  height: 33px;
  opacity: 0.31;
  -webkit-animation: float14 20s infinite linear;
          animation: float14 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 5px 7px #fef2e8;
          box-shadow: 0 0 5px 7px #fef2e8;
  top: 10%;
  left: 85%;
  width: 41px;
  height: 41px;
  opacity: 0.38;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 2px 5px #f4e6ec;
          box-shadow: 0 0 2px 5px #f4e6ec;
  top: 10%;
  left: 42%;
  width: 50px;
  height: 50px;
  opacity: 0.35;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(17) {
  background: #f0f8f4;
  -webkit-box-shadow: 0 0 3px 8px #f0f8f4;
          box-shadow: 0 0 3px 8px #f0f8f4;
  top: 89%;
  left: 98%;
  width: 38px;
  height: 38px;
  opacity: 0.24;
  -webkit-animation: float17 20s infinite linear;
          animation: float17 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 4px 4px #f0e9f0;
          box-shadow: 0 0 4px 4px #f0e9f0;
  top: 95%;
  left: 12%;
  width: 24px;
  height: 24px;
  opacity: 0.43;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(19) {
  background: #f6f6ea;
  -webkit-box-shadow: 0 0 1px 5px #f6f6ea;
          box-shadow: 0 0 1px 5px #f6f6ea;
  top: 92%;
  left: 8%;
  width: 7px;
  height: 7px;
  opacity: 0.26;
  -webkit-animation: float19 20s infinite linear;
          animation: float19 20s infinite linear;
}

.circle:nth-child(20) {
  background: #f1f8ec;
  -webkit-box-shadow: 0 0 9px 6px #f1f8ec;
          box-shadow: 0 0 9px 6px #f1f8ec;
  top: 100%;
  left: 18%;
  width: 61px;
  height: 61px;
  opacity: 0.69;
  -webkit-animation: float20 20s infinite linear;
          animation: float20 20s infinite linear;
}

.circle:nth-child(21) {
  background: #f2f3f7;
  -webkit-box-shadow: 0 0 4px 8px #f2f3f7;
          box-shadow: 0 0 4px 8px #f2f3f7;
  top: 25%;
  left: 6%;
  width: 65px;
  height: 65px;
  opacity: 0.35;
  -webkit-animation: float21 20s infinite linear;
          animation: float21 20s infinite linear;
}

.circle:nth-child(22) {
  background: #f3ecf7;
  -webkit-box-shadow: 0 0 8px 2px #f3ecf7;
          box-shadow: 0 0 8px 2px #f3ecf7;
  top: 65%;
  left: 1%;
  width: 80px;
  height: 80px;
  opacity: 0.18;
  -webkit-animation: float22 20s infinite linear;
          animation: float22 20s infinite linear;
}

.circle:nth-child(14) {
  background: #eef4f0;
  -webkit-box-shadow: 0 0 3px 3px #eef4f0;
          box-shadow: 0 0 3px 3px #eef4f0;
  top: 83%;
  left: 71%;
  width: 28px;
  height: 28px;
  opacity: 0.51;
  -webkit-animation: float14 20s infinite linear;
          animation: float14 20s infinite linear;
}

.circle:nth-child(9) {
  background: #eaeef6;
  -webkit-box-shadow: 0 0 6px 7px #eaeef6;
          box-shadow: 0 0 6px 7px #eaeef6;
  top: 8%;
  left: 12%;
  width: 29px;
  height: 29px;
  opacity: 0.71;
  -webkit-animation: float9 20s infinite linear;
          animation: float9 20s infinite linear;
}

.circle:nth-child(14) {
  background: #eef4f0;
  -webkit-box-shadow: 0 0 7px 3px #eef4f0;
          box-shadow: 0 0 7px 3px #eef4f0;
  top: 24%;
  left: 12%;
  width: 97px;
  height: 97px;
  opacity: 0.39;
  -webkit-animation: float14 20s infinite linear;
          animation: float14 20s infinite linear;
}

.circle:nth-child(26) {
  background: #edf2f2;
  -webkit-box-shadow: 0 0 10px 9px #edf2f2;
          box-shadow: 0 0 10px 9px #edf2f2;
  top: 16%;
  left: 45%;
  width: 81px;
  height: 81px;
  opacity: 0.41;
  -webkit-animation: float26 20s infinite linear;
          animation: float26 20s infinite linear;
}

.circle:nth-child(2) {
  background: #f1f5f3;
  -webkit-box-shadow: 0 0 3px 10px #f1f5f3;
          box-shadow: 0 0 3px 10px #f1f5f3;
  top: 23%;
  left: 9%;
  width: 19px;
  height: 19px;
  opacity: 0.82;
  -webkit-animation: float2 20s infinite linear;
          animation: float2 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 10px 10px #fef2e8;
          box-shadow: 0 0 10px 10px #fef2e8;
  top: 82%;
  left: 82%;
  width: 81px;
  height: 81px;
  opacity: 0.53;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(29) {
  background: #f9f1f1;
  -webkit-box-shadow: 0 0 6px 1px #f9f1f1;
          box-shadow: 0 0 6px 1px #f9f1f1;
  top: 66%;
  left: 52%;
  width: 52px;
  height: 52px;
  opacity: 0.75;
  -webkit-animation: float29 20s infinite linear;
          animation: float29 20s infinite linear;
}

.circle:nth-child(30) {
  background: #f9f4ea;
  -webkit-box-shadow: 0 0 1px 8px #f9f4ea;
          box-shadow: 0 0 1px 8px #f9f4ea;
  top: 3%;
  left: 59%;
  width: 20px;
  height: 20px;
  opacity: 0.88;
  -webkit-animation: float30 20s infinite linear;
          animation: float30 20s infinite linear;
}

.circle:nth-child(31) {
  background: #edf4fb;
  -webkit-box-shadow: 0 0 7px 6px #edf4fb;
          box-shadow: 0 0 7px 6px #edf4fb;
  top: 30%;
  left: 43%;
  width: 12px;
  height: 12px;
  opacity: 0.86;
  -webkit-animation: float31 20s infinite linear;
          animation: float31 20s infinite linear;
}

.circle:nth-child(5) {
  background: #f1f1f7;
  -webkit-box-shadow: 0 0 10px 4px #f1f1f7;
          box-shadow: 0 0 10px 4px #f1f1f7;
  top: 5%;
  left: 51%;
  width: 23px;
  height: 23px;
  opacity: 0.89;
  -webkit-animation: float5 20s infinite linear;
          animation: float5 20s infinite linear;
}

.circle:nth-child(21) {
  background: #f2f3f7;
  -webkit-box-shadow: 0 0 8px 5px #f2f3f7;
          box-shadow: 0 0 8px 5px #f2f3f7;
  top: 45%;
  left: 63%;
  width: 52px;
  height: 52px;
  opacity: 0.72;
  -webkit-animation: float21 20s infinite linear;
          animation: float21 20s infinite linear;
}

.circle:nth-child(20) {
  background: #f1f8ec;
  -webkit-box-shadow: 0 0 7px 5px #f1f8ec;
          box-shadow: 0 0 7px 5px #f1f8ec;
  top: 15%;
  left: 95%;
  width: 35px;
  height: 35px;
  opacity: 0.03;
  -webkit-animation: float20 20s infinite linear;
          animation: float20 20s infinite linear;
}

.circle:nth-child(35) {
  background: #eff8ff;
  -webkit-box-shadow: 0 0 9px 3px #eff8ff;
          box-shadow: 0 0 9px 3px #eff8ff;
  top: 52%;
  left: 62%;
  width: 75px;
  height: 75px;
  opacity: 1;
  -webkit-animation: float35 20s infinite linear;
          animation: float35 20s infinite linear;
}

.circle:nth-child(22) {
  background: #f3ecf7;
  -webkit-box-shadow: 0 0 6px 6px #f3ecf7;
          box-shadow: 0 0 6px 6px #f3ecf7;
  top: 89%;
  left: 51%;
  width: 91px;
  height: 91px;
  opacity: 0.02;
  -webkit-animation: float22 20s infinite linear;
          animation: float22 20s infinite linear;
}

.circle:nth-child(19) {
  background: #f6f6ea;
  -webkit-box-shadow: 0 0 9px 1px #f6f6ea;
          box-shadow: 0 0 9px 1px #f6f6ea;
  top: 23%;
  left: 24%;
  width: 91px;
  height: 91px;
  opacity: 0.77;
  -webkit-animation: float19 20s infinite linear;
          animation: float19 20s infinite linear;
}

.circle:nth-child(26) {
  background: #edf2f2;
  -webkit-box-shadow: 0 0 10px 9px #edf2f2;
          box-shadow: 0 0 10px 9px #edf2f2;
  top: 77%;
  left: 95%;
  width: 76px;
  height: 76px;
  opacity: 0.71;
  -webkit-animation: float26 20s infinite linear;
          animation: float26 20s infinite linear;
}

.circle:nth-child(39) {
  background: #efeffb;
  -webkit-box-shadow: 0 0 1px 8px #efeffb;
          box-shadow: 0 0 1px 8px #efeffb;
  top: 53%;
  left: 41%;
  width: 31px;
  height: 31px;
  opacity: 0.52;
  -webkit-animation: float39 20s infinite linear;
          animation: float39 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 1px 1px #fef2e8;
          box-shadow: 0 0 1px 1px #fef2e8;
  top: 2%;
  left: 91%;
  width: 79px;
  height: 79px;
  opacity: 0.6;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(17) {
  background: #f0f8f4;
  -webkit-box-shadow: 0 0 6px 4px #f0f8f4;
          box-shadow: 0 0 6px 4px #f0f8f4;
  top: 38%;
  left: 27%;
  width: 54px;
  height: 54px;
  opacity: 0.71;
  -webkit-animation: float17 20s infinite linear;
          animation: float17 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 3px 9px #f0e9f0;
          box-shadow: 0 0 3px 9px #f0e9f0;
  top: 32%;
  left: 82%;
  width: 57px;
  height: 57px;
  opacity: 0.04;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(6) {
  background: #f2edf4;
  -webkit-box-shadow: 0 0 9px 10px #f2edf4;
          box-shadow: 0 0 9px 10px #f2edf4;
  top: 43%;
  left: 88%;
  width: 72px;
  height: 72px;
  opacity: 0.58;
  -webkit-animation: float6 20s infinite linear;
          animation: float6 20s infinite linear;
}

.circle:nth-child(44) {
  background: #f6f0ee;
  -webkit-box-shadow: 0 0 8px 8px #f6f0ee;
          box-shadow: 0 0 8px 8px #f6f0ee;
  top: 64%;
  left: 84%;
  width: 71px;
  height: 71px;
  opacity: 0.38;
  -webkit-animation: float44 20s infinite linear;
          animation: float44 20s infinite linear;
}

.circle:nth-child(19) {
  background: #f6f6ea;
  -webkit-box-shadow: 0 0 10px 10px #f6f6ea;
          box-shadow: 0 0 10px 10px #f6f6ea;
  top: 70%;
  left: 98%;
  width: 52px;
  height: 52px;
  opacity: 0.29;
  -webkit-animation: float19 20s infinite linear;
          animation: float19 20s infinite linear;
}

.circle:nth-child(14) {
  background: #eef4f0;
  -webkit-box-shadow: 0 0 1px 8px #eef4f0;
          box-shadow: 0 0 1px 8px #eef4f0;
  top: 58%;
  left: 59%;
  width: 47px;
  height: 47px;
  opacity: 0.5;
  -webkit-animation: float14 20s infinite linear;
          animation: float14 20s infinite linear;
}

.circle:nth-child(35) {
  background: #eff8ff;
  -webkit-box-shadow: 0 0 9px 9px #eff8ff;
          box-shadow: 0 0 9px 9px #eff8ff;
  top: 75%;
  left: 14%;
  width: 100px;
  height: 100px;
  opacity: 0.27;
  -webkit-animation: float35 20s infinite linear;
          animation: float35 20s infinite linear;
}

.circle:nth-child(29) {
  background: #f9f1f1;
  -webkit-box-shadow: 0 0 4px 4px #f9f1f1;
          box-shadow: 0 0 4px 4px #f9f1f1;
  top: 62%;
  left: 35%;
  width: 51px;
  height: 51px;
  opacity: 1;
  -webkit-animation: float29 20s infinite linear;
          animation: float29 20s infinite linear;
}

.circle:nth-child(49) {
  background: #f5f6f6;
  -webkit-box-shadow: 0 0 5px 9px #f5f6f6;
          box-shadow: 0 0 5px 9px #f5f6f6;
  top: 29%;
  left: 79%;
  width: 87px;
  height: 87px;
  opacity: 1;
  -webkit-animation: float49 20s infinite linear;
          animation: float49 20s infinite linear;
}

.circle:nth-child(49) {
  background: #f5f6f6;
  -webkit-box-shadow: 0 0 10px 6px #f5f6f6;
          box-shadow: 0 0 10px 6px #f5f6f6;
  top: 74%;
  left: 51%;
  width: 93px;
  height: 93px;
  opacity: 0.27;
  -webkit-animation: float49 20s infinite linear;
          animation: float49 20s infinite linear;
}

.circle:nth-child(51) {
  background: #f2f0fe;
  -webkit-box-shadow: 0 0 6px 6px #f2f0fe;
          box-shadow: 0 0 6px 6px #f2f0fe;
  top: 44%;
  left: 40%;
  width: 57px;
  height: 57px;
  opacity: 0.92;
  -webkit-animation: float51 20s infinite linear;
          animation: float51 20s infinite linear;
}

.circle:nth-child(39) {
  background: #efeffb;
  -webkit-box-shadow: 0 0 10px 2px #efeffb;
          box-shadow: 0 0 10px 2px #efeffb;
  top: 82%;
  left: 73%;
  width: 35px;
  height: 35px;
  opacity: 0.76;
  -webkit-animation: float39 20s infinite linear;
          animation: float39 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 7px 6px #fef2e8;
          box-shadow: 0 0 7px 6px #fef2e8;
  top: 36%;
  left: 53%;
  width: 8px;
  height: 8px;
  opacity: 0.64;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(54) {
  background: #f2f1ec;
  -webkit-box-shadow: 0 0 2px 8px #f2f1ec;
          box-shadow: 0 0 2px 8px #f2f1ec;
  top: 63%;
  left: 9%;
  width: 86px;
  height: 86px;
  opacity: 0.92;
  -webkit-animation: float54 20s infinite linear;
          animation: float54 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 10px 9px #f4e6ec;
          box-shadow: 0 0 10px 9px #f4e6ec;
  top: 28%;
  left: 71%;
  width: 31px;
  height: 31px;
  opacity: 0.97;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 10px 8px #f1f3fe;
          box-shadow: 0 0 10px 8px #f1f3fe;
  top: 63%;
  left: 63%;
  width: 38px;
  height: 38px;
  opacity: 0.09;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(1) {
  background: #f8f4f1;
  -webkit-box-shadow: 0 0 7px 4px #f8f4f1;
          box-shadow: 0 0 7px 4px #f8f4f1;
  top: 63%;
  left: 79%;
  width: 86px;
  height: 86px;
  opacity: 0.23;
  -webkit-animation: float1 20s infinite linear;
          animation: float1 20s infinite linear;
}

.circle:nth-child(49) {
  background: #f5f6f6;
  -webkit-box-shadow: 0 0 4px 3px #f5f6f6;
          box-shadow: 0 0 4px 3px #f5f6f6;
  top: 48%;
  left: 60%;
  width: 38px;
  height: 38px;
  opacity: 0.34;
  -webkit-animation: float49 20s infinite linear;
          animation: float49 20s infinite linear;
}

.circle:nth-child(20) {
  background: #f1f8ec;
  -webkit-box-shadow: 0 0 5px 10px #f1f8ec;
          box-shadow: 0 0 5px 10px #f1f8ec;
  top: 64%;
  left: 17%;
  width: 51px;
  height: 51px;
  opacity: 0.3;
  -webkit-animation: float20 20s infinite linear;
          animation: float20 20s infinite linear;
}

.circle:nth-child(20) {
  background: #f1f8ec;
  -webkit-box-shadow: 0 0 9px 9px #f1f8ec;
          box-shadow: 0 0 9px 9px #f1f8ec;
  top: 10%;
  left: 31%;
  width: 46px;
  height: 46px;
  opacity: 0.75;
  -webkit-animation: float20 20s infinite linear;
          animation: float20 20s infinite linear;
}

.circle:nth-child(2) {
  background: #f1f5f3;
  -webkit-box-shadow: 0 0 2px 4px #f1f5f3;
          box-shadow: 0 0 2px 4px #f1f5f3;
  top: 30%;
  left: 28%;
  width: 30px;
  height: 30px;
  opacity: 0.98;
  -webkit-animation: float2 20s infinite linear;
          animation: float2 20s infinite linear;
}

.circle:nth-child(62) {
  background: #f8ebea;
  -webkit-box-shadow: 0 0 8px 4px #f8ebea;
          box-shadow: 0 0 8px 4px #f8ebea;
  top: 5%;
  left: 53%;
  width: 7px;
  height: 7px;
  opacity: 0.06;
  -webkit-animation: float62 20s infinite linear;
          animation: float62 20s infinite linear;
}

.circle:nth-child(31) {
  background: #edf4fb;
  -webkit-box-shadow: 0 0 8px 9px #edf4fb;
          box-shadow: 0 0 8px 9px #edf4fb;
  top: 89%;
  left: 35%;
  width: 15px;
  height: 15px;
  opacity: 0.68;
  -webkit-animation: float31 20s infinite linear;
          animation: float31 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 9px 4px #f4e6ec;
          box-shadow: 0 0 9px 4px #f4e6ec;
  top: 54%;
  left: 74%;
  width: 60px;
  height: 60px;
  opacity: 0.89;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(26) {
  background: #edf2f2;
  -webkit-box-shadow: 0 0 4px 4px #edf2f2;
          box-shadow: 0 0 4px 4px #edf2f2;
  top: 86%;
  left: 71%;
  width: 95px;
  height: 95px;
  opacity: 0.38;
  -webkit-animation: float26 20s infinite linear;
          animation: float26 20s infinite linear;
}

.circle:nth-child(20) {
  background: #f1f8ec;
  -webkit-box-shadow: 0 0 5px 9px #f1f8ec;
          box-shadow: 0 0 5px 9px #f1f8ec;
  top: 39%;
  left: 2%;
  width: 78px;
  height: 78px;
  opacity: 0.09;
  -webkit-animation: float20 20s infinite linear;
          animation: float20 20s infinite linear;
}

.circle:nth-child(5) {
  background: #f1f1f7;
  -webkit-box-shadow: 0 0 6px 5px #f1f1f7;
          box-shadow: 0 0 6px 5px #f1f1f7;
  top: 82%;
  left: 44%;
  width: 15px;
  height: 15px;
  opacity: 0.27;
  -webkit-animation: float5 20s infinite linear;
          animation: float5 20s infinite linear;
}

.circle:nth-child(68) {
  background: #f3edec;
  -webkit-box-shadow: 0 0 2px 2px #f3edec;
          box-shadow: 0 0 2px 2px #f3edec;
  top: 82%;
  left: 59%;
  width: 45px;
  height: 45px;
  opacity: 0.67;
  -webkit-animation: float68 20s infinite linear;
          animation: float68 20s infinite linear;
}

.circle:nth-child(35) {
  background: #eff8ff;
  -webkit-box-shadow: 0 0 2px 3px #eff8ff;
          box-shadow: 0 0 2px 3px #eff8ff;
  top: 100%;
  left: 3%;
  width: 17px;
  height: 17px;
  opacity: 0.42;
  -webkit-animation: float35 20s infinite linear;
          animation: float35 20s infinite linear;
}

.circle:nth-child(29) {
  background: #f9f1f1;
  -webkit-box-shadow: 0 0 2px 3px #f9f1f1;
          box-shadow: 0 0 2px 3px #f9f1f1;
  top: 17%;
  left: 31%;
  width: 10px;
  height: 10px;
  opacity: 0.11;
  -webkit-animation: float29 20s infinite linear;
          animation: float29 20s infinite linear;
}

.circle:nth-child(22) {
  background: #f3ecf7;
  -webkit-box-shadow: 0 0 1px 2px #f3ecf7;
          box-shadow: 0 0 1px 2px #f3ecf7;
  top: 91%;
  left: 48%;
  width: 32px;
  height: 32px;
  opacity: 0.68;
  -webkit-animation: float22 20s infinite linear;
          animation: float22 20s infinite linear;
}

.circle:nth-child(1) {
  background: #f8f4f1;
  -webkit-box-shadow: 0 0 8px 1px #f8f4f1;
          box-shadow: 0 0 8px 1px #f8f4f1;
  top: 33%;
  left: 49%;
  width: 48px;
  height: 48px;
  opacity: 0.77;
  -webkit-animation: float1 20s infinite linear;
          animation: float1 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 3px 6px #f0e9f0;
          box-shadow: 0 0 3px 6px #f0e9f0;
  top: 51%;
  left: 49%;
  width: 39px;
  height: 39px;
  opacity: 0.22;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(74) {
  background: #f0f8f7;
  -webkit-box-shadow: 0 0 9px 8px #f0f8f7;
          box-shadow: 0 0 9px 8px #f0f8f7;
  top: 33%;
  left: 54%;
  width: 91px;
  height: 91px;
  opacity: 0.79;
  -webkit-animation: float74 20s infinite linear;
          animation: float74 20s infinite linear;
}

.circle:nth-child(20) {
  background: #f1f8ec;
  -webkit-box-shadow: 0 0 1px 6px #f1f8ec;
          box-shadow: 0 0 1px 6px #f1f8ec;
  top: 41%;
  left: 53%;
  width: 66px;
  height: 66px;
  opacity: 0.39;
  -webkit-animation: float20 20s infinite linear;
          animation: float20 20s infinite linear;
}

.circle:nth-child(76) {
  background: #ecf2fa;
  -webkit-box-shadow: 0 0 8px 1px #ecf2fa;
          box-shadow: 0 0 8px 1px #ecf2fa;
  top: 98%;
  left: 52%;
  width: 17px;
  height: 17px;
  opacity: 0.86;
  -webkit-animation: float76 20s infinite linear;
          animation: float76 20s infinite linear;
}

.circle:nth-child(21) {
  background: #f2f3f7;
  -webkit-box-shadow: 0 0 5px 10px #f2f3f7;
          box-shadow: 0 0 5px 10px #f2f3f7;
  top: 30%;
  left: 76%;
  width: 91px;
  height: 91px;
  opacity: 0.06;
  -webkit-animation: float21 20s infinite linear;
          animation: float21 20s infinite linear;
}

.circle:nth-child(44) {
  background: #f6f0ee;
  -webkit-box-shadow: 0 0 4px 4px #f6f0ee;
          box-shadow: 0 0 4px 4px #f6f0ee;
  top: 21%;
  left: 1%;
  width: 39px;
  height: 39px;
  opacity: 0.34;
  -webkit-animation: float44 20s infinite linear;
          animation: float44 20s infinite linear;
}

.circle:nth-child(6) {
  background: #f2edf4;
  -webkit-box-shadow: 0 0 6px 3px #f2edf4;
          box-shadow: 0 0 6px 3px #f2edf4;
  top: 40%;
  left: 56%;
  width: 46px;
  height: 46px;
  opacity: 0.9;
  -webkit-animation: float6 20s infinite linear;
          animation: float6 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 4px 7px #f4e6ec;
          box-shadow: 0 0 4px 7px #f4e6ec;
  top: 98%;
  left: 81%;
  width: 79px;
  height: 79px;
  opacity: 0.21;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(30) {
  background: #f9f4ea;
  -webkit-box-shadow: 0 0 4px 8px #f9f4ea;
          box-shadow: 0 0 4px 8px #f9f4ea;
  top: 14%;
  left: 82%;
  width: 73px;
  height: 73px;
  opacity: 0.25;
  -webkit-animation: float30 20s infinite linear;
          animation: float30 20s infinite linear;
}

.circle:nth-child(74) {
  background: #f0f8f7;
  -webkit-box-shadow: 0 0 10px 2px #f0f8f7;
          box-shadow: 0 0 10px 2px #f0f8f7;
  top: 6%;
  left: 2%;
  width: 80px;
  height: 80px;
  opacity: 0.9;
  -webkit-animation: float74 20s infinite linear;
          animation: float74 20s infinite linear;
}

.circle:nth-child(54) {
  background: #f2f1ec;
  -webkit-box-shadow: 0 0 3px 2px #f2f1ec;
          box-shadow: 0 0 3px 2px #f2f1ec;
  top: 58%;
  left: 37%;
  width: 65px;
  height: 65px;
  opacity: 0.24;
  -webkit-animation: float54 20s infinite linear;
          animation: float54 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 7px 2px #f1f3fe;
          box-shadow: 0 0 7px 2px #f1f3fe;
  top: 19%;
  left: 54%;
  width: 4px;
  height: 4px;
  opacity: 0.35;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(17) {
  background: #f0f8f4;
  -webkit-box-shadow: 0 0 2px 4px #f0f8f4;
          box-shadow: 0 0 2px 4px #f0f8f4;
  top: 24%;
  left: 63%;
  width: 68px;
  height: 68px;
  opacity: 0.24;
  -webkit-animation: float17 20s infinite linear;
          animation: float17 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 4px 6px #f4e6ec;
          box-shadow: 0 0 4px 6px #f4e6ec;
  top: 73%;
  left: 95%;
  width: 81px;
  height: 81px;
  opacity: 0.49;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(26) {
  background: #edf2f2;
  -webkit-box-shadow: 0 0 6px 5px #edf2f2;
          box-shadow: 0 0 6px 5px #edf2f2;
  top: 18%;
  left: 66%;
  width: 61px;
  height: 61px;
  opacity: 0.97;
  -webkit-animation: float26 20s infinite linear;
          animation: float26 20s infinite linear;
}

.circle:nth-child(88) {
  background: #f3eaf3;
  -webkit-box-shadow: 0 0 9px 1px #f3eaf3;
          box-shadow: 0 0 9px 1px #f3eaf3;
  top: 94%;
  left: 19%;
  width: 75px;
  height: 75px;
  opacity: 0.06;
  -webkit-animation: float88 20s infinite linear;
          animation: float88 20s infinite linear;
}

.circle:nth-child(21) {
  background: #f2f3f7;
  -webkit-box-shadow: 0 0 10px 10px #f2f3f7;
          box-shadow: 0 0 10px 10px #f2f3f7;
  top: 37%;
  left: 22%;
  width: 13px;
  height: 13px;
  opacity: 0.34;
  -webkit-animation: float21 20s infinite linear;
          animation: float21 20s infinite linear;
}

.circle:nth-child(9) {
  background: #eaeef6;
  -webkit-box-shadow: 0 0 2px 7px #eaeef6;
          box-shadow: 0 0 2px 7px #eaeef6;
  top: 22%;
  left: 67%;
  width: 14px;
  height: 14px;
  opacity: 0.51;
  -webkit-animation: float9 20s infinite linear;
          animation: float9 20s infinite linear;
}

.circle:nth-child(91) {
  background: #edeff9;
  -webkit-box-shadow: 0 0 10px 1px #edeff9;
          box-shadow: 0 0 10px 1px #edeff9;
  top: 67%;
  left: 46%;
  width: 96px;
  height: 96px;
  opacity: 0.32;
  -webkit-animation: float91 20s infinite linear;
          animation: float91 20s infinite linear;
}

.circle:nth-child(92) {
  background: #f2f0f0;
  -webkit-box-shadow: 0 0 2px 9px #f2f0f0;
          box-shadow: 0 0 2px 9px #f2f0f0;
  top: 90%;
  left: 76%;
  width: 29px;
  height: 29px;
  opacity: 0.63;
  -webkit-animation: float92 20s infinite linear;
          animation: float92 20s infinite linear;
}

.circle:nth-child(92) {
  background: #f2f0f0;
  -webkit-box-shadow: 0 0 1px 6px #f2f0f0;
          box-shadow: 0 0 1px 6px #f2f0f0;
  top: 97%;
  left: 74%;
  width: 45px;
  height: 45px;
  opacity: 0.17;
  -webkit-animation: float92 20s infinite linear;
          animation: float92 20s infinite linear;
}

.circle:nth-child(35) {
  background: #eff8ff;
  -webkit-box-shadow: 0 0 5px 7px #eff8ff;
          box-shadow: 0 0 5px 7px #eff8ff;
  top: 96%;
  left: 88%;
  width: 19px;
  height: 19px;
  opacity: 0.09;
  -webkit-animation: float35 20s infinite linear;
          animation: float35 20s infinite linear;
}

.circle:nth-child(1) {
  background: #f8f4f1;
  -webkit-box-shadow: 0 0 3px 1px #f8f4f1;
          box-shadow: 0 0 3px 1px #f8f4f1;
  top: 33%;
  left: 66%;
  width: 51px;
  height: 51px;
  opacity: 0.41;
  -webkit-animation: float1 20s infinite linear;
          animation: float1 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 8px 9px #f0e9f0;
          box-shadow: 0 0 8px 9px #f0e9f0;
  top: 2%;
  left: 33%;
  width: 28px;
  height: 28px;
  opacity: 0.79;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(97) {
  background: #f0f5ff;
  -webkit-box-shadow: 0 0 10px 8px #f0f5ff;
          box-shadow: 0 0 10px 8px #f0f5ff;
  top: 21%;
  left: 75%;
  width: 25px;
  height: 25px;
  opacity: 0.14;
  -webkit-animation: float97 20s infinite linear;
          animation: float97 20s infinite linear;
}

.circle:nth-child(39) {
  background: #efeffb;
  -webkit-box-shadow: 0 0 6px 7px #efeffb;
          box-shadow: 0 0 6px 7px #efeffb;
  top: 81%;
  left: 27%;
  width: 19px;
  height: 19px;
  opacity: 0.27;
  -webkit-animation: float39 20s infinite linear;
          animation: float39 20s infinite linear;
}

.circle:nth-child(2) {
  background: #f1f5f3;
  -webkit-box-shadow: 0 0 6px 10px #f1f5f3;
          box-shadow: 0 0 6px 10px #f1f5f3;
  top: 56%;
  left: 49%;
  width: 8px;
  height: 8px;
  opacity: 0.13;
  -webkit-animation: float2 20s infinite linear;
          animation: float2 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 4px 3px #f0e9f0;
          box-shadow: 0 0 4px 3px #f0e9f0;
  top: 30%;
  left: 61%;
  width: 59px;
  height: 59px;
  opacity: 0.06;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(68) {
  background: #f3edec;
  -webkit-box-shadow: 0 0 1px 9px #f3edec;
          box-shadow: 0 0 1px 9px #f3edec;
  top: 77%;
  left: 100%;
  width: 95px;
  height: 95px;
  opacity: 0.05;
  -webkit-animation: float68 20s infinite linear;
          animation: float68 20s infinite linear;
}

.circle:nth-child(5) {
  background: #f1f1f7;
  -webkit-box-shadow: 0 0 8px 2px #f1f1f7;
          box-shadow: 0 0 8px 2px #f1f1f7;
  top: 21%;
  left: 51%;
  width: 14px;
  height: 14px;
  opacity: 0.75;
  -webkit-animation: float5 20s infinite linear;
          animation: float5 20s infinite linear;
}

.circle:nth-child(2) {
  background: #f1f5f3;
  -webkit-box-shadow: 0 0 4px 1px #f1f5f3;
          box-shadow: 0 0 4px 1px #f1f5f3;
  top: 26%;
  left: 37%;
  width: 41px;
  height: 41px;
  opacity: 0.6;
  -webkit-animation: float2 20s infinite linear;
          animation: float2 20s infinite linear;
}

.circle:nth-child(97) {
  background: #f0f5ff;
  -webkit-box-shadow: 0 0 6px 6px #f0f5ff;
          box-shadow: 0 0 6px 6px #f0f5ff;
  top: 99%;
  left: 88%;
  width: 12px;
  height: 12px;
  opacity: 0.01;
  -webkit-animation: float97 20s infinite linear;
          animation: float97 20s infinite linear;
}

.circle:nth-child(68) {
  background: #f3edec;
  -webkit-box-shadow: 0 0 1px 9px #f3edec;
          box-shadow: 0 0 1px 9px #f3edec;
  top: 12%;
  left: 77%;
  width: 8px;
  height: 8px;
  opacity: 1;
  -webkit-animation: float68 20s infinite linear;
          animation: float68 20s infinite linear;
}

.circle:nth-child(4) {
  background: #f0e9f0;
  -webkit-box-shadow: 0 0 2px 1px #f0e9f0;
          box-shadow: 0 0 2px 1px #f0e9f0;
  top: 10%;
  left: 86%;
  width: 5px;
  height: 5px;
  opacity: 0.7;
  -webkit-animation: float4 20s infinite linear;
          animation: float4 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 2px 7px #f1f3fe;
          box-shadow: 0 0 2px 7px #f1f3fe;
  top: 51%;
  left: 24%;
  width: 73px;
  height: 73px;
  opacity: 0.18;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(9) {
  background: #eaeef6;
  -webkit-box-shadow: 0 0 10px 3px #eaeef6;
          box-shadow: 0 0 10px 3px #eaeef6;
  top: 59%;
  left: 46%;
  width: 96px;
  height: 96px;
  opacity: 0.82;
  -webkit-animation: float9 20s infinite linear;
          animation: float9 20s infinite linear;
}

.circle:nth-child(21) {
  background: #f2f3f7;
  -webkit-box-shadow: 0 0 6px 3px #f2f3f7;
          box-shadow: 0 0 6px 3px #f2f3f7;
  top: 46%;
  left: 24%;
  width: 8px;
  height: 8px;
  opacity: 0.76;
  -webkit-animation: float21 20s infinite linear;
          animation: float21 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 7px 9px #fef2e8;
          box-shadow: 0 0 7px 9px #fef2e8;
  top: 33%;
  left: 65%;
  width: 41px;
  height: 41px;
  opacity: 0.29;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(17) {
  background: #f0f8f4;
  -webkit-box-shadow: 0 0 6px 9px #f0f8f4;
          box-shadow: 0 0 6px 9px #f0f8f4;
  top: 64%;
  left: 12%;
  width: 96px;
  height: 96px;
  opacity: 0.44;
  -webkit-animation: float17 20s infinite linear;
          animation: float17 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 9px 6px #f1f3fe;
          box-shadow: 0 0 9px 6px #f1f3fe;
  top: 48%;
  left: 100%;
  width: 80px;
  height: 80px;
  opacity: 0.32;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(68) {
  background: #f3edec;
  -webkit-box-shadow: 0 0 6px 5px #f3edec;
          box-shadow: 0 0 6px 5px #f3edec;
  top: 14%;
  left: 37%;
  width: 24px;
  height: 24px;
  opacity: 0.03;
  -webkit-animation: float68 20s infinite linear;
          animation: float68 20s infinite linear;
}

.circle:nth-child(114) {
  background: #eeebf2;
  -webkit-box-shadow: 0 0 3px 3px #eeebf2;
          box-shadow: 0 0 3px 3px #eeebf2;
  top: 64%;
  left: 67%;
  width: 54px;
  height: 54px;
  opacity: 0.45;
  -webkit-animation: float114 20s infinite linear;
          animation: float114 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 5px 9px #f4e6ec;
          box-shadow: 0 0 5px 9px #f4e6ec;
  top: 25%;
  left: 69%;
  width: 15px;
  height: 15px;
  opacity: 0.23;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(92) {
  background: #f2f0f0;
  -webkit-box-shadow: 0 0 2px 3px #f2f0f0;
          box-shadow: 0 0 2px 3px #f2f0f0;
  top: 35%;
  left: 98%;
  width: 72px;
  height: 72px;
  opacity: 0.8;
  -webkit-animation: float92 20s infinite linear;
          animation: float92 20s infinite linear;
}

.circle:nth-child(51) {
  background: #f2f0fe;
  -webkit-box-shadow: 0 0 2px 2px #f2f0fe;
          box-shadow: 0 0 2px 2px #f2f0fe;
  top: 81%;
  left: 1%;
  width: 28px;
  height: 28px;
  opacity: 0.6;
  -webkit-animation: float51 20s infinite linear;
          animation: float51 20s infinite linear;
}

.circle:nth-child(39) {
  background: #efeffb;
  -webkit-box-shadow: 0 0 6px 8px #efeffb;
          box-shadow: 0 0 6px 8px #efeffb;
  top: 94%;
  left: 77%;
  width: 43px;
  height: 43px;
  opacity: 0.41;
  -webkit-animation: float39 20s infinite linear;
          animation: float39 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 7px 5px #fef2e8;
          box-shadow: 0 0 7px 5px #fef2e8;
  top: 6%;
  left: 22%;
  width: 86px;
  height: 86px;
  opacity: 0.66;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(22) {
  background: #f3ecf7;
  -webkit-box-shadow: 0 0 3px 10px #f3ecf7;
          box-shadow: 0 0 3px 10px #f3ecf7;
  top: 64%;
  left: 18%;
  width: 78px;
  height: 78px;
  opacity: 0.17;
  -webkit-animation: float22 20s infinite linear;
          animation: float22 20s infinite linear;
}

.circle:nth-child(76) {
  background: #ecf2fa;
  -webkit-box-shadow: 0 0 6px 4px #ecf2fa;
          box-shadow: 0 0 6px 4px #ecf2fa;
  top: 39%;
  left: 48%;
  width: 80px;
  height: 80px;
  opacity: 0.32;
  -webkit-animation: float76 20s infinite linear;
          animation: float76 20s infinite linear;
}

.circle:nth-child(88) {
  background: #f3eaf3;
  -webkit-box-shadow: 0 0 7px 2px #f3eaf3;
          box-shadow: 0 0 7px 2px #f3eaf3;
  top: 75%;
  left: 87%;
  width: 26px;
  height: 26px;
  opacity: 0.92;
  -webkit-animation: float88 20s infinite linear;
          animation: float88 20s infinite linear;
}

.circle:nth-child(3) {
  background: #f1f3fe;
  -webkit-box-shadow: 0 0 7px 3px #f1f3fe;
          box-shadow: 0 0 7px 3px #f1f3fe;
  top: 83%;
  left: 83%;
  width: 55px;
  height: 55px;
  opacity: 0.03;
  -webkit-animation: float3 20s infinite linear;
          animation: float3 20s infinite linear;
}

.circle:nth-child(97) {
  background: #f0f5ff;
  -webkit-box-shadow: 0 0 10px 9px #f0f5ff;
          box-shadow: 0 0 10px 9px #f0f5ff;
  top: 36%;
  left: 68%;
  width: 33px;
  height: 33px;
  opacity: 0.83;
  -webkit-animation: float97 20s infinite linear;
          animation: float97 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 10px 7px #f4e6ec;
          box-shadow: 0 0 10px 7px #f4e6ec;
  top: 1%;
  left: 88%;
  width: 98px;
  height: 98px;
  opacity: 0.07;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(30) {
  background: #f9f4ea;
  -webkit-box-shadow: 0 0 9px 1px #f9f4ea;
          box-shadow: 0 0 9px 1px #f9f4ea;
  top: 78%;
  left: 84%;
  width: 41px;
  height: 41px;
  opacity: 0.48;
  -webkit-animation: float30 20s infinite linear;
          animation: float30 20s infinite linear;
}

.circle:nth-child(1) {
  background: #f8f4f1;
  -webkit-box-shadow: 0 0 10px 8px #f8f4f1;
          box-shadow: 0 0 10px 8px #f8f4f1;
  top: 43%;
  left: 70%;
  width: 74px;
  height: 74px;
  opacity: 0.42;
  -webkit-animation: float1 20s infinite linear;
          animation: float1 20s infinite linear;
}

.circle:nth-child(128) {
  background: #faedea;
  -webkit-box-shadow: 0 0 9px 9px #faedea;
          box-shadow: 0 0 9px 9px #faedea;
  top: 83%;
  left: 3%;
  width: 31px;
  height: 31px;
  opacity: 0.36;
  -webkit-animation: float128 20s infinite linear;
          animation: float128 20s infinite linear;
}

.circle:nth-child(114) {
  background: #eeebf2;
  -webkit-box-shadow: 0 0 8px 2px #eeebf2;
          box-shadow: 0 0 8px 2px #eeebf2;
  top: 49%;
  left: 99%;
  width: 15px;
  height: 15px;
  opacity: 0.35;
  -webkit-animation: float114 20s infinite linear;
          animation: float114 20s infinite linear;
}

.circle:nth-child(6) {
  background: #f2edf4;
  -webkit-box-shadow: 0 0 6px 8px #f2edf4;
          box-shadow: 0 0 6px 8px #f2edf4;
  top: 25%;
  left: 98%;
  width: 10px;
  height: 10px;
  opacity: 0.01;
  -webkit-animation: float6 20s infinite linear;
          animation: float6 20s infinite linear;
}

.circle:nth-child(14) {
  background: #eef4f0;
  -webkit-box-shadow: 0 0 3px 8px #eef4f0;
          box-shadow: 0 0 3px 8px #eef4f0;
  top: 70%;
  left: 84%;
  width: 99px;
  height: 99px;
  opacity: 0.66;
  -webkit-animation: float14 20s infinite linear;
          animation: float14 20s infinite linear;
}

.circle:nth-child(49) {
  background: #f5f6f6;
  -webkit-box-shadow: 0 0 8px 2px #f5f6f6;
          box-shadow: 0 0 8px 2px #f5f6f6;
  top: 14%;
  left: 57%;
  width: 86px;
  height: 86px;
  opacity: 0.84;
  -webkit-animation: float49 20s infinite linear;
          animation: float49 20s infinite linear;
}

.circle:nth-child(13) {
  background: #fef2e8;
  -webkit-box-shadow: 0 0 8px 1px #fef2e8;
          box-shadow: 0 0 8px 1px #fef2e8;
  top: 31%;
  left: 31%;
  width: 2px;
  height: 2px;
  opacity: 0.12;
  -webkit-animation: float13 20s infinite linear;
          animation: float13 20s infinite linear;
}

.circle:nth-child(74) {
  background: #f0f8f7;
  -webkit-box-shadow: 0 0 6px 10px #f0f8f7;
          box-shadow: 0 0 6px 10px #f0f8f7;
  top: 8%;
  left: 90%;
  width: 54px;
  height: 54px;
  opacity: 0.36;
  -webkit-animation: float74 20s infinite linear;
          animation: float74 20s infinite linear;
}

.circle:nth-child(29) {
  background: #f9f1f1;
  -webkit-box-shadow: 0 0 5px 8px #f9f1f1;
          box-shadow: 0 0 5px 8px #f9f1f1;
  top: 93%;
  left: 89%;
  width: 77px;
  height: 77px;
  opacity: 0.94;
  -webkit-animation: float29 20s infinite linear;
          animation: float29 20s infinite linear;
}

.circle:nth-child(91) {
  background: #edeff9;
  -webkit-box-shadow: 0 0 10px 5px #edeff9;
          box-shadow: 0 0 10px 5px #edeff9;
  top: 40%;
  left: 4%;
  width: 15px;
  height: 15px;
  opacity: 0.2;
  -webkit-animation: float91 20s infinite linear;
          animation: float91 20s infinite linear;
}

.circle:nth-child(97) {
  background: #f0f5ff;
  -webkit-box-shadow: 0 0 3px 8px #f0f5ff;
          box-shadow: 0 0 3px 8px #f0f5ff;
  top: 27%;
  left: 74%;
  width: 17px;
  height: 17px;
  opacity: 0.74;
  -webkit-animation: float97 20s infinite linear;
          animation: float97 20s infinite linear;
}

.circle:nth-child(31) {
  background: #edf4fb;
  -webkit-box-shadow: 0 0 9px 5px #edf4fb;
          box-shadow: 0 0 9px 5px #edf4fb;
  top: 20%;
  left: 55%;
  width: 63px;
  height: 63px;
  opacity: 0.8;
  -webkit-animation: float31 20s infinite linear;
          animation: float31 20s infinite linear;
}

.circle:nth-child(9) {
  background: #eaeef6;
  -webkit-box-shadow: 0 0 2px 4px #eaeef6;
          box-shadow: 0 0 2px 4px #eaeef6;
  top: 70%;
  left: 57%;
  width: 59px;
  height: 59px;
  opacity: 0.1;
  -webkit-animation: float9 20s infinite linear;
          animation: float9 20s infinite linear;
}

.circle:nth-child(31) {
  background: #edf4fb;
  -webkit-box-shadow: 0 0 2px 8px #edf4fb;
          box-shadow: 0 0 2px 8px #edf4fb;
  top: 16%;
  left: 67%;
  width: 45px;
  height: 45px;
  opacity: 0.92;
  -webkit-animation: float31 20s infinite linear;
          animation: float31 20s infinite linear;
}

.circle:nth-child(31) {
  background: #edf4fb;
  -webkit-box-shadow: 0 0 6px 1px #edf4fb;
          box-shadow: 0 0 6px 1px #edf4fb;
  top: 94%;
  left: 50%;
  width: 86px;
  height: 86px;
  opacity: 0.28;
  -webkit-animation: float31 20s infinite linear;
          animation: float31 20s infinite linear;
}

.circle:nth-child(88) {
  background: #f3eaf3;
  -webkit-box-shadow: 0 0 1px 7px #f3eaf3;
          box-shadow: 0 0 1px 7px #f3eaf3;
  top: 59%;
  left: 33%;
  width: 65px;
  height: 65px;
  opacity: 0.08;
  -webkit-animation: float88 20s infinite linear;
          animation: float88 20s infinite linear;
}

.circle:nth-child(54) {
  background: #f2f1ec;
  -webkit-box-shadow: 0 0 5px 5px #f2f1ec;
          box-shadow: 0 0 5px 5px #f2f1ec;
  top: 20%;
  left: 37%;
  width: 82px;
  height: 82px;
  opacity: 0.82;
  -webkit-animation: float54 20s infinite linear;
          animation: float54 20s infinite linear;
}

.circle:nth-child(8) {
  background: #f4e6ec;
  -webkit-box-shadow: 0 0 9px 2px #f4e6ec;
          box-shadow: 0 0 9px 2px #f4e6ec;
  top: 87%;
  left: 76%;
  width: 51px;
  height: 51px;
  opacity: 0.69;
  -webkit-animation: float8 20s infinite linear;
          animation: float8 20s infinite linear;
}

.circle:nth-child(51) {
  background: #f2f0fe;
  -webkit-box-shadow: 0 0 1px 6px #f2f0fe;
          box-shadow: 0 0 1px 6px #f2f0fe;
  top: 62%;
  left: 65%;
  width: 81px;
  height: 81px;
  opacity: 0.83;
  -webkit-animation: float51 20s infinite linear;
          animation: float51 20s infinite linear;
}

.circle:nth-child(146) {
  background: #f7f1f5;
  -webkit-box-shadow: 0 0 7px 4px #f7f1f5;
          box-shadow: 0 0 7px 4px #f7f1f5;
  top: 29%;
  left: 87%;
  width: 68px;
  height: 68px;
  opacity: 0.8;
  -webkit-animation: float146 20s infinite linear;
          animation: float146 20s infinite linear;
}

.circle:nth-child(19) {
  background: #f6f6ea;
  -webkit-box-shadow: 0 0 7px 2px #f6f6ea;
          box-shadow: 0 0 7px 2px #f6f6ea;
  top: 60%;
  left: 59%;
  width: 35px;
  height: 35px;
  opacity: 0.24;
  -webkit-animation: float19 20s infinite linear;
          animation: float19 20s infinite linear;
}

.circle:nth-child(91) {
  background: #edeff9;
  -webkit-box-shadow: 0 0 5px 3px #edeff9;
          box-shadow: 0 0 5px 3px #edeff9;
  top: 9%;
  left: 51%;
  width: 31px;
  height: 31px;
  opacity: 0.74;
  -webkit-animation: float91 20s infinite linear;
          animation: float91 20s infinite linear;
}

.circle:nth-child(128) {
  background: #faedea;
  -webkit-box-shadow: 0 0 10px 5px #faedea;
          box-shadow: 0 0 10px 5px #faedea;
  top: 99%;
  left: 65%;
  width: 87px;
  height: 87px;
  opacity: 0.22;
  -webkit-animation: float128 20s infinite linear;
          animation: float128 20s infinite linear;
}

.circle:nth-child(76) {
  background: #ecf2fa;
  -webkit-box-shadow: 0 0 10px 8px #ecf2fa;
          box-shadow: 0 0 10px 8px #ecf2fa;
  top: 91%;
  left: 44%;
  width: 79px;
  height: 79px;
  opacity: 0.93;
  -webkit-animation: float76 20s infinite linear;
          animation: float76 20s infinite linear;
}

@-webkit-keyframes float1 {
  40% {
    -webkit-transform: translateX(-18px) translateY(-200px);
            transform: translateX(-18px) translateY(-200px);
  }
  80% {
    -webkit-transform: translateX(4px) translateY(138px);
            transform: translateX(4px) translateY(138px);
  }
}

@keyframes float1 {
  40% {
    -webkit-transform: translateX(-18px) translateY(-200px);
            transform: translateX(-18px) translateY(-200px);
  }
  80% {
    -webkit-transform: translateX(4px) translateY(138px);
            transform: translateX(4px) translateY(138px);
  }
}
@-webkit-keyframes float2 {
  40% {
    -webkit-transform: translateX(14px) translateY(85px);
            transform: translateX(14px) translateY(85px);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(-26px);
            transform: translateX(1px) translateY(-26px);
  }
}
@keyframes float2 {
  40% {
    -webkit-transform: translateX(14px) translateY(85px);
            transform: translateX(14px) translateY(85px);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(-26px);
            transform: translateX(1px) translateY(-26px);
  }
}
@-webkit-keyframes float3 {
  40% {
    -webkit-transform: translateX(64px) translateY(4px);
            transform: translateX(64px) translateY(4px);
  }
  80% {
    -webkit-transform: translateX(25px) translateY(271px);
            transform: translateX(25px) translateY(271px);
  }
}
@keyframes float3 {
  40% {
    -webkit-transform: translateX(64px) translateY(4px);
            transform: translateX(64px) translateY(4px);
  }
  80% {
    -webkit-transform: translateX(25px) translateY(271px);
            transform: translateX(25px) translateY(271px);
  }
}
@-webkit-keyframes float4 {
  40% {
    -webkit-transform: translateX(39px) translateY(-230px);
            transform: translateX(39px) translateY(-230px);
  }
  80% {
    -webkit-transform: translateX(-8px) translateY(113px);
            transform: translateX(-8px) translateY(113px);
  }
}
@keyframes float4 {
  40% {
    -webkit-transform: translateX(39px) translateY(-230px);
            transform: translateX(39px) translateY(-230px);
  }
  80% {
    -webkit-transform: translateX(-8px) translateY(113px);
            transform: translateX(-8px) translateY(113px);
  }
}
@-webkit-keyframes float5 {
  40% {
    -webkit-transform: translateX(-14px) translateY(-213px);
            transform: translateX(-14px) translateY(-213px);
  }
  80% {
    -webkit-transform: translateX(80px) translateY(-59px);
            transform: translateX(80px) translateY(-59px);
  }
}
@keyframes float5 {
  40% {
    -webkit-transform: translateX(-14px) translateY(-213px);
            transform: translateX(-14px) translateY(-213px);
  }
  80% {
    -webkit-transform: translateX(80px) translateY(-59px);
            transform: translateX(80px) translateY(-59px);
  }
}
@-webkit-keyframes float6 {
  40% {
    -webkit-transform: translateX(76px) translateY(-193px);
            transform: translateX(76px) translateY(-193px);
  }
  80% {
    -webkit-transform: translateX(-45px) translateY(152px);
            transform: translateX(-45px) translateY(152px);
  }
}
@keyframes float6 {
  40% {
    -webkit-transform: translateX(76px) translateY(-193px);
            transform: translateX(76px) translateY(-193px);
  }
  80% {
    -webkit-transform: translateX(-45px) translateY(152px);
            transform: translateX(-45px) translateY(152px);
  }
}
@-webkit-keyframes float7 {
  40% {
    -webkit-transform: translateX(33px) translateY(-181px);
            transform: translateX(33px) translateY(-181px);
  }
  80% {
    -webkit-transform: translateX(99px) translateY(184px);
            transform: translateX(99px) translateY(184px);
  }
}
@keyframes float7 {
  40% {
    -webkit-transform: translateX(33px) translateY(-181px);
            transform: translateX(33px) translateY(-181px);
  }
  80% {
    -webkit-transform: translateX(99px) translateY(184px);
            transform: translateX(99px) translateY(184px);
  }
}
@-webkit-keyframes float8 {
  40% {
    -webkit-transform: translateX(-13px) translateY(93px);
            transform: translateX(-13px) translateY(93px);
  }
  80% {
    -webkit-transform: translateX(55px) translateY(177px);
            transform: translateX(55px) translateY(177px);
  }
}
@keyframes float8 {
  40% {
    -webkit-transform: translateX(-13px) translateY(93px);
            transform: translateX(-13px) translateY(93px);
  }
  80% {
    -webkit-transform: translateX(55px) translateY(177px);
            transform: translateX(55px) translateY(177px);
  }
}
@-webkit-keyframes float9 {
  40% {
    -webkit-transform: translateX(41px) translateY(41px);
            transform: translateX(41px) translateY(41px);
  }
  80% {
    -webkit-transform: translateX(-40px) translateY(220px);
            transform: translateX(-40px) translateY(220px);
  }
}
@keyframes float9 {
  40% {
    -webkit-transform: translateX(41px) translateY(41px);
            transform: translateX(41px) translateY(41px);
  }
  80% {
    -webkit-transform: translateX(-40px) translateY(220px);
            transform: translateX(-40px) translateY(220px);
  }
}
@-webkit-keyframes float10 {
  40% {
    -webkit-transform: translateX(29px) translateY(-137px);
            transform: translateX(29px) translateY(-137px);
  }
  80% {
    -webkit-transform: translateX(-24px) translateY(179px);
            transform: translateX(-24px) translateY(179px);
  }
}
@keyframes float10 {
  40% {
    -webkit-transform: translateX(29px) translateY(-137px);
            transform: translateX(29px) translateY(-137px);
  }
  80% {
    -webkit-transform: translateX(-24px) translateY(179px);
            transform: translateX(-24px) translateY(179px);
  }
}
@-webkit-keyframes float11 {
  40% {
    -webkit-transform: translateX(-19px) translateY(-224px);
            transform: translateX(-19px) translateY(-224px);
  }
  80% {
    -webkit-transform: translateX(11px) translateY(-96px);
            transform: translateX(11px) translateY(-96px);
  }
}
@keyframes float11 {
  40% {
    -webkit-transform: translateX(-19px) translateY(-224px);
            transform: translateX(-19px) translateY(-224px);
  }
  80% {
    -webkit-transform: translateX(11px) translateY(-96px);
            transform: translateX(11px) translateY(-96px);
  }
}
@-webkit-keyframes float12 {
  40% {
    -webkit-transform: translateX(1px) translateY(-96px);
            transform: translateX(1px) translateY(-96px);
  }
  80% {
    -webkit-transform: translateX(115px) translateY(8px);
            transform: translateX(115px) translateY(8px);
  }
}
@keyframes float12 {
  40% {
    -webkit-transform: translateX(1px) translateY(-96px);
            transform: translateX(1px) translateY(-96px);
  }
  80% {
    -webkit-transform: translateX(115px) translateY(8px);
            transform: translateX(115px) translateY(8px);
  }
}
@-webkit-keyframes float13 {
  40% {
    -webkit-transform: translateX(31px) translateY(-207px);
            transform: translateX(31px) translateY(-207px);
  }
  80% {
    -webkit-transform: translateX(-25px) translateY(66px);
            transform: translateX(-25px) translateY(66px);
  }
}
@keyframes float13 {
  40% {
    -webkit-transform: translateX(31px) translateY(-207px);
            transform: translateX(31px) translateY(-207px);
  }
  80% {
    -webkit-transform: translateX(-25px) translateY(66px);
            transform: translateX(-25px) translateY(66px);
  }
}
@-webkit-keyframes float14 {
  40% {
    -webkit-transform: translateX(10px) translateY(-129px);
            transform: translateX(10px) translateY(-129px);
  }
  80% {
    -webkit-transform: translateX(59px) translateY(30px);
            transform: translateX(59px) translateY(30px);
  }
}
@keyframes float14 {
  40% {
    -webkit-transform: translateX(10px) translateY(-129px);
            transform: translateX(10px) translateY(-129px);
  }
  80% {
    -webkit-transform: translateX(59px) translateY(30px);
            transform: translateX(59px) translateY(30px);
  }
}
@-webkit-keyframes float15 {
  40% {
    -webkit-transform: translateX(-1px) translateY(-75px);
            transform: translateX(-1px) translateY(-75px);
  }
  80% {
    -webkit-transform: translateX(-46px) translateY(140px);
            transform: translateX(-46px) translateY(140px);
  }
}
@keyframes float15 {
  40% {
    -webkit-transform: translateX(-1px) translateY(-75px);
            transform: translateX(-1px) translateY(-75px);
  }
  80% {
    -webkit-transform: translateX(-46px) translateY(140px);
            transform: translateX(-46px) translateY(140px);
  }
}
@-webkit-keyframes float16 {
  40% {
    -webkit-transform: translateX(-18px) translateY(29px);
            transform: translateX(-18px) translateY(29px);
  }
  80% {
    -webkit-transform: translateX(-35px) translateY(197px);
            transform: translateX(-35px) translateY(197px);
  }
}
@keyframes float16 {
  40% {
    -webkit-transform: translateX(-18px) translateY(29px);
            transform: translateX(-18px) translateY(29px);
  }
  80% {
    -webkit-transform: translateX(-35px) translateY(197px);
            transform: translateX(-35px) translateY(197px);
  }
}
@-webkit-keyframes float17 {
  40% {
    -webkit-transform: translateX(7px) translateY(-285px);
            transform: translateX(7px) translateY(-285px);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(-86px);
            transform: translateX(0px) translateY(-86px);
  }
}
@keyframes float17 {
  40% {
    -webkit-transform: translateX(7px) translateY(-285px);
            transform: translateX(7px) translateY(-285px);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(-86px);
            transform: translateX(0px) translateY(-86px);
  }
}
@-webkit-keyframes float18 {
  40% {
    -webkit-transform: translateX(59px) translateY(-230px);
            transform: translateX(59px) translateY(-230px);
  }
  80% {
    -webkit-transform: translateX(56px) translateY(-94px);
            transform: translateX(56px) translateY(-94px);
  }
}
@keyframes float18 {
  40% {
    -webkit-transform: translateX(59px) translateY(-230px);
            transform: translateX(59px) translateY(-230px);
  }
  80% {
    -webkit-transform: translateX(56px) translateY(-94px);
            transform: translateX(56px) translateY(-94px);
  }
}
@-webkit-keyframes float19 {
  40% {
    -webkit-transform: translateX(0px) translateY(-61px);
            transform: translateX(0px) translateY(-61px);
  }
  80% {
    -webkit-transform: translateX(-24px) translateY(221px);
            transform: translateX(-24px) translateY(221px);
  }
}
@keyframes float19 {
  40% {
    -webkit-transform: translateX(0px) translateY(-61px);
            transform: translateX(0px) translateY(-61px);
  }
  80% {
    -webkit-transform: translateX(-24px) translateY(221px);
            transform: translateX(-24px) translateY(221px);
  }
}
@-webkit-keyframes float20 {
  40% {
    -webkit-transform: translateX(-17px) translateY(-263px);
            transform: translateX(-17px) translateY(-263px);
  }
  80% {
    -webkit-transform: translateX(-2px) translateY(131px);
            transform: translateX(-2px) translateY(131px);
  }
}
@keyframes float20 {
  40% {
    -webkit-transform: translateX(-17px) translateY(-263px);
            transform: translateX(-17px) translateY(-263px);
  }
  80% {
    -webkit-transform: translateX(-2px) translateY(131px);
            transform: translateX(-2px) translateY(131px);
  }
}
@-webkit-keyframes float21 {
  40% {
    -webkit-transform: translateX(11px) translateY(-16px);
            transform: translateX(11px) translateY(-16px);
  }
  80% {
    -webkit-transform: translateX(-16px) translateY(44px);
            transform: translateX(-16px) translateY(44px);
  }
}
@keyframes float21 {
  40% {
    -webkit-transform: translateX(11px) translateY(-16px);
            transform: translateX(11px) translateY(-16px);
  }
  80% {
    -webkit-transform: translateX(-16px) translateY(44px);
            transform: translateX(-16px) translateY(44px);
  }
}
@-webkit-keyframes float22 {
  40% {
    -webkit-transform: translateX(13px) translateY(-231px);
            transform: translateX(13px) translateY(-231px);
  }
  80% {
    -webkit-transform: translateX(124px) translateY(294px);
            transform: translateX(124px) translateY(294px);
  }
}
@keyframes float22 {
  40% {
    -webkit-transform: translateX(13px) translateY(-231px);
            transform: translateX(13px) translateY(-231px);
  }
  80% {
    -webkit-transform: translateX(124px) translateY(294px);
            transform: translateX(124px) translateY(294px);
  }
}
@-webkit-keyframes float23 {
  40% {
    -webkit-transform: translateX(8px) translateY(-238px);
            transform: translateX(8px) translateY(-238px);
  }
  80% {
    -webkit-transform: translateX(142px) translateY(275px);
            transform: translateX(142px) translateY(275px);
  }
}
@keyframes float23 {
  40% {
    -webkit-transform: translateX(8px) translateY(-238px);
            transform: translateX(8px) translateY(-238px);
  }
  80% {
    -webkit-transform: translateX(142px) translateY(275px);
            transform: translateX(142px) translateY(275px);
  }
}
@-webkit-keyframes float24 {
  40% {
    -webkit-transform: translateX(-11px) translateY(-78px);
            transform: translateX(-11px) translateY(-78px);
  }
  80% {
    -webkit-transform: translateX(121px) translateY(-66px);
            transform: translateX(121px) translateY(-66px);
  }
}
@keyframes float24 {
  40% {
    -webkit-transform: translateX(-11px) translateY(-78px);
            transform: translateX(-11px) translateY(-78px);
  }
  80% {
    -webkit-transform: translateX(121px) translateY(-66px);
            transform: translateX(121px) translateY(-66px);
  }
}
@-webkit-keyframes float25 {
  40% {
    -webkit-transform: translateX(69px) translateY(-215px);
            transform: translateX(69px) translateY(-215px);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(273px);
            transform: translateX(0px) translateY(273px);
  }
}
@keyframes float25 {
  40% {
    -webkit-transform: translateX(69px) translateY(-215px);
            transform: translateX(69px) translateY(-215px);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(273px);
            transform: translateX(0px) translateY(273px);
  }
}
@-webkit-keyframes float26 {
  40% {
    -webkit-transform: translateX(38px) translateY(96px);
            transform: translateX(38px) translateY(96px);
  }
  80% {
    -webkit-transform: translateX(65px) translateY(179px);
            transform: translateX(65px) translateY(179px);
  }
}
@keyframes float26 {
  40% {
    -webkit-transform: translateX(38px) translateY(96px);
            transform: translateX(38px) translateY(96px);
  }
  80% {
    -webkit-transform: translateX(65px) translateY(179px);
            transform: translateX(65px) translateY(179px);
  }
}
@-webkit-keyframes float27 {
  40% {
    -webkit-transform: translateX(75px) translateY(-219px);
            transform: translateX(75px) translateY(-219px);
  }
  80% {
    -webkit-transform: translateX(4px) translateY(-31px);
            transform: translateX(4px) translateY(-31px);
  }
}
@keyframes float27 {
  40% {
    -webkit-transform: translateX(75px) translateY(-219px);
            transform: translateX(75px) translateY(-219px);
  }
  80% {
    -webkit-transform: translateX(4px) translateY(-31px);
            transform: translateX(4px) translateY(-31px);
  }
}
@-webkit-keyframes float28 {
  40% {
    -webkit-transform: translateX(28px) translateY(-259px);
            transform: translateX(28px) translateY(-259px);
  }
  80% {
    -webkit-transform: translateX(85px) translateY(218px);
            transform: translateX(85px) translateY(218px);
  }
}
@keyframes float28 {
  40% {
    -webkit-transform: translateX(28px) translateY(-259px);
            transform: translateX(28px) translateY(-259px);
  }
  80% {
    -webkit-transform: translateX(85px) translateY(218px);
            transform: translateX(85px) translateY(218px);
  }
}
@-webkit-keyframes float29 {
  40% {
    -webkit-transform: translateX(60px) translateY(-231px);
            transform: translateX(60px) translateY(-231px);
  }
  80% {
    -webkit-transform: translateX(49px) translateY(221px);
            transform: translateX(49px) translateY(221px);
  }
}
@keyframes float29 {
  40% {
    -webkit-transform: translateX(60px) translateY(-231px);
            transform: translateX(60px) translateY(-231px);
  }
  80% {
    -webkit-transform: translateX(49px) translateY(221px);
            transform: translateX(49px) translateY(221px);
  }
}
@-webkit-keyframes float30 {
  40% {
    -webkit-transform: translateX(9px) translateY(-247px);
            transform: translateX(9px) translateY(-247px);
  }
  80% {
    -webkit-transform: translateX(-40px) translateY(211px);
            transform: translateX(-40px) translateY(211px);
  }
}
@keyframes float30 {
  40% {
    -webkit-transform: translateX(9px) translateY(-247px);
            transform: translateX(9px) translateY(-247px);
  }
  80% {
    -webkit-transform: translateX(-40px) translateY(211px);
            transform: translateX(-40px) translateY(211px);
  }
}
@-webkit-keyframes float31 {
  40% {
    -webkit-transform: translateX(42px) translateY(-120px);
            transform: translateX(42px) translateY(-120px);
  }
  80% {
    -webkit-transform: translateX(99px) translateY(19px);
            transform: translateX(99px) translateY(19px);
  }
}
@keyframes float31 {
  40% {
    -webkit-transform: translateX(42px) translateY(-120px);
            transform: translateX(42px) translateY(-120px);
  }
  80% {
    -webkit-transform: translateX(99px) translateY(19px);
            transform: translateX(99px) translateY(19px);
  }
}
@-webkit-keyframes float32 {
  40% {
    -webkit-transform: translateX(44px) translateY(-153px);
            transform: translateX(44px) translateY(-153px);
  }
  80% {
    -webkit-transform: translateX(15px) translateY(226px);
            transform: translateX(15px) translateY(226px);
  }
}
@keyframes float32 {
  40% {
    -webkit-transform: translateX(44px) translateY(-153px);
            transform: translateX(44px) translateY(-153px);
  }
  80% {
    -webkit-transform: translateX(15px) translateY(226px);
            transform: translateX(15px) translateY(226px);
  }
}
@-webkit-keyframes float33 {
  40% {
    -webkit-transform: translateX(67px) translateY(-110px);
            transform: translateX(67px) translateY(-110px);
  }
  80% {
    -webkit-transform: translateX(15px) translateY(-73px);
            transform: translateX(15px) translateY(-73px);
  }
}
@keyframes float33 {
  40% {
    -webkit-transform: translateX(67px) translateY(-110px);
            transform: translateX(67px) translateY(-110px);
  }
  80% {
    -webkit-transform: translateX(15px) translateY(-73px);
            transform: translateX(15px) translateY(-73px);
  }
}
@-webkit-keyframes float34 {
  40% {
    -webkit-transform: translateX(28px) translateY(-151px);
            transform: translateX(28px) translateY(-151px);
  }
  80% {
    -webkit-transform: translateX(-8px) translateY(220px);
            transform: translateX(-8px) translateY(220px);
  }
}
@keyframes float34 {
  40% {
    -webkit-transform: translateX(28px) translateY(-151px);
            transform: translateX(28px) translateY(-151px);
  }
  80% {
    -webkit-transform: translateX(-8px) translateY(220px);
            transform: translateX(-8px) translateY(220px);
  }
}
@-webkit-keyframes float35 {
  40% {
    -webkit-transform: translateX(48px) translateY(-151px);
            transform: translateX(48px) translateY(-151px);
  }
  80% {
    -webkit-transform: translateX(128px) translateY(-14px);
            transform: translateX(128px) translateY(-14px);
  }
}
@keyframes float35 {
  40% {
    -webkit-transform: translateX(48px) translateY(-151px);
            transform: translateX(48px) translateY(-151px);
  }
  80% {
    -webkit-transform: translateX(128px) translateY(-14px);
            transform: translateX(128px) translateY(-14px);
  }
}
@-webkit-keyframes float36 {
  40% {
    -webkit-transform: translateX(41px) translateY(27px);
            transform: translateX(41px) translateY(27px);
  }
  80% {
    -webkit-transform: translateX(32px) translateY(1px);
            transform: translateX(32px) translateY(1px);
  }
}
@keyframes float36 {
  40% {
    -webkit-transform: translateX(41px) translateY(27px);
            transform: translateX(41px) translateY(27px);
  }
  80% {
    -webkit-transform: translateX(32px) translateY(1px);
            transform: translateX(32px) translateY(1px);
  }
}
@-webkit-keyframes float37 {
  40% {
    -webkit-transform: translateX(13px) translateY(-71px);
            transform: translateX(13px) translateY(-71px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(289px);
            transform: translateX(38px) translateY(289px);
  }
}
@keyframes float37 {
  40% {
    -webkit-transform: translateX(13px) translateY(-71px);
            transform: translateX(13px) translateY(-71px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(289px);
            transform: translateX(38px) translateY(289px);
  }
}
@-webkit-keyframes float38 {
  40% {
    -webkit-transform: translateX(-16px) translateY(64px);
            transform: translateX(-16px) translateY(64px);
  }
  80% {
    -webkit-transform: translateX(41px) translateY(186px);
            transform: translateX(41px) translateY(186px);
  }
}
@keyframes float38 {
  40% {
    -webkit-transform: translateX(-16px) translateY(64px);
            transform: translateX(-16px) translateY(64px);
  }
  80% {
    -webkit-transform: translateX(41px) translateY(186px);
            transform: translateX(41px) translateY(186px);
  }
}
@-webkit-keyframes float39 {
  40% {
    -webkit-transform: translateX(-17px) translateY(-223px);
            transform: translateX(-17px) translateY(-223px);
  }
  80% {
    -webkit-transform: translateX(91px) translateY(-84px);
            transform: translateX(91px) translateY(-84px);
  }
}
@keyframes float39 {
  40% {
    -webkit-transform: translateX(-17px) translateY(-223px);
            transform: translateX(-17px) translateY(-223px);
  }
  80% {
    -webkit-transform: translateX(91px) translateY(-84px);
            transform: translateX(91px) translateY(-84px);
  }
}
@-webkit-keyframes float40 {
  40% {
    -webkit-transform: translateX(70px) translateY(-42px);
            transform: translateX(70px) translateY(-42px);
  }
  80% {
    -webkit-transform: translateX(112px) translateY(3px);
            transform: translateX(112px) translateY(3px);
  }
}
@keyframes float40 {
  40% {
    -webkit-transform: translateX(70px) translateY(-42px);
            transform: translateX(70px) translateY(-42px);
  }
  80% {
    -webkit-transform: translateX(112px) translateY(3px);
            transform: translateX(112px) translateY(3px);
  }
}
@-webkit-keyframes float41 {
  40% {
    -webkit-transform: translateX(77px) translateY(-46px);
            transform: translateX(77px) translateY(-46px);
  }
  80% {
    -webkit-transform: translateX(-38px) translateY(232px);
            transform: translateX(-38px) translateY(232px);
  }
}
@keyframes float41 {
  40% {
    -webkit-transform: translateX(77px) translateY(-46px);
            transform: translateX(77px) translateY(-46px);
  }
  80% {
    -webkit-transform: translateX(-38px) translateY(232px);
            transform: translateX(-38px) translateY(232px);
  }
}
@-webkit-keyframes float42 {
  40% {
    -webkit-transform: translateX(13px) translateY(-149px);
            transform: translateX(13px) translateY(-149px);
  }
  80% {
    -webkit-transform: translateX(101px) translateY(42px);
            transform: translateX(101px) translateY(42px);
  }
}
@keyframes float42 {
  40% {
    -webkit-transform: translateX(13px) translateY(-149px);
            transform: translateX(13px) translateY(-149px);
  }
  80% {
    -webkit-transform: translateX(101px) translateY(42px);
            transform: translateX(101px) translateY(42px);
  }
}
@-webkit-keyframes float43 {
  40% {
    -webkit-transform: translateX(22px) translateY(40px);
            transform: translateX(22px) translateY(40px);
  }
  80% {
    -webkit-transform: translateX(27px) translateY(279px);
            transform: translateX(27px) translateY(279px);
  }
}
@keyframes float43 {
  40% {
    -webkit-transform: translateX(22px) translateY(40px);
            transform: translateX(22px) translateY(40px);
  }
  80% {
    -webkit-transform: translateX(27px) translateY(279px);
            transform: translateX(27px) translateY(279px);
  }
}
@-webkit-keyframes float44 {
  40% {
    -webkit-transform: translateX(6px) translateY(-99px);
            transform: translateX(6px) translateY(-99px);
  }
  80% {
    -webkit-transform: translateX(8px) translateY(83px);
            transform: translateX(8px) translateY(83px);
  }
}
@keyframes float44 {
  40% {
    -webkit-transform: translateX(6px) translateY(-99px);
            transform: translateX(6px) translateY(-99px);
  }
  80% {
    -webkit-transform: translateX(8px) translateY(83px);
            transform: translateX(8px) translateY(83px);
  }
}
@-webkit-keyframes float45 {
  40% {
    -webkit-transform: translateX(-7px) translateY(75px);
            transform: translateX(-7px) translateY(75px);
  }
  80% {
    -webkit-transform: translateX(69px) translateY(93px);
            transform: translateX(69px) translateY(93px);
  }
}
@keyframes float45 {
  40% {
    -webkit-transform: translateX(-7px) translateY(75px);
            transform: translateX(-7px) translateY(75px);
  }
  80% {
    -webkit-transform: translateX(69px) translateY(93px);
            transform: translateX(69px) translateY(93px);
  }
}
@-webkit-keyframes float46 {
  40% {
    -webkit-transform: translateX(44px) translateY(-172px);
            transform: translateX(44px) translateY(-172px);
  }
  80% {
    -webkit-transform: translateX(85px) translateY(183px);
            transform: translateX(85px) translateY(183px);
  }
}
@keyframes float46 {
  40% {
    -webkit-transform: translateX(44px) translateY(-172px);
            transform: translateX(44px) translateY(-172px);
  }
  80% {
    -webkit-transform: translateX(85px) translateY(183px);
            transform: translateX(85px) translateY(183px);
  }
}
@-webkit-keyframes float47 {
  40% {
    -webkit-transform: translateX(64px) translateY(-85px);
            transform: translateX(64px) translateY(-85px);
  }
  80% {
    -webkit-transform: translateX(39px) translateY(-37px);
            transform: translateX(39px) translateY(-37px);
  }
}
@keyframes float47 {
  40% {
    -webkit-transform: translateX(64px) translateY(-85px);
            transform: translateX(64px) translateY(-85px);
  }
  80% {
    -webkit-transform: translateX(39px) translateY(-37px);
            transform: translateX(39px) translateY(-37px);
  }
}
@-webkit-keyframes float48 {
  40% {
    -webkit-transform: translateX(34px) translateY(-20px);
            transform: translateX(34px) translateY(-20px);
  }
  80% {
    -webkit-transform: translateX(50px) translateY(-61px);
            transform: translateX(50px) translateY(-61px);
  }
}
@keyframes float48 {
  40% {
    -webkit-transform: translateX(34px) translateY(-20px);
            transform: translateX(34px) translateY(-20px);
  }
  80% {
    -webkit-transform: translateX(50px) translateY(-61px);
            transform: translateX(50px) translateY(-61px);
  }
}
@-webkit-keyframes float49 {
  40% {
    -webkit-transform: translateX(58px) translateY(-243px);
            transform: translateX(58px) translateY(-243px);
  }
  80% {
    -webkit-transform: translateX(40px) translateY(252px);
            transform: translateX(40px) translateY(252px);
  }
}
@keyframes float49 {
  40% {
    -webkit-transform: translateX(58px) translateY(-243px);
            transform: translateX(58px) translateY(-243px);
  }
  80% {
    -webkit-transform: translateX(40px) translateY(252px);
            transform: translateX(40px) translateY(252px);
  }
}
@-webkit-keyframes float50 {
  40% {
    -webkit-transform: translateX(30px) translateY(-96px);
            transform: translateX(30px) translateY(-96px);
  }
  80% {
    -webkit-transform: translateX(63px) translateY(6px);
            transform: translateX(63px) translateY(6px);
  }
}
@keyframes float50 {
  40% {
    -webkit-transform: translateX(30px) translateY(-96px);
            transform: translateX(30px) translateY(-96px);
  }
  80% {
    -webkit-transform: translateX(63px) translateY(6px);
            transform: translateX(63px) translateY(6px);
  }
}
@-webkit-keyframes float51 {
  40% {
    -webkit-transform: translateX(10px) translateY(-264px);
            transform: translateX(10px) translateY(-264px);
  }
  80% {
    -webkit-transform: translateX(-31px) translateY(-64px);
            transform: translateX(-31px) translateY(-64px);
  }
}
@keyframes float51 {
  40% {
    -webkit-transform: translateX(10px) translateY(-264px);
            transform: translateX(10px) translateY(-264px);
  }
  80% {
    -webkit-transform: translateX(-31px) translateY(-64px);
            transform: translateX(-31px) translateY(-64px);
  }
}
@-webkit-keyframes float52 {
  40% {
    -webkit-transform: translateX(62px) translateY(33px);
            transform: translateX(62px) translateY(33px);
  }
  80% {
    -webkit-transform: translateX(10px) translateY(-32px);
            transform: translateX(10px) translateY(-32px);
  }
}
@keyframes float52 {
  40% {
    -webkit-transform: translateX(62px) translateY(33px);
            transform: translateX(62px) translateY(33px);
  }
  80% {
    -webkit-transform: translateX(10px) translateY(-32px);
            transform: translateX(10px) translateY(-32px);
  }
}
@-webkit-keyframes float53 {
  40% {
    -webkit-transform: translateX(21px) translateY(14px);
            transform: translateX(21px) translateY(14px);
  }
  80% {
    -webkit-transform: translateX(47px) translateY(11px);
            transform: translateX(47px) translateY(11px);
  }
}
@keyframes float53 {
  40% {
    -webkit-transform: translateX(21px) translateY(14px);
            transform: translateX(21px) translateY(14px);
  }
  80% {
    -webkit-transform: translateX(47px) translateY(11px);
            transform: translateX(47px) translateY(11px);
  }
}
@-webkit-keyframes float54 {
  40% {
    -webkit-transform: translateX(51px) translateY(-246px);
            transform: translateX(51px) translateY(-246px);
  }
  80% {
    -webkit-transform: translateX(103px) translateY(-23px);
            transform: translateX(103px) translateY(-23px);
  }
}
@keyframes float54 {
  40% {
    -webkit-transform: translateX(51px) translateY(-246px);
            transform: translateX(51px) translateY(-246px);
  }
  80% {
    -webkit-transform: translateX(103px) translateY(-23px);
            transform: translateX(103px) translateY(-23px);
  }
}
@-webkit-keyframes float55 {
  40% {
    -webkit-transform: translateX(56px) translateY(8px);
            transform: translateX(56px) translateY(8px);
  }
  80% {
    -webkit-transform: translateX(121px) translateY(194px);
            transform: translateX(121px) translateY(194px);
  }
}
@keyframes float55 {
  40% {
    -webkit-transform: translateX(56px) translateY(8px);
            transform: translateX(56px) translateY(8px);
  }
  80% {
    -webkit-transform: translateX(121px) translateY(194px);
            transform: translateX(121px) translateY(194px);
  }
}
@-webkit-keyframes float56 {
  40% {
    -webkit-transform: translateX(20px) translateY(42px);
            transform: translateX(20px) translateY(42px);
  }
  80% {
    -webkit-transform: translateX(94px) translateY(-27px);
            transform: translateX(94px) translateY(-27px);
  }
}
@keyframes float56 {
  40% {
    -webkit-transform: translateX(20px) translateY(42px);
            transform: translateX(20px) translateY(42px);
  }
  80% {
    -webkit-transform: translateX(94px) translateY(-27px);
            transform: translateX(94px) translateY(-27px);
  }
}
@-webkit-keyframes float57 {
  40% {
    -webkit-transform: translateX(24px) translateY(-182px);
            transform: translateX(24px) translateY(-182px);
  }
  80% {
    -webkit-transform: translateX(9px) translateY(280px);
            transform: translateX(9px) translateY(280px);
  }
}
@keyframes float57 {
  40% {
    -webkit-transform: translateX(24px) translateY(-182px);
            transform: translateX(24px) translateY(-182px);
  }
  80% {
    -webkit-transform: translateX(9px) translateY(280px);
            transform: translateX(9px) translateY(280px);
  }
}
@-webkit-keyframes float58 {
  40% {
    -webkit-transform: translateX(76px) translateY(-42px);
            transform: translateX(76px) translateY(-42px);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(-37px);
            transform: translateX(0px) translateY(-37px);
  }
}
@keyframes float58 {
  40% {
    -webkit-transform: translateX(76px) translateY(-42px);
            transform: translateX(76px) translateY(-42px);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(-37px);
            transform: translateX(0px) translateY(-37px);
  }
}
@-webkit-keyframes float59 {
  40% {
    -webkit-transform: translateX(43px) translateY(-198px);
            transform: translateX(43px) translateY(-198px);
  }
  80% {
    -webkit-transform: translateX(29px) translateY(15px);
            transform: translateX(29px) translateY(15px);
  }
}
@keyframes float59 {
  40% {
    -webkit-transform: translateX(43px) translateY(-198px);
            transform: translateX(43px) translateY(-198px);
  }
  80% {
    -webkit-transform: translateX(29px) translateY(15px);
            transform: translateX(29px) translateY(15px);
  }
}
@-webkit-keyframes float60 {
  40% {
    -webkit-transform: translateX(29px) translateY(-214px);
            transform: translateX(29px) translateY(-214px);
  }
  80% {
    -webkit-transform: translateX(124px) translateY(169px);
            transform: translateX(124px) translateY(169px);
  }
}
@keyframes float60 {
  40% {
    -webkit-transform: translateX(29px) translateY(-214px);
            transform: translateX(29px) translateY(-214px);
  }
  80% {
    -webkit-transform: translateX(124px) translateY(169px);
            transform: translateX(124px) translateY(169px);
  }
}
@-webkit-keyframes float61 {
  40% {
    -webkit-transform: translateX(9px) translateY(-75px);
            transform: translateX(9px) translateY(-75px);
  }
  80% {
    -webkit-transform: translateX(-10px) translateY(-87px);
            transform: translateX(-10px) translateY(-87px);
  }
}
@keyframes float61 {
  40% {
    -webkit-transform: translateX(9px) translateY(-75px);
            transform: translateX(9px) translateY(-75px);
  }
  80% {
    -webkit-transform: translateX(-10px) translateY(-87px);
            transform: translateX(-10px) translateY(-87px);
  }
}
@-webkit-keyframes float62 {
  40% {
    -webkit-transform: translateX(39px) translateY(71px);
            transform: translateX(39px) translateY(71px);
  }
  80% {
    -webkit-transform: translateX(132px) translateY(-41px);
            transform: translateX(132px) translateY(-41px);
  }
}
@keyframes float62 {
  40% {
    -webkit-transform: translateX(39px) translateY(71px);
            transform: translateX(39px) translateY(71px);
  }
  80% {
    -webkit-transform: translateX(132px) translateY(-41px);
            transform: translateX(132px) translateY(-41px);
  }
}
@-webkit-keyframes float63 {
  40% {
    -webkit-transform: translateX(59px) translateY(-170px);
            transform: translateX(59px) translateY(-170px);
  }
  80% {
    -webkit-transform: translateX(62px) translateY(233px);
            transform: translateX(62px) translateY(233px);
  }
}
@keyframes float63 {
  40% {
    -webkit-transform: translateX(59px) translateY(-170px);
            transform: translateX(59px) translateY(-170px);
  }
  80% {
    -webkit-transform: translateX(62px) translateY(233px);
            transform: translateX(62px) translateY(233px);
  }
}
@-webkit-keyframes float64 {
  40% {
    -webkit-transform: translateX(68px) translateY(-212px);
            transform: translateX(68px) translateY(-212px);
  }
  80% {
    -webkit-transform: translateX(21px) translateY(299px);
            transform: translateX(21px) translateY(299px);
  }
}
@keyframes float64 {
  40% {
    -webkit-transform: translateX(68px) translateY(-212px);
            transform: translateX(68px) translateY(-212px);
  }
  80% {
    -webkit-transform: translateX(21px) translateY(299px);
            transform: translateX(21px) translateY(299px);
  }
}
@-webkit-keyframes float65 {
  40% {
    -webkit-transform: translateX(65px) translateY(-249px);
            transform: translateX(65px) translateY(-249px);
  }
  80% {
    -webkit-transform: translateX(116px) translateY(241px);
            transform: translateX(116px) translateY(241px);
  }
}
@keyframes float65 {
  40% {
    -webkit-transform: translateX(65px) translateY(-249px);
            transform: translateX(65px) translateY(-249px);
  }
  80% {
    -webkit-transform: translateX(116px) translateY(241px);
            transform: translateX(116px) translateY(241px);
  }
}
@-webkit-keyframes float66 {
  40% {
    -webkit-transform: translateX(58px) translateY(16px);
            transform: translateX(58px) translateY(16px);
  }
  80% {
    -webkit-transform: translateX(-29px) translateY(126px);
            transform: translateX(-29px) translateY(126px);
  }
}
@keyframes float66 {
  40% {
    -webkit-transform: translateX(58px) translateY(16px);
            transform: translateX(58px) translateY(16px);
  }
  80% {
    -webkit-transform: translateX(-29px) translateY(126px);
            transform: translateX(-29px) translateY(126px);
  }
}
@-webkit-keyframes float67 {
  40% {
    -webkit-transform: translateX(-7px) translateY(-207px);
            transform: translateX(-7px) translateY(-207px);
  }
  80% {
    -webkit-transform: translateX(71px) translateY(73px);
            transform: translateX(71px) translateY(73px);
  }
}
@keyframes float67 {
  40% {
    -webkit-transform: translateX(-7px) translateY(-207px);
            transform: translateX(-7px) translateY(-207px);
  }
  80% {
    -webkit-transform: translateX(71px) translateY(73px);
            transform: translateX(71px) translateY(73px);
  }
}
@-webkit-keyframes float68 {
  40% {
    -webkit-transform: translateX(58px) translateY(-123px);
            transform: translateX(58px) translateY(-123px);
  }
  80% {
    -webkit-transform: translateX(52px) translateY(-13px);
            transform: translateX(52px) translateY(-13px);
  }
}
@keyframes float68 {
  40% {
    -webkit-transform: translateX(58px) translateY(-123px);
            transform: translateX(58px) translateY(-123px);
  }
  80% {
    -webkit-transform: translateX(52px) translateY(-13px);
            transform: translateX(52px) translateY(-13px);
  }
}
@-webkit-keyframes float69 {
  40% {
    -webkit-transform: translateX(32px) translateY(-3px);
            transform: translateX(32px) translateY(-3px);
  }
  80% {
    -webkit-transform: translateX(102px) translateY(212px);
            transform: translateX(102px) translateY(212px);
  }
}
@keyframes float69 {
  40% {
    -webkit-transform: translateX(32px) translateY(-3px);
            transform: translateX(32px) translateY(-3px);
  }
  80% {
    -webkit-transform: translateX(102px) translateY(212px);
            transform: translateX(102px) translateY(212px);
  }
}
@-webkit-keyframes float70 {
  40% {
    -webkit-transform: translateX(3px) translateY(-122px);
            transform: translateX(3px) translateY(-122px);
  }
  80% {
    -webkit-transform: translateX(115px) translateY(-85px);
            transform: translateX(115px) translateY(-85px);
  }
}
@keyframes float70 {
  40% {
    -webkit-transform: translateX(3px) translateY(-122px);
            transform: translateX(3px) translateY(-122px);
  }
  80% {
    -webkit-transform: translateX(115px) translateY(-85px);
            transform: translateX(115px) translateY(-85px);
  }
}
@-webkit-keyframes float71 {
  40% {
    -webkit-transform: translateX(1px) translateY(17px);
            transform: translateX(1px) translateY(17px);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(-53px);
            transform: translateX(1px) translateY(-53px);
  }
}
@keyframes float71 {
  40% {
    -webkit-transform: translateX(1px) translateY(17px);
            transform: translateX(1px) translateY(17px);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(-53px);
            transform: translateX(1px) translateY(-53px);
  }
}
@-webkit-keyframes float72 {
  40% {
    -webkit-transform: translateX(-10px) translateY(-137px);
            transform: translateX(-10px) translateY(-137px);
  }
  80% {
    -webkit-transform: translateX(83px) translateY(146px);
            transform: translateX(83px) translateY(146px);
  }
}
@keyframes float72 {
  40% {
    -webkit-transform: translateX(-10px) translateY(-137px);
            transform: translateX(-10px) translateY(-137px);
  }
  80% {
    -webkit-transform: translateX(83px) translateY(146px);
            transform: translateX(83px) translateY(146px);
  }
}
@-webkit-keyframes float73 {
  40% {
    -webkit-transform: translateX(10px) translateY(-214px);
            transform: translateX(10px) translateY(-214px);
  }
  80% {
    -webkit-transform: translateX(131px) translateY(277px);
            transform: translateX(131px) translateY(277px);
  }
}
@keyframes float73 {
  40% {
    -webkit-transform: translateX(10px) translateY(-214px);
            transform: translateX(10px) translateY(-214px);
  }
  80% {
    -webkit-transform: translateX(131px) translateY(277px);
            transform: translateX(131px) translateY(277px);
  }
}
@-webkit-keyframes float74 {
  40% {
    -webkit-transform: translateX(69px) translateY(-277px);
            transform: translateX(69px) translateY(-277px);
  }
  80% {
    -webkit-transform: translateX(-49px) translateY(90px);
            transform: translateX(-49px) translateY(90px);
  }
}
@keyframes float74 {
  40% {
    -webkit-transform: translateX(69px) translateY(-277px);
            transform: translateX(69px) translateY(-277px);
  }
  80% {
    -webkit-transform: translateX(-49px) translateY(90px);
            transform: translateX(-49px) translateY(90px);
  }
}
@-webkit-keyframes float75 {
  40% {
    -webkit-transform: translateX(52px) translateY(-288px);
            transform: translateX(52px) translateY(-288px);
  }
  80% {
    -webkit-transform: translateX(-4px) translateY(37px);
            transform: translateX(-4px) translateY(37px);
  }
}
@keyframes float75 {
  40% {
    -webkit-transform: translateX(52px) translateY(-288px);
            transform: translateX(52px) translateY(-288px);
  }
  80% {
    -webkit-transform: translateX(-4px) translateY(37px);
            transform: translateX(-4px) translateY(37px);
  }
}
@-webkit-keyframes float76 {
  40% {
    -webkit-transform: translateX(16px) translateY(-106px);
            transform: translateX(16px) translateY(-106px);
  }
  80% {
    -webkit-transform: translateX(-38px) translateY(148px);
            transform: translateX(-38px) translateY(148px);
  }
}
@keyframes float76 {
  40% {
    -webkit-transform: translateX(16px) translateY(-106px);
            transform: translateX(16px) translateY(-106px);
  }
  80% {
    -webkit-transform: translateX(-38px) translateY(148px);
            transform: translateX(-38px) translateY(148px);
  }
}
@-webkit-keyframes float77 {
  40% {
    -webkit-transform: translateX(42px) translateY(-237px);
            transform: translateX(42px) translateY(-237px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(164px);
            transform: translateX(110px) translateY(164px);
  }
}
@keyframes float77 {
  40% {
    -webkit-transform: translateX(42px) translateY(-237px);
            transform: translateX(42px) translateY(-237px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(164px);
            transform: translateX(110px) translateY(164px);
  }
}
@-webkit-keyframes float78 {
  40% {
    -webkit-transform: translateX(-11px) translateY(7px);
            transform: translateX(-11px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(-27px) translateY(67px);
            transform: translateX(-27px) translateY(67px);
  }
}
@keyframes float78 {
  40% {
    -webkit-transform: translateX(-11px) translateY(7px);
            transform: translateX(-11px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(-27px) translateY(67px);
            transform: translateX(-27px) translateY(67px);
  }
}
@-webkit-keyframes float79 {
  40% {
    -webkit-transform: translateX(73px) translateY(-27px);
            transform: translateX(73px) translateY(-27px);
  }
  80% {
    -webkit-transform: translateX(144px) translateY(93px);
            transform: translateX(144px) translateY(93px);
  }
}
@keyframes float79 {
  40% {
    -webkit-transform: translateX(73px) translateY(-27px);
            transform: translateX(73px) translateY(-27px);
  }
  80% {
    -webkit-transform: translateX(144px) translateY(93px);
            transform: translateX(144px) translateY(93px);
  }
}
@-webkit-keyframes float80 {
  40% {
    -webkit-transform: translateX(-5px) translateY(-264px);
            transform: translateX(-5px) translateY(-264px);
  }
  80% {
    -webkit-transform: translateX(70px) translateY(45px);
            transform: translateX(70px) translateY(45px);
  }
}
@keyframes float80 {
  40% {
    -webkit-transform: translateX(-5px) translateY(-264px);
            transform: translateX(-5px) translateY(-264px);
  }
  80% {
    -webkit-transform: translateX(70px) translateY(45px);
            transform: translateX(70px) translateY(45px);
  }
}
@-webkit-keyframes float81 {
  40% {
    -webkit-transform: translateX(43px) translateY(-257px);
            transform: translateX(43px) translateY(-257px);
  }
  80% {
    -webkit-transform: translateX(35px) translateY(288px);
            transform: translateX(35px) translateY(288px);
  }
}
@keyframes float81 {
  40% {
    -webkit-transform: translateX(43px) translateY(-257px);
            transform: translateX(43px) translateY(-257px);
  }
  80% {
    -webkit-transform: translateX(35px) translateY(288px);
            transform: translateX(35px) translateY(288px);
  }
}
@-webkit-keyframes float82 {
  40% {
    -webkit-transform: translateX(78px) translateY(-242px);
            transform: translateX(78px) translateY(-242px);
  }
  80% {
    -webkit-transform: translateX(87px) translateY(216px);
            transform: translateX(87px) translateY(216px);
  }
}
@keyframes float82 {
  40% {
    -webkit-transform: translateX(78px) translateY(-242px);
            transform: translateX(78px) translateY(-242px);
  }
  80% {
    -webkit-transform: translateX(87px) translateY(216px);
            transform: translateX(87px) translateY(216px);
  }
}
@-webkit-keyframes float83 {
  40% {
    -webkit-transform: translateX(72px) translateY(91px);
            transform: translateX(72px) translateY(91px);
  }
  80% {
    -webkit-transform: translateX(92px) translateY(282px);
            transform: translateX(92px) translateY(282px);
  }
}
@keyframes float83 {
  40% {
    -webkit-transform: translateX(72px) translateY(91px);
            transform: translateX(72px) translateY(91px);
  }
  80% {
    -webkit-transform: translateX(92px) translateY(282px);
            transform: translateX(92px) translateY(282px);
  }
}
@-webkit-keyframes float84 {
  40% {
    -webkit-transform: translateX(66px) translateY(-238px);
            transform: translateX(66px) translateY(-238px);
  }
  80% {
    -webkit-transform: translateX(-10px) translateY(9px);
            transform: translateX(-10px) translateY(9px);
  }
}
@keyframes float84 {
  40% {
    -webkit-transform: translateX(66px) translateY(-238px);
            transform: translateX(66px) translateY(-238px);
  }
  80% {
    -webkit-transform: translateX(-10px) translateY(9px);
            transform: translateX(-10px) translateY(9px);
  }
}
@-webkit-keyframes float85 {
  40% {
    -webkit-transform: translateX(3px) translateY(-222px);
            transform: translateX(3px) translateY(-222px);
  }
  80% {
    -webkit-transform: translateX(-11px) translateY(260px);
            transform: translateX(-11px) translateY(260px);
  }
}
@keyframes float85 {
  40% {
    -webkit-transform: translateX(3px) translateY(-222px);
            transform: translateX(3px) translateY(-222px);
  }
  80% {
    -webkit-transform: translateX(-11px) translateY(260px);
            transform: translateX(-11px) translateY(260px);
  }
}
@-webkit-keyframes float86 {
  40% {
    -webkit-transform: translateX(46px) translateY(-23px);
            transform: translateX(46px) translateY(-23px);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(245px);
            transform: translateX(1px) translateY(245px);
  }
}
@keyframes float86 {
  40% {
    -webkit-transform: translateX(46px) translateY(-23px);
            transform: translateX(46px) translateY(-23px);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(245px);
            transform: translateX(1px) translateY(245px);
  }
}
@-webkit-keyframes float87 {
  40% {
    -webkit-transform: translateX(37px) translateY(-258px);
            transform: translateX(37px) translateY(-258px);
  }
  80% {
    -webkit-transform: translateX(59px) translateY(218px);
            transform: translateX(59px) translateY(218px);
  }
}
@keyframes float87 {
  40% {
    -webkit-transform: translateX(37px) translateY(-258px);
            transform: translateX(37px) translateY(-258px);
  }
  80% {
    -webkit-transform: translateX(59px) translateY(218px);
            transform: translateX(59px) translateY(218px);
  }
}
@-webkit-keyframes float88 {
  40% {
    -webkit-transform: translateX(29px) translateY(87px);
            transform: translateX(29px) translateY(87px);
  }
  80% {
    -webkit-transform: translateX(-20px) translateY(-67px);
            transform: translateX(-20px) translateY(-67px);
  }
}
@keyframes float88 {
  40% {
    -webkit-transform: translateX(29px) translateY(87px);
            transform: translateX(29px) translateY(87px);
  }
  80% {
    -webkit-transform: translateX(-20px) translateY(-67px);
            transform: translateX(-20px) translateY(-67px);
  }
}
@-webkit-keyframes float89 {
  40% {
    -webkit-transform: translateX(71px) translateY(-7px);
            transform: translateX(71px) translateY(-7px);
  }
  80% {
    -webkit-transform: translateX(-49px) translateY(300px);
            transform: translateX(-49px) translateY(300px);
  }
}
@keyframes float89 {
  40% {
    -webkit-transform: translateX(71px) translateY(-7px);
            transform: translateX(71px) translateY(-7px);
  }
  80% {
    -webkit-transform: translateX(-49px) translateY(300px);
            transform: translateX(-49px) translateY(300px);
  }
}
@-webkit-keyframes float90 {
  40% {
    -webkit-transform: translateX(32px) translateY(-224px);
            transform: translateX(32px) translateY(-224px);
  }
  80% {
    -webkit-transform: translateX(6px) translateY(96px);
            transform: translateX(6px) translateY(96px);
  }
}
@keyframes float90 {
  40% {
    -webkit-transform: translateX(32px) translateY(-224px);
            transform: translateX(32px) translateY(-224px);
  }
  80% {
    -webkit-transform: translateX(6px) translateY(96px);
            transform: translateX(6px) translateY(96px);
  }
}
@-webkit-keyframes float91 {
  40% {
    -webkit-transform: translateX(2px) translateY(-74px);
            transform: translateX(2px) translateY(-74px);
  }
  80% {
    -webkit-transform: translateX(25px) translateY(43px);
            transform: translateX(25px) translateY(43px);
  }
}
@keyframes float91 {
  40% {
    -webkit-transform: translateX(2px) translateY(-74px);
            transform: translateX(2px) translateY(-74px);
  }
  80% {
    -webkit-transform: translateX(25px) translateY(43px);
            transform: translateX(25px) translateY(43px);
  }
}
@-webkit-keyframes float92 {
  40% {
    -webkit-transform: translateX(59px) translateY(-158px);
            transform: translateX(59px) translateY(-158px);
  }
  80% {
    -webkit-transform: translateX(17px) translateY(228px);
            transform: translateX(17px) translateY(228px);
  }
}
@keyframes float92 {
  40% {
    -webkit-transform: translateX(59px) translateY(-158px);
            transform: translateX(59px) translateY(-158px);
  }
  80% {
    -webkit-transform: translateX(17px) translateY(228px);
            transform: translateX(17px) translateY(228px);
  }
}
@-webkit-keyframes float93 {
  40% {
    -webkit-transform: translateX(4px) translateY(-192px);
            transform: translateX(4px) translateY(-192px);
  }
  80% {
    -webkit-transform: translateX(-1px) translateY(246px);
            transform: translateX(-1px) translateY(246px);
  }
}
@keyframes float93 {
  40% {
    -webkit-transform: translateX(4px) translateY(-192px);
            transform: translateX(4px) translateY(-192px);
  }
  80% {
    -webkit-transform: translateX(-1px) translateY(246px);
            transform: translateX(-1px) translateY(246px);
  }
}
@-webkit-keyframes float94 {
  40% {
    -webkit-transform: translateX(45px) translateY(-189px);
            transform: translateX(45px) translateY(-189px);
  }
  80% {
    -webkit-transform: translateX(100px) translateY(113px);
            transform: translateX(100px) translateY(113px);
  }
}
@keyframes float94 {
  40% {
    -webkit-transform: translateX(45px) translateY(-189px);
            transform: translateX(45px) translateY(-189px);
  }
  80% {
    -webkit-transform: translateX(100px) translateY(113px);
            transform: translateX(100px) translateY(113px);
  }
}
@-webkit-keyframes float95 {
  40% {
    -webkit-transform: translateX(75px) translateY(7px);
            transform: translateX(75px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(109px) translateY(99px);
            transform: translateX(109px) translateY(99px);
  }
}
@keyframes float95 {
  40% {
    -webkit-transform: translateX(75px) translateY(7px);
            transform: translateX(75px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(109px) translateY(99px);
            transform: translateX(109px) translateY(99px);
  }
}
@-webkit-keyframes float96 {
  40% {
    -webkit-transform: translateX(71px) translateY(-165px);
            transform: translateX(71px) translateY(-165px);
  }
  80% {
    -webkit-transform: translateX(62px) translateY(-45px);
            transform: translateX(62px) translateY(-45px);
  }
}
@keyframes float96 {
  40% {
    -webkit-transform: translateX(71px) translateY(-165px);
            transform: translateX(71px) translateY(-165px);
  }
  80% {
    -webkit-transform: translateX(62px) translateY(-45px);
            transform: translateX(62px) translateY(-45px);
  }
}
@-webkit-keyframes float97 {
  40% {
    -webkit-transform: translateX(50px) translateY(-17px);
            transform: translateX(50px) translateY(-17px);
  }
  80% {
    -webkit-transform: translateX(17px) translateY(243px);
            transform: translateX(17px) translateY(243px);
  }
}
@keyframes float97 {
  40% {
    -webkit-transform: translateX(50px) translateY(-17px);
            transform: translateX(50px) translateY(-17px);
  }
  80% {
    -webkit-transform: translateX(17px) translateY(243px);
            transform: translateX(17px) translateY(243px);
  }
}
@-webkit-keyframes float98 {
  40% {
    -webkit-transform: translateX(15px) translateY(-184px);
            transform: translateX(15px) translateY(-184px);
  }
  80% {
    -webkit-transform: translateX(-30px) translateY(-67px);
            transform: translateX(-30px) translateY(-67px);
  }
}
@keyframes float98 {
  40% {
    -webkit-transform: translateX(15px) translateY(-184px);
            transform: translateX(15px) translateY(-184px);
  }
  80% {
    -webkit-transform: translateX(-30px) translateY(-67px);
            transform: translateX(-30px) translateY(-67px);
  }
}
@-webkit-keyframes float99 {
  40% {
    -webkit-transform: translateX(55px) translateY(-193px);
            transform: translateX(55px) translateY(-193px);
  }
  80% {
    -webkit-transform: translateX(80px) translateY(64px);
            transform: translateX(80px) translateY(64px);
  }
}
@keyframes float99 {
  40% {
    -webkit-transform: translateX(55px) translateY(-193px);
            transform: translateX(55px) translateY(-193px);
  }
  80% {
    -webkit-transform: translateX(80px) translateY(64px);
            transform: translateX(80px) translateY(64px);
  }
}
@-webkit-keyframes float100 {
  40% {
    -webkit-transform: translateX(18px) translateY(17px);
            transform: translateX(18px) translateY(17px);
  }
  80% {
    -webkit-transform: translateX(-30px) translateY(85px);
            transform: translateX(-30px) translateY(85px);
  }
}
@keyframes float100 {
  40% {
    -webkit-transform: translateX(18px) translateY(17px);
            transform: translateX(18px) translateY(17px);
  }
  80% {
    -webkit-transform: translateX(-30px) translateY(85px);
            transform: translateX(-30px) translateY(85px);
  }
}
@-webkit-keyframes float101 {
  40% {
    -webkit-transform: translateX(29px) translateY(-127px);
            transform: translateX(29px) translateY(-127px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(164px);
            transform: translateX(38px) translateY(164px);
  }
}
@keyframes float101 {
  40% {
    -webkit-transform: translateX(29px) translateY(-127px);
            transform: translateX(29px) translateY(-127px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(164px);
            transform: translateX(38px) translateY(164px);
  }
}
@-webkit-keyframes float102 {
  40% {
    -webkit-transform: translateX(8px) translateY(59px);
            transform: translateX(8px) translateY(59px);
  }
  80% {
    -webkit-transform: translateX(-40px) translateY(224px);
            transform: translateX(-40px) translateY(224px);
  }
}
@keyframes float102 {
  40% {
    -webkit-transform: translateX(8px) translateY(59px);
            transform: translateX(8px) translateY(59px);
  }
  80% {
    -webkit-transform: translateX(-40px) translateY(224px);
            transform: translateX(-40px) translateY(224px);
  }
}
@-webkit-keyframes float103 {
  40% {
    -webkit-transform: translateX(18px) translateY(7px);
            transform: translateX(18px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(294px);
            transform: translateX(110px) translateY(294px);
  }
}
@keyframes float103 {
  40% {
    -webkit-transform: translateX(18px) translateY(7px);
            transform: translateX(18px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(294px);
            transform: translateX(110px) translateY(294px);
  }
}
@-webkit-keyframes float104 {
  40% {
    -webkit-transform: translateX(74px) translateY(-84px);
            transform: translateX(74px) translateY(-84px);
  }
  80% {
    -webkit-transform: translateX(77px) translateY(-59px);
            transform: translateX(77px) translateY(-59px);
  }
}
@keyframes float104 {
  40% {
    -webkit-transform: translateX(74px) translateY(-84px);
            transform: translateX(74px) translateY(-84px);
  }
  80% {
    -webkit-transform: translateX(77px) translateY(-59px);
            transform: translateX(77px) translateY(-59px);
  }
}
@-webkit-keyframes float105 {
  40% {
    -webkit-transform: translateX(23px) translateY(-245px);
            transform: translateX(23px) translateY(-245px);
  }
  80% {
    -webkit-transform: translateX(-45px) translateY(27px);
            transform: translateX(-45px) translateY(27px);
  }
}
@keyframes float105 {
  40% {
    -webkit-transform: translateX(23px) translateY(-245px);
            transform: translateX(23px) translateY(-245px);
  }
  80% {
    -webkit-transform: translateX(-45px) translateY(27px);
            transform: translateX(-45px) translateY(27px);
  }
}
@-webkit-keyframes float106 {
  40% {
    -webkit-transform: translateX(74px) translateY(97px);
            transform: translateX(74px) translateY(97px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(-43px);
            transform: translateX(38px) translateY(-43px);
  }
}
@keyframes float106 {
  40% {
    -webkit-transform: translateX(74px) translateY(97px);
            transform: translateX(74px) translateY(97px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(-43px);
            transform: translateX(38px) translateY(-43px);
  }
}
@-webkit-keyframes float107 {
  40% {
    -webkit-transform: translateX(19px) translateY(84px);
            transform: translateX(19px) translateY(84px);
  }
  80% {
    -webkit-transform: translateX(130px) translateY(-80px);
            transform: translateX(130px) translateY(-80px);
  }
}
@keyframes float107 {
  40% {
    -webkit-transform: translateX(19px) translateY(84px);
            transform: translateX(19px) translateY(84px);
  }
  80% {
    -webkit-transform: translateX(130px) translateY(-80px);
            transform: translateX(130px) translateY(-80px);
  }
}
@-webkit-keyframes float108 {
  40% {
    -webkit-transform: translateX(79px) translateY(74px);
            transform: translateX(79px) translateY(74px);
  }
  80% {
    -webkit-transform: translateX(80px) translateY(159px);
            transform: translateX(80px) translateY(159px);
  }
}
@keyframes float108 {
  40% {
    -webkit-transform: translateX(79px) translateY(74px);
            transform: translateX(79px) translateY(74px);
  }
  80% {
    -webkit-transform: translateX(80px) translateY(159px);
            transform: translateX(80px) translateY(159px);
  }
}
@-webkit-keyframes float109 {
  40% {
    -webkit-transform: translateX(-12px) translateY(-34px);
            transform: translateX(-12px) translateY(-34px);
  }
  80% {
    -webkit-transform: translateX(15px) translateY(113px);
            transform: translateX(15px) translateY(113px);
  }
}
@keyframes float109 {
  40% {
    -webkit-transform: translateX(-12px) translateY(-34px);
            transform: translateX(-12px) translateY(-34px);
  }
  80% {
    -webkit-transform: translateX(15px) translateY(113px);
            transform: translateX(15px) translateY(113px);
  }
}
@-webkit-keyframes float110 {
  40% {
    -webkit-transform: translateX(58px) translateY(-43px);
            transform: translateX(58px) translateY(-43px);
  }
  80% {
    -webkit-transform: translateX(2px) translateY(-26px);
            transform: translateX(2px) translateY(-26px);
  }
}
@keyframes float110 {
  40% {
    -webkit-transform: translateX(58px) translateY(-43px);
            transform: translateX(58px) translateY(-43px);
  }
  80% {
    -webkit-transform: translateX(2px) translateY(-26px);
            transform: translateX(2px) translateY(-26px);
  }
}
@-webkit-keyframes float111 {
  40% {
    -webkit-transform: translateX(-17px) translateY(-188px);
            transform: translateX(-17px) translateY(-188px);
  }
  80% {
    -webkit-transform: translateX(98px) translateY(-66px);
            transform: translateX(98px) translateY(-66px);
  }
}
@keyframes float111 {
  40% {
    -webkit-transform: translateX(-17px) translateY(-188px);
            transform: translateX(-17px) translateY(-188px);
  }
  80% {
    -webkit-transform: translateX(98px) translateY(-66px);
            transform: translateX(98px) translateY(-66px);
  }
}
@-webkit-keyframes float112 {
  40% {
    -webkit-transform: translateX(69px) translateY(-39px);
            transform: translateX(69px) translateY(-39px);
  }
  80% {
    -webkit-transform: translateX(149px) translateY(237px);
            transform: translateX(149px) translateY(237px);
  }
}
@keyframes float112 {
  40% {
    -webkit-transform: translateX(69px) translateY(-39px);
            transform: translateX(69px) translateY(-39px);
  }
  80% {
    -webkit-transform: translateX(149px) translateY(237px);
            transform: translateX(149px) translateY(237px);
  }
}
@-webkit-keyframes float113 {
  40% {
    -webkit-transform: translateX(-1px) translateY(7px);
            transform: translateX(-1px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(-33px) translateY(200px);
            transform: translateX(-33px) translateY(200px);
  }
}
@keyframes float113 {
  40% {
    -webkit-transform: translateX(-1px) translateY(7px);
            transform: translateX(-1px) translateY(7px);
  }
  80% {
    -webkit-transform: translateX(-33px) translateY(200px);
            transform: translateX(-33px) translateY(200px);
  }
}
@-webkit-keyframes float114 {
  40% {
    -webkit-transform: translateX(50px) translateY(-236px);
            transform: translateX(50px) translateY(-236px);
  }
  80% {
    -webkit-transform: translateX(-29px) translateY(41px);
            transform: translateX(-29px) translateY(41px);
  }
}
@keyframes float114 {
  40% {
    -webkit-transform: translateX(50px) translateY(-236px);
            transform: translateX(50px) translateY(-236px);
  }
  80% {
    -webkit-transform: translateX(-29px) translateY(41px);
            transform: translateX(-29px) translateY(41px);
  }
}
@-webkit-keyframes float115 {
  40% {
    -webkit-transform: translateX(68px) translateY(-16px);
            transform: translateX(68px) translateY(-16px);
  }
  80% {
    -webkit-transform: translateX(40px) translateY(111px);
            transform: translateX(40px) translateY(111px);
  }
}
@keyframes float115 {
  40% {
    -webkit-transform: translateX(68px) translateY(-16px);
            transform: translateX(68px) translateY(-16px);
  }
  80% {
    -webkit-transform: translateX(40px) translateY(111px);
            transform: translateX(40px) translateY(111px);
  }
}
@-webkit-keyframes float116 {
  40% {
    -webkit-transform: translateX(27px) translateY(-276px);
            transform: translateX(27px) translateY(-276px);
  }
  80% {
    -webkit-transform: translateX(122px) translateY(125px);
            transform: translateX(122px) translateY(125px);
  }
}
@keyframes float116 {
  40% {
    -webkit-transform: translateX(27px) translateY(-276px);
            transform: translateX(27px) translateY(-276px);
  }
  80% {
    -webkit-transform: translateX(122px) translateY(125px);
            transform: translateX(122px) translateY(125px);
  }
}
@-webkit-keyframes float117 {
  40% {
    -webkit-transform: translateX(9px) translateY(-176px);
            transform: translateX(9px) translateY(-176px);
  }
  80% {
    -webkit-transform: translateX(-3px) translateY(269px);
            transform: translateX(-3px) translateY(269px);
  }
}
@keyframes float117 {
  40% {
    -webkit-transform: translateX(9px) translateY(-176px);
            transform: translateX(9px) translateY(-176px);
  }
  80% {
    -webkit-transform: translateX(-3px) translateY(269px);
            transform: translateX(-3px) translateY(269px);
  }
}
@-webkit-keyframes float118 {
  40% {
    -webkit-transform: translateX(10px) translateY(-130px);
            transform: translateX(10px) translateY(-130px);
  }
  80% {
    -webkit-transform: translateX(95px) translateY(143px);
            transform: translateX(95px) translateY(143px);
  }
}
@keyframes float118 {
  40% {
    -webkit-transform: translateX(10px) translateY(-130px);
            transform: translateX(10px) translateY(-130px);
  }
  80% {
    -webkit-transform: translateX(95px) translateY(143px);
            transform: translateX(95px) translateY(143px);
  }
}
@-webkit-keyframes float119 {
  40% {
    -webkit-transform: translateX(-11px) translateY(79px);
            transform: translateX(-11px) translateY(79px);
  }
  80% {
    -webkit-transform: translateX(73px) translateY(-89px);
            transform: translateX(73px) translateY(-89px);
  }
}
@keyframes float119 {
  40% {
    -webkit-transform: translateX(-11px) translateY(79px);
            transform: translateX(-11px) translateY(79px);
  }
  80% {
    -webkit-transform: translateX(73px) translateY(-89px);
            transform: translateX(73px) translateY(-89px);
  }
}
@-webkit-keyframes float120 {
  40% {
    -webkit-transform: translateX(42px) translateY(-72px);
            transform: translateX(42px) translateY(-72px);
  }
  80% {
    -webkit-transform: translateX(49px) translateY(259px);
            transform: translateX(49px) translateY(259px);
  }
}
@keyframes float120 {
  40% {
    -webkit-transform: translateX(42px) translateY(-72px);
            transform: translateX(42px) translateY(-72px);
  }
  80% {
    -webkit-transform: translateX(49px) translateY(259px);
            transform: translateX(49px) translateY(259px);
  }
}
@-webkit-keyframes float121 {
  40% {
    -webkit-transform: translateX(64px) translateY(-102px);
            transform: translateX(64px) translateY(-102px);
  }
  80% {
    -webkit-transform: translateX(9px) translateY(278px);
            transform: translateX(9px) translateY(278px);
  }
}
@keyframes float121 {
  40% {
    -webkit-transform: translateX(64px) translateY(-102px);
            transform: translateX(64px) translateY(-102px);
  }
  80% {
    -webkit-transform: translateX(9px) translateY(278px);
            transform: translateX(9px) translateY(278px);
  }
}
@-webkit-keyframes float122 {
  40% {
    -webkit-transform: translateX(30px) translateY(-189px);
            transform: translateX(30px) translateY(-189px);
  }
  80% {
    -webkit-transform: translateX(54px) translateY(281px);
            transform: translateX(54px) translateY(281px);
  }
}
@keyframes float122 {
  40% {
    -webkit-transform: translateX(30px) translateY(-189px);
            transform: translateX(30px) translateY(-189px);
  }
  80% {
    -webkit-transform: translateX(54px) translateY(281px);
            transform: translateX(54px) translateY(281px);
  }
}
@-webkit-keyframes float123 {
  40% {
    -webkit-transform: translateX(1px) translateY(74px);
            transform: translateX(1px) translateY(74px);
  }
  80% {
    -webkit-transform: translateX(-39px) translateY(-80px);
            transform: translateX(-39px) translateY(-80px);
  }
}
@keyframes float123 {
  40% {
    -webkit-transform: translateX(1px) translateY(74px);
            transform: translateX(1px) translateY(74px);
  }
  80% {
    -webkit-transform: translateX(-39px) translateY(-80px);
            transform: translateX(-39px) translateY(-80px);
  }
}
@-webkit-keyframes float124 {
  40% {
    -webkit-transform: translateX(69px) translateY(-222px);
            transform: translateX(69px) translateY(-222px);
  }
  80% {
    -webkit-transform: translateX(34px) translateY(156px);
            transform: translateX(34px) translateY(156px);
  }
}
@keyframes float124 {
  40% {
    -webkit-transform: translateX(69px) translateY(-222px);
            transform: translateX(69px) translateY(-222px);
  }
  80% {
    -webkit-transform: translateX(34px) translateY(156px);
            transform: translateX(34px) translateY(156px);
  }
}
@-webkit-keyframes float125 {
  40% {
    -webkit-transform: translateX(16px) translateY(-66px);
            transform: translateX(16px) translateY(-66px);
  }
  80% {
    -webkit-transform: translateX(117px) translateY(160px);
            transform: translateX(117px) translateY(160px);
  }
}
@keyframes float125 {
  40% {
    -webkit-transform: translateX(16px) translateY(-66px);
            transform: translateX(16px) translateY(-66px);
  }
  80% {
    -webkit-transform: translateX(117px) translateY(160px);
            transform: translateX(117px) translateY(160px);
  }
}
@-webkit-keyframes float126 {
  40% {
    -webkit-transform: translateX(33px) translateY(-106px);
            transform: translateX(33px) translateY(-106px);
  }
  80% {
    -webkit-transform: translateX(115px) translateY(253px);
            transform: translateX(115px) translateY(253px);
  }
}
@keyframes float126 {
  40% {
    -webkit-transform: translateX(33px) translateY(-106px);
            transform: translateX(33px) translateY(-106px);
  }
  80% {
    -webkit-transform: translateX(115px) translateY(253px);
            transform: translateX(115px) translateY(253px);
  }
}
@-webkit-keyframes float127 {
  40% {
    -webkit-transform: translateX(38px) translateY(-206px);
            transform: translateX(38px) translateY(-206px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(53px);
            transform: translateX(38px) translateY(53px);
  }
}
@keyframes float127 {
  40% {
    -webkit-transform: translateX(38px) translateY(-206px);
            transform: translateX(38px) translateY(-206px);
  }
  80% {
    -webkit-transform: translateX(38px) translateY(53px);
            transform: translateX(38px) translateY(53px);
  }
}
@-webkit-keyframes float128 {
  40% {
    -webkit-transform: translateX(64px) translateY(-77px);
            transform: translateX(64px) translateY(-77px);
  }
  80% {
    -webkit-transform: translateX(4px) translateY(265px);
            transform: translateX(4px) translateY(265px);
  }
}
@keyframes float128 {
  40% {
    -webkit-transform: translateX(64px) translateY(-77px);
            transform: translateX(64px) translateY(-77px);
  }
  80% {
    -webkit-transform: translateX(4px) translateY(265px);
            transform: translateX(4px) translateY(265px);
  }
}
@-webkit-keyframes float129 {
  40% {
    -webkit-transform: translateX(28px) translateY(-100px);
            transform: translateX(28px) translateY(-100px);
  }
  80% {
    -webkit-transform: translateX(147px) translateY(-81px);
            transform: translateX(147px) translateY(-81px);
  }
}
@keyframes float129 {
  40% {
    -webkit-transform: translateX(28px) translateY(-100px);
            transform: translateX(28px) translateY(-100px);
  }
  80% {
    -webkit-transform: translateX(147px) translateY(-81px);
            transform: translateX(147px) translateY(-81px);
  }
}
@-webkit-keyframes float130 {
  40% {
    -webkit-transform: translateX(32px) translateY(-92px);
            transform: translateX(32px) translateY(-92px);
  }
  80% {
    -webkit-transform: translateX(-41px) translateY(175px);
            transform: translateX(-41px) translateY(175px);
  }
}
@keyframes float130 {
  40% {
    -webkit-transform: translateX(32px) translateY(-92px);
            transform: translateX(32px) translateY(-92px);
  }
  80% {
    -webkit-transform: translateX(-41px) translateY(175px);
            transform: translateX(-41px) translateY(175px);
  }
}
@-webkit-keyframes float131 {
  40% {
    -webkit-transform: translateX(-15px) translateY(-206px);
            transform: translateX(-15px) translateY(-206px);
  }
  80% {
    -webkit-transform: translateX(-18px) translateY(66px);
            transform: translateX(-18px) translateY(66px);
  }
}
@keyframes float131 {
  40% {
    -webkit-transform: translateX(-15px) translateY(-206px);
            transform: translateX(-15px) translateY(-206px);
  }
  80% {
    -webkit-transform: translateX(-18px) translateY(66px);
            transform: translateX(-18px) translateY(66px);
  }
}
@-webkit-keyframes float132 {
  40% {
    -webkit-transform: translateX(8px) translateY(85px);
            transform: translateX(8px) translateY(85px);
  }
  80% {
    -webkit-transform: translateX(59px) translateY(136px);
            transform: translateX(59px) translateY(136px);
  }
}
@keyframes float132 {
  40% {
    -webkit-transform: translateX(8px) translateY(85px);
            transform: translateX(8px) translateY(85px);
  }
  80% {
    -webkit-transform: translateX(59px) translateY(136px);
            transform: translateX(59px) translateY(136px);
  }
}
@-webkit-keyframes float133 {
  40% {
    -webkit-transform: translateX(76px) translateY(-244px);
            transform: translateX(76px) translateY(-244px);
  }
  80% {
    -webkit-transform: translateX(14px) translateY(225px);
            transform: translateX(14px) translateY(225px);
  }
}
@keyframes float133 {
  40% {
    -webkit-transform: translateX(76px) translateY(-244px);
            transform: translateX(76px) translateY(-244px);
  }
  80% {
    -webkit-transform: translateX(14px) translateY(225px);
            transform: translateX(14px) translateY(225px);
  }
}
@-webkit-keyframes float134 {
  40% {
    -webkit-transform: translateX(17px) translateY(16px);
            transform: translateX(17px) translateY(16px);
  }
  80% {
    -webkit-transform: translateX(32px) translateY(70px);
            transform: translateX(32px) translateY(70px);
  }
}
@keyframes float134 {
  40% {
    -webkit-transform: translateX(17px) translateY(16px);
            transform: translateX(17px) translateY(16px);
  }
  80% {
    -webkit-transform: translateX(32px) translateY(70px);
            transform: translateX(32px) translateY(70px);
  }
}
@-webkit-keyframes float135 {
  40% {
    -webkit-transform: translateX(-11px) translateY(-246px);
            transform: translateX(-11px) translateY(-246px);
  }
  80% {
    -webkit-transform: translateX(101px) translateY(-66px);
            transform: translateX(101px) translateY(-66px);
  }
}
@keyframes float135 {
  40% {
    -webkit-transform: translateX(-11px) translateY(-246px);
            transform: translateX(-11px) translateY(-246px);
  }
  80% {
    -webkit-transform: translateX(101px) translateY(-66px);
            transform: translateX(101px) translateY(-66px);
  }
}
@-webkit-keyframes float136 {
  40% {
    -webkit-transform: translateX(-14px) translateY(-87px);
            transform: translateX(-14px) translateY(-87px);
  }
  80% {
    -webkit-transform: translateX(121px) translateY(14px);
            transform: translateX(121px) translateY(14px);
  }
}
@keyframes float136 {
  40% {
    -webkit-transform: translateX(-14px) translateY(-87px);
            transform: translateX(-14px) translateY(-87px);
  }
  80% {
    -webkit-transform: translateX(121px) translateY(14px);
            transform: translateX(121px) translateY(14px);
  }
}
@-webkit-keyframes float137 {
  40% {
    -webkit-transform: translateX(-6px) translateY(-241px);
            transform: translateX(-6px) translateY(-241px);
  }
  80% {
    -webkit-transform: translateX(26px) translateY(-8px);
            transform: translateX(26px) translateY(-8px);
  }
}
@keyframes float137 {
  40% {
    -webkit-transform: translateX(-6px) translateY(-241px);
            transform: translateX(-6px) translateY(-241px);
  }
  80% {
    -webkit-transform: translateX(26px) translateY(-8px);
            transform: translateX(26px) translateY(-8px);
  }
}
@-webkit-keyframes float138 {
  40% {
    -webkit-transform: translateX(21px) translateY(-261px);
            transform: translateX(21px) translateY(-261px);
  }
  80% {
    -webkit-transform: translateX(61px) translateY(44px);
            transform: translateX(61px) translateY(44px);
  }
}
@keyframes float138 {
  40% {
    -webkit-transform: translateX(21px) translateY(-261px);
            transform: translateX(21px) translateY(-261px);
  }
  80% {
    -webkit-transform: translateX(61px) translateY(44px);
            transform: translateX(61px) translateY(44px);
  }
}
@-webkit-keyframes float139 {
  40% {
    -webkit-transform: translateX(27px) translateY(-9px);
            transform: translateX(27px) translateY(-9px);
  }
  80% {
    -webkit-transform: translateX(141px) translateY(96px);
            transform: translateX(141px) translateY(96px);
  }
}
@keyframes float139 {
  40% {
    -webkit-transform: translateX(27px) translateY(-9px);
            transform: translateX(27px) translateY(-9px);
  }
  80% {
    -webkit-transform: translateX(141px) translateY(96px);
            transform: translateX(141px) translateY(96px);
  }
}
@-webkit-keyframes float140 {
  40% {
    -webkit-transform: translateX(76px) translateY(15px);
            transform: translateX(76px) translateY(15px);
  }
  80% {
    -webkit-transform: translateX(45px) translateY(298px);
            transform: translateX(45px) translateY(298px);
  }
}
@keyframes float140 {
  40% {
    -webkit-transform: translateX(76px) translateY(15px);
            transform: translateX(76px) translateY(15px);
  }
  80% {
    -webkit-transform: translateX(45px) translateY(298px);
            transform: translateX(45px) translateY(298px);
  }
}
@-webkit-keyframes float141 {
  40% {
    -webkit-transform: translateX(40px) translateY(79px);
            transform: translateX(40px) translateY(79px);
  }
  80% {
    -webkit-transform: translateX(136px) translateY(136px);
            transform: translateX(136px) translateY(136px);
  }
}
@keyframes float141 {
  40% {
    -webkit-transform: translateX(40px) translateY(79px);
            transform: translateX(40px) translateY(79px);
  }
  80% {
    -webkit-transform: translateX(136px) translateY(136px);
            transform: translateX(136px) translateY(136px);
  }
}
@-webkit-keyframes float142 {
  40% {
    -webkit-transform: translateX(-18px) translateY(-56px);
            transform: translateX(-18px) translateY(-56px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(-34px);
            transform: translateX(110px) translateY(-34px);
  }
}
@keyframes float142 {
  40% {
    -webkit-transform: translateX(-18px) translateY(-56px);
            transform: translateX(-18px) translateY(-56px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(-34px);
            transform: translateX(110px) translateY(-34px);
  }
}
@-webkit-keyframes float143 {
  40% {
    -webkit-transform: translateX(28px) translateY(-216px);
            transform: translateX(28px) translateY(-216px);
  }
  80% {
    -webkit-transform: translateX(120px) translateY(69px);
            transform: translateX(120px) translateY(69px);
  }
}
@keyframes float143 {
  40% {
    -webkit-transform: translateX(28px) translateY(-216px);
            transform: translateX(28px) translateY(-216px);
  }
  80% {
    -webkit-transform: translateX(120px) translateY(69px);
            transform: translateX(120px) translateY(69px);
  }
}
@-webkit-keyframes float144 {
  40% {
    -webkit-transform: translateX(27px) translateY(77px);
            transform: translateX(27px) translateY(77px);
  }
  80% {
    -webkit-transform: translateX(-9px) translateY(106px);
            transform: translateX(-9px) translateY(106px);
  }
}
@keyframes float144 {
  40% {
    -webkit-transform: translateX(27px) translateY(77px);
            transform: translateX(27px) translateY(77px);
  }
  80% {
    -webkit-transform: translateX(-9px) translateY(106px);
            transform: translateX(-9px) translateY(106px);
  }
}
@-webkit-keyframes float145 {
  40% {
    -webkit-transform: translateX(14px) translateY(-282px);
            transform: translateX(14px) translateY(-282px);
  }
  80% {
    -webkit-transform: translateX(-23px) translateY(270px);
            transform: translateX(-23px) translateY(270px);
  }
}
@keyframes float145 {
  40% {
    -webkit-transform: translateX(14px) translateY(-282px);
            transform: translateX(14px) translateY(-282px);
  }
  80% {
    -webkit-transform: translateX(-23px) translateY(270px);
            transform: translateX(-23px) translateY(270px);
  }
}
@-webkit-keyframes float146 {
  40% {
    -webkit-transform: translateX(-12px) translateY(-39px);
            transform: translateX(-12px) translateY(-39px);
  }
  80% {
    -webkit-transform: translateX(-43px) translateY(138px);
            transform: translateX(-43px) translateY(138px);
  }
}
@keyframes float146 {
  40% {
    -webkit-transform: translateX(-12px) translateY(-39px);
            transform: translateX(-12px) translateY(-39px);
  }
  80% {
    -webkit-transform: translateX(-43px) translateY(138px);
            transform: translateX(-43px) translateY(138px);
  }
}
@-webkit-keyframes float147 {
  40% {
    -webkit-transform: translateX(-13px) translateY(-65px);
            transform: translateX(-13px) translateY(-65px);
  }
  80% {
    -webkit-transform: translateX(98px) translateY(-41px);
            transform: translateX(98px) translateY(-41px);
  }
}
@keyframes float147 {
  40% {
    -webkit-transform: translateX(-13px) translateY(-65px);
            transform: translateX(-13px) translateY(-65px);
  }
  80% {
    -webkit-transform: translateX(98px) translateY(-41px);
            transform: translateX(98px) translateY(-41px);
  }
}
@-webkit-keyframes float148 {
  40% {
    -webkit-transform: translateX(39px) translateY(-60px);
            transform: translateX(39px) translateY(-60px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(97px);
            transform: translateX(110px) translateY(97px);
  }
}
@keyframes float148 {
  40% {
    -webkit-transform: translateX(39px) translateY(-60px);
            transform: translateX(39px) translateY(-60px);
  }
  80% {
    -webkit-transform: translateX(110px) translateY(97px);
            transform: translateX(110px) translateY(97px);
  }
}
@-webkit-keyframes float149 {
  40% {
    -webkit-transform: translateX(38px) translateY(-63px);
            transform: translateX(38px) translateY(-63px);
  }
  80% {
    -webkit-transform: translateX(-9px) translateY(15px);
            transform: translateX(-9px) translateY(15px);
  }
}
@keyframes float149 {
  40% {
    -webkit-transform: translateX(38px) translateY(-63px);
            transform: translateX(38px) translateY(-63px);
  }
  80% {
    -webkit-transform: translateX(-9px) translateY(15px);
            transform: translateX(-9px) translateY(15px);
  }
}
@-webkit-keyframes float150 {
  40% {
    -webkit-transform: translateX(9px) translateY(28px);
            transform: translateX(9px) translateY(28px);
  }
  80% {
    -webkit-transform: translateX(7px) translateY(210px);
            transform: translateX(7px) translateY(210px);
  }
}
@keyframes float150 {
  40% {
    -webkit-transform: translateX(9px) translateY(28px);
            transform: translateX(9px) translateY(28px);
  }
  80% {
    -webkit-transform: translateX(7px) translateY(210px);
            transform: translateX(7px) translateY(210px);
  }
}
.colorizer1, .colorizer2, .colorizer3, .colorizer4 {
  position: absolute;
  width: 300px;
  height: 300px;
  -webkit-filter: blur(130px);
          filter: blur(130px);
}

.colorizer1 {
  border-radius: 50%;
  background: linear-gradient(135deg, #A191AE, #dbdce0);
}

.colorizer2 {
  top: 20%;
  left: 70%;
  background: #63568C;
}

.colorizer3 {
  top: 80%;
  left: -15%;
  background: #2D0D34;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  border-radius: 50%;
}

.colorizer4 {
  top: 20%;
  left: 35%;
  width: 100px;
  height: 100px;
  background: #bbdebc;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  border-radius: 50%;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.login-form {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  border: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  -webkit-box-shadow: 0 25px 50px rgba(255, 255, 255, 0.1);
          box-shadow: 0 25px 50px rgba(255, 255, 255, 0.1);
  padding: 25px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login-form h2 {
  color: var(--color-darkblue);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.input-box input {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: var(--color-text);
  font-size: 16px;
  margin-bottom: 15px;
  padding: 12px 18px;
  outline: none;
  width: 100%;
}

.login-form .input-box ::-webkit-input-placeholder {
  color: var(--color-text);
}

.login-form .input-box ::-moz-placeholder {
  color: var(--color-text);
}

.login-form .input-box :-ms-input-placeholder {
  color: var(--color-text);
}

.login-form .input-box ::-ms-input-placeholder {
  color: var(--color-text);
}

.login-form .input-box ::placeholder {
  color: var(--color-text);
}

.input-box .login-btn {
  background: var(--color-darkblue);
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.input-box .login-btn:hover {
  background: #b7544c;
}

.content.animated-in .header-fixed {
  -webkit-animation: fadeInBottom 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeInBottom 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.content.animated-in .side-menu {
  -webkit-animation: fadeInRight 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeInRight 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main-content.content-home {
  height: calc(100vh - 73px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1em;
}
.main-content.content-home .logo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  position: relative;
  z-index: 5;
}
.main-content.content-home .logo-home img {
  width: 70px;
  margin: 0 auto;
}
.main-content.content-home .home-card-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 1.5em;
  padding: 20px;
}
.main-content.content-home .home-card-wrapper .home-card {
  width: calc(50% - 7px);
  height: 19vh;
  padding: 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  text-align: center;
}
.main-content.content-home .home-card-wrapper .home-card .card-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .home-card-wrapper .home-card .card-icon svg {
  width: 24px;
}
.main-content.content-home .home-card-wrapper .home-card .card-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  max-width: 120px;
}
.main-content.content-home .home-card-wrapper .home-card .card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-content.content-home .home-card-wrapper .home-card .card-image svg {
  width: 50px;
}
.main-content.content-home .home-card-wrapper .home-card:first-child {
  background-color: var(--color-lightorange);
}
.main-content.content-home .home-card-wrapper .home-card:first-child .card-icon svg path, .main-content.content-home .home-card-wrapper .home-card:first-child .card-icon svg polygon, .main-content.content-home .home-card-wrapper .home-card:first-child .card-icon svg rect, .main-content.content-home .home-card-wrapper .home-card:first-child .card-icon svg ellipse {
  fill: var(--color-orange);
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(2) {
  background-color: var(--color-lightgreen);
  height: 24vh;
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(2) .card-icon svg path, .main-content.content-home .home-card-wrapper .home-card:nth-child(2) .card-icon svg polygon, .main-content.content-home .home-card-wrapper .home-card:nth-child(2) .card-icon svg rect {
  fill: var(--color-green);
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(3) {
  background-color: var(--color-lightpurple);
  height: 24vh;
  margin-top: -5vh;
  position: relative;
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(3) .card-icon svg path, .main-content.content-home .home-card-wrapper .home-card:nth-child(3) .card-icon svg polygon, .main-content.content-home .home-card-wrapper .home-card:nth-child(3) .card-icon svg rect {
  fill: var(--color-purple);
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(3) .card-image svg {
  width: 60px;
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(3) .check-card {
  position: absolute;
  width: 20px;
  bottom: 32px;
  right: 35px;
  z-index: 5;
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(4) {
  background-color: var(--color-lightgray);
}
.main-content.content-home .home-card-wrapper .home-card:nth-child(4) .card-icon svg path, .main-content.content-home .home-card-wrapper .home-card:nth-child(4) .card-icon svg polygon, .main-content.content-home .home-card-wrapper .home-card:nth-child(4) .card-icon svg rect {
  fill: var(--color-gray);
}
.main-content.content-home .bottom-home {
  position: relative;
  padding: 0 30px;
  margin-bottom: 3em;
}
.main-content.content-home .bottom-home h1 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px;
}
.main-content.content-home .bottom-home p {
  color: var(--color-gray);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
.main-content.content-home .bottom-home .btn-home-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .bottom-home .btn-home-wrapper .btnVimms {
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-bottom: 7px;
  padding: 10px 20px;
}
.main-content.content-home .bottom-home .btn-home-wrapper .btnVimms:last-child {
  width: calc(100% - 15px);
  margin-bottom: 0;
}
.main-content.content-home .bottom-home .scene {
  position: absolute;
  top: 30%;
  left: 55%;
  width: 180px;
  height: 180px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: morph 15s ease-in-out infinite;
          animation: morph 15s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.main-content.content-home .upper-container-clockin {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 247, 249)), color-stop(35%, rgb(233, 235, 239)), to(rgb(226, 228, 232)));
  background: linear-gradient(180deg, rgb(246, 247, 249) 0%, rgb(233, 235, 239) 35%, rgb(226, 228, 232) 100%);
  padding: 20px;
}
.main-content.content-home .upper-container-clockin .upper-wrapper {
  padding: 20px 0;
}
.main-content.content-home .upper-container-clockin .upper-wrapper .left-upper .semibold {
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .upper-container-clockin .upper-wrapper .left-upper .semibold div:last-child {
  font-size: 15px;
  margin-top: -2px;
  -webkit-animation-name: wave-animation;
          animation-name: wave-animation;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 70% 70%;
      -ms-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
}
@-webkit-keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  30% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  40% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  30% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  40% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper {
  width: 150px;
  height: 150px;
  position: absolute;
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper > div {
  background-color: #FFF;
  position: absolute;
  border-radius: 50px;
}
@-webkit-keyframes bubbleOne {
  0% {
    bottom: 0;
    left: 15px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 30%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
@keyframes bubbleOne {
  0% {
    bottom: 0;
    left: 15px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 30%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-1 {
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 15px;
  -webkit-animation: bubbleOne 4s linear infinite;
          animation: bubbleOne 4s linear infinite;
}
@-webkit-keyframes bubbleTwo {
  0% {
    bottom: 10px;
    left: 25px;
    opacity: 0;
  }
  50% {
    bottom: 40%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 90%;
    opacity: 0;
  }
}
@keyframes bubbleTwo {
  0% {
    bottom: 10px;
    left: 25px;
    opacity: 0;
  }
  50% {
    bottom: 40%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 90%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-2 {
  width: 12px;
  height: 12px;
  bottom: 10px;
  left: 25px;
  -webkit-animation: bubbleTwo 2s linear infinite;
          animation: bubbleTwo 2s linear infinite;
}
@-webkit-keyframes bubbleThree {
  0% {
    bottom: 30px;
    left: 5px;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    left: 50%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 90%;
    opacity: 0;
  }
}
@keyframes bubbleThree {
  0% {
    bottom: 30px;
    left: 5px;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    left: 50%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 90%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-3 {
  width: 8px;
  height: 8px;
  bottom: 30px;
  left: 5px;
  -webkit-animation: bubbleThree 3.5s linear infinite;
          animation: bubbleThree 3.5s linear infinite;
}
@-webkit-keyframes bubbleFour {
  0% {
    bottom: 40px;
    left: 35px;
    opacity: 0;
  }
  50% {
    bottom: 60%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
@keyframes bubbleFour {
  0% {
    bottom: 40px;
    left: 35px;
    opacity: 0;
  }
  50% {
    bottom: 60%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-4 {
  width: 8px;
  height: 8px;
  bottom: 40px;
  left: 35px;
  -webkit-animation: bubbleFour 2s linear infinite;
          animation: bubbleFour 2s linear infinite;
}
@-webkit-keyframes bubbleFive {
  0% {
    bottom: 45px;
    left: 40px;
    opacity: 0;
  }
  50% {
    bottom: 40%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 90%;
    opacity: 0;
  }
}
@keyframes bubbleFive {
  0% {
    bottom: 45px;
    left: 40px;
    opacity: 0;
  }
  50% {
    bottom: 40%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 90%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-5 {
  width: 12px;
  height: 12px;
  bottom: 45px;
  left: 40px;
  -webkit-animation: bubbleFive 3s linear infinite;
          animation: bubbleFive 3s linear infinite;
}
@-webkit-keyframes bubbleSix {
  0% {
    bottom: 50px;
    left: 60px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 80%;
    left: 50%;
    opacity: 0;
  }
}
@keyframes bubbleSix {
  0% {
    bottom: 50px;
    left: 60px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 80%;
    left: 50%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-6 {
  width: 15px;
  height: 15px;
  bottom: 50px;
  left: 60px;
  -webkit-animation: bubbleSix 4s linear infinite;
          animation: bubbleSix 4s linear infinite;
}
@-webkit-keyframes bubbleSeven {
  0% {
    bottom: 70px;
    left: 70px;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 60%;
    opacity: 0;
  }
}
@keyframes bubbleSeven {
  0% {
    bottom: 70px;
    left: 70px;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 60%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-7 {
  width: 15px;
  height: 15px;
  bottom: 70px;
  left: 70px;
  -webkit-animation: bubbleSeven 2s linear infinite;
          animation: bubbleSeven 2s linear infinite;
}
@-webkit-keyframes bubbleEight {
  0% {
    bottom: 30px;
    left: 60px;
    opacity: 0;
  }
  50% {
    bottom: 60%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 98%;
    opacity: 0;
  }
}
@keyframes bubbleEight {
  0% {
    bottom: 30px;
    left: 60px;
    opacity: 0;
  }
  50% {
    bottom: 60%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 98%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-8 {
  width: 8px;
  height: 8px;
  bottom: 30px;
  left: 60px;
  -webkit-animation: bubbleEight 3.5s linear infinite;
          animation: bubbleEight 3.5s linear infinite;
}
@-webkit-keyframes bubbleNine {
  0% {
    bottom: 30px;
    left: 30px;
    opacity: 0;
  }
  50% {
    bottom: 45%;
    left: 50%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 100%;
    opacity: 0;
  }
}
@keyframes bubbleNine {
  0% {
    bottom: 30px;
    left: 30px;
    opacity: 0;
  }
  50% {
    bottom: 45%;
    left: 50%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 100%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-9 {
  width: 5px;
  height: 5px;
  bottom: 30px;
  left: 30px;
  -webkit-animation: bubbleNine 4s linear infinite;
          animation: bubbleNine 4s linear infinite;
}
@-webkit-keyframes bubbleTen {
  0% {
    bottom: 50px;
    left: 30px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
@keyframes bubbleTen {
  0% {
    bottom: 50px;
    left: 30px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .bubble-wrapper .bubble-10 {
  width: 8px;
  height: 8px;
  bottom: 50px;
  left: 30px;
  -webkit-animation: bubbleTen 3s linear infinite;
          animation: bubbleTen 3s linear infinite;
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .user-image-wrapper {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main-content.content-home .upper-container-clockin .upper-wrapper .right-upper .user-image-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper {
  padding: 0 15px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .bordered-box {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5607843137);
  padding: 15px;
  border: 2px solid #fff;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .left-clockin {
  width: calc(100% - 80px);
  padding-left: 5px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .left-clockin .clockin-shift {
  color: var(--color-text);
  font-weight: 600;
  margin-bottom: 10px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .left-clockin .gray {
  color: var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .left-clockin .gray .left-gray {
  width: 70px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .left-clockin .gray .mid-gray {
  width: 10px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .left-clockin .gray:first-child {
  margin-bottom: 5px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .right-clockin {
  width: 70px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .right-clockin .button-clockin-top {
  width: 70px;
  height: 70px;
  background-color: var(--color-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 12px;
  border-radius: 25%;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .right-clockin .button-clockin-top svg {
  width: 32px;
}
.main-content.content-home .upper-container-clockin .clockin-wrapper .clockin-wrapper-flex .right-clockin .button-clockin-top svg path {
  stroke: #fff;
  fill: none;
}
.main-content.content-home .upper-container-banner {
  width: 100%;
  height: 145px;
  position: relative;
  overflow: hidden;
}
.main-content.content-home .upper-container-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content.content-home .btn-upper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: var(--color-darkblue);
}
.main-content.content-home .btn-upper-container svg {
  width: 24px;
}
.main-content.content-home .btn-upper-container svg path {
  stroke: #fff !important;
}
.main-content.content-home .bottom-container-clockin {
  padding: 0 20px;
  margin: 30px 0 45px;
  position: relative;
}
.main-content.content-home .bottom-container-clockin:last-child {
  margin-bottom: 20px;
}
.main-content.content-home .bottom-container-clockin:last-child:after {
  height: 0;
}
.main-content.content-home .bottom-container-clockin .event-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-content.content-home .bottom-container-clockin .event-date {
  font-size: 12px;
  margin-bottom: 2em;
}
.main-content.content-home .bottom-container-clockin .banner-container {
  width: 100%;
  height: 125px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.main-content.content-home .bottom-container-clockin .banner-container img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content.content-home .bottom-container-clockin .bottom-p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 18px;
}
.main-content.content-home .bottom-container-clockin .button-event {
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-green);
  font-size: 14px;
  display: inline-block;
  margin: 20px 0 10px;
  border-radius: 10px;
}
.main-content.content-home .bottom-container-clockin .separator {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #dfd5d5;
  margin: 30px 0;
}
.main-content.content-home .bottom-container-clockin .separator .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .bottom-container-clockin .button-text {
  font-size: 16px;
  margin: 40px 0;
  color: var(--color-orange);
  font-weight: 600;
  text-decoration: underline;
}
.main-content.content-home .bottom-container-clockin .bottom-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.main-content.content-home .bottom-container-clockin .bottom-caption .semibold {
  font-size: 16px;
}
.main-content.content-home .bottom-container-clockin .bottom-caption .see-all {
  font-size: 13px;
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-caption svg {
  width: 24px;
}
.main-content.content-home .bottom-container-clockin .bottom-caption svg path {
  stroke: var(--color-darkblue);
}
.main-content.content-home .bottom-container-clockin .bottom-caption .inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .bottom-container-clockin .bottom-caption .inline-flex i {
  font-size: 18px;
}
.main-content.content-home .bottom-container-clockin .bottom-caption .gray.link-to {
  background-color: var(--color-green);
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 300;
}
.main-content.content-home .bottom-container-clockin .inline-search-filter {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.main-content.content-home .bottom-container-clockin .inline-search-filter .form-search-member {
  width: calc(100% - 40px);
  margin-bottom: 0;
}
.main-content.content-home .bottom-container-clockin .inline-search-filter svg {
  width: 24px;
}
.main-content.content-home .bottom-container-clockin .inline-search-filter svg path {
  stroke: var(--color-darkblue);
}
.main-content.content-home .bottom-container-clockin .form-search-member {
  position: relative;
  margin-bottom: 40px;
}
.main-content.content-home .bottom-container-clockin .form-search-member .form-control {
  height: 48px !important;
}
.main-content.content-home .bottom-container-clockin .form-search-member i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  color: var(--color-gray);
}
.main-content.content-home .bottom-container-clockin .bottom-middle {
  color: var(--color-gray);
  margin-bottom: 15px;
  font-style: italic;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper {
  margin-bottom: 20px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon svg {
  width: 70%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-clockin {
  background-color: var(--color-lightgreen);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-clockin svg path {
  fill: var(--color-green);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-event {
  background-color: var(--color-lightblue);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-event svg path {
  fill: #0ea9a3;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-clockout {
  background-color: var(--color-lightpink);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-clockout svg path {
  fill: var(--color-pink);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-sick {
  background-color: var(--color-lightpurple);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-sick svg path {
  fill: var(--color-purple);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-married, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-child {
  background-color: var(--color-lightpink);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-married svg path, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-child svg path {
  fill: var(--color-pink);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-birth {
  background-color: var(--color-lightgreen);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-birth svg path {
  fill: var(--color-green);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-holiday, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-other {
  background-color: var(--color-lightorange);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-holiday svg path, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-holiday svg polygon, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-holiday svg circle, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-other svg path, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-other svg polygon, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-other svg circle {
  fill: var(--color-orange);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-sorrow {
  background-color: var(--color-lightgray);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-sorrow svg path {
  fill: var(--color-gray);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-overtime {
  background-color: var(--color-lightblue);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-icon.icon-overtime svg path {
  stroke: var(--color-blue);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-date-custom {
  color: var(--color-orange);
  border: 1px solid var(--color-lightorange);
  background-color: var(--color-lightorange);
  padding: 6px 10px;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 15px;
  display: inline-block;
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-date {
  font-size: 12px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-date.fz13 {
  font-size: 13px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-date .separator {
  margin: 0 5px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  border-color: rgba(125, 125, 125, 0.2);
  padding: 8px 12px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-detail-flex .left-detail {
  width: 80px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-detail-flex .mid-detail {
  width: 40px;
  text-align: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-detail-flex .right-detail {
  width: calc(100% - 80px);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-detail-flex.first {
  border-top: 1px solid rgba(125, 125, 125, 0.2);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .left-bottom .bottom-detail-flex:nth-child(even) {
  background-color: var(--color-lightpurple);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom {
  text-align: right;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-time {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .gray {
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .gray:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 4px;
  background-color: var(--color-gray);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .approved, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .pending, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .rejected, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .green, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .pink, .main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .orange {
  margin-top: -1px;
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .approved {
  color: var(--color-green);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .pending {
  color: var(--color-orange);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .rejected {
  color: var(--color-red);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .semibold {
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-item .right-bottom .right-bottom-desc .clockin-event {
  background-color: #0ea9a3;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li {
  list-style-type: none;
  padding: 15px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li:nth-child(odd) {
  background: rgba(221, 221, 221, 0.2196078431);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li:nth-child(even) {
  padding-top: 25px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list .left-member {
  width: 50%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list .left-member .member-desc {
  background-color: var(--color-lightorange);
  font-size: 14px;
  display: inline-block;
  padding: 10px 16px;
  color: var(--color-orange);
  border-radius: 15px;
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list .right-member {
  width: 50%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list .right-member .member-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1em;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list .right-member .member-btn-wrapper .btn-member {
  padding: 6px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-list .right-member .member-btn-wrapper .btn-member.btn-view {
  background-color: var(--color-green);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-desc .member-content-column {
  width: 50%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-desc .member-content-column .member-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-desc .member-content-column .member-id {
  font-size: 12px;
  margin-bottom: 1em;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-desc .member-content-column .label-member {
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-content-desc .member-content-column .member-date span {
  font-weight: 600;
  margin-left: 5px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-face-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: -10px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-face-wrapper .image-face {
  width: 50px;
  height: 50px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-face-wrapper .image-face img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper ul li .member-face-wrapper .label-member {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .right-bottom-desc .semibold {
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-icon-wrapper {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-icon-wrapper svg {
  width: 48px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-icon-wrapper svg.icon-clockin path {
  fill: var(--color-green);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-icon-wrapper svg.icon-event path {
  fill: #0ea9a3;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-icon-wrapper svg.icon-leave path {
  fill: var(--color-orange);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-icon-wrapper svg.icon-overtime path {
  fill: none;
  stroke: var(--color-blue);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column {
  width: 50%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.w100 {
  width: 100%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column .bottom-name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column .bottom-id {
  font-size: 13px;
  margin-bottom: 1em;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column .label-bottom {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column .bottom-date span {
  font-weight: 600;
  margin-left: 5px;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full {
  width: 100%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full .ss-wrapper {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full .ss-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full .inline-flex {
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full .inline-flex .btn-column {
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: underline;
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full .inline-flex .btn-column.btn-view {
  color: var(--color-green);
}
.main-content.content-home .bottom-container-clockin .bottom-list-wrapper .bottom-list-content .bottom-content-column.column-full .inline-flex .btn-column.btn-download {
  color: var(--color-blue);
}
.main-content.content-home .bottom-container-clockin .bottom-bordered-box {
  border: 2px solid #fff;
  background-color: #F4F5F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 25px 5px;
  position: relative;
  border-radius: 20px;
}
.main-content.content-home .bottom-container-clockin .bottom-bordered-box .bottom-bordered-caption {
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 25px;
}
.main-content.content-home .bottom-container-clockin .bottom-bordered-box .bottom-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(32% - 5px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  color: var(--color-darkblue);
  gap: 5px;
  margin-bottom: 25px;
}
.main-content.content-home .bottom-container-clockin .bottom-bordered-box .bottom-menu-list svg {
  width: 32px;
  height: 32px;
}
.main-content.content-home .bottom-container-clockin .bottom-bordered-box .bottom-menu-list svg path {
  stroke: var(--color-darkblue);
}
.main-content.content-home .bottom-container-clockin .bottom-bordered-box .bottom-menu-list svg path.st1 {
  fill: var(--color-darkblue);
}
.main-content.content-home .bottom-container-clockin .location-wrapper {
  position: relative;
}
.main-content.content-home .bottom-container-clockin .location-wrapper .location-list {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.main-content.content-home .bottom-container-clockin .location-wrapper .location-list .location-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.main-content.content-home .bottom-container-clockin .location-wrapper .location-list .location-desc {
  font-size: 13px;
  color: var(--color-gray);
  font-weight: 400;
  max-width: 75%;
  line-height: 16px;
  margin-bottom: 5px;
}
.main-content.content-home .bottom-container-clockin .location-wrapper .location-list .button-pick-location-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-content.content-home .bottom-container-clockin .location-wrapper .location-list .button-pick-location-wrapper .button-pick-location {
  width: 100%;
  padding: 6px 10px 7px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  background-color: var(--color-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .bottom-container-clockin .location-wrapper .location-list .button-pick-location-wrapper .fa-location {
  display: none;
  color: var(--color-orange);
  font-size: 30px;
  right: 15px;
  top: -10px;
  position: absolute;
}
.main-content.content-home .template-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 104%;
  position: relative;
  left: -2%;
}
.main-content.content-home .template-container .template-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 0;
  max-width: 50%;
  opacity: 1;
  overflow: hidden;
  padding: 7px;
}
.main-content.content-home .template-container .template-item .template-card {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  height: 110px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.main-content.content-home .template-container .template-item .template-card .caption-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}
.main-content.content-home .template-container .template-item .template-card .caption-card .icon-card {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .template-container .template-item .template-card .caption-card .icon-card svg {
  width: 70%;
}
.main-content.content-home .template-container .template-item .template-card .caption-card .icon-card.icon-clockin {
  background-color: var(--color-lightgreen);
}
.main-content.content-home .template-container .template-item .template-card .caption-card .icon-card.icon-clockin svg path {
  fill: var(--color-green);
}
.main-content.content-home .template-container .template-item .template-card .caption-card .icon-card.icon-clockout {
  background-color: var(--color-lightpink);
}
.main-content.content-home .template-container .template-item .template-card .caption-card .icon-card.icon-clockout svg path {
  fill: var(--color-pink);
}
.main-content.content-home .template-container .template-item .template-card .caption-card .caption-title {
  font-size: 14px;
  color: var(--color-gray);
}
.main-content.content-home .template-container .template-item .template-card .clock-time {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 3px;
}
.main-content.content-home .template-container .template-item .template-card .caption-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .template-container .template-item .template-card .caption-desc-wrapper div:first-child {
  font-size: 13px;
}
.main-content.content-home .template-container .template-item .template-card .caption-desc-wrapper div:last-child {
  font-size: 14px;
}
.main-content.content-home .top-utility-wrapper {
  padding: 30px 25px 20px;
  margin-bottom: 50px;
}
.main-content.content-home .top-utility-wrapper.profile-page-top {
  margin-bottom: 0;
}
.main-content.content-home .top-utility-wrapper.profile-page-top .left-utility {
  font-size: 18px;
  font-weight: 700;
}
.main-content.content-home .top-utility-wrapper .left-utility {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.main-content.content-home .top-utility-wrapper .left-utility i {
  color: var(--color-text);
  font-size: 16px;
}
.main-content.content-home .top-utility-wrapper .right-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.main-content.content-home .top-utility-wrapper .right-utility div {
  color: #DE3B25;
  font-size: 15px;
  font-weight: 600;
}
.main-content.content-home .top-utility-wrapper .right-utility svg {
  width: 18px;
}
.main-content.content-home .top-utility-wrapper .right-utility svg path {
  stroke: #DE3B25;
}
.main-content.content-home .bottom-setting-wrapper {
  padding: 0 20px;
}
.main-content.content-home .bottom-setting-wrapper p, .main-content.content-home .bottom-setting-wrapper div {
  line-height: 20px;
}
.main-content.content-home .bottom-setting-wrapper ol, .main-content.content-home .bottom-setting-wrapper ul {
  padding-left: 30px;
  margin-bottom: 40px;
}
.main-content.content-home .bottom-setting-wrapper ol li, .main-content.content-home .bottom-setting-wrapper ul li {
  margin-bottom: 10px;
}
.main-content.content-home .bottom-setting-wrapper ol li .semibold, .main-content.content-home .bottom-setting-wrapper ul li .semibold {
  margin: 15px 0;
}
.main-content.content-home .bottom-setting-wrapper ol li ol li, .main-content.content-home .bottom-setting-wrapper ul li ol li {
  margin-bottom: 10px;
}
.main-content.content-home .bottom-setting-wrapper ol {
  padding-left: 20px;
}
.main-content.content-home .user-profile-wrapper {
  padding: 20px;
  padding-top: 50px;
}
.main-content.content-home .user-profile-wrapper .inner-container {
  border-radius: 4px;
  padding: 25px 15px 10px;
  padding-top: 75px;
  background-color: var(--color-lightgray);
  position: relative;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-image-wrapper {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-content.content-home .user-profile-wrapper .inner-container .user-image-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-image-desc {
  width: calc(100% - 90px);
}
.main-content.content-home .user-profile-wrapper .inner-container .user-name {
  font-size: 22px;
  font-weight: 700;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-detail div {
  color: var(--color-gray);
  font-size: 14px;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-detail div:nth-child(2) {
  padding: 0 20px;
  position: relative;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-detail div:nth-child(2):before, .main-content.content-home .user-profile-wrapper .inner-container .user-detail div:nth-child(2):after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-gray);
  top: 6px;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-detail div:nth-child(2):before {
  left: 8px;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-detail div:nth-child(2):after {
  right: 8px;
}
.main-content.content-home .user-profile-wrapper .inner-container .btnVimms-default {
  width: 70%;
  padding: 8px 16px;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-inner-wrapper {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-inner-flex {
  font-size: 13px;
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.main-content.content-home .user-profile-wrapper .inner-container .user-inner-flex .left-flex {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 12px;
}
.main-content.content-home .user-profile-wrapper.profile-page {
  padding: 10px 20px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFF4F4;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper > div {
  background-color: #FFF;
  position: absolute;
  border-radius: 50px;
}
@keyframes bubbleOne {
  0% {
    bottom: 0;
    left: 15px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 30%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-1 {
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 15px;
  -webkit-animation: bubbleOne 4s linear infinite;
          animation: bubbleOne 4s linear infinite;
}
@keyframes bubbleTwo {
  0% {
    bottom: 10px;
    left: 25px;
    opacity: 0;
  }
  50% {
    bottom: 40%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 90%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-2 {
  width: 12px;
  height: 12px;
  bottom: 10px;
  left: 25px;
  -webkit-animation: bubbleTwo 2s linear infinite;
          animation: bubbleTwo 2s linear infinite;
}
@keyframes bubbleThree {
  0% {
    bottom: 30px;
    left: 5px;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    left: 50%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 90%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-3 {
  width: 8px;
  height: 8px;
  bottom: 30px;
  left: 5px;
  -webkit-animation: bubbleThree 3.5s linear infinite;
          animation: bubbleThree 3.5s linear infinite;
}
@keyframes bubbleFour {
  0% {
    bottom: 40px;
    left: 35px;
    opacity: 0;
  }
  50% {
    bottom: 60%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-4 {
  width: 8px;
  height: 8px;
  bottom: 40px;
  left: 35px;
  -webkit-animation: bubbleFour 2s linear infinite;
          animation: bubbleFour 2s linear infinite;
}
@keyframes bubbleFive {
  0% {
    bottom: 45px;
    left: 40px;
    opacity: 0;
  }
  50% {
    bottom: 40%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 90%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-5 {
  width: 12px;
  height: 12px;
  bottom: 45px;
  left: 40px;
  -webkit-animation: bubbleFive 3s linear infinite;
          animation: bubbleFive 3s linear infinite;
}
@keyframes bubbleSix {
  0% {
    bottom: 50px;
    left: 60px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 80%;
    left: 50%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-6 {
  width: 15px;
  height: 15px;
  bottom: 50px;
  left: 60px;
  -webkit-animation: bubbleSix 4s linear infinite;
          animation: bubbleSix 4s linear infinite;
}
@keyframes bubbleSeven {
  0% {
    bottom: 70px;
    left: 70px;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 60%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-7 {
  width: 15px;
  height: 15px;
  bottom: 70px;
  left: 70px;
  -webkit-animation: bubbleSeven 2s linear infinite;
          animation: bubbleSeven 2s linear infinite;
}
@keyframes bubbleEight {
  0% {
    bottom: 30px;
    left: 60px;
    opacity: 0;
  }
  50% {
    bottom: 60%;
    left: 60%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 98%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-8 {
  width: 8px;
  height: 8px;
  bottom: 30px;
  left: 60px;
  -webkit-animation: bubbleEight 3.5s linear infinite;
          animation: bubbleEight 3.5s linear infinite;
}
@keyframes bubbleNine {
  0% {
    bottom: 30px;
    left: 30px;
    opacity: 0;
  }
  50% {
    bottom: 45%;
    left: 50%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 100%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-9 {
  width: 5px;
  height: 5px;
  bottom: 30px;
  left: 30px;
  -webkit-animation: bubbleNine 4s linear infinite;
          animation: bubbleNine 4s linear infinite;
}
@keyframes bubbleTen {
  0% {
    bottom: 50px;
    left: 30px;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    left: 40%;
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: 80%;
    opacity: 0;
  }
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .bubble-wrapper .bubble-10 {
  width: 8px;
  height: 8px;
  bottom: 50px;
  left: 30px;
  -webkit-animation: bubbleTen 3s linear infinite;
          animation: bubbleTen 3s linear infinite;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-image-wrapper {
  width: 50px;
  height: 50px;
  margin-top: 0;
  border: none;
  z-index: 2;
  position: relative;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-detail div {
  color: var(--color-gray);
  font-size: 13px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-detail div:nth-child(2) {
  padding: 0 20px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-detail div:nth-child(2):before, .main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-detail div:nth-child(2):after {
  top: 5px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-detail div:nth-child(2):before {
  left: 8px;
}
.main-content.content-home .user-profile-wrapper.profile-page .inner-container .user-detail div:nth-child(2):after {
  right: 8px;
}
.main-content.content-home .white-box-row {
  padding: 10px 20px;
}
.main-content.content-home .white-box-row .white-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 16px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 16px -3px rgba(0, 0, 0, 0.15);
}
.main-content.content-home .white-box-row .white-box .box-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}
.main-content.content-home .white-box-row .white-box .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-content.content-home .white-box-row .white-box .box-content .left-content {
  width: 140px;
}
.main-content.content-home .white-box-row .white-box .box-content .left-content .user-photo-captured {
  width: 125px;
  height: 140px;
  overflow: hidden;
}
.main-content.content-home .white-box-row .white-box .box-content .left-content .user-photo-captured img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content.content-home .white-box-row .white-box .box-content .right-content, .main-content.content-home .white-box-row .white-box .box-content .center-content {
  width: calc(100% - 160px);
  padding-top: 10px;
}
.main-content.content-home .white-box-row .white-box .box-content .right-content .content-row, .main-content.content-home .white-box-row .white-box .box-content .center-content .content-row {
  margin-bottom: 15px;
}
.main-content.content-home .white-box-row .white-box .box-content .right-content .content-row .label-content, .main-content.content-home .white-box-row .white-box .box-content .center-content .content-row .label-content {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
}
.main-content.content-home .white-box-row .white-box .box-content .right-content .content-row .content-desc, .main-content.content-home .white-box-row .white-box .box-content .center-content .content-row .content-desc {
  font-size: 14px;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content {
  width: 100%;
  padding-top: 15px;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content {
  padding: 30px 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  position: relative;
  margin-bottom: 35px;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content:last-child {
  margin-bottom: 0;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content .content-row {
  min-width: 45%;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content .title-inner-content {
  position: absolute;
  padding: 5px;
  background-color: #fff;
  top: -16px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content .title-inner-content i {
  font-size: 20px;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content .title-inner-content .location-name {
  font-weight: 600;
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content.selected {
  border: 2px solid var(--color-green);
}
.main-content.content-home .white-box-row .white-box .box-content .center-content .inner-center-content.selected:after {
  position: absolute;
  font-family: fontAwesome;
  content: "\f00c";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 20px;
  color: var(--color-green);
}
.main-content.content-home .user-profile-attendance-wrapper {
  padding: 0 20px;
  margin-bottom: 20px;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E3E2F1;
  padding: 20px;
  border-radius: 4px;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:first-child, .main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:last-child {
  width: 25%;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail .gray {
  margin-bottom: 10px;
  white-space: nowrap;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:nth-child(2) {
  position: relative;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:nth-child(2):after, .main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:nth-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--color-gray);
  top: 20px;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:nth-child(2):before {
  left: 12px;
}
.main-content.content-home .user-profile-attendance-wrapper .user-profile-attendance .user-attendance-detail:nth-child(2):after {
  right: 12px;
}
.main-content.content-home .googleMap {
  width: 90vw;
  height: 50vh;
  position: relative;
  left: 5vw;
  border-radius: 15px;
  top: 10px;
  margin-bottom: 20px;
}
.main-content.content-home .googleMap .gmnoprint {
  display: none;
}
.main-content.content-home .button-locator-wrapper {
  width: 100%;
  padding: 20px;
}
.main-content.content-home .button-locator-wrapper .btn-locator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-gray);
  padding: 12px 16px;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--color-darkblue);
  color: #fff;
}
.main-content.content-home .button-locator-wrapper .btn-locator svg {
  width: 20px;
}
.main-content.content-home .button-locator-wrapper .btn-locator svg path {
  fill: #fff;
}
.main-content.content-home .box-wrapper .box-inner-wrapper {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.main-content.content-home .box-wrapper .box-caption {
  margin: 3em 0 1em;
  font-weight: 700;
  font-size: 16px;
}
.main-content.content-home .box-wrapper .box-caption:first-child {
  margin-top: 2em;
}
.main-content.content-home .box-wrapper .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid var(--color-lightgray);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
.main-content.content-home .box-wrapper .box-item .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  white-space: nowrap;
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon svg {
  width: 24px;
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon svg path {
  fill: var(--color-text);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon svg.stroke-svg path {
  stroke: var(--color-text);
  fill: none;
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-green {
  background-color: var(--color-lightgreen);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-green svg {
  width: 28px;
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-green svg path, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-green svg circle, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-green svg rect {
  fill: var(--color-green);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-red {
  background-color: var(--color-lightpink);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-red svg path, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-red svg circle, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-red svg rect {
  fill: var(--color-red);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-purple {
  background-color: var(--color-lightpurple);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-purple svg path, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-purple svg circle, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-purple svg rect {
  fill: var(--color-purple);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-orange {
  background-color: var(--color-lightorange);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-orange svg path, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-orange svg circle, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-orange svg rect {
  fill: var(--color-orange);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-pink {
  background-color: var(--color-lightpink);
}
.main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-pink svg path, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-pink svg circle, .main-content.content-home .box-wrapper .box-item .left-box .box-icon.box-pink svg rect {
  fill: var(--color-pink);
}
.main-content.content-home .box-wrapper .box-item i {
  color: var(--color-lightgray);
  font-size: 14px;
}
.main-content.content-home .tab-wrapper {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
}
.main-content.content-home .tab-wrapper .tab-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 0;
  padding-bottom: 5em;
}
.main-content.content-home .tab-wrapper .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.main-content.content-home .tab-wrapper .tab-item .left-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  white-space: nowrap;
  width: 100%;
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
  height: 45px;
  padding-left: 25px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  border: 1px solid var(--color-lightgray);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-green svg {
  width: 28px;
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-green svg path, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-green svg circle, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-green svg rect {
  fill: var(--color-green);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-red svg path, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-red svg circle, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-red svg rect {
  fill: var(--color-red);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-purple svg path, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-purple svg circle, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-purple svg rect {
  fill: var(--color-purple);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-orange svg path, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-orange svg circle, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-orange svg rect {
  fill: var(--color-orange);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-pink svg path, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-pink svg circle, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-pink svg rect {
  fill: var(--color-pink);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-blue svg path, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-blue svg circle, .main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon.tab-blue svg rect {
  fill: var(--color-blue);
}
.main-content.content-home .tab-wrapper .tab-item .left-tab .tab-icon svg {
  width: 26px;
}
.main-content.content-home .tab-wrapper .tab-item i {
  color: var(--color-lightgray);
  font-size: 16px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper {
  width: calc(100% - 40px);
  padding: 15px 0 15px 10px;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 20px;
  display: none;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list {
  position: relative;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper {
  position: absolute;
  right: 0;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-save-content svg, .main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-edit-content svg {
  width: 20px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-save-content svg path, .main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-edit-content svg path {
  fill: var(--color-red);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-save-content {
  display: none;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-save-content svg {
  width: 26px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-save-content svg path {
  fill: var(--color-green);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .btn-document-wrapper .icon-save-content svg path:first-child {
  fill: none;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list.active {
  display: block;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-title {
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content {
  position: relative;
  padding: 25px 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 4px;
  margin-top: 30px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content:first-child {
  margin-top: 26px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.minimized:after {
  position: absolute;
  top: 13px;
  right: 13px;
  content: "\f107";
  font-family: fontAwesome;
  font-size: 12px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.tab-orange {
  border: 1px solid var(--color-text);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.tab-purple {
  border: 1px solid var(--color-text);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.tab-green {
  border: 1px solid var(--color-text);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.tab-pink {
  border: 1px solid var(--color-text);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.tab-blue {
  border: 1px solid var(--color-text);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-subtitle {
  font-weight: 600;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  top: -13px;
  left: 50%;
  background-color: #fff;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  white-space: nowrap;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column .form-group {
  margin-bottom: 5px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column .form-group textarea {
  min-height: 50px;
  overflow: hidden;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column .label {
  font-size: 13px;
  font-weight: 300;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column .form-control {
  font-weight: 600;
  border: none;
  color: #000;
  padding: 5px 0;
  font-size: 14px;
  height: auto;
  pointer-events: none;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column .form-control.editable {
  pointer-events: auto;
  border: 1px solid #222;
  padding: 5px 10px;
  margin-top: 5px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content .tab-content-column.w50 {
  width: calc(50% - 5px);
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.closed {
  margin-top: 20px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.closed:first-child {
  margin-top: 26px;
}
.main-content.content-home .tab-wrapper .tab-content-wrapper .tab-content-list .tab-content-container .tab-content.closed .tab-subtitle {
  -webkit-transform: translate(-50%, 18px);
      -ms-transform: translate(-50%, 18px);
          transform: translate(-50%, 18px);
}
.main-content.content-home .tab-inbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color-lightgray);
}
.main-content.content-home .tab-inbox-wrapper .tab-nav {
  width: 50%;
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: var(--color-darkblue);
  color: #fff;
}
.main-content.content-home .tab-inbox-wrapper .tab-nav.active {
  background-color: #fff;
  color: var(--color-text);
}
.main-content.content-home .tab-inbox-wrapper .tab-nav .number-warning {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-orange);
  color: #fff;
  font-weight: 400;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list {
  display: none;
  padding: 30px 15px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list.notif-tab {
  padding: 50px 15px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul {
  padding-left: 18px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-lightgray);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li .notif-wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: disc;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li .notif-wrapper-list .left-notif {
  width: 70%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li .notif-wrapper-list .left-notif .notif-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li .notif-wrapper-list .left-notif .notif-id {
  font-size: 12px;
  margin-bottom: 5px;
  color: var(--color-orange);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li .notif-wrapper-list .right-notif {
  width: 30%;
  text-align: right;
  margin-top: 10px;
  color: var(--color-green);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list ul li:last-child {
  border: none;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-bordered-caption {
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 25px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 5px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  color: #fff;
  gap: 10px;
  margin-bottom: 20px;
  height: 120px;
  background: #545f7a;
  padding: 24px 0;
  border-radius: 20px;
  position: relative;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list svg {
  width: 40px;
  height: 40px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list svg path, .main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list svg circle {
  stroke: #fff;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list svg path.st1, .main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list svg circle.st1 {
  fill: #fff;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list div {
  text-align: center;
  max-width: 115px;
  height: 26px;
  font-size: 14px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-box .bottom-menu-list .number-bottom-list {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-orange);
  color: #fff;
  position: absolute;
  top: -7px;
  right: -4px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content .bottom-approval-content-list {
  display: none;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content .approval-menu-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content .approval-menu-title i {
  font-size: 18px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul {
  padding-left: 20px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li {
  list-style-type: none;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  margin-left: -10px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .left-approval {
  width: 50%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .left-approval .approval-desc {
  background-color: var(--color-lightpurple);
  font-size: 14px;
  display: inline-block;
  padding: 10px 16px;
  color: var(--color-purple);
  border-radius: 15px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval {
  width: 50%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval .approval-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1em;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval .approval-btn-wrapper .btn-approval {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval .approval-btn-wrapper .btn-approval svg {
  width: 20px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval .approval-btn-wrapper .btn-approval svg path {
  stroke: #fff;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval .approval-btn-wrapper .btn-approval.btn-reject {
  background-color: var(--color-red);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-list .right-approval .approval-btn-wrapper .btn-approval.btn-yes {
  background-color: var(--color-green);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column {
  width: 50%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column .approval-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column .approval-id {
  font-size: 12px;
  margin-bottom: 1em;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column .label-approval {
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: 600;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column .approval-date span {
  font-weight: 600;
  margin-left: 5px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full {
  width: 100%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full .ss-wrapper {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full .ss-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full .inline-flex {
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full .inline-flex .btn-column {
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: underline;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full .inline-flex .btn-column.btn-view {
  color: var(--color-green);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-content-desc .approval-content-column.column-full .inline-flex .btn-column.btn-download {
  color: var(--color-blue);
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-face-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: -10px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-face-wrapper .image-face {
  width: 50px;
  height: 50px;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-face-wrapper .image-face img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.main-content.content-home .tab-inbox-content .tab-inbox-list .bottom-approval-content ul li .approval-face-wrapper .label-approval {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}