.light-mode {
  color: #1C1E1F;
  background-color: var(--body-lcolor);
}

.light-mode body {
  color: #000000;
  background: transparent;
}

.light-mode .light {
  display: inline-block;
}

.light-mode .dark {
  display: none;
}

.light-mode .tombol::after {
  content: "\f205";
  font-family: 'FontAwesome';
  color: #1C1E1F;
}

.light-mode .nav-link {
  color: var(--body-color);
}

.light-mode .rg-link {
  color: var(--main-lcolor);
  text-shadow: 1px 1px 1px rgba(163, 163, 163, 0.3);
}

.light-mode .gardient {
  background-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, #dadada 0%, rgba(218, 218, 218, 0) 10%, rgba(218, 218, 218, 0) 50%, rgba(218, 218, 218, 0) 70%, rgb(218, 218, 218) 100%);
}

.light-mode ::-webkit-scrollbar-track {
  background: #dadada;
}

.light-mode .bghero p {
  color: var(--body-color);
  text-shadow: 1px 1px 1px var(--body-lcolor);
}

.light-mode .tippy-popper[x-placement^='top'] .tippy-tooltip .tippy-arrow {
  border-top-color: #eaeaea !important
}

.light-mode .tippy-popper[x-placement^='bottom'] .tippy-tooltip .tippy-arrow {
  border-bottom-color: #eaeaea !important
}

.light-mode .tippy-popper[x-placement^='left'] .tippy-tooltip .tippy-arrow {
  border-left-color: #eaeaea !important
}

.light-mode .tippy-popper[x-placement^='right'] .tippy-tooltip .tippy-arrow {
  border-right-color: #eaeaea !important
}

.navbar-toggler {
  border: none !important
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none !important
}

.light-mode h2.open {
  color: var(--main-lcolor);
  text-shadow: 3px 3px var(--second-lcolor);
}

.light-mode .card h4 {
  color: var(--main-lcolor);
}

.light-mode .btn-link {
  background-color: #003f88;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  color: #fff
}

.light-mode .btn-link:hover {
  background-color: var(--main-lcolor);
}

.light-mode .card {
  background-color: #F1F3F4;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
  border: 2px solid #F1F3F4;
  background-image: var(--rg-light-bg-img);
}

.light-mode .card p {
  color: #000;
}

.navscroll {
  background: #000;
}

.light-mode .circles li {
  background: hsla(0, 0%, 35%, 0.3);
}

.light-mode .area {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(254, 251, 251, 1);
  --tw-gradient-to: rgba(30, 32, 34, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(94, 102, 110, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #dbd8d8, var(--tw-gradient-to);
  --tw-gradient-to: #b6b3b3;
  position: relative;
}

.light-mode .grad {
  background: rgb(254, 251, 251);
  background: linear-gradient(0deg, rgba(254, 251, 251, 1) 0%, rgba(254, 251, 251, 1) 10%, rgba(254, 251, 251, 0) 50%, rgba(254, 251, 251, 1) 90%, rgba(254, 251, 251, 1) 100%);
  width: 100%;
  height: 100%;
}

.light-mode .thumbnail img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
  -moz-box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
}

.light-mode head_title h1 {
  color: var(--main-lcolor) !important
}

.light-mode box-content,
.light-mode .reysat_form,
.light-mode .payment-tab {
  background-color: #F1F3F4;
  box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
  -moz-box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
}

.light-mode box_title,
.light-mode .reysat_form form_title {
  background: var(--second-lcolor);
  background: linear-gradient(0deg, rgb(197, 196, 196) 0%, rgb(236, 235, 235) 100%);
}

.light-mode ins i {
  color: var(--main-lcolor);
}

.light-mode box-content h3 {
  color: var(--main-lcolor);
}

.light-mode .sosmed {
  border-top: 1px solid var(--main-lcolor);
}

.das_card {
  position: relative;
  background-image: url('/storage/img/assets/card.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 140px;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 22pt;
  font-family: 'oswald';
  margin-bottom: 20px;
  background-color: #c3c9cc;
}

.rg-padding {
  padding: 0 80px;
}

.das_card h4 {
  color: #ffffff;
  font-family: 'oswald';
  font-size: 22px;
  font-weight: 500;
}

.das_con {
  flex: 0 0 auto;
  width: 70%;
}

.das_icon {
  flex: 0 0 auto;
  width: 30%;
  padding-left: 10px;
  text-align: right;
  font-size: 38px;
}

.das_icon i {
  background-color: #00000040;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  padding-top: 18px;
}

.rg-menu {
  flex: 0 0 auto;
  width: 16.6666666666%;
  padding: 5px;
  overflow: hidden;
  text-align: center;
}

.menu {
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sub-menu {
  margin-top: 0;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.sub-menu::before {
  border-top: 2px solid var(--main-color);
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.light-mode .sub-menu::before {
  border-top: 2px solid var(--main-lcolor);
}

.menu::before {
  border-top: 2px solid var(--main-color);
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.light-mode .menu::before {
  border-top: 2px solid var(--main-lcolor);
}

.sub-menu span {
  background: #1C1E1F;
  margin-left: 20px;
  padding: 0 15px;
}

.info_product .sub-menu span {
  background: #353535 !important
}

.light-mode .info_product .sub-menu span {
  background: #F1F3F4 !important
}

.menu span {
  background: #1C1E1F;
  padding: 0 15px;
}

.light-mode .menu span,
.light-mode .sub-menu span {
  background: #F1F3F4;
}

#RGtab .nav-link {
  width: 100%;
  padding: 6px 4px;
  background-color: var(--main-color);
  color: #ffffff !important;
  outline: none !important;
  border: none !important;
  transform: skew(-30deg);
  transition: all 0.3s;
}

#RGtab .nav-link:hover,
.light-mode #RGtab .nav-link.active:hover {
  background-color: var(--main-lcolor);
}

.light-mode #RGtab .nav-link:hover,
#RGtab .nav-link.active:hover {
  background-color: var(--main-color);
}

#RGtab .nav-link span {
  display: inline-block;
  transform: skew(30deg);
}

.ikon-tab {
  display: none;
}

.light-mode #RGtab .nav-link {
  background-color: var(--main-lcolor);
}

#RGtab .nav-link.active {
  background-color: var(--main-lcolor);
}

.light-mode #RGtab .nav-link.active {
  background-color: var(--main-color);
}

.rg-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.nav-tab {
  flex: 0 0 auto;
  width: 16.66666667%;
  padding: 5px;
  text-align: center;
}

.nav-tab:first-child {
  padding-left: 0;
  padding-right: 5px;
}

.rg-tab .tab-content {
  padding: 0 !important;
  margin: 0 !important;
}

.dasbor {
  animation: ani-dasbor 1.5s ease 0s 1 normal forwards;
  min-height: 100px;
  padding-top: 60px;
}

.dasbor label {
  margin-bottom: 10px;
}

.invoice-unpaid {
  padding: 5px;
  border-radius: 4px;
  background-color: #585858;
  color: #ffffff !important
}

.invoice-unpaid:hover {
  background-color: #000;
}

.invoice {
  padding: 5px;
  border-radius: 4px;
  background-color: var(--main-color);
  color: #ffffff;
}

.light-mode .invoice {
  background-color: var(--main-lcolor);
  color: #ffffff;
}

.invoice:hover {
  background-color: var(--main-lcolor);
}

.light-mode .invoice:hover {
  background-color: var(--main-color);
}

.col-lg-3:nth-child(1) .das_card {
  background-color: #449e48;
}

.col-lg-3:nth-child(2) .das_card {
  background-color: #488A99;
}

.col-lg-3:nth-child(3) .das_card {
  background-color: #3600b4;
}

.col-lg-3:nth-child(4) .das_card {
  background-color: #c8d600;
}

.col-lg-3:nth-child(5) .das_card {
  background-color: #4b0082;
}

.col-lg-3:nth-child(6) .das_card {
  background-color: #c154c1;
}

.col-lg-3:nth-child(7) .das_card {
  background-color: #00ffff;
}

.col-lg-3:nth-child(8) .das_card {
  background-color: #008000;
}

.col-lg-3:nth-child(9) .das_card {
  background-color: #800000;
}

.col-lg-3:nth-child(10) .das_card {
  background-color: #fc6c85;
}

.rg-info {
  background-color: #585858
}

.light-mode .rg-info {
  background-color: #e0e0e0;
}

.padhp-0 {
  padding: 0 !important
}

.h-100 {
  max-height: 25px;
  width: auto;
}

.rg-table {
  background-color: #1C1E1F;
  color: #ffffff;
  width: 100%;
}

.light-mode .rg-table {
  background-color: #f2f3f4;
  color: #1C1E1F;
}

.hide_pc {
  display: none
}

.rg-table th {
  padding: 10px 20px;
  background-color: #353535;
  border-bottom: 2px solid var(--main-color);
}

.btn-center {
  text-align: center;
  padding-top: 40px;
}

.light-mode .rg-table th {
  background-color: #c3c9cc;
  border-bottom: 2px solid var(--main-lcolor);
}

.rg-table td {
  padding: 20px 20px;
  border-bottom: 1px solid var(--main-color);
}

.light-mode .rg-table td {
  border-bottom: 1px solid var(--main-lcolor);
}

.bg-tema,
.light-mode .bg-tema2 {
  background: var(--main-color) !important;
  color: #ffffff !important
}

.light-mode .bg-tema,
.bg-tema2 {
  background: var(--main-lcolor) !important
}

.rg-label {
  display: inline-block;
  transform: skew(-30deg);
  padding: 4px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.rg-label b {
  display: inline-block;
  transform: skew(30deg);
  background-color: transparent;
  font-weight: 600;
}

#comments {
  margin-top: 40px;
  position: relative;
  border-top: 1px dashed var(--main-color);
  padding: 20px 0;
}

.light-mode #comments {
  border-color: var(--main-lcolor);
}

.blog_info a {
  color: #ffffff
}

.blog_info i {
  margin-right: 5px;
}

.light-mode .blog_info a {
  color: #1C1E1F
}

.blog-comments h3 {
  font-family: 'urbanist';
  font-size: 28px;
}

.comments ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.comments ul img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.comments-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.comments li {
  position: relative;
  padding: 10px 20px;
}

.comments li:first-child {
  border-top: 1px dashed var(--main-color);
}

.comments li:last-child {
  border-bottom: 1px dashed var(--main-color);
}

.light-mode .comments li:first-child,
.light-mode .comments li:last-child {
  border-color: var(--main-lcolor);
}

.light-mode .comments li:nth-child(even) {
  background-color: #c3c9cc;
}

.comments li:nth-child(even) {
  background-color: #353535;
}

.user-img {
  margin-right: 20px;
}

.reply {
  background-color: var(--main-color);
  padding: 5px 20px;
  border-radius: 5px;
  color: #ffffff !important;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

.light-mode .reply {
  background-color: var(--main-lcolor);
  color: #ffffff
}

.rg-comment p {
  margin-bottom: 10px;
}

.rg-comment {
  margin-bottom: 40px;
}

.btn-reply {
  margin-top: 40px;
  position: relative;
}

.btn-reply a {
  background-color: var(--main-lcolor);
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid var(--main-color);
  position: absolute;
  top: 0;
  right: 0;
}

.light-mode .btn-reply a {
  background-color: var(--main-lcolor);
  border-color: var(--main-lcolor);
  color: #1C1E1F
}

.rply {
  margin-left: 80px;
}

.rply::before {
  content: '\f112';
  font-family: 'FontAwesome';
  display: block;
  color: var(--main-color);
  font-size: 18px;
  position: absolute;
  left: -40px;
  top: 20px;
  transform: rotate(180deg);
}

.light-mode .rply::before {
  color: var(--main-lcolor);
}

.sidebar-widget h4 {
  font-size: 30px;
}

.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.rg-blog {
  padding-right: 40px !important
}

.recent-blog {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 40px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-widget {
  padding: 20px 0;
}

.recent-blog-des {
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  font-weight: 500;
  text-align: center;
  padding-top: 80px;
  opacity: 0.7;
  color: #fff !important;
  margin-top: -100%;
  position: absolute;
  transition: all 0.8s;
}

.light-mode .recent-blog-des {
  background-color: var(--main-lcolor);
}

.recent-blog-des h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
  width: 100%;
  color: #fff !important;
  opacity: 1;
  margin-bottom: 0 !important
}

a:hover .recent-blog-des {
  margin-top: 0;
  transition: all 0.8s;
}

.rg-search-sidebar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.rg-search-sidebar input {
  width: 80%;
  height: 50px;
  outline: none;
  border: none;
  background-color: var(--second-color);
  padding: 10px 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rg-search-sidebar button {
  text-align: right;
  padding-right: 15px;
  width: 20%;
  outline: none;
  height: 50px;
  border: none;
  background-color: var(--second-color);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.light-mode .rg-search-sidebar button,
.light-mode .rg-search-sidebar input {
  background-color: var(--second-lcolor);
}

.rg-search-sidebar i {
  font-size: 28px;
}

.rg-search-sidebar input:focus,
.rg-search-sidebar input button:focus {
  outline: none !important;
  border: none;
  background-color: var(--second-color);
}

.light-mode .rg-search-sidebar input:focus,
.light-mode .rg-search-sidebar input button:focus {
  outline: none !important;
  border: none;
  background-color: var(--second-lcolor) !important;
}

.pagination {
  padding: 20px;
}

.pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination li a {
  color: #ffffff;
  padding: 5px;
  background-color: var(--main-color);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin: 5px;
  text-align: center;
  display: block;
}

.light-mode .pagination li a.active-page {
  background-color: var(--main-color);
}

.light-mode .pagination li a,
.pagination li a.active-page {
  background-color: var(--main-lcolor);
}

.team_box {
  width: 40%;
  justify-content: right;
  align-items: center;
  height: 60%;
  display: flex;
  padding-right: 50px;
}

.versus {
  width: 100px;
  height: 100px;
  margin: 0 20px;
  display: inline-block;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.emblem {
  width: 140px;
  height: 140px;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: all 0.8s;
}

.emblem img {
  width: 100%;
  height: auto;
}

.emblem:hover img {
  transform: rotateY(360deg);
  transition: all 0.8s;
}

.konten_box {
  width: 40%;
  height: 60%;
  padding-left: 140px;
  padding-top: 40px;
}

.btn-match {
  padding: 5px;
  background-color: var(--main-color);
  color: #ffffff !important;
  transform: skew(-30deg);
  outline: none !important;
  border: none !important;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.5s;
  font-family: 'reysat';
  font-size: 24px;
}

.ligas {
  transition: all 0.3s;
}

.ligas:hover {
  color: transparent;
  text-shadow: 0 0 10px var(--main-color);
}

.light-mode .ligas:hover {
  color: transparent;
  text-shadow: 0 0 10px var(--main-lcolor);
}

.btn-match:hover {
  transform: skew(0deg);
  transition: all 0.5s;
  border-radius: 20px;
}

.btn-match:hover b {
  transform: skew(-0deg);
}

.light-mode .btn-match {
  background-color: var(--main-lcolor);
}

.btn-match b {
  transform: skew(30deg);
  font-weight: 400;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.rg-100 h4 {
  font-family: 'urbanist';
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 10px 0;
}

.konten_box p {
  margin-bottom: 10px;
}

.last_box {
  width: 20%;
  position: relative;
}

.last_box .rg-button {
  padding: 6px 20px !important
}

.testing {
  height: 2000px;
}

.dialog-with-tabs:before {
  content: '';
  width: 400px;
  height: 400px;
  background-color: var(--main-color);
  display: block;
  position: absolute;
  transform: skew(50deg);
  right: -400px;
  top: 0;
}

.light-mode .dialog-with-tabs:before {
  background-color: var(--main-lcolor);
}

.tombol-rg {
  right: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1600px) {
  .rg-padding {
    padding: 0 70px;
  }

  .das_icon i {
    width: 70px;
    height: 70px;
    padding-top: 16px;
  }

  .recent-blog {
    height: 200px;
    margin: 30px 0;
  }

  .recent-blog-des {
    padding-top: 60px;
  }

  .menu {
    margin-top: 45px;
    font-size: 38px;
  }

  .dasbor {
    padding-top: 50px;
  }

  .das_card {
    font-size: 18pt;
    min-height: 120px;
  }

  .das_card h4 {
    font-size: 19px;
  }

  .das_icon {
    font-size: 34px;
  }

  .blog-comments h3 {
    font-size: 26px;
  }

  .comments ul img {
    width: 90px;
    height: 90px;
    border-radius: 9px;
  }

  .sidebar-widget h4 {
    font-size: 28px;
  }

  .team_box {
    padding-right: 30px;
  }

  .versus {
    width: 90px;
    height: 90px;
  }

  .konten_box p {
    margin-bottom: 8px;
  }

  .emblem {
    width: 120px;
    height: 120px;
  }

  .rg-100 h4 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .konten_box {
    padding-left: 100px;
    padding-top: 30px;
  }

  .rg-label {
    font-size: 16px;
  }

  .btn-match {
    font-size: 22px;
  }

}

@media (max-width: 1399px) {
  .rg-padding {
    padding: 0 60px;
  }

  .btn-match {
    font-size: 20px;
  }

  .das_icon i {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .sidebar-widget h4 {
    font-size: 26px;
  }

  .rg-label {
    font-size: 14px;
  }

  .das_card {
    font-size: 16pt;
    min-height: 100px;
  }

  .recent-blog {
    height: 180px;
    margin: 20px 0;
  }

  .das_card h4 {
    font-size: 17px;
  }

  .das_icon {
    font-size: 30px;
  }

  .menu {
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 36px;
  }

  .dasbor {
    padding-top: 40px;
  }

  .blog-comments h3 {
    font-size: 24px;
  }

  .comments ul img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }

  .team_box {
    padding-right: 30px;
  }

  .versus {
    width: 80px;
    height: 80px;
  }

  .emblem {
    width: 100px;
    height: 100px;
  }

  .konten_box p {
    margin-bottom: 6px;
  }

  .rg-100 h4 {
    font-size: 26px;
    margin-bottom: 6px;
  }

  .konten_box {
    padding-left: 80px;
    padding-top: 25px;
  }

}

@media (max-width: 1199px) {
  .rg-padding {
    padding: 0 50px;
  }

  .recent-blog-des {
    padding-top: 40px;
  }

  .rg-label {
    font-size: 12px;
  }

  .recent-blog {
    height: 140px;
  }

  .sidebar-widget h4 {
    font-size: 24px;
  }

  .dasbor {
    padding-top: 30px;
  }

  .das_card {
    font-size: 14pt;
    min-height: 80px;
    padding: 10px 10px;
  }

  .das_card h4 {
    font-size: 14px;
  }

  .das_icon {
    font-size: 26px;
  }

  .blog-comments h3 {
    font-size: 22px;
  }

  .team_box {
    padding-right: 15px;
  }

  .versus {
    width: 70px;
    height: 70px;
  }

  .emblem {
    width: 80px;
    height: 80px;
  }

  .konten_box p {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .rg-100 h4 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .konten_box {
    padding-left: 80px;
    padding-top: 20px;
  }

  .menu {
    margin-top: 30px;
    font-size: 30px;
  }

  .das_icon i {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }

  .btn-match {
    font-size: 18px;
  }

}

@media (max-width: 991px) {
  .rg-padding {
    padding: 0 40px;
  }

  .btn-match {
    font-size: 16px;
  }

  .das_icon i {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }

  .recent-blog {
    height: 300px;
  }

  .recent-blog-des {
    padding-top: 120px;
  }

  .rply {
    margin-left: 60px;
  }

  .das_card {
    font-size: 12pt;
    min-height: 80px;
    padding: 10px 10px;
  }

  .invoice,
  .invoice-unpaid {
    margin: 4px 0;
    display: inline-block;
  }

  .das_card h4 {
    font-size: 12px;
  }

  .sidebar-widget h4 {
    font-size: 22px;
  }

  .das_icon {
    font-size: 20px;
  }

  .dasbor {
    padding-top: 20px;
  }

  .hide_hp {
    display: none;
  }

  .hide_pc {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
  }

  .rg-table td {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--main-color);
  }

  .light-mode .rg-table td {
    border-bottom: 1px solid var(--main-lcolor);
  }

  .rg-table td:last-child {
    margin-bottom: 20px;
    border-bottom: none;
  }

  .rg-table tbody tr:nth-child(even) {
    background-color: #353535;
    color: #ffffff;
    width: 100%;
  }

  .light-mode .rg-table tbody tr:nth-child(even) {
    background-color: #F1F3F4;
    color: #1C1E1F;
  }

  .blog-comments h3 {
    font-size: 20px;
  }

  .rg-blog {
    padding: 0 10px !important
  }

  .team_box {
    padding-right: 10px;
  }

  .versus {
    width: 40px;
    height: 70px;
  }

  .emblem {
    width: 60px;
    height: 60px;
  }

  .konten_box p {
    margin-bottom: 0;
    font-size: 10px;
  }

  .rg-100 h4 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .konten_box {
    padding-left: 40px;
    padding-top: 10px;
  }

  .btn-match b {
    padding: 0 10px;
  }

  .last_box .rg-button {
    padding: 4px 8px !important;
    font-size: 10px !important;
    margin-left: -4px !important;
    margin-right: 0 !important
  }

  .btn-match {
    padding: 2px 4px;
    margin-bottom: 0 !important
  }

}

@media (max-width: 767px) {
  .rg-padding {
    padding: 0 30px;
  }

  .rg-blog {
    padding: 0 10px !important
  }

  .das_icon i {
    width: 50px;
    height: 50px;
    padding-top: 14px;
  }

  .das_icon {
    font-size: 22px;
  }

  .recent-blog {
    height: 240px;
  }

  .dasbor {
    padding-top: 20px;
  }

  .blog-comments h3 {
    font-size: 18px;
  }

  .rply {
    margin-left: 40px;
  }

  .sidebar-widget h4 {
    font-size: 20px;
  }

  .recent-blog-des {
    padding-top: 100px;
  }

  .k_hp {
    width: 575px !important;
    margin: auto;
  }

  .team_box {
    padding-right: 10px;
  }

  .versus {
    width: 30px;
    height: 70px;
  }

  .emblem {
    width: 50px;
    height: 50px;
  }

  .rg-100 h4 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px !important
  }

  .konten_box {
    padding-left: 30px;
    padding-top: 10px;
  }

  .btn-match b {
    padding: 0 10px;
  }

  .last_box .rg-button {
    padding: 4px 8px !important;
    font-size: 8px !important;
    margin-left: -10px !important;
    margin-right: 0 !important
  }

  .btn-match {
    padding: 2px 4px;
    font-size: 14px;
    margin-bottom: 0 !important
  }

  .menu {
    margin-top: 20px;
    font-size: 25px;
  }

}

@media (max-width: 575px) {
  .rg-padding {
    padding: 0 20px;
  }

  .btn-match {
    font-size: 10px;
  }

  .rg-blog {
    padding: 0 10px !important
  }

  #RGtab .nav-link {
    width: 100%;
    padding: 4px 4px;
  }

  .nav-tab {
    padding: 3px;
  }

  .recent-blog-des {
    padding-top: 50px;
  }

  .recent-blog {
    height: 140px;
  }

  .dasbor {
    padding-top: 20px;
  }

  .rg-100 {
    background-position: center center;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    background-image: none !important;
    position: relative;
    background: rgba(255, 0, 0, 0.13);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.7px);
    -webkit-backdrop-filter: blur(3.7px);
    border: 1px solid rgba(255, 0, 0, 0.25);
    max-width: 90%;
    text-align: center;
    display: block;
    padding: 20px;
    margin: auto !important;
    border-radius: 20px;
    margin-bottom: 20px !important
  }

  .light-mode .rg-100 {
    background: rgba(53, 53, 53, 0.13);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.7px);
    -webkit-backdrop-filter: blur(3.7px);
    border: 1px solid rgba(53, 53, 53, 0.25);
  }

  .k_hp {
    max-width: 100%;
    padding: 0;
    margin: auto;
  }

  .team_box {
    width: 100%;
    max-height: 50px;
    justify-content: center;
    align-items: center;
  }

  .konten_box {
    width: 100%;
    flex: 0 0 auto;
    max-height: 100px;
  }

  .last_box {
    width: 100%;
    flex: 0 0 auto;
    max-height: 50px
  }

  .btn-match {
    margin-left: 0;
    margin-bottom: 5px;
  }

  .rg-100 h4 {
    font-size: 12px;
    margin-top: 5px !important
  }

  .last_box .rg-button {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .sub-menu span {
    margin-left: 10px;
    padding: 0 10px;
  }

}

@keyframes roll-out-blurred-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}

@keyframes roll-out-blurred-right {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.kiri {
  opacity: 0;
}

.kiri.active {
  animation: ani-kiri 2s ease 0s 1 alternate forwards;
}

.rey-left {
  opacity: 0;
}

.rey-left.active {
  animation: myleft 2s ease 0.5s 1 normal forwards;
}

@keyframes myleft {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.rey-right {
  opacity: 0;
}

.rey-right.active {
  animation: myright 2s ease 0.5s 1 normal forwards;
}

@keyframes myright {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.rey-atas2 {
  opacity: 0;
}

.rey-atas2.active {
  animation: ani-atas 2s ease 4s 1 alternate forwards;
}

.kanan {
  opacity: 0;
}

.kanan.active {
  animation: ani-kanan 2s ease 0s 1 alternate forwards;
}

.rey-zoom {
  opacity: 0;
}

.rey-zoom.active {
  animation: ani-zoom 1s ease 3s 1 alternate forwards;
}

.rey-zoom-2 {
  opacity: 0;
}

.rey-zoom-2.active {
  animation: ani-zoom 2s ease 0s 1 alternate forwards;
}

.rey-skew {
  opacity: 0;
}

.rey-skew.active {
  animation: ani-skew 2s ease 1.5s 1 alternate forwards;
}

.rey-skew-2 {
  opacity: 0;
}

.rey-skew-2.active,
.rghid {
  animation: ani-skew 1.2s ease 0s 1 alternate forwards;
}

.rey-bawah {
  opacity: 0;
}

.rey-bawah.active {
  animation: ani-bawah 2s ease 1s 1 alternate forwards;
}

.rey-fade {
  opacity: 0;
}

.rey-fade.active {
  animation: fade 2s ease 0s 1 normal forwards;
}

.rey-spin {
  opacity: 0;
}

.rey-spin.active {
  animation: spin 1s ease 0s 1 normal forwards;
}

.rey-atas {
  opacity: 0;
}

.rey-atas.active {
  animation: ani-atas 2s ease 1s 1 alternate forwards;
  z-index: 100;
}

.reysat-game {
  opacity: 0;
}

.reysat-game.active {
  animation: reysat-game 2s ease 1.5s 1 alternate forwards;
}

.noani {
  opacity: 0;
}

.noani.active {
  animation: fade 0.1s ease 0s 1 alternate forwards;
}

.bawah {
  opacity: 0;
}

.bawah.active {
  animation: ani-bawah 1s ease 0s 1 alternate forwards;
}

.atas {
  opacity: 0;
}

.atas.active {
  animation: ani-atas 1s ease 0s 1 alternate forwards;
}

.bounce {
  opacity: 0;
}

.bounce.active {
  animation: bounce 2s ease 0s 1 alternate forwards;
  opacity: 1;
}

.bounceb {
  opacity: 0;
}

.bounceb.active {
  -webkit-animation: bounce-in-bottom 2s ease 0s 1 alternate forwards;
  animation: bounce-in-bottom 2s ease 0s 1 alternate forwards;
  opacity: 1;
}

.rg-blur {
  opacity: 0;
}

.rg-blur.active {
  -webkit-animation: rg-blur 1s linear forwards;
  animation: rg-blur 1s linear forwards;
  opacity: 1;
}

@keyframes rg-blur {
  0% {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes ani-atas {
  0% {
    opacity: 0;
    transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ani-dasbor {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ani-kiri {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes ani-kanan {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes ani-zoom {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(0);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }

  55% {
    animation-timing-function: ease-in;
    transform: scale(0.7);
  }

  72% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  81% {
    animation-timing-function: ease-in;
    transform: scale(0.84);
  }

  89% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  95% {
    animation-timing-function: ease-in;
    transform: scale(0.95);
  }

  100% {
    animation-timing-function: ease-out;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ani-skew {
  0% {
    opacity: 0;
    transform: rotateX(-100deg);
    transform-origin: top;
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }
}

@keyframes ani-bawah {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}



@keyframes reysat-game {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  98% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-250px);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
}

.area {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #000000;
  --tw-gradient-to: rgba(30, 32, 34, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(94, 102, 110, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #5e666e, var(--tw-gradient-to);
  --tw-gradient-to: #e1e4e6;
  position: relative;
}

.area,
.circles,
.light-mode .circles {
  width: 100%;
  height: 100%
}

.light-mode .circles,
.circles {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.light-mode .circles li,
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: hsla(0, 0%, 100%, .2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.light-mode .circles li:first-child,
.circles li:first-child {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.light-mode .circles li:nth-child(2),
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.light-mode .circles li:nth-child(3),
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.light-mode .circles li:nth-child(4),
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.light-mode .circles li:nth-child(5),
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.light-mode .circles li:nth-child(6),
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.light-mode .circles li:nth-child(7),
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.light-mode .circles li:nth-child(8),
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 10s;
  animation-duration: 45s;
}

.light-mode .circles li:nth-child(9),
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.light-mode .circles li:nth-child(10),
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rectangle li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 80px;
  background: hsla(0, 0%, 100%, .2);
  animation: animate-persegi-panjang 25s linear infinite;
  bottom: -250px;
}

.rectangle li:first-child {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.rectangle li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 80px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.rectangle li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 80px;
  animation-delay: 4s;
}

.rectangle li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 120px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.rectangle li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 80px;
  animation-delay: 0s;
}

.rectangle li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 170px;
  animation-delay: 3s;
}

.rectangle li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 240px;
  animation-delay: 7s;
}

.rectangle li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 10s;
  animation-duration: 45s;
}

.rectangle li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 40px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.rectangle li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 270px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  to {
    transform: translateY(-1000px) rotate(2turn);
    opacity: 0;
    border-radius: 50%
  }
}

@keyframes animate-persegi-panjang {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  to {
    transform: translateY(-1000px) rotate(2turn);
    opacity: 0;
    border-radius: 5%
  }
}

.placeholder\:text-xs::-moz-placeholder {
  font-size: .75rem;
  line-height: 1rem;
}


.light-mode .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: hsla(0, 10%, 28%, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

@keyframes ins-drop {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ins-menu {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.canvas {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1b0e22;
  --tw-gradient-to: rgba(30, 32, 34, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(94, 102, 110, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #1b0e22, var(--tw-gradient-to);
  --tw-gradient-to: #ffffff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.bubble {
  display: block;
  border-radius: 100%;
  opacity: 0.6;
  position: absolute;
  background: radial-gradient(ellipse at top right, #ffffff 0%, #7cdaf1 46%, #7509ce 100%);
}

.bubble:first-child {

  width: 63px;
  height: 63px;
  left: 26vw;
  bottom: 5vh;
  -webkit-animation: move1 infinite 14s;
  animation: move1 infinite 14s;
}

@-webkit-keyframes move1 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 1vh;
    transform: translate(24px, 0);
    opacity: 0;
  }
}

@keyframes move1 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 1vh;
    transform: translate(24px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(2) {

  width: 87px;
  height: 87px;
  left: 61vw;
  bottom: 76vh;
  -webkit-animation: move2 infinite 11s;
  animation: move2 infinite 11s;
}

@-webkit-keyframes move2 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 37vh;
    transform: translate(80px, 0);
    opacity: 0;
  }
}

@keyframes move2 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 37vh;
    transform: translate(80px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(3) {

  width: 82px;
  height: 82px;
  left: 35vw;
  bottom: 25vh;
  -webkit-animation: move3 infinite 6s;
  animation: move3 infinite 6s;
}

@-webkit-keyframes move3 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 13vh;
    transform: translate(178px, 0);
    opacity: 0;
  }
}

@keyframes move3 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 13vh;
    transform: translate(178px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(4) {

  width: 22px;
  height: 22px;
  left: 64vw;
  bottom: 67vh;
  -webkit-animation: move4 infinite 7s;
  animation: move4 infinite 7s;
}

@-webkit-keyframes move4 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 0vh;
    transform: translate(35px, 0);
    opacity: 0;
  }
}

@keyframes move4 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 0vh;
    transform: translate(35px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(5) {

  width: 69px;
  height: 69px;
  left: 36vw;
  bottom: 11vh;
  -webkit-animation: move5 infinite 8s;
  animation: move5 infinite 8s;
}

@-webkit-keyframes move5 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 72vh;
    transform: translate(184px, 0);
    opacity: 0;
  }
}

@keyframes move5 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 72vh;
    transform: translate(184px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(6) {

  width: 42px;
  height: 42px;
  left: 11vw;
  bottom: 13vh;
  -webkit-animation: move6 infinite 6s;
  animation: move6 infinite 6s;
}

@-webkit-keyframes move6 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 88vh;
    transform: translate(117px, 0);
    opacity: 0;
  }
}

@keyframes move6 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 88vh;
    transform: translate(117px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(7) {

  width: 18px;
  height: 18px;
  left: 12vw;
  bottom: 3vh;
  -webkit-animation: move7 infinite 7s;
  animation: move7 infinite 7s;
}

@-webkit-keyframes move7 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 96vh;
    transform: translate(76px, 0);
    opacity: 0;
  }
}

@keyframes move7 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 96vh;
    transform: translate(76px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(8) {

  width: 9px;
  height: 9px;
  left: 73vw;
  bottom: 75vh;
  -webkit-animation: move8 infinite 7s;
  animation: move8 infinite 7s;
}

@-webkit-keyframes move8 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 30vh;
    transform: translate(179px, 0);
    opacity: 0;
  }
}

@keyframes move8 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 30vh;
    transform: translate(179px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(9) {

  width: 93px;
  height: 93px;
  left: 28vw;
  bottom: 46vh;
  -webkit-animation: move9 infinite 15s;
  animation: move9 infinite 15s;
}

@-webkit-keyframes move9 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 41vh;
    transform: translate(-47px, 0);
    opacity: 0;
  }
}

@keyframes move9 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 41vh;
    transform: translate(-47px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(10) {

  width: 78px;
  height: 78px;
  left: 84vw;
  bottom: 73vh;
  -webkit-animation: move10 infinite 12s;
  animation: move10 infinite 12s;
}

@-webkit-keyframes move10 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 17vh;
    transform: translate(149px, 0);
    opacity: 0;
  }
}

@keyframes move10 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 17vh;
    transform: translate(149px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(11) {

  width: 31px;
  height: 31px;
  left: 77vw;
  bottom: 89vh;
  -webkit-animation: move11 infinite 3s;
  animation: move11 infinite 3s;
}

@-webkit-keyframes move11 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 48vh;
    transform: translate(9px, 0);
    opacity: 0;
  }
}

@keyframes move11 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 48vh;
    transform: translate(9px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(12) {

  width: 68px;
  height: 68px;
  left: 90vw;
  bottom: 2vh;
  -webkit-animation: move12 infinite 5s;
  animation: move12 infinite 5s;
}

@-webkit-keyframes move12 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 77vh;
    transform: translate(-14px, 0);
    opacity: 0;
  }
}

@keyframes move12 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 77vh;
    transform: translate(-14px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(13) {

  width: 21px;
  height: 21px;
  left: 26vw;
  bottom: 7vh;
  -webkit-animation: move13 infinite 4s;
  animation: move13 infinite 4s;
}

@-webkit-keyframes move13 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 25vh;
    transform: translate(133px, 0);
    opacity: 0;
  }
}

@keyframes move13 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 25vh;
    transform: translate(133px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(14) {

  width: 63px;
  height: 63px;
  left: 82vw;
  bottom: 11vh;
  -webkit-animation: move14 infinite 10s;
  animation: move14 infinite 10s;
}

@-webkit-keyframes move14 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 78vh;
    transform: translate(38px, 0);
    opacity: 0;
  }
}

@keyframes move14 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 78vh;
    transform: translate(38px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(15) {

  width: 30px;
  height: 30px;
  left: 88vw;
  bottom: 41vh;
  -webkit-animation: move15 infinite 7s;
  animation: move15 infinite 7s;
}

@-webkit-keyframes move15 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 63vh;
    transform: translate(82px, 0);
    opacity: 0;
  }
}

@keyframes move15 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 63vh;
    transform: translate(82px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(16) {

  width: 97px;
  height: 97px;
  left: 99vw;
  bottom: 74vh;
  -webkit-animation: move16 infinite 13s;
  animation: move16 infinite 13s;
}

@-webkit-keyframes move16 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 30vh;
    transform: translate(108px, 0);
    opacity: 0;
  }
}

@keyframes move16 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 30vh;
    transform: translate(108px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(17) {

  width: 43px;
  height: 43px;
  left: 9vw;
  bottom: 49vh;
  -webkit-animation: move17 infinite 14s;
  animation: move17 infinite 14s;
}

@-webkit-keyframes move17 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 11vh;
    transform: translate(139px, 0);
    opacity: 0;
  }
}

@keyframes move17 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 11vh;
    transform: translate(139px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(18) {

  width: 19px;
  height: 19px;
  left: 15vw;
  bottom: 59vh;
  -webkit-animation: move18 infinite 7s;
  animation: move18 infinite 7s;
}

@-webkit-keyframes move18 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 16vh;
    transform: translate(-18px, 0);
    opacity: 0;
  }
}

@keyframes move18 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 16vh;
    transform: translate(-18px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(19) {

  width: 57px;
  height: 57px;
  left: 26vw;
  bottom: 78vh;
  -webkit-animation: move19 infinite 6s;
  animation: move19 infinite 6s;
}

@-webkit-keyframes move19 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 55vh;
    transform: translate(59px, 0);
    opacity: 0;
  }
}

@keyframes move19 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 55vh;
    transform: translate(59px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(20) {

  width: 47px;
  height: 47px;
  left: 56vw;
  bottom: 35vh;
  -webkit-animation: move20 infinite 14s;
  animation: move20 infinite 14s;
}

@-webkit-keyframes move20 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 28vh;
    transform: translate(142px, 0);
    opacity: 0;
  }
}

@keyframes move20 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 28vh;
    transform: translate(142px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(21) {

  width: 52px;
  height: 52px;
  left: 90vw;
  bottom: 94vh;
  -webkit-animation: move21 infinite 14s;
  animation: move21 infinite 14s;
}

@-webkit-keyframes move21 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 37vh;
    transform: translate(-92px, 0);
    opacity: 0;
  }
}

@keyframes move21 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 37vh;
    transform: translate(-92px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(22) {

  width: 39px;
  height: 39px;
  left: 3vw;
  bottom: 53vh;
  -webkit-animation: move22 infinite 12s;
  animation: move22 infinite 12s;
}

@-webkit-keyframes move22 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(122px, 0);
    opacity: 0;
  }
}

@keyframes move22 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(122px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(23) {

  width: 58px;
  height: 58px;
  left: 82vw;
  bottom: 3vh;
  -webkit-animation: move23 infinite 9s;
  animation: move23 infinite 9s;
}

@-webkit-keyframes move23 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 86vh;
    transform: translate(125px, 0);
    opacity: 0;
  }
}

@keyframes move23 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 86vh;
    transform: translate(125px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(24) {

  width: 90px;
  height: 90px;
  left: 31vw;
  bottom: 84vh;
  -webkit-animation: move24 infinite 5s;
  animation: move24 infinite 5s;
}

@-webkit-keyframes move24 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 68vh;
    transform: translate(74px, 0);
    opacity: 0;
  }
}

@keyframes move24 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 68vh;
    transform: translate(74px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(25) {

  width: 56px;
  height: 56px;
  left: 51vw;
  bottom: 22vh;
  -webkit-animation: move25 infinite 9s;
  animation: move25 infinite 9s;
}

@-webkit-keyframes move25 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(31px, 0);
    opacity: 0;
  }
}

@keyframes move25 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(31px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(26) {

  width: 94px;
  height: 94px;
  left: 32vw;
  bottom: 86vh;
  -webkit-animation: move26 infinite 13s;
  animation: move26 infinite 13s;
}

@-webkit-keyframes move26 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(9px, 0);
    opacity: 0;
  }
}

@keyframes move26 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(9px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(27) {

  width: 11px;
  height: 11px;
  left: 90vw;
  bottom: 66vh;
  -webkit-animation: move27 infinite 4s;
  animation: move27 infinite 4s;
}

@-webkit-keyframes move27 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(178px, 0);
    opacity: 0;
  }
}

@keyframes move27 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 51vh;
    transform: translate(178px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(28) {

  width: 38px;
  height: 38px;
  left: 44vw;
  bottom: 84vh;
  -webkit-animation: move28 infinite 10s;
  animation: move28 infinite 10s;
}

@-webkit-keyframes move28 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 70vh;
    transform: translate(-26px, 0);
    opacity: 0;
  }
}

@keyframes move28 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 70vh;
    transform: translate(-26px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(29) {

  width: 7px;
  height: 7px;
  left: 65vw;
  bottom: 18vh;
  -webkit-animation: move29 infinite 5s;
  animation: move29 infinite 5s;
}

@-webkit-keyframes move29 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 89vh;
    transform: translate(166px, 0);
    opacity: 0;
  }
}

@keyframes move29 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 89vh;
    transform: translate(166px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(30) {

  width: 20px;
  height: 20px;
  left: 31vw;
  bottom: 48vh;
  -webkit-animation: move30 infinite 4s;
  animation: move30 infinite 4s;
}

@-webkit-keyframes move30 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 66vh;
    transform: translate(-9px, 0);
    opacity: 0;
  }
}

@keyframes move30 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 66vh;
    transform: translate(-9px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(31) {

  width: 43px;
  height: 43px;
  left: 17vw;
  bottom: 2vh;
  -webkit-animation: move31 infinite 14s;
  animation: move31 infinite 14s;
}

@-webkit-keyframes move31 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 28vh;
    transform: translate(22px, 0);
    opacity: 0;
  }
}

@keyframes move31 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 28vh;
    transform: translate(22px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(32) {

  width: 79px;
  height: 79px;
  left: 58vw;
  bottom: 63vh;
  -webkit-animation: move32 infinite 6s;
  animation: move32 infinite 6s;
}

@-webkit-keyframes move32 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 49vh;
    transform: translate(24px, 0);
    opacity: 0;
  }
}

@keyframes move32 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 49vh;
    transform: translate(24px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(33) {

  width: 62px;
  height: 62px;
  left: 43vw;
  bottom: 22vh;
  -webkit-animation: move33 infinite 6s;
  animation: move33 infinite 6s;
}

@-webkit-keyframes move33 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 17vh;
    transform: translate(119px, 0);
    opacity: 0;
  }
}

@keyframes move33 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 17vh;
    transform: translate(119px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(34) {

  width: 42px;
  height: 42px;
  left: 68vw;
  bottom: 62vh;
  -webkit-animation: move34 infinite 7s;
  animation: move34 infinite 7s;
}

@-webkit-keyframes move34 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 2vh;
    transform: translate(-45px, 0);
    opacity: 0;
  }
}

@keyframes move34 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 2vh;
    transform: translate(-45px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(35) {

  width: 95px;
  height: 95px;
  left: 25vw;
  bottom: 94vh;
  -webkit-animation: move35 infinite 5s;
  animation: move35 infinite 5s;
}

@-webkit-keyframes move35 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 38vh;
    transform: translate(153px, 0);
    opacity: 0;
  }
}

@keyframes move35 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 38vh;
    transform: translate(153px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(36) {

  width: 47px;
  height: 47px;
  left: 98vw;
  bottom: 1vh;
  -webkit-animation: move36 infinite 7s;
  animation: move36 infinite 7s;
}

@-webkit-keyframes move36 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 27vh;
    transform: translate(8px, 0);
    opacity: 0;
  }
}

@keyframes move36 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 27vh;
    transform: translate(8px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(37) {

  width: 95px;
  height: 95px;
  left: 62vw;
  bottom: 6vh;
  -webkit-animation: move37 infinite 5s;
  animation: move37 infinite 5s;
}

@-webkit-keyframes move37 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 53vh;
    transform: translate(-48px, 0);
    opacity: 0;
  }
}

@keyframes move37 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 53vh;
    transform: translate(-48px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(38) {

  width: 10px;
  height: 10px;
  left: 26vw;
  bottom: 8vh;
  -webkit-animation: move38 infinite 5s;
  animation: move38 infinite 5s;
}

@-webkit-keyframes move38 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 76vh;
    transform: translate(114px, 0);
    opacity: 0;
  }
}

@keyframes move38 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 76vh;
    transform: translate(114px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(39) {

  width: 73px;
  height: 73px;
  left: 95vw;
  bottom: 10vh;
  -webkit-animation: move39 infinite 10s;
  animation: move39 infinite 10s;
}

@-webkit-keyframes move39 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 10vh;
    transform: translate(-83px, 0);
    opacity: 0;
  }
}

@keyframes move39 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 10vh;
    transform: translate(-83px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(40) {

  width: 43px;
  height: 43px;
  left: 1vw;
  bottom: 100vh;
  -webkit-animation: move40 infinite 7s;
  animation: move40 infinite 7s;
}

@-webkit-keyframes move40 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 12vh;
    transform: translate(14px, 0);
    opacity: 0;
  }
}

@keyframes move40 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 12vh;
    transform: translate(14px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(41) {

  width: 35px;
  height: 35px;
  left: 42vw;
  bottom: 39vh;
  -webkit-animation: move41 infinite 5s;
  animation: move41 infinite 5s;
}

@-webkit-keyframes move41 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 65vh;
    transform: translate(144px, 0);
    opacity: 0;
  }
}

@keyframes move41 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 65vh;
    transform: translate(144px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(42) {

  width: 82px;
  height: 82px;
  left: 74vw;
  bottom: 3vh;
  -webkit-animation: move42 infinite 13s;
  animation: move42 infinite 13s;
}

@-webkit-keyframes move42 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 0vh;
    transform: translate(-99px, 0);
    opacity: 0;
  }
}

@keyframes move42 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 0vh;
    transform: translate(-99px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(43) {

  width: 81px;
  height: 81px;
  left: 86vw;
  bottom: 16vh;
  -webkit-animation: move43 infinite 5s;
  animation: move43 infinite 5s;
}

@-webkit-keyframes move43 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 87vh;
    transform: translate(30px, 0);
    opacity: 0;
  }
}

@keyframes move43 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 87vh;
    transform: translate(30px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(44) {

  width: 26px;
  height: 26px;
  left: 64vw;
  bottom: 71vh;
  -webkit-animation: move44 infinite 15s;
  animation: move44 infinite 15s;
}

@-webkit-keyframes move44 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 94vh;
    transform: translate(104px, 0);
    opacity: 0;
  }
}

@keyframes move44 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 94vh;
    transform: translate(104px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(45) {

  width: 45px;
  height: 45px;
  left: 22vw;
  bottom: 16vh;
  -webkit-animation: move45 infinite 3s;
  animation: move45 infinite 3s;
}

@-webkit-keyframes move45 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 96vh;
    transform: translate(154px, 0);
    opacity: 0;
  }
}

@keyframes move45 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 96vh;
    transform: translate(154px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(46) {

  width: 9px;
  height: 9px;
  left: 21vw;
  bottom: 33vh;
  -webkit-animation: move46 infinite 4s;
  animation: move46 infinite 4s;
}

@-webkit-keyframes move46 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 27vh;
    transform: translate(169px, 0);
    opacity: 0;
  }
}

@keyframes move46 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 27vh;
    transform: translate(169px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(47) {

  width: 71px;
  height: 71px;
  left: 55vw;
  bottom: 68vh;
  -webkit-animation: move47 infinite 15s;
  animation: move47 infinite 15s;
}

@-webkit-keyframes move47 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 94vh;
    transform: translate(-62px, 0);
    opacity: 0;
  }
}

@keyframes move47 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 94vh;
    transform: translate(-62px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(48) {

  width: 95px;
  height: 95px;
  left: 74vw;
  bottom: 82vh;
  -webkit-animation: move48 infinite 13s;
  animation: move48 infinite 13s;
}

@-webkit-keyframes move48 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 15vh;
    transform: translate(93px, 0);
    opacity: 0;
  }
}

@keyframes move48 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 15vh;
    transform: translate(93px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(49) {

  width: 44px;
  height: 44px;
  left: 99vw;
  bottom: 32vh;
  -webkit-animation: move49 infinite 5s;
  animation: move49 infinite 5s;
}

@-webkit-keyframes move49 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 16vh;
    transform: translate(130px, 0);
    opacity: 0;
  }
}

@keyframes move49 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 16vh;
    transform: translate(130px, 0);
    opacity: 0;
  }
}

.bubble:nth-child(50) {

  width: 99px;
  height: 99px;
  left: 62vw;
  bottom: 96vh;
  -webkit-animation: move50 infinite 8s;
  animation: move50 infinite 8s;
}

@-webkit-keyframes move50 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 61vh;
    transform: translate(-31px, 0);
    opacity: 0;
  }
}

@keyframes move50 {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 61vh;
    transform: translate(-31px, 0);
    opacity: 0;
  }
}

rg {
  display: block;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  background-color: rgb(255, 255, 0);
}

.light-mode rg {
  background-color: #ffffff;
}

rg:first-child {
  width: 10px;
  height: 10px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire1 infinite 8s;
  animation: fire1 infinite 8s;
}

rg:nth-child(2) {
  width: 5px;
  height: 5px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire1 infinite 15s, flash infinite 7s;
  animation: fire1 infinite 15s, flash infinite 7s;
}

.light-mode rg:nth-child(2) {
  -webkit-animation: fire1 infinite 15s, flash1 infinite 7s;
  animation: fire1 infinite 15s, flash1 infinite 7s;
}

rg:nth-child(3) {
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire2 infinite 24s, flash infinite 5s;
  animation: fire2 infinite 24s, flash infinite 5s;
}

.light-mode rg:nth-child(3) {
  -webkit-animation: fire2 infinite 24s, flash1 infinite 5s;
  animation: fire2 infinite 24s, flash1 infinite 5s;
}

rg:nth-child(4) {
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire3 infinite 27s, flash infinite 2s;
  animation: fire3 infinite 27s, flash infinite 2s;
}

.light-mode rg:nth-child(4) {
  -webkit-animation: fire3 infinite 27s, flash1 infinite 2s;
  animation: fire3 infinite 27s, flash1 infinite 2s;
}

rg:nth-child(5) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire4 infinite 18s, flash infinite 2s;
  animation: fire4 infinite 18s, flash infinite 2s;
}

.light-mode rg:nth-child(5) {
  -webkit-animation: fire4 infinite 18s, flash1 infinite 2s;
  animation: fire4 infinite 18s, flash1 infinite 2s;
}

rg:nth-child(6) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire5 infinite 22s, flash infinite 4s;
  animation: fire5 infinite 22s, flash infinite 4s;
}

.light-mode rg:nth-child(6) {
  -webkit-animation: fire5 infinite 22s, flash1 infinite 4s;
  animation: fire5 infinite 22s, flash1 infinite 4s;
}

rg:nth-child(7) {
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire6 infinite 28s, flash infinite 3.5s;
  animation: fire6 infinite 28s, flash infinite 3.5s;
}

.light-mode rg:nth-child(7) {
  -webkit-animation: fire6 infinite 28s, flash1 infinite 3.5s;
  animation: fire6 infinite 28s, flash1 infinite 3.5s;
}

rg:nth-child(8) {
  width: 2px;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire7 infinite 26s, flash infinite 3s;
  animation: fire7 infinite 26, flash infinite 3s;
}

.light-mode rg:nth-child(8) {
  -webkit-animation: fire7 infinite 26s, flash1 infinite 3s;
  animation: fire7 infinite 26, flash1 infinite 3s;
}

rg:nth-child(9) {
  width: 2px;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire8 infinite 25s, flash infinite 6s;
  animation: fire8 infinite 25s, flash infinite 6s;
}

.light-mode rg:nth-child(9) {
  -webkit-animation: fire8 infinite 25s, flash1 infinite 6s;
  animation: fire8 infinite 25s, flash1 infinite 6s;
}

rg:nth-child(10) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire9 infinite 20s, flash infinite 4s;
  animation: fire9 infinite 20s, flash infinite 4s;
}

.light-mode rg:nth-child(10) {
  -webkit-animation: fire9 infinite 20s, flash1 infinite 4s;
  animation: fire9 infinite 20s, flash1 infinite 4s;
}

rg:nth-child(11) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire10 infinite 30s, flash infinite 3s;
  animation: fire10 infinite 30s, flash infinite 3s;
}

.light-mode rg:nth-child(11) {
  -webkit-animation: fire10 infinite 30s, flash1 infinite 3s;
  animation: fire10 infinite 30s, flash1 infinite 3s;
}

rg:nth-child(12) {
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire11 infinite 25s, flash infinite 3s;
  animation: fire11 infinite 25s, flash infinite 3s;
}

.light-mode rg:nth-child(12) {
  -webkit-animation: fire11 infinite 25s, flash1 infinite 3s;
  animation: fire11 infinite 25s, flash1 infinite 3s;
}

rg:nth-child(13) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire12 infinite 25s, flash infinite 3s;
  animation: fire12 infinite 25s, flash infinite 3s;
}

.light-mode rg:nth-child(13) {
  -webkit-animation: fire12 infinite 25s, flash1 infinite 3s;
  animation: fire12 infinite 25s, flash1 infinite 3s;
}

rg:nth-child(14) {
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire13 infinite 20s, flash infinite 3s;
  animation: fire13 infinite 20s, flash infinite 3s;
}

.light-mode rg:nth-child(14) {
  -webkit-animation: fire13 infinite 20s, flash1 infinite 3s;
  animation: fire13 infinite 20s, flash1 infinite 3s;
}

rg:nth-child(15) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire14 infinite 24s, flash infinite 6s;
  animation: fire14 infinite 24s, flash infinite 6s;
}

.light-mode rg:nth-child(15) {
  -webkit-animation: fire14 infinite 24s, flash1 infinite 6s;
  animation: fire14 infinite 24s, flash1 infinite 6s;
}

rg:nth-child(16) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire15 infinite 24s, flash infinite 5s;
  animation: fire15 infinite 24s, flash infinite 5s;
}

.light-mode rg:nth-child(16) {
  -webkit-animation: fire15 infinite 24s, flash1 infinite 5s;
  animation: fire15 infinite 24s, flash1 infinite 5s;
}

rg:nth-child(17) {
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-animation: fire11 infinite 8s, flash infinite 5s;
  animation: fire11 infinite 8s, flash infinite 5s;
}

.light-mode rg:nth-child(17) {
  -webkit-animation: fire11 infinite 8s, flash1 infinite 5s;
  animation: fire11 infinite 8s, flash1 infinite 5s;
}

@keyframes fire15 {
  0% {
    transform: translate(1150px, 10px);
  }

  20% {
    transform: translate(1150px, -40px);
  }

  40% {
    transform: translate(1100px, -240px);
  }

  60% {
    transform: translate(1050px, -250px);
  }

  80% {
    transform: translate(1150px, -230px);
  }

  100% {
    transform: translate(1120px, 10px);
  }
}

@keyframes fire14 {
  0% {
    transform: translate(50px, -410px);
  }

  20% {
    transform: translate(50px, -220px);
  }

  40% {
    transform: translate(1100px, -240px);
  }

  60% {
    transform: translate(1050px, -250px);
  }

  80% {
    transform: translate(1150px, -230px);
  }

  100% {
    transform: translate(1120px, 10px);
  }
}

@keyframes fire13 {
  0% {
    transform: translate(1610px, -410px);
  }

  20% {
    transform: translate(1000px, -220px);
  }

  40% {
    transform: translate(1100px, -240px);
  }

  60% {
    transform: translate(1050px, -250px);
  }

  80% {
    transform: translate(700px, -230px);
  }

  100% {
    transform: translate(1020px, -410px);
  }
}

@keyframes fire12 {
  0% {
    transform: translate(1000px, -410px);
  }

  10% {
    transform: translate(1000px, -220px);
  }

  30% {
    transform: translate(900px, -240px);
  }

  60% {
    transform: translate(800px, -250px);
  }

  80% {
    transform: translate(300px, -230px);
  }

  100% {
    transform: translate(240px, -410px);
  }
}

@keyframes fire11 {
  0% {
    transform: translate(1000px, 0);
  }

  10% {
    transform: translate(1000px, -60px);
  }

  30% {
    transform: translate(1000px, -40px);
  }

  60% {
    transform: translate(800px, -50px);
  }

  90% {
    transform: translate(300px, -30px);
  }

  100% {
    transform: translate(240px, 10px);
  }
}

@keyframes fire10 {
  0% {
    transform: translate(300px, -410px);
  }

  10% {
    transform: translate(290px, -250px);
  }

  30% {
    transform: translate(800px, -240px);
  }

  60% {
    transform: translate(250px, -220px);
  }

  100% {
    transform: translate(300px, -410px);
  }
}

@keyframes fire9 {
  0% {
    transform: translate(280px, 0);
  }

  10% {
    transform: translate(280px, -50px);
  }

  40% {
    transform: translate(500px, -40px);
  }

  80% {
    transform: translate(800px, -60px);
  }

  100% {
    transform: translate(600px, -60px);
  }
}

@keyframes fire8 {
  0% {
    transform: translate(-10px, -120px);
  }

  15% {
    transform: translate(35px, -220px);
  }

  40% {
    width: 4px;
    height: 4px;
    transform: translate(600px, -200px);
  }

  80% {
    width: 3px;
    height: 3px;
    transform: translate(800px, -250px);
  }

  100% {
    transform: translate(600px, -400px);
  }
}

@keyframes fire6 {
  0% {
    transform: translate(50px, 0);
  }

  10% {
    transform: translate(50px, -60px);
  }

  15% {
    transform: translate(50px, -60px);
  }

  60% {
    width: 3px;
    height: 3px;
    transform: translate(50px, -300px);
  }

  100% {
    transform: translate(50px, 0px);
  }
}

@keyframes fire7 {
  0% {
    transform: translate(20px, -400px);
  }

  20% {
    transform: translate(20px, -250px);
  }

  60% {
    transform: translate(30px, -150px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes fire5 {
  0% {
    transform: translate(1140px, 0);
  }

  10% {
    transform: translate(800px, -60px);
  }

  15% {
    transform: translate(800px, -60px);
  }

  60% {}

  100% {
    transform: translate(50px, -60px);
  }
}

@keyframes fire3 {
  0% {
    transform: translate(1600px, -70px);
  }

  30% {
    transform: translate(100px, -70px);
  }

  60% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 2px;
    height: 2px;
    transform: translate(0, -70px);
  }
}

@keyframes fire4 {
  0% {
    transform: translate(1140px, 0);
  }

  30% {
    transform: translate(1150px, -70px);
  }

  60% {}

  100% {
    transform: translate(1150px, -280px);
  }
}

@keyframes fire2 {
  0% {
    transform: translate(1100px, 0px);
  }

  10% {
    transform: translate(1100px, -260px);
  }

  30% {
    transform: translate(100px, -260px);
  }

  60% {
    transform: translate(900px, -260px);
  }

  80% {
    transform: translate(100px, -250px);
  }

  100% {
    transform: translate(0, -250px);
  }
}

@keyframes flash {

  0%,
  100% {
    opacity: 0;
    box-shadow: 0 0 0vw 0vw yellow;
  }

  5% {
    opacity: 1;
    box-shadow: 0 0 2vw 0.4vw yellow;
  }

  30% {
    opacity: 1;
    box-shadow: 0 0 2vw 0.4vw yellow;
  }
}

@keyframes flash1 {

  0%,
  100% {
    opacity: 0;
    box-shadow: 0 0 0vw 0vw rgba(81, 203, 238, 1);
    ;
  }

  5% {
    opacity: 1;
    box-shadow: 0 0 2vw 0.4vw rgba(81, 203, 238, 1);
  }

  30% {
    opacity: 1;
    box-shadow: 0 0 2vw 0.4vw rgba(81, 203, 238, 1);
  }
}

@keyframes fire1 {
  0% {
    transform: translate(100px, 0px);
  }

  10% {
    transform: translate(40px, -100px);
  }

  30% {
    transform: translate(100px, -250px);
  }

  60% {
    transform: translate(700px, -280px);
  }

  80% {
    transform: translate(800px, -250px);
  }

  100% {
    transform: translate(0, -250px);
  }
}

@keyframes fire {
  1% {
    opacity: 0;
  }

  2% {
    opacity: 0.7;
  }

  3% {
    opacity: 0;
  }

  4% {
    opacity: 0.7;
  }

  5% {
    opacity: 0;
  }

  6% {
    opacity: 0.7;
  }

  7% {
    opacity: 0;
  }

  8% {
    opacity: 0.7;
  }

  9% {
    opacity: 0;
  }

  10% {
    opacity: 0.7;
  }

  11% {
    opacity: 0;
  }

  12% {
    opacity: 0.7;
  }

  13% {
    opacity: 0;
  }

  14% {
    opacity: 0.7;
  }

  15% {
    opacity: 0;
  }

  16% {
    opacity: 0.7;
  }

  17% {
    opacity: 0;
  }

  18% {
    opacity: 0.7;
  }

  19% {
    opacity: 0;
  }

  20% {
    opacity: 0.7;
  }

  21% {
    opacity: 0;
  }

  22% {
    opacity: 0.7;
  }

  23% {
    opacity: 0;
  }

  24% {
    opacity: 0.7;
  }

  25% {
    opacity: 0;
  }

  26% {
    opacity: 0.7;
  }

  27% {
    opacity: 0;
  }

  28% {
    opacity: 0.7;
  }

  29% {
    opacity: 0;
  }

  30% {
    opacity: 0.7;
  }

  31% {
    opacity: 0;
  }

  32% {
    opacity: 0.7;
  }

  33% {
    opacity: 0;
  }

  34% {
    opacity: 0.7;
  }

  35% {
    opacity: 0;
  }

  36% {
    opacity: 0.7;
  }

  37% {
    opacity: 0;
  }

  38% {
    opacity: 0.7;
  }

  39% {
    opacity: 0;
  }

  40% {
    opacity: 0.7;
  }

  41% {
    opacity: 0;
  }

  42% {
    opacity: 0.7;
  }

  43% {
    opacity: 0;
  }

  44% {
    opacity: 0.7;
  }

  45% {
    opacity: 0;
  }

  46% {
    opacity: 0.7;
  }

  47% {
    opacity: 0;
  }

  48% {
    opacity: 0.7;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0.7;
  }

  53% {
    opacity: 0;
  }

  55% {
    opacity: 0.7;
  }

  56% {
    opacity: 0;
  }

  57% {
    opacity: 0.7;
  }

  58% {
    opacity: 0;
  }

  59% {
    opacity: 0.7;
  }

  60% {
    opacity: 0;
  }

  61% {
    opacity: 0.7;
  }

  62% {
    opacity: 0;
  }

  63% {
    opacity: 0.7;
  }

  64% {
    opacity: 0;
  }

  65% {
    opacity: 0.7;
  }

  66% {
    opacity: 0;
  }

  67% {
    opacity: 0.7;
  }

  68% {
    opacity: 0;
  }

  69% {
    opacity: 0.7;
  }

  70% {
    opacity: 0;
  }

  71% {
    opacity: 0.7;
  }

  72% {
    opacity: 0;
  }

  73% {
    opacity: 0.7;
  }

  74% {
    opacity: 0;
  }

  75% {
    opacity: 0.7;
  }

  76% {
    opacity: 0;
  }

  77% {
    opacity: 0.7;
  }

  78% {
    opacity: 0;
  }

  79% {
    opacity: 0.7;
  }

  80% {
    opacity: 0;
  }

  81% {
    opacity: 0.7;
  }

  82% {
    opacity: 0;
  }

  83% {
    opacity: 0.7;
  }

  84% {
    opacity: 0;
  }

  85% {
    opacity: 0.7;
  }

  86% {
    opacity: 0;
  }

  87% {
    opacity: 0.7;
  }

  88% {
    opacity: 0;
  }

  89% {
    opacity: 0.7;
  }

  90% {
    opacity: 0;
  }

  91% {
    opacity: 0.7;
  }

  92% {
    opacity: 0;
  }

  93% {
    opacity: 0.7;
  }

  94% {
    opacity: 0;
  }

  95% {
    opacity: 0.7;
  }

  96% {
    opacity: 0;
  }

  97% {
    opacity: 0.7;
  }

  98% {
    opacity: 0;
  }

  99% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoom-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoom-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes muter {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes muter2 {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes jelly2 {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.ani-text {
  -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

@-webkit-keyframes sha {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  10% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

@keyframes sha {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  10% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }

  40% {
    width: 20%;
  }

  70% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes drive {
  0% {
    margin-left: -364px;
    opacity: 0;
  }

  33.33% {
    transform: rotate(0deg);
    margin-left: -50px;
    opacity: 1;
  }

  66.66% {
    transform: rotate(-360deg);
    margin-left: -50px;
    opacity: 1;
  }

  100% {
    margin-left: 264px;
    transform: rotate(-360deg);
    opacity: 0;
  }
}

.dot-one {
  opacity: 0;
  animation: dot-one 2s infinite linear
}

.dot-two {
  opacity: 0;
  animation: dot-two 2s infinite linear
}

.dot-three {
  opacity: 0;
  animation: dot-three 2s infinite linear
}

@keyframes dot-one {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dot-two {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dot-three {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.05, 1, 1);
    transform: scale3d(1.05, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }

  50% {
    -webkit-transform: scale3d(1.10, 0.90, 1);
    transform: scale3d(1.10, 0.90, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.05, 1, 1);
    transform: scale3d(1.05, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }

  50% {
    -webkit-transform: scale3d(1.10, 0.90, 1);
    transform: scale3d(1.10, 0.90, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media (max-width: 300px) {
  #RGtab .nav-link {
    width: 100%;
    padding: 3px 2px;
  }

  .rg-blog {
    padding: 0 10px !important
  }

  .nav-tab {
    padding: 2px;
  }

  .sub-menu span {
    margin-left: 0;
    padding: 0 5px;
    font-size: 14px !important
  }

}