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: 8px;
  height: 8px;
  animation-name: move-frames-1;
  animation-duration: 36746ms;
  animation-delay: 224ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(42vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(1) .circle {
  animation-delay: 521ms;
}
#authentication_login .circle-container:nth-child(2) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-2;
  animation-duration: 28320ms;
  animation-delay: 35251ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -106vh, 0);
  }
}
#authentication_login .circle-container:nth-child(2) .circle {
  animation-delay: 2489ms;
}
#authentication_login .circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-3;
  animation-duration: 34445ms;
  animation-delay: 32417ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(97vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(3) .circle {
  animation-delay: 2671ms;
}
#authentication_login .circle-container:nth-child(4) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-4;
  animation-duration: 34004ms;
  animation-delay: 34637ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(89vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -105vh, 0);
  }
}
#authentication_login .circle-container:nth-child(4) .circle {
  animation-delay: 3317ms;
}
#authentication_login .circle-container:nth-child(5) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-5;
  animation-duration: 30898ms;
  animation-delay: 6129ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(5) .circle {
  animation-delay: 2458ms;
}
#authentication_login .circle-container:nth-child(6) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-6;
  animation-duration: 32170ms;
  animation-delay: 11944ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(6) .circle {
  animation-delay: 2577ms;
}
#authentication_login .circle-container:nth-child(7) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-7;
  animation-duration: 33145ms;
  animation-delay: 15082ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(7) .circle {
  animation-delay: 2735ms;
}
#authentication_login .circle-container:nth-child(8) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-8;
  animation-duration: 33089ms;
  animation-delay: 18934ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(45vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(8) .circle {
  animation-delay: 3494ms;
}
#authentication_login .circle-container:nth-child(9) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-9;
  animation-duration: 30642ms;
  animation-delay: 31655ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(95vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(9) .circle {
  animation-delay: 2375ms;
}
#authentication_login .circle-container:nth-child(10) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-10;
  animation-duration: 34232ms;
  animation-delay: 12958ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(56vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(10) .circle {
  animation-delay: 1180ms;
}
#authentication_login .circle-container:nth-child(11) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-11;
  animation-duration: 34151ms;
  animation-delay: 7832ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(56vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(11) .circle {
  animation-delay: 1945ms;
}
#authentication_login .circle-container:nth-child(12) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-12;
  animation-duration: 30186ms;
  animation-delay: 6879ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(30vw, 109vh, 0);
  }
  to {
    transform: translate3d(65vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(12) .circle {
  animation-delay: 1283ms;
}
#authentication_login .circle-container:nth-child(13) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-13;
  animation-duration: 34906ms;
  animation-delay: 28107ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(88vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(13) .circle {
  animation-delay: 3827ms;
}
#authentication_login .circle-container:nth-child(14) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-14;
  animation-duration: 28849ms;
  animation-delay: 13666ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(14) .circle {
  animation-delay: 1388ms;
}
#authentication_login .circle-container:nth-child(15) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-15;
  animation-duration: 32754ms;
  animation-delay: 36405ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(15) .circle {
  animation-delay: 1636ms;
}
#authentication_login .circle-container:nth-child(16) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-16;
  animation-duration: 35574ms;
  animation-delay: 29579ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(25vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(16) .circle {
  animation-delay: 1546ms;
}
#authentication_login .circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-17;
  animation-duration: 32957ms;
  animation-delay: 5925ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(80vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(17) .circle {
  animation-delay: 784ms;
}
#authentication_login .circle-container:nth-child(18) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-18;
  animation-duration: 36357ms;
  animation-delay: 14632ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(95vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(18) .circle {
  animation-delay: 3363ms;
}
#authentication_login .circle-container:nth-child(19) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-19;
  animation-duration: 28768ms;
  animation-delay: 1228ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -138vh, 0);
  }
}
#authentication_login .circle-container:nth-child(19) .circle {
  animation-delay: 1831ms;
}
#authentication_login .circle-container:nth-child(20) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-20;
  animation-duration: 32022ms;
  animation-delay: 6275ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(16vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(20) .circle {
  animation-delay: 58ms;
}
#authentication_login .circle-container:nth-child(21) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-21;
  animation-duration: 28142ms;
  animation-delay: 15979ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(46vw, 103vh, 0);
  }
  to {
    transform: translate3d(4vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(21) .circle {
  animation-delay: 3938ms;
}
#authentication_login .circle-container:nth-child(22) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-22;
  animation-duration: 35140ms;
  animation-delay: 26613ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(84vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(22) .circle {
  animation-delay: 1261ms;
}
#authentication_login .circle-container:nth-child(23) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-23;
  animation-duration: 33695ms;
  animation-delay: 25434ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(43vw, 102vh, 0);
  }
  to {
    transform: translate3d(87vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(23) .circle {
  animation-delay: 1251ms;
}
#authentication_login .circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-24;
  animation-duration: 34654ms;
  animation-delay: 34752ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(15vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(24) .circle {
  animation-delay: 3867ms;
}
#authentication_login .circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-25;
  animation-duration: 28584ms;
  animation-delay: 21743ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -105vh, 0);
  }
}
#authentication_login .circle-container:nth-child(25) .circle {
  animation-delay: 2626ms;
}
#authentication_login .circle-container:nth-child(26) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-26;
  animation-duration: 31637ms;
  animation-delay: 13543ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(22vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(26) .circle {
  animation-delay: 1110ms;
}
#authentication_login .circle-container:nth-child(27) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-27;
  animation-duration: 28108ms;
  animation-delay: 743ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(27) .circle {
  animation-delay: 591ms;
}
#authentication_login .circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-28;
  animation-duration: 32821ms;
  animation-delay: 23826ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(23vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(28) .circle {
  animation-delay: 665ms;
}
#authentication_login .circle-container:nth-child(29) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-29;
  animation-duration: 36846ms;
  animation-delay: 1578ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(29) .circle {
  animation-delay: 2718ms;
}
#authentication_login .circle-container:nth-child(30) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-30;
  animation-duration: 33921ms;
  animation-delay: 16063ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(94vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(30) .circle {
  animation-delay: 1408ms;
}
#authentication_login .circle-container:nth-child(31) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-31;
  animation-duration: 29452ms;
  animation-delay: 1234ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(31) .circle {
  animation-delay: 2111ms;
}
#authentication_login .circle-container:nth-child(32) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-32;
  animation-duration: 32654ms;
  animation-delay: 26546ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(32) .circle {
  animation-delay: 3951ms;
}
#authentication_login .circle-container:nth-child(33) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-33;
  animation-duration: 29305ms;
  animation-delay: 19196ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
#authentication_login .circle-container:nth-child(33) .circle {
  animation-delay: 2082ms;
}
#authentication_login .circle-container:nth-child(34) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-34;
  animation-duration: 28778ms;
  animation-delay: 23653ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(34) .circle {
  animation-delay: 3903ms;
}
#authentication_login .circle-container:nth-child(35) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-35;
  animation-duration: 30302ms;
  animation-delay: 4474ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -104vh, 0);
  }
}
#authentication_login .circle-container:nth-child(35) .circle {
  animation-delay: 3401ms;
}
#authentication_login .circle-container:nth-child(36) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-36;
  animation-duration: 30834ms;
  animation-delay: 7277ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(66vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(36) .circle {
  animation-delay: 2691ms;
}
#authentication_login .circle-container:nth-child(37) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-37;
  animation-duration: 30151ms;
  animation-delay: 2147ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(37) .circle {
  animation-delay: 62ms;
}
#authentication_login .circle-container:nth-child(38) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-38;
  animation-duration: 35462ms;
  animation-delay: 5698ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(38) .circle {
  animation-delay: 3491ms;
}
#authentication_login .circle-container:nth-child(39) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-39;
  animation-duration: 33959ms;
  animation-delay: 33621ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(39vw, -105vh, 0);
  }
}
#authentication_login .circle-container:nth-child(39) .circle {
  animation-delay: 2050ms;
}
#authentication_login .circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-40;
  animation-duration: 36819ms;
  animation-delay: 24438ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(57vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(40) .circle {
  animation-delay: 303ms;
}
#authentication_login .circle-container:nth-child(41) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-41;
  animation-duration: 34469ms;
  animation-delay: 13305ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(41) .circle {
  animation-delay: 2840ms;
}
#authentication_login .circle-container:nth-child(42) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-42;
  animation-duration: 32410ms;
  animation-delay: 27977ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(42) .circle {
  animation-delay: 3162ms;
}
#authentication_login .circle-container:nth-child(43) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-43;
  animation-duration: 29329ms;
  animation-delay: 13499ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(94vw, 105vh, 0);
  }
  to {
    transform: translate3d(13vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(43) .circle {
  animation-delay: 1871ms;
}
#authentication_login .circle-container:nth-child(44) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-44;
  animation-duration: 33310ms;
  animation-delay: 33933ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(44) .circle {
  animation-delay: 421ms;
}
#authentication_login .circle-container:nth-child(45) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-45;
  animation-duration: 29211ms;
  animation-delay: 15945ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(45) .circle {
  animation-delay: 3379ms;
}
#authentication_login .circle-container:nth-child(46) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-46;
  animation-duration: 32866ms;
  animation-delay: 26252ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(46) .circle {
  animation-delay: 2452ms;
}
#authentication_login .circle-container:nth-child(47) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-47;
  animation-duration: 33849ms;
  animation-delay: 21734ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(47) .circle {
  animation-delay: 2225ms;
}
#authentication_login .circle-container:nth-child(48) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-48;
  animation-duration: 30679ms;
  animation-delay: 35418ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(56vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(48) .circle {
  animation-delay: 1012ms;
}
#authentication_login .circle-container:nth-child(49) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-49;
  animation-duration: 28305ms;
  animation-delay: 800ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(36vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(49) .circle {
  animation-delay: 292ms;
}
#authentication_login .circle-container:nth-child(50) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-50;
  animation-duration: 28495ms;
  animation-delay: 4189ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(25vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(50) .circle {
  animation-delay: 1082ms;
}
#authentication_login .circle-container:nth-child(51) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-51;
  animation-duration: 30154ms;
  animation-delay: 12765ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(68vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(51) .circle {
  animation-delay: 2092ms;
}
#authentication_login .circle-container:nth-child(52) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-52;
  animation-duration: 30528ms;
  animation-delay: 10511ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -139vh, 0);
  }
}
#authentication_login .circle-container:nth-child(52) .circle {
  animation-delay: 2620ms;
}
#authentication_login .circle-container:nth-child(53) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-53;
  animation-duration: 34702ms;
  animation-delay: 30340ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(13vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(53) .circle {
  animation-delay: 2682ms;
}
#authentication_login .circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-54;
  animation-duration: 28495ms;
  animation-delay: 22504ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(63vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(54) .circle {
  animation-delay: 1666ms;
}
#authentication_login .circle-container:nth-child(55) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-55;
  animation-duration: 33202ms;
  animation-delay: 2981ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(55) .circle {
  animation-delay: 1212ms;
}
#authentication_login .circle-container:nth-child(56) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-56;
  animation-duration: 35231ms;
  animation-delay: 9169ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(56) .circle {
  animation-delay: 3407ms;
}
#authentication_login .circle-container:nth-child(57) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-57;
  animation-duration: 31205ms;
  animation-delay: 11261ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(57) .circle {
  animation-delay: 2562ms;
}
#authentication_login .circle-container:nth-child(58) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-58;
  animation-duration: 31288ms;
  animation-delay: 22685ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(48vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(58) .circle {
  animation-delay: 945ms;
}
#authentication_login .circle-container:nth-child(59) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-59;
  animation-duration: 33310ms;
  animation-delay: 6330ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(15vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(59) .circle {
  animation-delay: 2900ms;
}
#authentication_login .circle-container:nth-child(60) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-60;
  animation-duration: 30199ms;
  animation-delay: 1593ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(60) .circle {
  animation-delay: 1718ms;
}
#authentication_login .circle-container:nth-child(61) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-61;
  animation-duration: 32660ms;
  animation-delay: 25345ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(61) .circle {
  animation-delay: 2334ms;
}
#authentication_login .circle-container:nth-child(62) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-62;
  animation-duration: 32202ms;
  animation-delay: 30925ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(62) .circle {
  animation-delay: 1839ms;
}
#authentication_login .circle-container:nth-child(63) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-63;
  animation-duration: 35221ms;
  animation-delay: 342ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(54vw, 102vh, 0);
  }
  to {
    transform: translate3d(59vw, -104vh, 0);
  }
}
#authentication_login .circle-container:nth-child(63) .circle {
  animation-delay: 4000ms;
}
#authentication_login .circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-64;
  animation-duration: 32981ms;
  animation-delay: 2359ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(64) .circle {
  animation-delay: 3567ms;
}
#authentication_login .circle-container:nth-child(65) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-65;
  animation-duration: 36196ms;
  animation-delay: 16023ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(65) .circle {
  animation-delay: 3531ms;
}
#authentication_login .circle-container:nth-child(66) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-66;
  animation-duration: 34940ms;
  animation-delay: 11473ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(66) .circle {
  animation-delay: 1027ms;
}
#authentication_login .circle-container:nth-child(67) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-67;
  animation-duration: 33306ms;
  animation-delay: 31973ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -137vh, 0);
  }
}
#authentication_login .circle-container:nth-child(67) .circle {
  animation-delay: 1552ms;
}
#authentication_login .circle-container:nth-child(68) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-68;
  animation-duration: 30447ms;
  animation-delay: 10137ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -106vh, 0);
  }
}
#authentication_login .circle-container:nth-child(68) .circle {
  animation-delay: 1804ms;
}
#authentication_login .circle-container:nth-child(69) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-69;
  animation-duration: 32713ms;
  animation-delay: 21989ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(69) .circle {
  animation-delay: 2792ms;
}
#authentication_login .circle-container:nth-child(70) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-70;
  animation-duration: 31919ms;
  animation-delay: 34392ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(70) .circle {
  animation-delay: 3963ms;
}
#authentication_login .circle-container:nth-child(71) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-71;
  animation-duration: 33434ms;
  animation-delay: 12536ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(2vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(71) .circle {
  animation-delay: 3936ms;
}
#authentication_login .circle-container:nth-child(72) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-72;
  animation-duration: 32272ms;
  animation-delay: 30503ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(49vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(72) .circle {
  animation-delay: 471ms;
}
#authentication_login .circle-container:nth-child(73) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-73;
  animation-duration: 33925ms;
  animation-delay: 31770ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(51vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(73) .circle {
  animation-delay: 64ms;
}
#authentication_login .circle-container:nth-child(74) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-74;
  animation-duration: 30920ms;
  animation-delay: 4670ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(53vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(74) .circle {
  animation-delay: 3245ms;
}
#authentication_login .circle-container:nth-child(75) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-75;
  animation-duration: 32997ms;
  animation-delay: 26063ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(25vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(75) .circle {
  animation-delay: 2323ms;
}
#authentication_login .circle-container:nth-child(76) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-76;
  animation-duration: 31226ms;
  animation-delay: 10869ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(87vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(76) .circle {
  animation-delay: 2649ms;
}
#authentication_login .circle-container:nth-child(77) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-77;
  animation-duration: 32557ms;
  animation-delay: 9519ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(77) .circle {
  animation-delay: 1617ms;
}
#authentication_login .circle-container:nth-child(78) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-78;
  animation-duration: 34411ms;
  animation-delay: 30849ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(78) .circle {
  animation-delay: 3745ms;
}
#authentication_login .circle-container:nth-child(79) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-79;
  animation-duration: 30946ms;
  animation-delay: 13801ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(22vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(79) .circle {
  animation-delay: 61ms;
}
#authentication_login .circle-container:nth-child(80) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-80;
  animation-duration: 30822ms;
  animation-delay: 30485ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(80) .circle {
  animation-delay: 696ms;
}
#authentication_login .circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-81;
  animation-duration: 35402ms;
  animation-delay: 10157ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(81) .circle {
  animation-delay: 2034ms;
}
#authentication_login .circle-container:nth-child(82) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-82;
  animation-duration: 36977ms;
  animation-delay: 19239ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(43vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(82) .circle {
  animation-delay: 123ms;
}
#authentication_login .circle-container:nth-child(83) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-83;
  animation-duration: 33465ms;
  animation-delay: 22623ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(83) .circle {
  animation-delay: 1597ms;
}
#authentication_login .circle-container:nth-child(84) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-84;
  animation-duration: 30231ms;
  animation-delay: 8316ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(7vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(84) .circle {
  animation-delay: 547ms;
}
#authentication_login .circle-container:nth-child(85) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-85;
  animation-duration: 28590ms;
  animation-delay: 14322ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(85) .circle {
  animation-delay: 1765ms;
}
#authentication_login .circle-container:nth-child(86) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-86;
  animation-duration: 33511ms;
  animation-delay: 15108ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(46vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(86) .circle {
  animation-delay: 5ms;
}
#authentication_login .circle-container:nth-child(87) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-87;
  animation-duration: 28626ms;
  animation-delay: 16025ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(87) .circle {
  animation-delay: 850ms;
}
#authentication_login .circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-88;
  animation-duration: 29847ms;
  animation-delay: 12720ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(71vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(88) .circle {
  animation-delay: 2238ms;
}
#authentication_login .circle-container:nth-child(89) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-89;
  animation-duration: 33701ms;
  animation-delay: 21757ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(89) .circle {
  animation-delay: 2059ms;
}
#authentication_login .circle-container:nth-child(90) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-90;
  animation-duration: 34950ms;
  animation-delay: 10515ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(24vw, 106vh, 0);
  }
  to {
    transform: translate3d(30vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(90) .circle {
  animation-delay: 3580ms;
}
#authentication_login .circle-container:nth-child(91) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-91;
  animation-duration: 35032ms;
  animation-delay: 5279ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(91) .circle {
  animation-delay: 3878ms;
}
#authentication_login .circle-container:nth-child(92) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-92;
  animation-duration: 33233ms;
  animation-delay: 3162ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(92) .circle {
  animation-delay: 206ms;
}
#authentication_login .circle-container:nth-child(93) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-93;
  animation-duration: 30925ms;
  animation-delay: 3841ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(93) .circle {
  animation-delay: 1557ms;
}
#authentication_login .circle-container:nth-child(94) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-94;
  animation-duration: 33095ms;
  animation-delay: 4962ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(34vw, 108vh, 0);
  }
  to {
    transform: translate3d(80vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(94) .circle {
  animation-delay: 1831ms;
}
#authentication_login .circle-container:nth-child(95) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-95;
  animation-duration: 32387ms;
  animation-delay: 23831ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(95) .circle {
  animation-delay: 2598ms;
}
#authentication_login .circle-container:nth-child(96) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-96;
  animation-duration: 29464ms;
  animation-delay: 36386ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(74vw, 108vh, 0);
  }
  to {
    transform: translate3d(22vw, -138vh, 0);
  }
}
#authentication_login .circle-container:nth-child(96) .circle {
  animation-delay: 3370ms;
}
#authentication_login .circle-container:nth-child(97) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-97;
  animation-duration: 33016ms;
  animation-delay: 24873ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(74vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(97) .circle {
  animation-delay: 1539ms;
}
#authentication_login .circle-container:nth-child(98) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-98;
  animation-duration: 34003ms;
  animation-delay: 18360ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(98) .circle {
  animation-delay: 3551ms;
}
#authentication_login .circle-container:nth-child(99) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-99;
  animation-duration: 29732ms;
  animation-delay: 9382ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(28vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(99) .circle {
  animation-delay: 1758ms;
}
#authentication_login .circle-container:nth-child(100) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-100;
  animation-duration: 31523ms;
  animation-delay: 36661ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(80vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(100) .circle {
  animation-delay: 2662ms;
}
#authentication_login .circle-container:nth-child(101) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-101;
  animation-duration: 35301ms;
  animation-delay: 7551ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(101) .circle {
  animation-delay: 3899ms;
}
#authentication_login .circle-container:nth-child(102) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-102;
  animation-duration: 29683ms;
  animation-delay: 24332ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(102) .circle {
  animation-delay: 3543ms;
}
#authentication_login .circle-container:nth-child(103) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-103;
  animation-duration: 30984ms;
  animation-delay: 21246ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(43vw, 103vh, 0);
  }
  to {
    transform: translate3d(49vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(103) .circle {
  animation-delay: 636ms;
}
#authentication_login .circle-container:nth-child(104) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-104;
  animation-duration: 28908ms;
  animation-delay: 15631ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(104) .circle {
  animation-delay: 1440ms;
}
#authentication_login .circle-container:nth-child(105) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-105;
  animation-duration: 33644ms;
  animation-delay: 25771ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(105) .circle {
  animation-delay: 3468ms;
}
#authentication_login .circle-container:nth-child(106) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-106;
  animation-duration: 28320ms;
  animation-delay: 14644ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(106) .circle {
  animation-delay: 984ms;
}
#authentication_login .circle-container:nth-child(107) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-107;
  animation-duration: 33234ms;
  animation-delay: 21620ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(107) .circle {
  animation-delay: 1914ms;
}
#authentication_login .circle-container:nth-child(108) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-108;
  animation-duration: 30978ms;
  animation-delay: 30308ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(45vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -132vh, 0);
  }
}
#authentication_login .circle-container:nth-child(108) .circle {
  animation-delay: 2191ms;
}
#authentication_login .circle-container:nth-child(109) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-109;
  animation-duration: 29793ms;
  animation-delay: 13292ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(18vw, 109vh, 0);
  }
  to {
    transform: translate3d(25vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(109) .circle {
  animation-delay: 91ms;
}
#authentication_login .circle-container:nth-child(110) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-110;
  animation-duration: 34244ms;
  animation-delay: 10205ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(110) .circle {
  animation-delay: 3246ms;
}
#authentication_login .circle-container:nth-child(111) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-111;
  animation-duration: 36111ms;
  animation-delay: 19728ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(74vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(111) .circle {
  animation-delay: 3312ms;
}
#authentication_login .circle-container:nth-child(112) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-112;
  animation-duration: 32492ms;
  animation-delay: 20406ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(35vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(112) .circle {
  animation-delay: 3675ms;
}
#authentication_login .circle-container:nth-child(113) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-113;
  animation-duration: 28310ms;
  animation-delay: 10331ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(25vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(113) .circle {
  animation-delay: 352ms;
}
#authentication_login .circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-114;
  animation-duration: 32443ms;
  animation-delay: 22974ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(114) .circle {
  animation-delay: 1802ms;
}
#authentication_login .circle-container:nth-child(115) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-115;
  animation-duration: 35118ms;
  animation-delay: 30533ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(40vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(115) .circle {
  animation-delay: 1398ms;
}
#authentication_login .circle-container:nth-child(116) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-116;
  animation-duration: 28569ms;
  animation-delay: 20409ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(26vw, 106vh, 0);
  }
  to {
    transform: translate3d(56vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(116) .circle {
  animation-delay: 3683ms;
}
#authentication_login .circle-container:nth-child(117) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-117;
  animation-duration: 35462ms;
  animation-delay: 20445ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(117) .circle {
  animation-delay: 2996ms;
}
#authentication_login .circle-container:nth-child(118) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-118;
  animation-duration: 29611ms;
  animation-delay: 77ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(118) .circle {
  animation-delay: 3384ms;
}
#authentication_login .circle-container:nth-child(119) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-119;
  animation-duration: 34562ms;
  animation-delay: 19487ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(66vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(119) .circle {
  animation-delay: 3187ms;
}
#authentication_login .circle-container:nth-child(120) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-120;
  animation-duration: 30780ms;
  animation-delay: 23680ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(120) .circle {
  animation-delay: 1485ms;
}
#authentication_login .circle-container:nth-child(121) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-121;
  animation-duration: 35465ms;
  animation-delay: 12781ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(121) .circle {
  animation-delay: 3472ms;
}
#authentication_login .circle-container:nth-child(122) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-122;
  animation-duration: 28810ms;
  animation-delay: 11915ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(122) .circle {
  animation-delay: 896ms;
}
#authentication_login .circle-container:nth-child(123) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-123;
  animation-duration: 32043ms;
  animation-delay: 6824ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(100vw, 108vh, 0);
  }
  to {
    transform: translate3d(81vw, -138vh, 0);
  }
}
#authentication_login .circle-container:nth-child(123) .circle {
  animation-delay: 2094ms;
}
#authentication_login .circle-container:nth-child(124) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-124;
  animation-duration: 32706ms;
  animation-delay: 7006ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(33vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(124) .circle {
  animation-delay: 1932ms;
}
#authentication_login .circle-container:nth-child(125) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-125;
  animation-duration: 34137ms;
  animation-delay: 34104ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(125) .circle {
  animation-delay: 973ms;
}
#authentication_login .circle-container:nth-child(126) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-126;
  animation-duration: 28065ms;
  animation-delay: 11688ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(76vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(126) .circle {
  animation-delay: 1268ms;
}
#authentication_login .circle-container:nth-child(127) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-127;
  animation-duration: 30320ms;
  animation-delay: 28713ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(42vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(127) .circle {
  animation-delay: 663ms;
}
#authentication_login .circle-container:nth-child(128) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-128;
  animation-duration: 36524ms;
  animation-delay: 25048ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(16vw, 104vh, 0);
  }
  to {
    transform: translate3d(65vw, -106vh, 0);
  }
}
#authentication_login .circle-container:nth-child(128) .circle {
  animation-delay: 3010ms;
}
#authentication_login .circle-container:nth-child(129) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-129;
  animation-duration: 32515ms;
  animation-delay: 6283ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(129) .circle {
  animation-delay: 1019ms;
}
#authentication_login .circle-container:nth-child(130) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-130;
  animation-duration: 35790ms;
  animation-delay: 30430ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(62vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(130) .circle {
  animation-delay: 2515ms;
}
#authentication_login .circle-container:nth-child(131) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-131;
  animation-duration: 28347ms;
  animation-delay: 18874ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(60vw, 110vh, 0);
  }
  to {
    transform: translate3d(46vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(131) .circle {
  animation-delay: 3032ms;
}
#authentication_login .circle-container:nth-child(132) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-132;
  animation-duration: 30101ms;
  animation-delay: 27446ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(22vw, 103vh, 0);
  }
  to {
    transform: translate3d(57vw, -131vh, 0);
  }
}
#authentication_login .circle-container:nth-child(132) .circle {
  animation-delay: 1429ms;
}
#authentication_login .circle-container:nth-child(133) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-133;
  animation-duration: 32555ms;
  animation-delay: 6546ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(4vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(133) .circle {
  animation-delay: 1429ms;
}
#authentication_login .circle-container:nth-child(134) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-134;
  animation-duration: 29757ms;
  animation-delay: 4202ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(134) .circle {
  animation-delay: 3320ms;
}
#authentication_login .circle-container:nth-child(135) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-135;
  animation-duration: 30277ms;
  animation-delay: 29318ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(48vw, -120vh, 0);
  }
}
#authentication_login .circle-container:nth-child(135) .circle {
  animation-delay: 3173ms;
}
#authentication_login .circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-136;
  animation-duration: 34119ms;
  animation-delay: 3938ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(92vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(136) .circle {
  animation-delay: 1412ms;
}
#authentication_login .circle-container:nth-child(137) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-137;
  animation-duration: 33362ms;
  animation-delay: 15679ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(137) .circle {
  animation-delay: 2862ms;
}
#authentication_login .circle-container:nth-child(138) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-138;
  animation-duration: 30976ms;
  animation-delay: 22434ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(138) .circle {
  animation-delay: 1423ms;
}
#authentication_login .circle-container:nth-child(139) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-139;
  animation-duration: 32126ms;
  animation-delay: 28902ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(139) .circle {
  animation-delay: 430ms;
}
#authentication_login .circle-container:nth-child(140) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-140;
  animation-duration: 29115ms;
  animation-delay: 2408ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(85vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(140) .circle {
  animation-delay: 3099ms;
}
#authentication_login .circle-container:nth-child(141) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-141;
  animation-duration: 32058ms;
  animation-delay: 31413ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(61vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(141) .circle {
  animation-delay: 2838ms;
}
#authentication_login .circle-container:nth-child(142) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-142;
  animation-duration: 28981ms;
  animation-delay: 18403ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(28vw, 102vh, 0);
  }
  to {
    transform: translate3d(57vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(142) .circle {
  animation-delay: 1432ms;
}
#authentication_login .circle-container:nth-child(143) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-143;
  animation-duration: 33883ms;
  animation-delay: 24335ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(91vw, 102vh, 0);
  }
  to {
    transform: translate3d(23vw, -104vh, 0);
  }
}
#authentication_login .circle-container:nth-child(143) .circle {
  animation-delay: 2204ms;
}
#authentication_login .circle-container:nth-child(144) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-144;
  animation-duration: 30012ms;
  animation-delay: 22628ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(144) .circle {
  animation-delay: 2925ms;
}
#authentication_login .circle-container:nth-child(145) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-145;
  animation-duration: 33319ms;
  animation-delay: 21545ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -128vh, 0);
  }
}
#authentication_login .circle-container:nth-child(145) .circle {
  animation-delay: 593ms;
}
#authentication_login .circle-container:nth-child(146) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-146;
  animation-duration: 29949ms;
  animation-delay: 1368ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(47vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -116vh, 0);
  }
}
#authentication_login .circle-container:nth-child(146) .circle {
  animation-delay: 1706ms;
}
#authentication_login .circle-container:nth-child(147) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-147;
  animation-duration: 36988ms;
  animation-delay: 20508ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(61vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(147) .circle {
  animation-delay: 2070ms;
}
#authentication_login .circle-container:nth-child(148) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-148;
  animation-duration: 31189ms;
  animation-delay: 9748ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(94vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(148) .circle {
  animation-delay: 751ms;
}
#authentication_login .circle-container:nth-child(149) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-149;
  animation-duration: 28731ms;
  animation-delay: 23735ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(81vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(149) .circle {
  animation-delay: 2730ms;
}
#authentication_login .circle-container:nth-child(150) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-150;
  animation-duration: 28490ms;
  animation-delay: 13348ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(150) .circle {
  animation-delay: 182ms;
}
#authentication_login .circle-container:nth-child(151) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-151;
  animation-duration: 35349ms;
  animation-delay: 17873ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(93vw, 101vh, 0);
  }
  to {
    transform: translate3d(6vw, -109vh, 0);
  }
}
#authentication_login .circle-container:nth-child(151) .circle {
  animation-delay: 1882ms;
}
#authentication_login .circle-container:nth-child(152) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-152;
  animation-duration: 33247ms;
  animation-delay: 24360ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(12vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -130vh, 0);
  }
}
#authentication_login .circle-container:nth-child(152) .circle {
  animation-delay: 2272ms;
}
#authentication_login .circle-container:nth-child(153) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-153;
  animation-duration: 33376ms;
  animation-delay: 1184ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(56vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -115vh, 0);
  }
}
#authentication_login .circle-container:nth-child(153) .circle {
  animation-delay: 411ms;
}
#authentication_login .circle-container:nth-child(154) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-154;
  animation-duration: 28917ms;
  animation-delay: 14827ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(71vw, 110vh, 0);
  }
  to {
    transform: translate3d(97vw, -137vh, 0);
  }
}
#authentication_login .circle-container:nth-child(154) .circle {
  animation-delay: 1470ms;
}
#authentication_login .circle-container:nth-child(155) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-155;
  animation-duration: 32613ms;
  animation-delay: 32997ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(37vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(155) .circle {
  animation-delay: 3928ms;
}
#authentication_login .circle-container:nth-child(156) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-156;
  animation-duration: 33340ms;
  animation-delay: 5079ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(156) .circle {
  animation-delay: 910ms;
}
#authentication_login .circle-container:nth-child(157) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-157;
  animation-duration: 31701ms;
  animation-delay: 1255ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(80vw, 101vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(157) .circle {
  animation-delay: 3273ms;
}
#authentication_login .circle-container:nth-child(158) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-158;
  animation-duration: 28641ms;
  animation-delay: 11421ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(94vw, -135vh, 0);
  }
}
#authentication_login .circle-container:nth-child(158) .circle {
  animation-delay: 315ms;
}
#authentication_login .circle-container:nth-child(159) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-159;
  animation-duration: 30434ms;
  animation-delay: 8152ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(55vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(159) .circle {
  animation-delay: 1579ms;
}
#authentication_login .circle-container:nth-child(160) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-160;
  animation-duration: 32740ms;
  animation-delay: 6836ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(99vw, 103vh, 0);
  }
  to {
    transform: translate3d(59vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(160) .circle {
  animation-delay: 3961ms;
}
#authentication_login .circle-container:nth-child(161) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-161;
  animation-duration: 36420ms;
  animation-delay: 6752ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(9vw, 108vh, 0);
  }
  to {
    transform: translate3d(40vw, -113vh, 0);
  }
}
#authentication_login .circle-container:nth-child(161) .circle {
  animation-delay: 3292ms;
}
#authentication_login .circle-container:nth-child(162) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-162;
  animation-duration: 32428ms;
  animation-delay: 27938ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(13vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(162) .circle {
  animation-delay: 1070ms;
}
#authentication_login .circle-container:nth-child(163) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-163;
  animation-duration: 36363ms;
  animation-delay: 14333ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(163) .circle {
  animation-delay: 1822ms;
}
#authentication_login .circle-container:nth-child(164) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-164;
  animation-duration: 28163ms;
  animation-delay: 8717ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(30vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(164) .circle {
  animation-delay: 2011ms;
}
#authentication_login .circle-container:nth-child(165) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-165;
  animation-duration: 31358ms;
  animation-delay: 8323ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(12vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(165) .circle {
  animation-delay: 1482ms;
}
#authentication_login .circle-container:nth-child(166) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-166;
  animation-duration: 31622ms;
  animation-delay: 33940ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(62vw, -127vh, 0);
  }
}
#authentication_login .circle-container:nth-child(166) .circle {
  animation-delay: 3939ms;
}
#authentication_login .circle-container:nth-child(167) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-167;
  animation-duration: 33246ms;
  animation-delay: 20446ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(67vw, 105vh, 0);
  }
  to {
    transform: translate3d(72vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(167) .circle {
  animation-delay: 3792ms;
}
#authentication_login .circle-container:nth-child(168) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-168;
  animation-duration: 28767ms;
  animation-delay: 23121ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(168) .circle {
  animation-delay: 1815ms;
}
#authentication_login .circle-container:nth-child(169) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-169;
  animation-duration: 28324ms;
  animation-delay: 10171ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(21vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(169) .circle {
  animation-delay: 2645ms;
}
#authentication_login .circle-container:nth-child(170) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-170;
  animation-duration: 29917ms;
  animation-delay: 29992ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(170) .circle {
  animation-delay: 3205ms;
}
#authentication_login .circle-container:nth-child(171) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-171;
  animation-duration: 36303ms;
  animation-delay: 6977ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -125vh, 0);
  }
}
#authentication_login .circle-container:nth-child(171) .circle {
  animation-delay: 196ms;
}
#authentication_login .circle-container:nth-child(172) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-172;
  animation-duration: 33898ms;
  animation-delay: 15278ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(172) .circle {
  animation-delay: 2482ms;
}
#authentication_login .circle-container:nth-child(173) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-173;
  animation-duration: 31011ms;
  animation-delay: 173ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -118vh, 0);
  }
}
#authentication_login .circle-container:nth-child(173) .circle {
  animation-delay: 1003ms;
}
#authentication_login .circle-container:nth-child(174) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-174;
  animation-duration: 34340ms;
  animation-delay: 11687ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(174) .circle {
  animation-delay: 98ms;
}
#authentication_login .circle-container:nth-child(175) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-175;
  animation-duration: 35666ms;
  animation-delay: 1389ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -137vh, 0);
  }
}
#authentication_login .circle-container:nth-child(175) .circle {
  animation-delay: 978ms;
}
#authentication_login .circle-container:nth-child(176) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-176;
  animation-duration: 36296ms;
  animation-delay: 33195ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -108vh, 0);
  }
}
#authentication_login .circle-container:nth-child(176) .circle {
  animation-delay: 1293ms;
}
#authentication_login .circle-container:nth-child(177) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-177;
  animation-duration: 30254ms;
  animation-delay: 16916ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(75vw, -124vh, 0);
  }
}
#authentication_login .circle-container:nth-child(177) .circle {
  animation-delay: 2035ms;
}
#authentication_login .circle-container:nth-child(178) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-178;
  animation-duration: 28413ms;
  animation-delay: 29824ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(87vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(178) .circle {
  animation-delay: 2390ms;
}
#authentication_login .circle-container:nth-child(179) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-179;
  animation-duration: 34579ms;
  animation-delay: 30160ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -129vh, 0);
  }
}
#authentication_login .circle-container:nth-child(179) .circle {
  animation-delay: 86ms;
}
#authentication_login .circle-container:nth-child(180) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-180;
  animation-duration: 30686ms;
  animation-delay: 20382ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(12vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(180) .circle {
  animation-delay: 3409ms;
}
#authentication_login .circle-container:nth-child(181) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-181;
  animation-duration: 32086ms;
  animation-delay: 14309ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(84vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(181) .circle {
  animation-delay: 2385ms;
}
#authentication_login .circle-container:nth-child(182) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-182;
  animation-duration: 34904ms;
  animation-delay: 23758ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(61vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -121vh, 0);
  }
}
#authentication_login .circle-container:nth-child(182) .circle {
  animation-delay: 2093ms;
}
#authentication_login .circle-container:nth-child(183) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-183;
  animation-duration: 31033ms;
  animation-delay: 11145ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(183) .circle {
  animation-delay: 1031ms;
}
#authentication_login .circle-container:nth-child(184) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-184;
  animation-duration: 28022ms;
  animation-delay: 35436ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(94vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(184) .circle {
  animation-delay: 444ms;
}
#authentication_login .circle-container:nth-child(185) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-185;
  animation-duration: 36914ms;
  animation-delay: 18591ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(55vw, -122vh, 0);
  }
}
#authentication_login .circle-container:nth-child(185) .circle {
  animation-delay: 3188ms;
}
#authentication_login .circle-container:nth-child(186) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-186;
  animation-duration: 29069ms;
  animation-delay: 20245ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(89vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(186) .circle {
  animation-delay: 1064ms;
}
#authentication_login .circle-container:nth-child(187) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-187;
  animation-duration: 29910ms;
  animation-delay: 3254ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(24vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -114vh, 0);
  }
}
#authentication_login .circle-container:nth-child(187) .circle {
  animation-delay: 2237ms;
}
#authentication_login .circle-container:nth-child(188) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-188;
  animation-duration: 35739ms;
  animation-delay: 26140ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(7vw, -105vh, 0);
  }
}
#authentication_login .circle-container:nth-child(188) .circle {
  animation-delay: 1708ms;
}
#authentication_login .circle-container:nth-child(189) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-189;
  animation-duration: 32916ms;
  animation-delay: 29115ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(63vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -123vh, 0);
  }
}
#authentication_login .circle-container:nth-child(189) .circle {
  animation-delay: 2616ms;
}
#authentication_login .circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-190;
  animation-duration: 30064ms;
  animation-delay: 4413ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -119vh, 0);
  }
}
#authentication_login .circle-container:nth-child(190) .circle {
  animation-delay: 3404ms;
}
#authentication_login .circle-container:nth-child(191) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-191;
  animation-duration: 32891ms;
  animation-delay: 7917ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(74vw, -133vh, 0);
  }
}
#authentication_login .circle-container:nth-child(191) .circle {
  animation-delay: 3662ms;
}
#authentication_login .circle-container:nth-child(192) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-192;
  animation-duration: 35816ms;
  animation-delay: 817ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(192) .circle {
  animation-delay: 3085ms;
}
#authentication_login .circle-container:nth-child(193) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-193;
  animation-duration: 34833ms;
  animation-delay: 24361ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(75vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -110vh, 0);
  }
}
#authentication_login .circle-container:nth-child(193) .circle {
  animation-delay: 1245ms;
}
#authentication_login .circle-container:nth-child(194) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-194;
  animation-duration: 33612ms;
  animation-delay: 24ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(42vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -136vh, 0);
  }
}
#authentication_login .circle-container:nth-child(194) .circle {
  animation-delay: 3639ms;
}
#authentication_login .circle-container:nth-child(195) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-195;
  animation-duration: 35465ms;
  animation-delay: 14124ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -112vh, 0);
  }
}
#authentication_login .circle-container:nth-child(195) .circle {
  animation-delay: 571ms;
}
#authentication_login .circle-container:nth-child(196) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-196;
  animation-duration: 34993ms;
  animation-delay: 20821ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -134vh, 0);
  }
}
#authentication_login .circle-container:nth-child(196) .circle {
  animation-delay: 3117ms;
}
#authentication_login .circle-container:nth-child(197) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-197;
  animation-duration: 35376ms;
  animation-delay: 27619ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(90vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -117vh, 0);
  }
}
#authentication_login .circle-container:nth-child(197) .circle {
  animation-delay: 3787ms;
}
#authentication_login .circle-container:nth-child(198) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-198;
  animation-duration: 28803ms;
  animation-delay: 16231ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(7vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -111vh, 0);
  }
}
#authentication_login .circle-container:nth-child(198) .circle {
  animation-delay: 533ms;
}
#authentication_login .circle-container:nth-child(199) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-199;
  animation-duration: 32047ms;
  animation-delay: 7993ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(67vw, 102vh, 0);
  }
  to {
    transform: translate3d(99vw, -107vh, 0);
  }
}
#authentication_login .circle-container:nth-child(199) .circle {
  animation-delay: 3978ms;
}
#authentication_login .circle-container:nth-child(200) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-200;
  animation-duration: 30759ms;
  animation-delay: 13893ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -126vh, 0);
  }
}
#authentication_login .circle-container:nth-child(200) .circle {
  animation-delay: 2443ms;
}
#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;
}
