html,
body {
  background-color: #f2f2f2;
  font-family: "Lato", sans-serif;
  height: 100%;
}

body.development #global_sidebar, body.testing #global_sidebar {
  background-color: #b80f6a;
}
body.development .btn.btn-primary, body.testing .btn.btn-primary {
  background-color: #b80f6a;
  border-color: #b80f6a;
}
body.ios #global_sidebar, body.android #global_sidebar {
  width: 56px;
}
body.ios #global_sidebar .menu .menu_group .menu_item i, body.ios #global_sidebar .menu .menu_group .menu_item svg, body.android #global_sidebar .menu .menu_group .menu_item i, body.android #global_sidebar .menu .menu_group .menu_item svg {
  min-width: 36px;
}
body.ios #workspace_container .with_sidebar, body.android #workspace_container .with_sidebar {
  margin-left: 56px;
}

.global_notice_wrapper {
  display: flex;
  height: 0;
  width: 100%;
  position: fixed;
  top: 5px;
  left: 0;
  z-index: 999999;
  justify-content: center;
}
.global_notice_wrapper .global_notice {
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  min-width: 200px;
  text-align: center;
  margin-bottom: 0;
}

header {
  background-color: #222;
  display: flex;
  font-size: 14px;
  position: fixed;
  height: 44px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 15px 0 10px;
}
header .user_menu {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .user_menu .text {
  margin-right: 5px;
}
header .user_menu a {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 100%;
  text-decoration: none;
  align-items: center;
  padding: 0 15px;
}
header .user_menu a:hover {
  background-color: #000;
  color: white;
}

#workspace_container {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
#workspace_container .with_sidebar {
  flex: 1;
  margin-left: 200px;
}

.container-fluid {
  padding: 0 15px;
}

#global_sidebar {
  background-color: #17181b;
  width: 200px;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 999;
}
#global_sidebar .logo {
  display: block;
  overflow: hidden;
  height: 56px;
  padding-bottom: 2px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  #global_sidebar .logo {
    padding-left: 13px;
  }
  #global_sidebar .logo .logo_wrap {
    display: block;
    overflow: hidden;
    width: 30px;
  }
}
#global_sidebar .logo svg {
  width: 100px;
  height: 56px;
}
#global_sidebar .logo svg path {
  fill: white;
}
#global_sidebar .menu {
  font-size: 14px;
  padding: 0 10px;
}
#global_sidebar .menu .menu_group {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0 5px;
}
#global_sidebar .menu .menu_group:first-child {
  border-top: 0 none;
}
#global_sidebar .menu .menu_group.user_menu_group {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#global_sidebar .menu .menu_group .menu_group_title {
  color: #999;
  display: none;
  font-weight: 500;
  align-items: center;
  padding-left: 5px;
  margin-bottom: 2px;
}
#global_sidebar .menu .menu_group .menu_group_title i {
  display: block;
  width: 30px;
  text-align: center;
}
#global_sidebar .menu .menu_group .menu_item {
  border-radius: 4px;
  color: #eee;
  display: flex;
  font-size: 14px;
  height: 30px;
  text-decoration: none;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
#global_sidebar .menu .menu_group .menu_item i {
  font-size: 14px;
  margin-right: 5px;
  width: 36px;
  text-align: center;
}
#global_sidebar .menu .menu_group .menu_item .text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#global_sidebar .menu .menu_group .menu_item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#global_sidebar .menu .menu_group .menu_item.active {
  background-color: #0d6efd;
  color: #fff;
}
#global_sidebar .menu .menu_group .menu_item .count {
  background-color: #d00;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: 5px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  min-width: 16px;
}
#global_sidebar .menu .menu_group .menu_item .count.wemart {
  background-color: forestgreen;
}
#global_sidebar .menu .menu_group .secondary_menu_group .secondary_menu_item {
  border-radius: 4px;
  color: #eee;
  display: flex;
  font-size: 14px;
  height: 30px;
  text-decoration: none;
  align-items: center;
  position: relative;
  padding-left: 41px;
  margin-bottom: 5px;
}
#global_sidebar .menu .menu_group .secondary_menu_group .secondary_menu_item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#global_sidebar .menu .menu_group .secondary_menu_group .secondary_menu_item.active {
  background-color: #0d6efd;
  color: #fff;
}

#page_content {
  height: 100%;
  position: relative;
}
#page_content .page_navbar {
  background-color: #fff;
  display: flex;
  height: 40px;
  align-items: center;
}
#page_content .page_navbar .breadcrumb {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 15px;
}
#page_content .page_navbar .breadcrumb .breadcrumb-item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_content .page_navbar .breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
#page_content .page_header {
  background-color: #f2f2f2;
  display: flex;
  height: 50px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 998;
}
#page_content .page_header .search_group #q_form {
  display: flex;
}
#page_content .page_header .search_group #q_form #id_field {
  margin-right: 2px;
  width: 60px;
}
#page_content .page_header .search_group #q_form #q_field {
  display: block;
  min-width: 200px;
}
#page_content .page_header .search_group #q_form button {
  margin-left: 10px;
}
#page_content .page_header .left_actions {
  display: flex;
}
#page_content .page_header .left_actions .btn {
  margin-right: 10px;
}
#page_content .page_header .right_actions {
  display: flex;
  margin-left: auto;
}
#page_content .page_header .right_actions .btn {
  min-width: 80px;
}
#page_content .page_header .right_actions a, #page_content .page_header .right_actions button, #page_content .page_header .right_actions form {
  margin-left: 5px;
}
#page_content .advanced_search_group {
  background-color: #fff;
  border: 1px solid #eee;
  display: none;
  margin-bottom: 10px;
  padding: 10px;
}
#page_content .advanced_search_group.true {
  display: block;
}

.btn {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 15px;
}
.btn.btn-theme {
  background-color: #e70427;
  color: #fff;
}
.btn.btn-light {
  background-color: #fff;
  border-color: #ced4da;
}
.btn.btn-sm {
  display: flex;
  height: 30px;
  font-size: 12px;
  padding: 0 12px;
  align-items: center;
}
.btn.btn-sm i {
  font-size: 11px;
  margin-right: 10px;
}

.table {
  margin-bottom: 15px;
}
.table th.id,
.table td.id {
  width: 60px;
}
.table th.check,
.table td.check {
  width: 30px;
  padding: 0;
  text-align: center;
}
.table.thfw th {
  width: 120px;
}
.table tr {
  background-color: #fff;
}
.table tr.checked td {
  background-color: #fdd2b6;
}
.table tr:hover {
  background-color: #fef2df;
}
.table th,
.table td {
  font-size: 13px;
  padding: 5px 6px;
  line-height: 20px;
}
.table th a,
.table td a {
  text-decoration: none;
}
.table th {
  background-color: #fbfbfb;
  border: 1px solid #eee !important;
  color: #666;
  font-weight: normal;
  height: 30px;
  vertical-align: middle;
}
.table th.sort {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  cursor: pointer;
}
.table th.sort:hover {
  background-color: #f2f2f2;
  color: #000;
}
.table th.sort.asc, .table th.sort.desc {
  background-color: #e8e8e8;
  color: #000;
  font-weight: bold;
}
.table td {
  border: 1px solid #eee;
  color: #333;
  vertical-align: middle;
}
.table td.input {
  padding: 0;
}
.table td.input .form-control {
  border-radius: 0;
  border: 0 none;
  font-size: 13px;
}
.table td.input .chosen-container {
  width: 100% !important;
}
.table td.input .chosen-container .chosen-single {
  border: 0 none;
  width: 100% !important;
  min-width: 100% !important;
}
.table td.input .chosen-container .chosen-drop {
  border: 0 none;
}
.table td i.fa.fa-check {
  color: forestgreen;
}
.table td .actions {
  display: flex;
  justify-content: end;
  align-items: center;
}
.table td .actions a {
  text-decoration: none;
  margin-left: 15px;
}
.table td .actions a:first-child {
  margin-left: 0;
}
.table .inline {
  display: flex;
}
.table .inline .text {
  background-color: #f2f2f2;
  line-height: 28px;
  padding: 0 5px;
}

.status_indicator {
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.status_indicator.active {
  background-color: limegreen;
}
.status_indicator.inactive {
  background-color: red;
}

label.required::after {
  color: red;
  content: " *";
}

.attributes_block {
  display: flex;
  margin-bottom: 30px;
}
.attributes_block .attribute {
  margin-right: 30px;
}
.attributes_block .attribute .label {
  color: #789;
  font-size: 12px;
}

a {
  color: #0e55bd;
  outline: none;
  box-shadow: none;
}

.form-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 0 15px;
  position: sticky;
  top: 50px;
  z-index: 998;
}
.form-nav a {
  border-bottom: 3px solid transparent;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 10px 15px 7px;
  text-decoration: none;
}
.form-nav a.active {
  border-color: #e70427;
  color: #000;
}
.form-nav a.disabled {
  color: #ccc;
}
.form-nav a .counter {
  background-color: #d00;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: monospace;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 2px;
}

.container-fluid {
  padding-bottom: 30px;
}

.form-section {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
  z-index: 100;
}
.form-section .form-section-head {
  margin-bottom: 10px;
}
.form-section .right_actions {
  float: right;
}
.form-section .form-section-actions {
  margin-top: 5px;
}
.form-section .form-section-actions a {
  font-size: 14px;
  text-decoration: none;
}
.form-section h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.form-section .form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-section .form-group label {
  color: #666;
  font-size: 13px;
}
.form-section .form-group.form-inline {
  display: flex;
}
.form-section .form-group.form-inline .text {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
}
.form-section .form-group.form-inline .form-control,
.form-section .form-group.form-inline .form-select {
  display: inline-block;
  margin-right: 10px;
}
.form-section .form-group .table th {
  background-color: #e8e8e8;
  color: #333;
  font-weight: 500;
}
.form-section .form-group .table th label {
  color: #333;
}
.form-section .form-group .table th,
.form-section .form-group .table td {
  border-color: #ced4da !important;
}
.form-section .form-group .table th.unfillable,
.form-section .form-group .table td.unfillable {
  background-color: #f2f2f2;
}
.form-section .form-group .table .actions a {
  margin-left: 5px;
  padding: 0 2px;
}
.form-section .form-group .table input[type=checkbox] {
  margin-left: 8px;
}
.form-section .form-inline-group {
  display: flex;
}
.form-section .form-text {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}
.form-section .form-actions {
  margin-top: 30px;
}
.form-section .form-actions .btn {
  font-size: 14px;
  margin-right: 10px;
  min-width: 100px;
}
.form-section .table {
  margin-bottom: 0;
}

.modal .form-group {
  margin-bottom: 15px;
}
.modal .form-group label {
  color: #666;
  font-size: 14px;
}

select.form-control {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  height: 30px;
  padding-left: 2px;
}

.form-control,
.form-select {
  border-radius: 0;
  font-size: 14px;
  padding: 4px 6px;
  line-height: 20px;
}
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
.form-control.w-m,
.form-select.w-m {
  max-width: 500px;
}
.form-control.w-s,
.form-select.w-s {
  max-width: 200px;
}
.form-control.w-xs,
.form-select.w-xs {
  max-width: 100px;
}
.form-control.fillable,
.form-select.fillable {
  background-color: rgba(239, 241, 255, 0.6);
}

.pagination_group {
  background-color: #fbfbfb;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.pagination_group .entries_info {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.pagination_group .entries_info b,
.pagination_group .entries_info strong {
  color: #000;
}
.pagination_group .batch_actions {
  margin-left: 30px;
}
.pagination_group .batch_actions .btn-light {
  border-color: #eee;
  color: #666;
  font-size: 14px;
}
.pagination_group .pagination_wrapper {
  margin-left: auto;
}

.pagination_wrapper {
  display: flex;
}
.pagination_wrapper .pagination {
  margin-left: auto;
  margin-bottom: 0;
}
.pagination_wrapper .pagination .page-item {
  margin-left: 5px;
}
.pagination_wrapper .pagination .page-item.active .page-link {
  border-color: #e70427;
  color: #e70427;
}
.pagination_wrapper .pagination .page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #ccc;
}
.pagination_wrapper .pagination .page-item .page-link {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  padding: 3px 8px;
  min-width: 30px;
  text-align: center;
}

.highlight {
  background-color: yellow;
  color: #000;
  font-weight: bold;
}

#error_explanation {
  background-color: red;
  border-radius: 4px;
  color: #fff;
  line-height: 30px;
}

form {
  position: relative;
}
.text-success {
  color: limegreen !important;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
}

.chosen-container {
  display: block;
}
.chosen-container.has_error .chosen-single {
  border-color: red !important;
}
.chosen-container .chosen-single {
  background: none;
  border-radius: 0;
  border-color: #ced4da;
  box-shadow: none;
  height: 30px;
  padding: 0 6px;
  line-height: 28px;
}
.chosen-container .chosen-drop {
  border-radius: 0;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #0d6efd;
}

h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

.tile_group {
  margin-bottom: 45px;
}
.tile_group h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tile_group .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tile_group .tiles .tile {
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  height: 120px;
}
.tile_group .tiles .tile a {
  color: #333;
  display: flex;
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.tile_group .tiles .tile a .count {
  background-color: #d00;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: -8px;
  top: -8px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  min-width: 24px;
}
.tile_group .tiles .tile a .count.wemart {
  background-color: forestgreen;
}

input[type=text].has_error,
input[type=password].has_error,
input[type=number].has_error,
input[type=date].has_error,
input[type=datetime-local].has_error,
textarea.has_error,
select.has_error {
  border-color: red;
}
input[type=text].attention,
input[type=password].attention,
input[type=number].attention,
input[type=date].attention,
input[type=datetime-local].attention,
textarea.attention,
select.attention {
  color: #f90;
}

.text-danger {
  color: red !important;
}

.report_group {
  margin-bottom: 30px;
}

.update_info {
  color: #666;
  font-size: 14px;
  text-align: right;
  margin-bottom: 20px;
}

#authentication_login {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  #authentication_login {
    background-size: 1200% 400%;
  }
}
#authentication_login .circle_wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#authentication_login .container {
  position: relative;
  z-index: 20;
}
#authentication_login .logo {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
  margin-left: 5px;
}
#authentication_login .login_form_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#authentication_login .login_form_container #login_form {
  max-width: 430px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
}
#authentication_login .login_form_container #login_form .form-group {
  margin-bottom: 15px;
}
#authentication_login .login_form_container #login_form .form-group label {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 3px;
}
#authentication_login .login_form_container #login_form input {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0 none;
  border-radius: 15px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
}
#authentication_login .login_form_container #login_form input:focus {
  background-color: rgba(255, 255, 255, 0.85);
}
#authentication_login .login_form_container #login_form #login_button {
  background-color: #000;
  border: 0 none;
  border-radius: 15px;
  display: block;
  font-family: Nunito, sans-serif;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  width: 100%;
  max-width: 180px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
#authentication_login .page_footer {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
}
#authentication_login .page_footer .copy {
  color: rgba(255, 255, 255, 0.5);
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-align: center;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#authentication_login .circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100%;
  height: 100%;
}
#authentication_login .circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(hsl(180deg, 100%, 80%), hsl(180deg, 100%, 80%) 10%, hsla(180deg, 100%, 80%, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
#authentication_login .circle-container:nth-child(1) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-1;
  animation-duration: 36143ms;
  animation-delay: 16026ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(72vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(1) .circle {
  animation-delay: 442ms;
}
#authentication_login .circle-container:nth-child(2) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-2;
  animation-duration: 33330ms;
  animation-delay: 35426ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(2) .circle {
  animation-delay: 1242ms;
}
#authentication_login .circle-container:nth-child(3) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-3;
  animation-duration: 30993ms;
  animation-delay: 17485ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(95vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(3) .circle {
  animation-delay: 2632ms;
}
#authentication_login .circle-container:nth-child(4) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-4;
  animation-duration: 34548ms;
  animation-delay: 15073ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(4) .circle {
  animation-delay: 599ms;
}
#authentication_login .circle-container:nth-child(5) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-5;
  animation-duration: 30159ms;
  animation-delay: 14534ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(5) .circle {
  animation-delay: 204ms;
}
#authentication_login .circle-container:nth-child(6) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-6;
  animation-duration: 35122ms;
  animation-delay: 16227ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(60vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(6) .circle {
  animation-delay: 2261ms;
}
#authentication_login .circle-container:nth-child(7) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-7;
  animation-duration: 33759ms;
  animation-delay: 23899ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(7) .circle {
  animation-delay: 1003ms;
}
#authentication_login .circle-container:nth-child(8) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-8;
  animation-duration: 31037ms;
  animation-delay: 13697ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(8) .circle {
  animation-delay: 259ms;
}
#authentication_login .circle-container:nth-child(9) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-9;
  animation-duration: 29860ms;
  animation-delay: 19667ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(9) .circle {
  animation-delay: 3013ms;
}
#authentication_login .circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-10;
  animation-duration: 29275ms;
  animation-delay: 497ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(2vw, 106vh, 0);
  }
  to {
    transform: translate3d(21vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(10) .circle {
  animation-delay: 261ms;
}
#authentication_login .circle-container:nth-child(11) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-11;
  animation-duration: 36881ms;
  animation-delay: 36442ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(58vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(11) .circle {
  animation-delay: 2553ms;
}
#authentication_login .circle-container:nth-child(12) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-12;
  animation-duration: 35184ms;
  animation-delay: 26642ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(12) .circle {
  animation-delay: 1396ms;
}
#authentication_login .circle-container:nth-child(13) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-13;
  animation-duration: 31821ms;
  animation-delay: 25043ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(64vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(13) .circle {
  animation-delay: 3347ms;
}
#authentication_login .circle-container:nth-child(14) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-14;
  animation-duration: 32734ms;
  animation-delay: 3034ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(14) .circle {
  animation-delay: 210ms;
}
#authentication_login .circle-container:nth-child(15) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-15;
  animation-duration: 35805ms;
  animation-delay: 16664ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(41vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(15) .circle {
  animation-delay: 1425ms;
}
#authentication_login .circle-container:nth-child(16) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-16;
  animation-duration: 33010ms;
  animation-delay: 3254ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(16) .circle {
  animation-delay: 2104ms;
}
#authentication_login .circle-container:nth-child(17) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-17;
  animation-duration: 28855ms;
  animation-delay: 1463ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(74vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(17) .circle {
  animation-delay: 922ms;
}
#authentication_login .circle-container:nth-child(18) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-18;
  animation-duration: 32623ms;
  animation-delay: 16027ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(18) .circle {
  animation-delay: 3136ms;
}
#authentication_login .circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-19;
  animation-duration: 35434ms;
  animation-delay: 32666ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(61vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(19) .circle {
  animation-delay: 3256ms;
}
#authentication_login .circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-20;
  animation-duration: 33172ms;
  animation-delay: 11576ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(7vw, 102vh, 0);
  }
  to {
    transform: translate3d(88vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(20) .circle {
  animation-delay: 219ms;
}
#authentication_login .circle-container:nth-child(21) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-21;
  animation-duration: 34392ms;
  animation-delay: 31094ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(57vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(21) .circle {
  animation-delay: 835ms;
}
#authentication_login .circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-22;
  animation-duration: 34076ms;
  animation-delay: 14736ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(22) .circle {
  animation-delay: 2242ms;
}
#authentication_login .circle-container:nth-child(23) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-23;
  animation-duration: 29402ms;
  animation-delay: 33418ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -102vh, 0);
  }
}
#authentication_login .circle-container:nth-child(23) .circle {
  animation-delay: 1107ms;
}
#authentication_login .circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-24;
  animation-duration: 33937ms;
  animation-delay: 24556ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(41vw, 107vh, 0);
  }
  to {
    transform: translate3d(6vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(24) .circle {
  animation-delay: 903ms;
}
#authentication_login .circle-container:nth-child(25) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-25;
  animation-duration: 29849ms;
  animation-delay: 32479ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(16vw, 105vh, 0);
  }
  to {
    transform: translate3d(27vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(25) .circle {
  animation-delay: 3598ms;
}
#authentication_login .circle-container:nth-child(26) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-26;
  animation-duration: 30748ms;
  animation-delay: 22036ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(26) .circle {
  animation-delay: 1180ms;
}
#authentication_login .circle-container:nth-child(27) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-27;
  animation-duration: 36477ms;
  animation-delay: 28702ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(59vw, 110vh, 0);
  }
  to {
    transform: translate3d(9vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(27) .circle {
  animation-delay: 3529ms;
}
#authentication_login .circle-container:nth-child(28) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-28;
  animation-duration: 28021ms;
  animation-delay: 6480ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(28) .circle {
  animation-delay: 3308ms;
}
#authentication_login .circle-container:nth-child(29) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-29;
  animation-duration: 30055ms;
  animation-delay: 9903ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(13vw, 102vh, 0);
  }
  to {
    transform: translate3d(15vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(29) .circle {
  animation-delay: 676ms;
}
#authentication_login .circle-container:nth-child(30) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-30;
  animation-duration: 30850ms;
  animation-delay: 36814ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(100vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(30) .circle {
  animation-delay: 704ms;
}
#authentication_login .circle-container:nth-child(31) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-31;
  animation-duration: 29696ms;
  animation-delay: 23929ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(63vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(31) .circle {
  animation-delay: 1098ms;
}
#authentication_login .circle-container:nth-child(32) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-32;
  animation-duration: 32299ms;
  animation-delay: 7448ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(32) .circle {
  animation-delay: 71ms;
}
#authentication_login .circle-container:nth-child(33) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-33;
  animation-duration: 33156ms;
  animation-delay: 32964ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(33) .circle {
  animation-delay: 2083ms;
}
#authentication_login .circle-container:nth-child(34) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-34;
  animation-duration: 30438ms;
  animation-delay: 6836ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(46vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(34) .circle {
  animation-delay: 2001ms;
}
#authentication_login .circle-container:nth-child(35) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-35;
  animation-duration: 31338ms;
  animation-delay: 12903ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(35) .circle {
  animation-delay: 979ms;
}
#authentication_login .circle-container:nth-child(36) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-36;
  animation-duration: 35555ms;
  animation-delay: 12439ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(46vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(36) .circle {
  animation-delay: 2805ms;
}
#authentication_login .circle-container:nth-child(37) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-37;
  animation-duration: 36358ms;
  animation-delay: 21371ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(32vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(37) .circle {
  animation-delay: 463ms;
}
#authentication_login .circle-container:nth-child(38) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-38;
  animation-duration: 35266ms;
  animation-delay: 16499ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(38vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(38) .circle {
  animation-delay: 1095ms;
}
#authentication_login .circle-container:nth-child(39) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-39;
  animation-duration: 33804ms;
  animation-delay: 18315ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(39) .circle {
  animation-delay: 2579ms;
}
#authentication_login .circle-container:nth-child(40) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-40;
  animation-duration: 31745ms;
  animation-delay: 16090ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(40) .circle {
  animation-delay: 504ms;
}
#authentication_login .circle-container:nth-child(41) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-41;
  animation-duration: 28644ms;
  animation-delay: 6125ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(41) .circle {
  animation-delay: 2744ms;
}
#authentication_login .circle-container:nth-child(42) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-42;
  animation-duration: 28412ms;
  animation-delay: 7915ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(79vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(42) .circle {
  animation-delay: 2885ms;
}
#authentication_login .circle-container:nth-child(43) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-43;
  animation-duration: 31338ms;
  animation-delay: 3522ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(8vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(43) .circle {
  animation-delay: 3706ms;
}
#authentication_login .circle-container:nth-child(44) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-44;
  animation-duration: 33597ms;
  animation-delay: 23809ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(44) .circle {
  animation-delay: 3631ms;
}
#authentication_login .circle-container:nth-child(45) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-45;
  animation-duration: 28578ms;
  animation-delay: 13194ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(59vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(45) .circle {
  animation-delay: 173ms;
}
#authentication_login .circle-container:nth-child(46) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-46;
  animation-duration: 30309ms;
  animation-delay: 12240ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(76vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(46) .circle {
  animation-delay: 2731ms;
}
#authentication_login .circle-container:nth-child(47) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-47;
  animation-duration: 29916ms;
  animation-delay: 36304ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(22vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(47) .circle {
  animation-delay: 3599ms;
}
#authentication_login .circle-container:nth-child(48) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-48;
  animation-duration: 34831ms;
  animation-delay: 17141ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(48) .circle {
  animation-delay: 3237ms;
}
#authentication_login .circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-49;
  animation-duration: 32572ms;
  animation-delay: 33171ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(49) .circle {
  animation-delay: 3306ms;
}
#authentication_login .circle-container:nth-child(50) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-50;
  animation-duration: 36297ms;
  animation-delay: 5110ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(50) .circle {
  animation-delay: 990ms;
}
#authentication_login .circle-container:nth-child(51) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-51;
  animation-duration: 29740ms;
  animation-delay: 35841ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(51) .circle {
  animation-delay: 492ms;
}
#authentication_login .circle-container:nth-child(52) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-52;
  animation-duration: 35712ms;
  animation-delay: 12752ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(52) .circle {
  animation-delay: 3507ms;
}
#authentication_login .circle-container:nth-child(53) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-53;
  animation-duration: 34367ms;
  animation-delay: 25515ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -106vh, 0);
  }
}
#authentication_login .circle-container:nth-child(53) .circle {
  animation-delay: 3382ms;
}
#authentication_login .circle-container:nth-child(54) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-54;
  animation-duration: 35234ms;
  animation-delay: 22311ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(54) .circle {
  animation-delay: 1184ms;
}
#authentication_login .circle-container:nth-child(55) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-55;
  animation-duration: 30277ms;
  animation-delay: 12999ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(55) .circle {
  animation-delay: 3056ms;
}
#authentication_login .circle-container:nth-child(56) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-56;
  animation-duration: 33840ms;
  animation-delay: 16846ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(43vw, -139vh, 0);
  }
}
#authentication_login .circle-container:nth-child(56) .circle {
  animation-delay: 872ms;
}
#authentication_login .circle-container:nth-child(57) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-57;
  animation-duration: 29816ms;
  animation-delay: 2688ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(50vw, 110vh, 0);
  }
  to {
    transform: translate3d(18vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(57) .circle {
  animation-delay: 3254ms;
}
#authentication_login .circle-container:nth-child(58) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-58;
  animation-duration: 33686ms;
  animation-delay: 29571ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(84vw, -106vh, 0);
  }
}
#authentication_login .circle-container:nth-child(58) .circle {
  animation-delay: 1255ms;
}
#authentication_login .circle-container:nth-child(59) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-59;
  animation-duration: 30179ms;
  animation-delay: 12135ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(87vw, 105vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(59) .circle {
  animation-delay: 251ms;
}
#authentication_login .circle-container:nth-child(60) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-60;
  animation-duration: 34612ms;
  animation-delay: 4969ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(33vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(60) .circle {
  animation-delay: 1768ms;
}
#authentication_login .circle-container:nth-child(61) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-61;
  animation-duration: 29134ms;
  animation-delay: 35942ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(74vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -103vh, 0);
  }
}
#authentication_login .circle-container:nth-child(61) .circle {
  animation-delay: 3314ms;
}
#authentication_login .circle-container:nth-child(62) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-62;
  animation-duration: 31320ms;
  animation-delay: 32837ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(18vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(62) .circle {
  animation-delay: 3610ms;
}
#authentication_login .circle-container:nth-child(63) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-63;
  animation-duration: 34224ms;
  animation-delay: 31668ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(63) .circle {
  animation-delay: 2586ms;
}
#authentication_login .circle-container:nth-child(64) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-64;
  animation-duration: 31219ms;
  animation-delay: 16088ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(64vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(64) .circle {
  animation-delay: 864ms;
}
#authentication_login .circle-container:nth-child(65) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-65;
  animation-duration: 30566ms;
  animation-delay: 22593ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(65) .circle {
  animation-delay: 2681ms;
}
#authentication_login .circle-container:nth-child(66) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-66;
  animation-duration: 28732ms;
  animation-delay: 17937ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(66) .circle {
  animation-delay: 1583ms;
}
#authentication_login .circle-container:nth-child(67) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-67;
  animation-duration: 36647ms;
  animation-delay: 535ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(17vw, 103vh, 0);
  }
  to {
    transform: translate3d(23vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(67) .circle {
  animation-delay: 1036ms;
}
#authentication_login .circle-container:nth-child(68) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-68;
  animation-duration: 35504ms;
  animation-delay: 24672ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(47vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(68) .circle {
  animation-delay: 1953ms;
}
#authentication_login .circle-container:nth-child(69) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-69;
  animation-duration: 36619ms;
  animation-delay: 14040ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(56vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(69) .circle {
  animation-delay: 768ms;
}
#authentication_login .circle-container:nth-child(70) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-70;
  animation-duration: 29295ms;
  animation-delay: 15236ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(70) .circle {
  animation-delay: 3981ms;
}
#authentication_login .circle-container:nth-child(71) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-71;
  animation-duration: 29974ms;
  animation-delay: 9876ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(93vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(71) .circle {
  animation-delay: 1747ms;
}
#authentication_login .circle-container:nth-child(72) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-72;
  animation-duration: 30761ms;
  animation-delay: 17198ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(88vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(72) .circle {
  animation-delay: 1545ms;
}
#authentication_login .circle-container:nth-child(73) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-73;
  animation-duration: 28814ms;
  animation-delay: 26249ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(73) .circle {
  animation-delay: 2214ms;
}
#authentication_login .circle-container:nth-child(74) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-74;
  animation-duration: 33967ms;
  animation-delay: 12387ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(74) .circle {
  animation-delay: 769ms;
}
#authentication_login .circle-container:nth-child(75) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-75;
  animation-duration: 33215ms;
  animation-delay: 16864ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(75) .circle {
  animation-delay: 2547ms;
}
#authentication_login .circle-container:nth-child(76) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-76;
  animation-duration: 30083ms;
  animation-delay: 3695ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(76) .circle {
  animation-delay: 2081ms;
}
#authentication_login .circle-container:nth-child(77) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-77;
  animation-duration: 34271ms;
  animation-delay: 13323ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -104vh, 0);
  }
}
#authentication_login .circle-container:nth-child(77) .circle {
  animation-delay: 128ms;
}
#authentication_login .circle-container:nth-child(78) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-78;
  animation-duration: 35737ms;
  animation-delay: 21906ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(78) .circle {
  animation-delay: 2344ms;
}
#authentication_login .circle-container:nth-child(79) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-79;
  animation-duration: 30941ms;
  animation-delay: 26690ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(91vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(79) .circle {
  animation-delay: 3726ms;
}
#authentication_login .circle-container:nth-child(80) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-80;
  animation-duration: 28736ms;
  animation-delay: 8188ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(80) .circle {
  animation-delay: 691ms;
}
#authentication_login .circle-container:nth-child(81) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-81;
  animation-duration: 34308ms;
  animation-delay: 11463ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(18vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(81) .circle {
  animation-delay: 1424ms;
}
#authentication_login .circle-container:nth-child(82) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-82;
  animation-duration: 30596ms;
  animation-delay: 6964ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(61vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(82) .circle {
  animation-delay: 1207ms;
}
#authentication_login .circle-container:nth-child(83) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-83;
  animation-duration: 30993ms;
  animation-delay: 31219ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(91vw, 106vh, 0);
  }
  to {
    transform: translate3d(86vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(83) .circle {
  animation-delay: 2115ms;
}
#authentication_login .circle-container:nth-child(84) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-84;
  animation-duration: 35915ms;
  animation-delay: 15660ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(48vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(84) .circle {
  animation-delay: 3535ms;
}
#authentication_login .circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-85;
  animation-duration: 32506ms;
  animation-delay: 10570ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(85) .circle {
  animation-delay: 248ms;
}
#authentication_login .circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-86;
  animation-duration: 36152ms;
  animation-delay: 30807ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(86) .circle {
  animation-delay: 2843ms;
}
#authentication_login .circle-container:nth-child(87) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-87;
  animation-duration: 33476ms;
  animation-delay: 16485ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(87) .circle {
  animation-delay: 3497ms;
}
#authentication_login .circle-container:nth-child(88) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-88;
  animation-duration: 32839ms;
  animation-delay: 12273ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(24vw, 104vh, 0);
  }
  to {
    transform: translate3d(56vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(88) .circle {
  animation-delay: 1255ms;
}
#authentication_login .circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-89;
  animation-duration: 31665ms;
  animation-delay: 3677ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(89) .circle {
  animation-delay: 1177ms;
}
#authentication_login .circle-container:nth-child(90) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-90;
  animation-duration: 34731ms;
  animation-delay: 1281ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(90) .circle {
  animation-delay: 2482ms;
}
#authentication_login .circle-container:nth-child(91) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-91;
  animation-duration: 31370ms;
  animation-delay: 16967ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(91) .circle {
  animation-delay: 345ms;
}
#authentication_login .circle-container:nth-child(92) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-92;
  animation-duration: 28036ms;
  animation-delay: 16977ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(57vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(92) .circle {
  animation-delay: 3644ms;
}
#authentication_login .circle-container:nth-child(93) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-93;
  animation-duration: 29418ms;
  animation-delay: 18585ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(46vw, -105vh, 0);
  }
}
#authentication_login .circle-container:nth-child(93) .circle {
  animation-delay: 3770ms;
}
#authentication_login .circle-container:nth-child(94) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-94;
  animation-duration: 29887ms;
  animation-delay: 16669ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(75vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(94) .circle {
  animation-delay: 1417ms;
}
#authentication_login .circle-container:nth-child(95) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-95;
  animation-duration: 29189ms;
  animation-delay: 4569ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(95) .circle {
  animation-delay: 2280ms;
}
#authentication_login .circle-container:nth-child(96) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-96;
  animation-duration: 32796ms;
  animation-delay: 11629ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(7vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(96) .circle {
  animation-delay: 2478ms;
}
#authentication_login .circle-container:nth-child(97) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-97;
  animation-duration: 35748ms;
  animation-delay: 14676ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(97) .circle {
  animation-delay: 2768ms;
}
#authentication_login .circle-container:nth-child(98) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-98;
  animation-duration: 29768ms;
  animation-delay: 4117ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(21vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(98) .circle {
  animation-delay: 3077ms;
}
#authentication_login .circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-99;
  animation-duration: 35957ms;
  animation-delay: 11316ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(91vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(99) .circle {
  animation-delay: 1974ms;
}
#authentication_login .circle-container:nth-child(100) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-100;
  animation-duration: 34847ms;
  animation-delay: 11726ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(100) .circle {
  animation-delay: 1468ms;
}
#authentication_login .circle-container:nth-child(101) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-101;
  animation-duration: 30210ms;
  animation-delay: 11243ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(101) .circle {
  animation-delay: 3755ms;
}
#authentication_login .circle-container:nth-child(102) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-102;
  animation-duration: 32505ms;
  animation-delay: 18065ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(75vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(102) .circle {
  animation-delay: 1726ms;
}
#authentication_login .circle-container:nth-child(103) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-103;
  animation-duration: 32249ms;
  animation-delay: 25327ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(103) .circle {
  animation-delay: 2991ms;
}
#authentication_login .circle-container:nth-child(104) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-104;
  animation-duration: 31407ms;
  animation-delay: 8179ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(34vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(104) .circle {
  animation-delay: 336ms;
}
#authentication_login .circle-container:nth-child(105) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-105;
  animation-duration: 34140ms;
  animation-delay: 11562ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(105) .circle {
  animation-delay: 1952ms;
}
#authentication_login .circle-container:nth-child(106) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-106;
  animation-duration: 30859ms;
  animation-delay: 23967ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(106) .circle {
  animation-delay: 840ms;
}
#authentication_login .circle-container:nth-child(107) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-107;
  animation-duration: 28099ms;
  animation-delay: 34867ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(107) .circle {
  animation-delay: 2073ms;
}
#authentication_login .circle-container:nth-child(108) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-108;
  animation-duration: 36002ms;
  animation-delay: 35022ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(108) .circle {
  animation-delay: 3716ms;
}
#authentication_login .circle-container:nth-child(109) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-109;
  animation-duration: 30121ms;
  animation-delay: 8787ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(48vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(109) .circle {
  animation-delay: 856ms;
}
#authentication_login .circle-container:nth-child(110) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-110;
  animation-duration: 36836ms;
  animation-delay: 2222ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(95vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(110) .circle {
  animation-delay: 2610ms;
}
#authentication_login .circle-container:nth-child(111) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-111;
  animation-duration: 35154ms;
  animation-delay: 23980ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(111) .circle {
  animation-delay: 2813ms;
}
#authentication_login .circle-container:nth-child(112) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-112;
  animation-duration: 28313ms;
  animation-delay: 24204ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(76vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(112) .circle {
  animation-delay: 715ms;
}
#authentication_login .circle-container:nth-child(113) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-113;
  animation-duration: 30856ms;
  animation-delay: 3162ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(113) .circle {
  animation-delay: 2333ms;
}
#authentication_login .circle-container:nth-child(114) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-114;
  animation-duration: 31990ms;
  animation-delay: 23363ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(114) .circle {
  animation-delay: 2439ms;
}
#authentication_login .circle-container:nth-child(115) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-115;
  animation-duration: 31469ms;
  animation-delay: 32201ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(28vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(115) .circle {
  animation-delay: 1594ms;
}
#authentication_login .circle-container:nth-child(116) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-116;
  animation-duration: 33086ms;
  animation-delay: 23267ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(116) .circle {
  animation-delay: 1433ms;
}
#authentication_login .circle-container:nth-child(117) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-117;
  animation-duration: 34124ms;
  animation-delay: 4711ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(96vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(117) .circle {
  animation-delay: 1948ms;
}
#authentication_login .circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-118;
  animation-duration: 35611ms;
  animation-delay: 17748ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(118) .circle {
  animation-delay: 3126ms;
}
#authentication_login .circle-container:nth-child(119) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-119;
  animation-duration: 34649ms;
  animation-delay: 958ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(10vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(119) .circle {
  animation-delay: 3198ms;
}
#authentication_login .circle-container:nth-child(120) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-120;
  animation-duration: 33867ms;
  animation-delay: 10154ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(120) .circle {
  animation-delay: 3651ms;
}
#authentication_login .circle-container:nth-child(121) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-121;
  animation-duration: 30033ms;
  animation-delay: 4290ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(63vw, 106vh, 0);
  }
  to {
    transform: translate3d(72vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(121) .circle {
  animation-delay: 675ms;
}
#authentication_login .circle-container:nth-child(122) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-122;
  animation-duration: 35842ms;
  animation-delay: 27168ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(122) .circle {
  animation-delay: 3293ms;
}
#authentication_login .circle-container:nth-child(123) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-123;
  animation-duration: 28215ms;
  animation-delay: 29655ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(63vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(123) .circle {
  animation-delay: 3829ms;
}
#authentication_login .circle-container:nth-child(124) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-124;
  animation-duration: 36857ms;
  animation-delay: 1162ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(124) .circle {
  animation-delay: 348ms;
}
#authentication_login .circle-container:nth-child(125) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-125;
  animation-duration: 30963ms;
  animation-delay: 17617ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(74vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(125) .circle {
  animation-delay: 2060ms;
}
#authentication_login .circle-container:nth-child(126) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-126;
  animation-duration: 34463ms;
  animation-delay: 29475ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(87vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(126) .circle {
  animation-delay: 2267ms;
}
#authentication_login .circle-container:nth-child(127) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-127;
  animation-duration: 29936ms;
  animation-delay: 329ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(127) .circle {
  animation-delay: 987ms;
}
#authentication_login .circle-container:nth-child(128) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-128;
  animation-duration: 32261ms;
  animation-delay: 28991ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(70vw, 106vh, 0);
  }
  to {
    transform: translate3d(32vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(128) .circle {
  animation-delay: 3143ms;
}
#authentication_login .circle-container:nth-child(129) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-129;
  animation-duration: 32448ms;
  animation-delay: 5427ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(77vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(129) .circle {
  animation-delay: 3636ms;
}
#authentication_login .circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-130;
  animation-duration: 32387ms;
  animation-delay: 24585ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(6vw, 110vh, 0);
  }
  to {
    transform: translate3d(5vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(130) .circle {
  animation-delay: 2240ms;
}
#authentication_login .circle-container:nth-child(131) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-131;
  animation-duration: 31889ms;
  animation-delay: 18779ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(1vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(131) .circle {
  animation-delay: 3523ms;
}
#authentication_login .circle-container:nth-child(132) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-132;
  animation-duration: 29756ms;
  animation-delay: 22819ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(50vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(132) .circle {
  animation-delay: 3875ms;
}
#authentication_login .circle-container:nth-child(133) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-133;
  animation-duration: 29391ms;
  animation-delay: 19066ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(68vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(133) .circle {
  animation-delay: 2444ms;
}
#authentication_login .circle-container:nth-child(134) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-134;
  animation-duration: 33779ms;
  animation-delay: 16222ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(134) .circle {
  animation-delay: 2663ms;
}
#authentication_login .circle-container:nth-child(135) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-135;
  animation-duration: 32101ms;
  animation-delay: 28839ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(135) .circle {
  animation-delay: 3346ms;
}
#authentication_login .circle-container:nth-child(136) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-136;
  animation-duration: 33384ms;
  animation-delay: 12415ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(136) .circle {
  animation-delay: 2042ms;
}
#authentication_login .circle-container:nth-child(137) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-137;
  animation-duration: 31450ms;
  animation-delay: 24543ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(69vw, -139vh, 0);
  }
}
#authentication_login .circle-container:nth-child(137) .circle {
  animation-delay: 854ms;
}
#authentication_login .circle-container:nth-child(138) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-138;
  animation-duration: 32823ms;
  animation-delay: 24101ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(62vw, 109vh, 0);
  }
  to {
    transform: translate3d(81vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(138) .circle {
  animation-delay: 1470ms;
}
#authentication_login .circle-container:nth-child(139) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-139;
  animation-duration: 33506ms;
  animation-delay: 33489ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(139) .circle {
  animation-delay: 2882ms;
}
#authentication_login .circle-container:nth-child(140) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-140;
  animation-duration: 36072ms;
  animation-delay: 7124ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(140) .circle {
  animation-delay: 330ms;
}
#authentication_login .circle-container:nth-child(141) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-141;
  animation-duration: 35076ms;
  animation-delay: 36619ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(141) .circle {
  animation-delay: 1689ms;
}
#authentication_login .circle-container:nth-child(142) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-142;
  animation-duration: 36987ms;
  animation-delay: 6168ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(142) .circle {
  animation-delay: 1178ms;
}
#authentication_login .circle-container:nth-child(143) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-143;
  animation-duration: 36699ms;
  animation-delay: 7891ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(143) .circle {
  animation-delay: 3016ms;
}
#authentication_login .circle-container:nth-child(144) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-144;
  animation-duration: 30007ms;
  animation-delay: 5406ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(40vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(144) .circle {
  animation-delay: 179ms;
}
#authentication_login .circle-container:nth-child(145) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-145;
  animation-duration: 30246ms;
  animation-delay: 25038ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(46vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(145) .circle {
  animation-delay: 1502ms;
}
#authentication_login .circle-container:nth-child(146) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-146;
  animation-duration: 34780ms;
  animation-delay: 33311ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(41vw, 109vh, 0);
  }
  to {
    transform: translate3d(17vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(146) .circle {
  animation-delay: 2770ms;
}
#authentication_login .circle-container:nth-child(147) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-147;
  animation-duration: 36117ms;
  animation-delay: 32422ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(86vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(147) .circle {
  animation-delay: 381ms;
}
#authentication_login .circle-container:nth-child(148) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-148;
  animation-duration: 30648ms;
  animation-delay: 1575ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(81vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(148) .circle {
  animation-delay: 1420ms;
}
#authentication_login .circle-container:nth-child(149) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-149;
  animation-duration: 29300ms;
  animation-delay: 6437ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(149) .circle {
  animation-delay: 436ms;
}
#authentication_login .circle-container:nth-child(150) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-150;
  animation-duration: 36395ms;
  animation-delay: 29069ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(71vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(150) .circle {
  animation-delay: 851ms;
}
#authentication_login .circle-container:nth-child(151) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-151;
  animation-duration: 28932ms;
  animation-delay: 36401ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(151) .circle {
  animation-delay: 2900ms;
}
#authentication_login .circle-container:nth-child(152) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-152;
  animation-duration: 34881ms;
  animation-delay: 7749ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(152) .circle {
  animation-delay: 906ms;
}
#authentication_login .circle-container:nth-child(153) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-153;
  animation-duration: 29600ms;
  animation-delay: 6105ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(153) .circle {
  animation-delay: 575ms;
}
#authentication_login .circle-container:nth-child(154) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-154;
  animation-duration: 29665ms;
  animation-delay: 26550ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(32vw, 108vh, 0);
  }
  to {
    transform: translate3d(55vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(154) .circle {
  animation-delay: 1181ms;
}
#authentication_login .circle-container:nth-child(155) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-155;
  animation-duration: 36668ms;
  animation-delay: 4237ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(12vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -140vh, 0);
  }
}
#authentication_login .circle-container:nth-child(155) .circle {
  animation-delay: 2491ms;
}
#authentication_login .circle-container:nth-child(156) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-156;
  animation-duration: 31638ms;
  animation-delay: 2023ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(156) .circle {
  animation-delay: 3541ms;
}
#authentication_login .circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-157;
  animation-duration: 35431ms;
  animation-delay: 6848ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(157) .circle {
  animation-delay: 2173ms;
}
#authentication_login .circle-container:nth-child(158) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-158;
  animation-duration: 30509ms;
  animation-delay: 11606ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(8vw, 106vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(158) .circle {
  animation-delay: 1586ms;
}
#authentication_login .circle-container:nth-child(159) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-159;
  animation-duration: 30406ms;
  animation-delay: 19870ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(11vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(159) .circle {
  animation-delay: 240ms;
}
#authentication_login .circle-container:nth-child(160) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-160;
  animation-duration: 36055ms;
  animation-delay: 14682ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(160) .circle {
  animation-delay: 593ms;
}
#authentication_login .circle-container:nth-child(161) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-161;
  animation-duration: 33904ms;
  animation-delay: 7289ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(161) .circle {
  animation-delay: 3537ms;
}
#authentication_login .circle-container:nth-child(162) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-162;
  animation-duration: 28869ms;
  animation-delay: 11831ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(83vw, 101vh, 0);
  }
  to {
    transform: translate3d(56vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(162) .circle {
  animation-delay: 1062ms;
}
#authentication_login .circle-container:nth-child(163) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-163;
  animation-duration: 32496ms;
  animation-delay: 22962ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(163) .circle {
  animation-delay: 3438ms;
}
#authentication_login .circle-container:nth-child(164) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-164;
  animation-duration: 31612ms;
  animation-delay: 10693ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(6vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(164) .circle {
  animation-delay: 3603ms;
}
#authentication_login .circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-165;
  animation-duration: 30585ms;
  animation-delay: 35536ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(82vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(165) .circle {
  animation-delay: 3937ms;
}
#authentication_login .circle-container:nth-child(166) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-166;
  animation-duration: 28419ms;
  animation-delay: 11803ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(166) .circle {
  animation-delay: 2847ms;
}
#authentication_login .circle-container:nth-child(167) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-167;
  animation-duration: 29198ms;
  animation-delay: 21533ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(167) .circle {
  animation-delay: 1230ms;
}
#authentication_login .circle-container:nth-child(168) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-168;
  animation-duration: 35160ms;
  animation-delay: 30180ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(28vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(168) .circle {
  animation-delay: 1171ms;
}
#authentication_login .circle-container:nth-child(169) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-169;
  animation-duration: 29212ms;
  animation-delay: 10196ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(73vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(169) .circle {
  animation-delay: 175ms;
}
#authentication_login .circle-container:nth-child(170) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-170;
  animation-duration: 33665ms;
  animation-delay: 3084ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(55vw, 102vh, 0);
  }
  to {
    transform: translate3d(42vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(170) .circle {
  animation-delay: 2838ms;
}
#authentication_login .circle-container:nth-child(171) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-171;
  animation-duration: 34913ms;
  animation-delay: 4307ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(7vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(171) .circle {
  animation-delay: 3840ms;
}
#authentication_login .circle-container:nth-child(172) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-172;
  animation-duration: 29130ms;
  animation-delay: 6814ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(172) .circle {
  animation-delay: 3102ms;
}
#authentication_login .circle-container:nth-child(173) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-173;
  animation-duration: 35233ms;
  animation-delay: 21615ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(62vw, 108vh, 0);
  }
  to {
    transform: translate3d(12vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(173) .circle {
  animation-delay: 2973ms;
}
#authentication_login .circle-container:nth-child(174) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-174;
  animation-duration: 29528ms;
  animation-delay: 32586ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(57vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(174) .circle {
  animation-delay: 2054ms;
}
#authentication_login .circle-container:nth-child(175) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-175;
  animation-duration: 33842ms;
  animation-delay: 4519ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(99vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(175) .circle {
  animation-delay: 3197ms;
}
#authentication_login .circle-container:nth-child(176) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-176;
  animation-duration: 31514ms;
  animation-delay: 14019ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(176) .circle {
  animation-delay: 404ms;
}
#authentication_login .circle-container:nth-child(177) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-177;
  animation-duration: 34187ms;
  animation-delay: 6193ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(93vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(177) .circle {
  animation-delay: 378ms;
}
#authentication_login .circle-container:nth-child(178) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-178;
  animation-duration: 35616ms;
  animation-delay: 32729ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(178) .circle {
  animation-delay: 4000ms;
}
#authentication_login .circle-container:nth-child(179) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-179;
  animation-duration: 36545ms;
  animation-delay: 29731ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(63vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(179) .circle {
  animation-delay: 3817ms;
}
#authentication_login .circle-container:nth-child(180) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-180;
  animation-duration: 32324ms;
  animation-delay: 29996ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(180) .circle {
  animation-delay: 1022ms;
}
#authentication_login .circle-container:nth-child(181) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-181;
  animation-duration: 36094ms;
  animation-delay: 36853ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(25vw, 106vh, 0);
  }
  to {
    transform: translate3d(52vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(181) .circle {
  animation-delay: 3234ms;
}
#authentication_login .circle-container:nth-child(182) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-182;
  animation-duration: 32326ms;
  animation-delay: 10606ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(35vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(182) .circle {
  animation-delay: 3733ms;
}
#authentication_login .circle-container:nth-child(183) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-183;
  animation-duration: 30567ms;
  animation-delay: 10997ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -137vh, 0);
  }
}
#authentication_login .circle-container:nth-child(183) .circle {
  animation-delay: 3101ms;
}
#authentication_login .circle-container:nth-child(184) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-184;
  animation-duration: 35780ms;
  animation-delay: 17967ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(184) .circle {
  animation-delay: 60ms;
}
#authentication_login .circle-container:nth-child(185) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-185;
  animation-duration: 31815ms;
  animation-delay: 96ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(185) .circle {
  animation-delay: 1574ms;
}
#authentication_login .circle-container:nth-child(186) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-186;
  animation-duration: 31430ms;
  animation-delay: 7978ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(186) .circle {
  animation-delay: 1834ms;
}
#authentication_login .circle-container:nth-child(187) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-187;
  animation-duration: 32353ms;
  animation-delay: 23795ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(80vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(187) .circle {
  animation-delay: 3440ms;
}
#authentication_login .circle-container:nth-child(188) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-188;
  animation-duration: 32477ms;
  animation-delay: 8035ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(80vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(188) .circle {
  animation-delay: 2769ms;
}
#authentication_login .circle-container:nth-child(189) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-189;
  animation-duration: 35386ms;
  animation-delay: 32190ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(189) .circle {
  animation-delay: 2600ms;
}
#authentication_login .circle-container:nth-child(190) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-190;
  animation-duration: 30768ms;
  animation-delay: 33431ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(23vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(190) .circle {
  animation-delay: 367ms;
}
#authentication_login .circle-container:nth-child(191) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-191;
  animation-duration: 29710ms;
  animation-delay: 28302ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(75vw, 108vh, 0);
  }
  to {
    transform: translate3d(94vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(191) .circle {
  animation-delay: 129ms;
}
#authentication_login .circle-container:nth-child(192) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-192;
  animation-duration: 35578ms;
  animation-delay: 13335ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(70vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(192) .circle {
  animation-delay: 1957ms;
}
#authentication_login .circle-container:nth-child(193) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-193;
  animation-duration: 36050ms;
  animation-delay: 17095ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(72vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(193) .circle {
  animation-delay: 1005ms;
}
#authentication_login .circle-container:nth-child(194) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-194;
  animation-duration: 29171ms;
  animation-delay: 4173ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(194) .circle {
  animation-delay: 2747ms;
}
#authentication_login .circle-container:nth-child(195) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-195;
  animation-duration: 33563ms;
  animation-delay: 1694ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(100vw, 107vh, 0);
  }
  to {
    transform: translate3d(79vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(195) .circle {
  animation-delay: 2044ms;
}
#authentication_login .circle-container:nth-child(196) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-196;
  animation-duration: 35750ms;
  animation-delay: 22678ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(196) .circle {
  animation-delay: 1506ms;
}
#authentication_login .circle-container:nth-child(197) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-197;
  animation-duration: 28215ms;
  animation-delay: 33749ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(197) .circle {
  animation-delay: 1412ms;
}
#authentication_login .circle-container:nth-child(198) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-198;
  animation-duration: 30062ms;
  animation-delay: 7414ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(84vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(198) .circle {
  animation-delay: 1813ms;
}
#authentication_login .circle-container:nth-child(199) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-199;
  animation-duration: 29708ms;
  animation-delay: 6014ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(10vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -106vh, 0);
  }
}
#authentication_login .circle-container:nth-child(199) .circle {
  animation-delay: 2693ms;
}
#authentication_login .circle-container:nth-child(200) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-200;
  animation-duration: 33026ms;
  animation-delay: 2922ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(200) .circle {
  animation-delay: 3129ms;
}
#authentication_login .paused {
  animation-play-state: paused;
}

#brand_form .brand_logo {
  position: relative;
}
#brand_form .brand_logo .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#brand_form .brand_logo .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#brand_form .brand_logo .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#brand_form .brand_logo .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 130px;
  height: 66px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#brand_form .brand_logo .preview img {
  width: 128px;
  height: 64px;
}
#brand_form .brand_logo .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#brand_form .brand_logo .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}
#brand_form .brand_sales_report {
  margin-top: 10px;
  background-color: #fff;
  padding: 30px;
}
#brand_form .brand_sales_report h3 {
  font-size: 1em;
  font-weight: bold;
}
#brand_form .date_range_group {
  margin-top: 10px;
  background-color: #fff;
  padding: 20px;
}

#home_slide_form .home_slide_image {
  position: relative;
}
#home_slide_form .home_slide_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#home_slide_form .home_slide_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#home_slide_form .home_slide_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#home_slide_form .home_slide_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#home_slide_form .home_slide_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#home_slide_form .home_slide_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#home_slide_form .home_slide_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#home_banner_form .home_banner_image {
  position: relative;
}
#home_banner_form .home_banner_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#home_banner_form .home_banner_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#home_banner_form .home_banner_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#home_banner_form .home_banner_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#home_banner_form .home_banner_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#home_banner_form .home_banner_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#home_banner_form .home_banner_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#home_index {
  padding: 15px;
}
#home_index .report_group .chart {
  background-color: #fff;
  padding: 20px;
}

#items_index {
  padding-bottom: 15px;
}
#items_index .item_name .actions {
  display: block;
  margin-left: auto;
}
#items_index .item_name .actions a {
  color: #999;
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  margin: 0;
}
#items_index .item_name .actions a:hover {
  color: #333;
}
#items_index .batch_actions .dropdown li {
  border-top: 1px solid #eee;
  display: flex;
  padding: 4px 0;
}
#items_index .batch_actions .dropdown li:first-child {
  border-top: 0 none;
}
#items_index .batch_actions .dropdown li label {
  color: #999;
  font-size: 14px;
  width: 120px;
  padding: 0.25rem 0 0.25rem 1rem;
  text-align: right;
}
#items_index .batch_actions .dropdown li form {
  margin-left: 6px;
}
#items_index .expiry_date_override {
  color: darkorange;
}
#items_index .package {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#items_index .image_hover {
  color: #999;
  position: relative;
  margin-right: 5px;
}
#items_index .image_hover .item_image_wrap {
  background-color: #fff;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  position: absolute;
  top: -66px;
  left: -149px;
  width: 150px;
  overflow: hidden;
  z-index: 100;
}
#items_index .image_hover .item_image_wrap img {
  width: 100%;
  height: 100%;
}
#items_index .image_hover:hover {
  color: #333;
}
#items_index .image_hover:hover .item_image_wrap {
  display: block;
}

#price_chart_table th,
#price_chart_table td {
  text-align: right;
  padding: 0 6px;
}
#price_chart_table .custom_row td.input {
  padding: 0;
}
#price_chart_table .custom_row input {
  background-color: lightyellow;
  font-size: 13px;
  text-align: right;
}
#price_chart_table tr.breakeven th,
#price_chart_table tr.breakeven td {
  background-color: rgba(255, 0, 0, 0.2);
}
#price_chart_table tr.loss th,
#price_chart_table tr.loss td {
  background-color: rgba(255, 0, 0, 0.2);
}

#items_create,
#items_edit {
  padding-bottom: 60px;
}
#items_create .chart_canvas_wrap,
#items_edit .chart_canvas_wrap {
  background-color: #fff;
  padding: 15px;
}

#link_vendor_item_modal .modal-body {
  min-height: 300px;
}

#item_form #upc_input_field.has_error {
  border: 2px solid red;
}
#item_form .vendor_item_search_fields {
  display: flex;
  max-width: 400px;
  margin-bottom: 10px;
}
#item_form .vendor_item_search_fields #vendor_item_search_vendor_id {
  margin-right: 2px;
}
#item_form .vendor_item_search_fields #search_vendor_item_q_field {
  margin-left: 2px;
}
#item_form .vendor_item_search_fields #search_vendor_item_id_field {
  width: 60px;
  margin-right: 2px;
}
#item_form .vendor_item_search_fields #search_vendor_item_button {
  margin-left: 10px;
}
#item_form .vendor_item_quick_search_options {
  margin-bottom: 10px;
}
#item_form .vendor_item_quick_search_options a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}
#item_form .checkbox_options .group_head {
  display: flex;
  margin-top: 30px;
}
#item_form .checkbox_options .group_head h3 {
  width: 120px;
}
#item_form .checkbox_options .select_group {
  display: flex;
  flex-wrap: wrap;
}
#item_form .checkbox_options .select_group .checkbox_option {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 120px;
}
#item_form .vendor_price_timestamp {
  color: #666;
  font-size: 12px;
  text-align: right;
}
#item_form .allow_overselling {
  display: flex;
  padding-left: 6px;
  align-items: center;
}
#item_form .allow_overselling label {
  margin-left: 5px;
}
#item_form .product_number {
  white-space: nowrap;
}
#item_form .product_number .product_number_name {
  color: #999;
}
#item_form #category_tree .parent_category {
  margin-bottom: 15px;
}
#item_form #category_tree .parent_category_name {
  margin-bottom: 2px;
}
#item_form #category_tree .checkbox_options {
  margin-left: 20px;
}
#item_form .items_images {
  display: flex;
  flex-wrap: wrap;
}
#item_form .items_images .item_image_wrapper {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
#item_form .items_images .item_image_wrapper .delete_image_button {
  background-color: rgba(255, 255, 255, 0.85);
  color: red;
  display: none;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 20;
}
#item_form .items_images .item_image_wrapper .delete_image_button:hover {
  background-color: #eee;
}
#item_form .items_images .item_image_wrapper .preview {
  border: 1px solid #eee;
  display: flex;
  width: 202px;
  height: 202px;
  position: relative;
  align-items: center;
  justify-content: center;
}
#item_form .items_images .item_image_wrapper .preview .spinner {
  display: none;
  font-size: 14px;
  text-align: center;
}
#item_form .items_images .image_actions {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
#item_form .items_images .image_actions .upload_button_wrapper {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
#item_form .items_images .image_actions .upload_button_wrapper input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#item_form .items_images .image_actions .move_button {
  min-width: auto;
}
#item_form .items_images .image_actions .move_button.disabled {
  color: #bbb;
}
#item_form .wemart_share_image {
  position: relative;
}
#item_form .wemart_share_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#item_form .wemart_share_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#item_form .wemart_share_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#item_form .wemart_share_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 202px;
  height: 202px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#item_form .wemart_share_image .preview img {
  max-width: 200px;
  max-height: 200px;
}
#item_form .wemart_share_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#item_form .wemart_share_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}
#item_form #selected_tags {
  margin-bottom: 10px;
}
#item_form #selected_tags .selected_tag {
  background-color: #ffefe0;
  font-size: 13px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 3px 5px;
}
#item_form #selected_tags .selected_tag button {
  font-size: 10px;
  margin-left: 5px;
}

#profile_index {
  padding: 15px;
}

#profile_change_password {
  padding-top: 10px;
}
#profile_change_password form {
  padding: 15px;
}
#profile_change_password form .label {
  color: #666;
  font-size: 12px;
}
#profile_change_password form .requirements_list li {
  color: #bbb;
  font-size: 14px;
}
#profile_change_password form .requirements_list li.ok {
  color: limegreen;
}

#sales_orders_show {
  padding-bottom: 60px;
}
#sales_orders_show .item_description_group {
  display: flex;
}
#sales_orders_show .item_description_group .package_size {
  color: #666;
  margin-top: 5px;
}
#sales_orders_show .item_image {
  background-color: #f2f2f2;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
#sales_orders_show .item_image img {
  width: 60px;
  height: 60px;
}
#sales_orders_show .item_name .actions {
  display: block;
  margin-left: auto;
}
#sales_orders_show .item_name .actions a {
  color: #999;
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  margin: 0;
}
#sales_orders_show .item_name .actions a:hover {
  color: #333;
}

#sales_orders_index #sales_order_export_form {
  display: flex;
}
#sales_orders_index #sales_order_export_form .form-control {
  margin-right: 5px;
  width: 120px;
}

.sales_order_payment_pending {
  background-color: red;
  color: white;
}

#settings_index {
  padding: 15px;
}

#user_form .initial_password {
  font-family: monospace;
}

#vendor_items_index .vendor_name, #vendor_items_index .brand_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

#vendor_items_link_suggestions {
  padding-top: 10px;
}

#vendor_items_import table tr.new {
  background-color: #e1fce1;
}
#vendor_items_import table del {
  color: red;
  margin-right: 5px;
}

#vendor_items_index {
  padding-bottom: 60px;
}
#vendor_items_index .vendor_item_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vendor_items_index .vendor_item_brand_name {
  color: #9ba3b1;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#item_category_form .item_category_image {
  position: relative;
}
#item_category_form .item_category_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#item_category_form .item_category_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#item_category_form .item_category_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#item_category_form .item_category_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 500px;
  height: 500px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#item_category_form .item_category_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#item_category_form .item_category_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#item_category_form .item_category_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#tag_form .tag_image {
  position: relative;
}
#tag_form .tag_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#tag_form .tag_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#tag_form .tag_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#tag_form .tag_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 252px;
  height: 252px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#tag_form .tag_image .preview img {
  max-width: 250px;
  max-height: 250px;
}
#tag_form .tag_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#tag_form .tag_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}
#tag_form .tag_pdf {
  position: relative;
}
#tag_form .tag_pdf .add_pdf_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#tag_form .tag_pdf .add_pdf_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#tag_form .tag_pdf .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#tag_form .tag_pdf .pdf_preview {
  border: 1px solid #ddd;
  display: flex;
  width: 252px;
  height: 252px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#tag_form .tag_pdf .pdf_preview img {
  max-width: 250px;
  max-height: 250px;
}
#tag_form .tag_pdf .pdf_preview .pdf_spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#tag_form .tag_pdf .pdf_preview .pdf_spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#promotion_form .promotion_image {
  position: relative;
}
#promotion_form .promotion_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#promotion_form .promotion_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#promotion_form .promotion_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#promotion_form .promotion_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#promotion_form .promotion_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#promotion_form .promotion_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#promotion_form .promotion_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}
#promotion_form .promotion_type_group {
  display: none;
}

#wemart_customer_orders_show {
  padding-bottom: 60px;
}
#wemart_customer_orders_show .item_name .actions {
  display: block;
  margin-left: auto;
}
#wemart_customer_orders_show .item_name .actions a {
  color: #999;
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  margin: 0;
}
#wemart_customer_orders_show .item_name .actions a:hover {
  color: #333;
}

#wemart_merchant_accounts_monthly_report {
  padding-bottom: 30px;
}
#wemart_merchant_accounts_monthly_report .report_summary {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
#wemart_merchant_accounts_monthly_report .report_summary h4 {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
#wemart_merchant_accounts_monthly_report .report_summary .amount {
  font-size: 20px;
}
#wemart_merchant_accounts_monthly_report h3 {
  font-size: 16px;
}
#wemart_merchant_accounts_monthly_report table tfoot td {
  border-bottom-width: 0;
}

#wemart_merchant_orders_monthly_report .months_selection {
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 15px;
}
#wemart_merchant_orders_monthly_report .months_selection a {
  border-bottom: 2px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  text-decoration: none;
}
#wemart_merchant_orders_monthly_report .months_selection a.active {
  border-bottom-color: #d00;
}

#wemart_merchant_orders_show {
  padding-bottom: 60px;
}
#wemart_merchant_orders_show .item_name .actions {
  display: block;
  margin-left: auto;
}
#wemart_merchant_orders_show .item_name .actions a {
  color: #999;
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  margin: 0;
}
#wemart_merchant_orders_show .item_name .actions a:hover {
  color: #333;
}

#home_link_form .home_link_image {
  position: relative;
}
#home_link_form .home_link_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#home_link_form .home_link_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#home_link_form .home_link_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#home_link_form .home_link_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#home_link_form .home_link_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#home_link_form .home_link_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#home_link_form .home_link_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#top_collection_form .top_collection_image {
  position: relative;
}
#top_collection_form .top_collection_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#top_collection_form .top_collection_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#top_collection_form .top_collection_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#top_collection_form .top_collection_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#top_collection_form .top_collection_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#top_collection_form .top_collection_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#top_collection_form .top_collection_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#checkouts_show {
  padding-bottom: 60px;
}
#checkouts_show .item_description_group {
  display: flex;
}
#checkouts_show .item_description_group .package_size {
  color: #666;
  margin-top: 5px;
}
#checkouts_show .item_image {
  background-color: #f2f2f2;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
#checkouts_show .item_image img {
  width: 60px;
  height: 60px;
}
#checkouts_show .item_name .actions {
  display: block;
  margin-left: auto;
}
#checkouts_show .item_name .actions a {
  color: #999;
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  margin: 0;
}
#checkouts_show .item_name .actions a:hover {
  color: #333;
}

#global_variable_form .global_variable_image {
  position: relative;
}
#global_variable_form .global_variable_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#global_variable_form .global_variable_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#global_variable_form .global_variable_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#global_variable_form .global_variable_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 302px;
  height: 302px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#global_variable_form .global_variable_image .preview img {
  max-width: 300px;
  max-height: 300px;
}
#global_variable_form .global_variable_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#global_variable_form .global_variable_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#author_form .author_avatar {
  position: relative;
}
#author_form .author_avatar .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#author_form .author_avatar .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#author_form .author_avatar .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#author_form .author_avatar .preview {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  width: 202px;
  height: 202px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#author_form .author_avatar .preview img {
  width: 200px;
  height: 200px;
}
#author_form .author_avatar .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#author_form .author_avatar .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#article_form .article_list_image {
  position: relative;
}
#article_form .article_list_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#article_form .article_list_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#article_form .article_list_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#article_form .article_list_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 202px;
  height: 202px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#article_form .article_list_image .preview img {
  width: 200px;
  height: 200px;
}
#article_form .article_list_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#article_form .article_list_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#item_description_header_form .item_description_header_image {
  position: relative;
}
#item_description_header_form .item_description_header_image .add_image_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#item_description_header_form .item_description_header_image .add_image_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#item_description_header_form .item_description_header_image .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#item_description_header_form .item_description_header_image .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#item_description_header_form .item_description_header_image .preview img {
  max-width: 500px;
  max-height: 500px;
}
#item_description_header_form .item_description_header_image .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#item_description_header_form .item_description_header_image .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}

#sachmis_merchant_account_form {
  background-color: red;
}
#sachmis_merchant_account_form .merchant_account_qr_code {
  position: relative;
}
#sachmis_merchant_account_form .merchant_account_qr_code .add_qr_code_button {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#sachmis_merchant_account_form .merchant_account_qr_code .add_qr_code_button input {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 132px;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
}
#sachmis_merchant_account_form .merchant_account_qr_code .delete_button {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}
#sachmis_merchant_account_form .merchant_account_qr_code .preview {
  border: 1px solid #ddd;
  display: flex;
  width: 502px;
  height: 502px;
  position: relative;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
#sachmis_merchant_account_form .merchant_account_qr_code .preview img {
  max-width: 500px;
  max-height: 500px;
}
#sachmis_merchant_account_form .merchant_account_qr_code .preview .spinner {
  color: #ccc;
  display: none;
  text-align: center;
}
#sachmis_merchant_account_form .merchant_account_qr_code .preview .spinner .spinner-border {
  color: #ccc;
  margin-bottom: 10px;
}
