.relapro {
  position: relative;
}

.relapro .favorit {
  top: -77px;
  right: 0;
}

.slim-konten {
  width: 800px;
  padding: 100px 0;
  margin: auto;
}

small {
  font-size: 16px;
  font-weight: 400;
}

.mr55 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
}

#div1,
#div2 {
  width: 100%;
  padding: 0;
  margin: 0
}

.ban {
  outline-color: var(--main-color) !important;
  background: #000 !important
}

.light-mode .ban {
  outline-color: var(--main-lcolor)
}

.konprod {
  margin-bottom: 50px;
  padding: 30px 40px;
}

.prod_inf {
  padding: 30px 40px;
  border-bottom: 1px dashed var(--main-color);
  line-height: 1.8;
  background-image: var(--rg-bg-img);
  background-size: cover;
  background-position: center;
}

.ml-0 {
  margin-left: -8px !important
}

.light-mode .prod_inf {
  border-bottom: 1px dashed var(--main-lcolor);
  background-image: var(--rg-light-bg-img);
}

.konprod td {
  padding: 5px 10px;
  border: 1px solid var(--second-color)
}

.light-mode .konprod td {
  border: 1px solid var(--second-lcolor)
}

.konprod td {
  background-color: #1C1E1F;
}

.konprod td:nth-child(even) {
  background-color: #464646;
}

.light-mode .konprod td {
  background-color: #dadada;
}

.light-mode .konprod td:nth-child(even) {
  background-color: #ffffff;
}

.konprod table {
  width: 100%;
}

.konprod p {
  margin: 10px 0;
}

.konprod th {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}

.instruksi p {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  margin-top: -20px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: 'poppins';
  font-weight: 700;
}

.nav-links {
  color: var(--body-lcolor);
  font-size: 20px;
  font-weight: 500;
}

.nav-links:hover {
  color: var(--main-color);
}

.logo {
  width: auto;
  height: 60px;
}

box_body img {
  width: 100%;
  height: auto;
}

.mfp-container {
  overflow: hidden !important
}

.hero-img {
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 920px;
  background-repeat: no-repeat !important;
  z-index: 1 !important;
}

.carousel {
  min-height: 920px !important
}

.bghero {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.bghero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.light-mode .bghero::after {
  background-color: rgba(255, 255, 255, 0.1);
}

nav {
  z-index: 1000 !important;
}

.head-konten {
  width: 1600px !important;
  margin: auto
}

.rg-100 {
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 386px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0;
  margin-bottom: -46px;
  text-transform: uppercase;
}

.broku {
  margin-top: 80px !important
}

.konten {
  width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.kontens {
  width: 1600px;
  margin: auto;
}

.right_col {
  width: 1000px;
  position: relative;
}

.match-pad {
  width: 1600px;
  margin: auto;
  padding: 0 0 120px 0;
  margin-top: -40px;
}

.konten-sosmed {
  width: 1600px;
  margin: auto;
  padding-bottom: 40px;
}

.konten-nohead {
  width: 1600px;
  margin: auto;
  padding: 200px 0;
  margin-bottom: 200px;
}

.konten-foot {
  padding-right: 100px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer h4 {
  font-weight: 400;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  background: #000000;
  position: relative;
}

.light-mode .footer {
  background: #ffffff
}

.hero-con {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin: auto;
  height: 100%;
  z-index: 5;
  align-items: center;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-lcolor);
}

.light-mode ::-webkit-scrollbar-thumb {
  background: var(--main-lcolor);
}

.light-mode ::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

.head_title {
  padding-top: 100px;
}

.btn-link {
  padding: 15px 60px;
  background-color: #ac4002;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 0px 8px 2px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 8 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 8px 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: none;
  text-decoration: none;
  display: inline-block;
}

.btn-link:hover {
  background-color: var(--main-color);
  color: #fff;
}

.head_title h2 {
  font-family: 'reysat'
      !important;
  font-weight: 600;
  margin-bottom: 40px;
  min-width: 140px;
}

.carousel-inner .carousel-item {
  transition: all 2s ease;
}

.rg-abs {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.rg-imghero {
  flex: 0 0 auto;
  width: 100%;
  z-index: 5;
}

.w-center {
  width: auto;
  height: 700px;
  margin-top: 150px;
  max-width: 90%;
}

.rg-imghero img {
  width: auto;
  height: 700px;
  max-width: 90%;
}

h2.open {
  font-family: 'reysat';
  font-size: 50pt;
  font-weight: 700;
  margin-top: -540px;
  text-shadow: 3px 3px #ac4002;
  color: var(--main-color);
}

h2.herop {
  font-family: 'reysat';
  font-size: 50pt !important;
  font-weight: 700 !important;
  text-shadow: 3px 3px #ac4002;
  color: var(--main-color);
  margin-top: 140px;
}

.bghero p {
  font-size: 28pt;
  font-family: 'oswald';
  font-weight: 600;
  text-shadow: 1px 1px 1px #353535;
  margin-bottom: 40px;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 54px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 34px;
}

h6 {
  font-size: 24px;
}

.zoom {
  -webkit-animation: zoom-bounce 1.5s both;
  animation: zoom-bounce 1.5s both;
}

.card {
  background-color: #353535;
  width: 230px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  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);
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #353535;
  background-image: var(--rg-bg-img);
  background-size: cover;
  background-position: center;
}

.card img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  margin: auto;
}

.bg-dispute {
  background-color: #880808 !important
}

.card h4 {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  margin-bottom: 0px;
  font-size: 18px;
  font-family: 'oswald';
  font-weight: 400 !important;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.card p {
  color: #fff;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  margin-bottom: 0;
  font-size: 12pt;
  padding-bottom: 5px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

@keyframes card {
  0% {
      transform: translate(0);
  }

  10% {
      transform: translate(-2px, -2px);
  }

  20% {
      transform: translate(2px, -2px);
  }

  30% {
      transform: translate(-2px, 2px);
  }

  40% {
      transform: translate(2px, 2px);
  }

  50% {
      transform: translate(-2px, -2px);
  }

  60% {
      transform: translate(2px, -2px);
  }

  70% {
      transform: translate(-2px, 2px);
  }

  80% {
      transform: translate(-2px, -2px);
  }

  90% {
      transform: translate(2px, -2px);
  }

  100% {
      transform: translate(0);
  }
}

.discount {
  --f: 10px;
  --r: 15px;
  --t: 15px;
  position: absolute;
  margin-top: 1.5px;
  margin-right: -2px;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 5px 14px var(--f) calc(15px + var(--r));
  clip-path:
      polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
          calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
          var(--r) calc(50% - var(--f)/2));
  background: var(--main-color);
  box-shadow: 0 calc(-1*var(--f)) 0 inset #ac4002;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: 50px
}

.light-mode .discount {
  background: var(--main-lcolor);
  box-shadow: 0 calc(-1*var(--f)) 0 inset #000013;
}

.area {
  height: 620px;
}

.grad {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  height: 100%;
}

.thumbnail {
  width: 240px;
  height: 240px;
  margin-top: -280px;
  position: absolute;
  perspective: 600px;
}

.light-mode .thumbnail img {
  background-color: #f8f8f8;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: -8px 5px 6px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -8px 5px 6px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -8px 5px 6px -2px rgba(0, 0, 0, 0.5);
  transform: rotatey(20deg);
  background-color: #1C1E1F;
}

head_title {
  position: absolute;
  margin-left: 240px;
  margin-top: -200px;
  width: 1130px;
}

head_title h1 {
  font-family: 'oswald';
  font-size: 40px;
  margin-bottom: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

head_title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

head_title h1 i {
  font-size: 22px;
  padding: 5px 0;
  text-align: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 50%;
  display: block;
  margin-left: 16px;
  outline: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light-mode head_title h1 i {
  background-color: var(--main-lcolor);
  outline-color: #000;
}

box-content {
  display: block;
  background-color: #353535;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin-bottom: 40px;
}

box_body {
  width: 100%;
  padding: 30px 20px 20px 20px;
  display: block;
}

box_title {
  background: rgb(53, 53, 53);
  background: linear-gradient(0deg, rgb(65, 65, 65) 0%, rgb(121, 121, 121) 100%);
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 26px;
  font-family: 'urbanist';
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

nom,
noms {
  background-color: var(--main-color);
  flex: 0 0 auto;
  width: 70px;
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
  color: #ffffff;
  border-top-left-radius: 15px;
}

.light-mode nom,
.light-mode noms {
  background-color: var(--main-lcolor);
}

nom_tt {
  padding: 10px 20px;
}

.side_kiri {
  flex: 0 0 auto;
  width: 35%;
}

.side_kanan {
  flex: 0 0 auto;
  width: 65%;
}

box-content ol li::marker,
box-content ul li::marker {
  color: #949494
}

.box-product {
  margin-bottom: -200px;
  position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus,
input:hover,
input:active,
input:valid {
  outline: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  font-weight: 400 !important;
  -webkit-text-fill-color: #353535 !important;
}

.password {
  -webkit-text-security: disc !important
}

.checkbox label {
  font-size: 14px !important;
}

.rg-select {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}

.rg-select select {
  display: none;
}

.select-selected {
  background-color: var(--second-color);
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #353535 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #353535 transparent;
  top: 8px;
}

.select-selected {
  border-radius: 5px;
}

.select-items div,
.select-selected {
  color: #353535;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: var(--second-color);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

box-content input,
.rg-input {
  background-color: #FFF;
  display: block;
  margin-bottom: 20px;
  border: 1px solid var(--main-color);
  width: 100%;
  outline: none !important;
  height: 50px;
  font-size: 14px;
  font-family: 'poppins'
      !important;
  border-radius: 5px;
  padding: 0 20px;
  color: #353535
}

.light-mode box-content input {
  background-color: var(--second-lcolor) !important;
}

.rg2 {
  margin-bottom: 1px !important
}

.rg-input:focus {
  background-color: var(--second-color) !important;
  box-shadow: none !important
}

.light-mode .rg-input,
.light-mode .rg-input:focus {
  background-color: var(--second-lcolor) !important
}

box-content input:last-child,
box-content textarea:last-child {
  margin-bottom: 0;
}

box-content .col-6,
box-content .col-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-mode .social-login-separator span {
  background-color: #c3c9cc;
  color: #1C1E1F
}

.f-title {
  margin-bottom: 20px;
}

box-content textarea,
.rg-textarea {
  border: 1px solid var(--main-color);
  resize: none;
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  padding: 20px;
  min-height: 150px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.light-mode box-content textarea,
.light-mode .rg-textarea {
  background-color: var(--second-lcolor);
}

box-content textarea:focus,
box-content input:focus {
  background-color: var(--body-lcolor);
}

ins {
  padding: 10px 20px;
  margin-left: auto;
  position: static !important;
}

ins i {
  color: var(--main-color);
}

.intruction-dm {
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  width: 1000px;
  right: 0;
  padding: 0 !important;
  top: 60px;
}

.z-1000 {
  z-index: 10 !important;
  position: relative;
}

.intruction-dm.show {
  margin-right: -20px !important;
  margin-top: 16px !important;
}

.intruction-dm img {
  width: 100%;
}

.h-50 {
  min-height: 50px !important;
  max-height: 50px !important;
  padding: 4px 15px !important;
  border-radius: 8px !important
}

.p_card input[type="radio"],
.p_card input[type="checkbox"] {
  display: none;
}

.p_card label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--second-color);
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 70px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
}

.light-mode .p_card label {
  background-color: var(--second-lcolor);
}

.p_card input[type="radio"]:checked+label,
.p_card input[type="checkbox"]:checked+label {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.2);
  filter: none;
}

.p_card p {
  color: #353535;
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.p_card h4 {
  color: #353535;
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

des {
  flex: 0 0 auto;
  width: 85%;
  padding-right: 5px;
}

icon {
  flex: 0 0 auto;
  width: 15%;
  padding-left: 5px;
}

icon img {
  width: 100%;
}

box_body .col-6 label,
box_body .col-12 label {
  margin-bottom: 5px;
}

box-content h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

.reysat_form {
  background-color: #353535;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: auto;
  width: 1000px;
  overflow: hidden;
}

.reysat_form form_title {
  background: rgb(53, 53, 53);
  background: linear-gradient(0deg, rgb(65, 65, 65) 0%, rgb(121, 121, 121) 100%);
  font-weight: 700;
  padding: 20px;
  text-align: center;
  display: block;
}

.reysat_form h2,
.rg_form h2 {
  font-weight: 800;
  font-size: 40px;
  font-family: 'urbanist';
  margin-bottom: 0 !important;
  line-height: 1.4;
}

.reysat_form form_body {
  width: 100%;
  padding: 20px 40px;
  display: block;
  text-align: left;
}

form_body input {
  margin-top: 20px;
  margin-bottom: 5px !important
}

#register-account-form span {
  font-style: italic;
  font-size: 18px;
}

.checkbox {
  margin-bottom: 20px;
}

.rg-btn,
.rg-btn-block,
.cookieButton {
  outline: none;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  padding: 8px 20px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.rg-btn-block {
  width: 100%;
}

.forgot-password {
  margin: 10px 0 20px 0;
  display: block;
}

.notif-eror {
  border: 2px solid var(--main-color);
  padding: 20px;
  margin: 10px 0;
  color: red;
  border-radius: 8px;
  font-weight: 600;
}

.light-mode .notif-eror {
  border: 2px solid var(--main-lcolor);
}

.notif-eror::before {
  content: '\f071';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  color: red;
}

.rg-button::after,
.reysat-btn::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 80% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: 'Reysat Game';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 5%, var(--main-color) 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #c3c9cc;
  clip-path: var(--slice-0);
}

.rg-button:hover::after,
.reysat-btn:hover::after {
  animation: 1s glitch infinite;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
      clip-path: var(--slice-1);
      transform: translate(-8px, -10px);
  }

  10% {
      clip-path: var(--slice-3);
      transform: translate(10px, 10px);
  }

  20% {
      clip-path: var(--slice-1);
      transform: translate(-10px, 0px);
  }

  30% {
      clip-path: var(--slice-3);
      transform: translate(0px, 5px);
  }

  40% {
      clip-path: var(--slice-2);
      transform: translate(-5px, 0px);
  }

  50% {
      clip-path: var(--slice-3);
      transform: translate(5px, 0px);
  }

  60% {
      clip-path: var(--slice-4);
      transform: translate(5px, 10px);
  }

  70% {
      clip-path: var(--slice-2);
      transform: translate(-10px, 10px);
  }

  80% {
      clip-path: var(--slice-5);
      transform: translate(10px, -10px);
  }

  90% {
      clip-path: var(--slice-1);
      transform: translate(-10px, 0px);
  }

  100% {
      clip-path: var(--slice-1);
      transform: translate(0);
  }
}

.rg-button,
.rg-link {
  font-size: 16px;
}

.status-online {
  margin-top: -15px;
  background-color: transparent !important
}

.mt-mins {
  margin-top: -140px !important
}

.status-online:after {
  background-color: #38b653;
  margin-top: -20px !important
}

.user-avatar:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: silver;
  bottom: 2px;
  right: 0;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  border-radius: 100%;
  margin-bottom: 4px
}

.notification-avatar:after {
  width: 11px;
  height: 11px
}

.status-icon.status-online,
.status-online:after {
  background-color: #38b653;
  margin-top: -20px;
}

.status-icon.status-offline,
.status-offline:after {
  background-color: silver
}

.user-avatar {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  object-fit: cover;
  margin-top: -10px
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  border-radius: 100%;
  image-rendering: -webkit-optimize-contrast;
  margin-top: -5px;
}

.dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  margin-left: -20px !important;
  margin-right: -30px !important;
}

.dropdown-toggle::after {
  border: none !important;
  font-family: 'FontAwesome';
  content: "\f0d7" !important;
  vertical-align: 0;
  color: #fff;
  font-size: 20px;
  margin-left: 1px !important;
  margin-top: 8px !important;
  margin-right: 10px !important
}

.dropdown-toggle.show::after {
  border: none !important;
  font-family: 'FontAwesome';
  content: "\f0d8" !important;
  vertical-align: 0;
  color: #fff;
}

.light-mode .dropdown-toggle.show::after,
.light-mode .dropdown-toggle::after {
  color: #1C1E1F;
}

.social-login-separator {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 38px 0 15px;
  height: 1px
}

.social-login-separator:before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  top: 0
}

.social-login-separator span {
  background-color: #353535;
  top: 0;
  position: absolute;
  line-height: 10px;
  top: -5px;
  margin-left: -15px;
  padding: 0 10px;
  color: #fff
}

.social-login-buttons {
  display: flex;
  width: calc(100% + 20px)
}

.social-login-buttons button {
  flex: 1;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: -15px !important;
  font-size: 14px;
  padding: 9px 5px;
  max-width: 50%;
  transition: .3s
}

.social-login-buttons button:hover {
  background-color: #333;
  color: #fff
}

.social-login-buttons button i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 15px
}

.social-login-buttons .facebook-login {
  border-color: #3b5998;
  color: #3b5998
}

.social-login-buttons .facebook-login:hover {
  background-color: #3b5998;
  color: #fff
}

.social-login-buttons .google-login {
  border-color: #dd4b39;
  color: #dd4b39
}

.social-login-buttons .google-login:hover {
  background-color: #dd4b39;
  color: #fff
}

.light {
  display: none;
}

.dark {
  display: inline-block;
}

.rg-link {
  position: relative;
  color: var(--main-color);
  font-family: 'reysat';
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.rg-link::before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.rg-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s ease-out;
}

.rg-link:hover::after,
.rg-link:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease-in;
}

.nav-items {
  margin-left: 40px;
}

.form-item {
  width: 320px;
}

.error-message {
  color: #fff;
  font-size: 12px;
  display: none;
  margin-top: -10px;
}

.error-message.-show {
  display: block;
}

.mt-40 {
  margin-top: 20px !important
}

.hide-pc {
  display: none;
}

.notif {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  font-size: 35px !important;
  padding: 0 !important;
  color: #fff;
}

.light-mode .notif {
  color: #1C1E1F;
}

.profile-dash {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  height: 100%;
}

.light-mode .profile-dash {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 100%;
}

.payment-tab {
  background-color: #353535;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
  font-size: 20px;
}

.payment-tab img {
  width: 100%;
}

.payment-tab h2,
#CheckOut h2 {
  font-size: 28px;
  text-transform: none !important
}

.payment-tab h4 {
  font-size: 22px;
  margin-bottom: 4px;
}

.pay-btn {
  background-color: var(--main-color);
  padding: 10px 40px;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.light-mode .pay-btn {
  background-color: var(--main-lcolor);
}

.tabcontent,
.voccontent {
  display: none;
  margin-top: 40px;
}

.tab-btn {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: -90px;
}

.btn-col,
.btn-voc {
  flex: 0 0 auto;
  width: 16.6666666666%;
  padding: 10px;
}

.tablink,
.volink {
  position: relative;
  padding: 8px 8px;
  width: 100%;
  transition: .4s;
  cursor: pointer;
  z-index: 0;
  font-weight: 500;
  font-size: 18px;
  border-radius: 2px;
  outline: none;
  border: none;
  font-weight: 700;
}

.tablink::before,
.volink::before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  transition: .4s;
  z-index: -1;
  width: 40px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg)
}

.tablink::after,
.volink::after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .4s;
  z-index: -1;
  width: 40px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(30deg);
}

.tablink:hover::before,
.volink:hover::before {
  left: calc(100% - 35px);
}

.tablink:hover::after,
.volink:hover::after {
  right: calc(100% - 35px);
}

@-webkit-keyframes fade-in-top {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}

.tracking {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}

.tracking input {
  background-color: #c3c9cc;
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
  border: none;
  padding-left: 20px;
  flex: 0 0 auto;
  width: 80%;
}

.tracking button {
  background-color: var(--main-color);
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
  border: none;
  text-align: center;
  flex: 0 0 auto;
  width: 20%;
  font-weight: 700;
  color: #fff;
  font-family: 'reysat';
  text-transform: uppercase;
}

.light-mode .tracking button {
  background-color: var(--main-lcolor);
}

.track-result {
  width: 70%;
  margin: auto;
  margin-top: 40px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  background-color: #353535;
  padding: 20px 30px;
  border-radius: 4px;
}

.light-mode .track-result {
  background-color: #F1F3F4;
  box-shadow: 0px 0px 4px 2px rgba(230, 230, 230, 0.3);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(230, 230, 230, 0.3);
  -moz-box-shadow: 0px 0px 4px 2px rgba(230, 230, 230, 0.3);
}

.pay-logo {
  width: auto;
  height: 60px;
}

box_body h4 {
  font-family: 'urbanist';
}

box_body h3 {
  font-size: 18pt;
}

box_body h2.accordion-header .accordion-button {
  color: var(--body-lcolor);
  font-family: 'urbanist'
      !important;
  font-weight: 700 !important;
  font-size: 20px;
}

.head_dash {
  font-weight: 700;
  font-size: 34px;
}

.head_dash h3 {
  font-size: 24px;
}

.uploadButton label {
  font-style: italic;
  font-size: 16px;
  background-color: transparent
  !important
}

.form_pay input,
.form_pay textarea,
.form_pay label {
  width: 100% !important;
  font-size: 18px;
}

.des {
  margin-top: 20px;
}

.data_info {
  padding: 10px 20px;
  background-color: #5e5e5e;
  border-radius: 5px;
  margin: 20px 0
}

.data_info p {
  margin-bottom: 0 !important;
  line-height: 1.8;
}

.payment-tab .col-4 {
  padding-left: 20px;
}

.light-mode .data_info {
  background-color: #fff;
}

.pro {
  align-items: center !important
}

.more {
  font-family: oswald;
  font-weight: 500;
  font-size: 22px;
  text-align: right;
}

.more a:hover,
.more a:hover::after {
  color: #fff
}

.light-mode .more a:hover,
.light-mode .more a:hover::after {
  color: var(--main-color)
}

.link-tema {
  font-weight: 700;
  color: var(--main-lcolor);
}

.light-mode .link-tema {
  font-weight: 700;
  color: var(--main-color);
}

.more a::after {
  content: '\f04e';
  font-family: 'FontAwesome';
  color: var(--main-color);
  margin-left: 5px;
}

.light-mode .more a::after {
  color: #003f88;
}

.mode-head {
  display: flex;
  padding-top: 14px;
}

.tombol {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 30px;
  margin-top: -10px;
  margin-left: 40px;
}

.tombol::after {
  content: "\f204";
  font-family: "FontAwesome";
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  transition: transform 0.3s ease;
}

.notif-icon {
  margin-left: 40px
}

.users {
  padding: 0;
  margin-top: -10px;
  padding-left: 20px;
}

.gardient {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  background-color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgba(27, 14, 34, 1) 0%, rgba(27, 14, 34, 0) 10%, rgba(27, 14, 34, 0) 50%, rgba(27, 14, 34, 0) 70%, rgba(27, 14, 34, 1) 100%);
}

.unfix {
  margin-bottom: -105px !important
}

.flag-link {
  margin-top: -4px !important;
  width: 30px;
  height: auto;
}

.hero-right {
  text-align: left;
  height: 100%;
  flex: 0 0 auto;
  width: 50%;
  padding: 140px 0 80px 0;
  align-items: center;
  display: flex;
}

.hero-left {
  text-align: left;
  height: 100%;
  flex: 0 0 auto;
  width: 50%;
  padding: 140px 0 80px 0;
  align-items: center;
  display: flex;
}

.hero-right img,
.hero-left img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.text-right {
  text-align: right !important;
  justify-content: flex-end !important
}

.hero_title h6 {
  background-color: var(--main-color);
  color: #ffffff;
}

.hero_title {
  z-index: 5;
}

.light-mode .hero_title h6 {
  background-color: var(--main-lcolor);
  color: #ffffff;
}

.hero_title h6 {
  display: inline-block;
  font-family: 'reysat';
  font-size: 60px;
  padding: 10px 80px;
  transform: skew(-20deg);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.hero_title h2 {
  display: inline-block;
  font-family: 'urbanist';
  transform: skew(-20deg);
  font-size: 50px;
  padding: 10px 40px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.hero_title .btn-rg {
  font-size: 45px !important;
  padding: 10px 60px !important
}

.sosmed {
  margin-top: 20px;
  border-top: 1px solid #c3c9cc;
  padding: 20px 40px;
}

.sosmed ul {
  justify-content: right;
  display: flex;
  margin: 0;
  padding: 0;
}

.sosmed li {
  list-style: none;
  margin-right: 30px;
}

.sosmed i {
  font-size: 30px;
  transition: all 0.4s;
}

.sosmed i:hover {
  transform: scale(1.3);
  transition: transform 0.4s;
}

.totals,
.bigs {
  font-weight: 600;
  font-size: 20px;
}

footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: 'reysat';
}

.light-mode footer h4 {
  color: #1C1E1F;
}

.first {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cookieConsentContainer {
  z-index: 999;
  width: 360px;
  min-height: 20px;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  left: 30px;
  border-radius: 4px;
  background: #353535;
  border: 1px solid var(--main-color);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .05);
  display: none
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cookieButton a {
  color: #fff
}

.cookieButton {
  margin-top: 20px;
}

.light-mode .cookieConsentContainer {
  background: #F1F3F4;
  border-color: var(--main-lcolor);
}

box_body .accordion-item,
box_body .accordion-item:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px !important
}

.light-mode box_body .accordion-item,
.light-mode box_body .accordion-item:focus {
  background-color: #e0e0e0;
}

box_body .accordion-body {
  background-color: #585858;
  border-radius: 8px !important
}

.text-pay {
  font-weight: 700;
  text-align: right;
  color: #353535
}

box_body .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

box_body .accordion-button,
box_body .accordion-button:first-child,
box_body .accordion-button:last-child {
  background-color: #585858;
  margin-top: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: none;
  border-radius: 8px !important
}

.light-mode box_body .accordion-body {
  background-color: #e0e0e0;
}

box_body .accordion-button:focus,
box_body .accordion-item,
box_body .accordion-button:active {
  background-color: #585858;
  border: none;
  outline: none;
  box-shadow: none;
}

.light-mode box_body .accordion-button,
.light-mode box_body .accordion-button:focus,
.light-mode box_body .accordion-button:active {
  color: #1C1E1F;
  background-color: #e0e0e0;
}

.light-mode box_body .accordion-button,
.light-mode box_body .accordion-button:first-child,
.light-mode box_body .accordion-button:last-child {
  background-color: #e0e0e0;
  color: #1C1E1F;
}

.light-mode box_body .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='353535'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='353535'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.uploadButton input[type=file]::file-selector-button {
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: var(--main-color);
  transition: 1s;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 5px;
}

.rg-form {
  width: 1000px;
  margin: auto;
  background: #353535;
  padding: 50px 70px;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0px 0px 8px 2px rgba(255, 255, 255, 0.2);
}

.light-mode .rg-form {
  background: #c3c9cc;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.rg-form info {
  display: block;
  background: #c3c9cc;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  margin-top: 10px;
  color: #000;
}

.rg-form i {
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

.light-mode .rg-form info {
  background: #e0e0e0
}

.rg-form textarea {
  display: block;
  width: 100%;
  height: 140px;
  border: none;
  border-radius: 8px;
  margin: 20px 0 10px 0 !important;
  padding: 20px;
}

.rg-form textarea:focus {
  border: none;
  outline: none;
}

.btn-rg {
  font-family: 'poppins';
  overflow: hidden;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--main-color);
  letter-spacing: 1.5px;
  text-align: center;
  padding: 8px 30px;
  outline: none;
  border: none;
  color: #fff !important;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
}

content-btn {
  display: block;
  text-align: center;
  padding: 20px 0 10px 0;
}

.light-mode .btn-rg {
  background: var(--main-lcolor);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.btn-rg::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.btn-rg:hover::after {
  left: 120%;
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hero {
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 350px;
  background-repeat: no-repeat;
  position: relative;
}

.blog-hero {
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  background-position: center;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  background-repeat: no-repeat;
}

.blog-hero::after {
  content: '';
  display: block;
  height: 900px;
  width: 800px;
  background-color: var(--body-color);
  bottom: -720px;
  right: -140px;
  position: absolute;
  transform: rotate(70deg);
  border: 2px solid var(--main-color);
}

.borders {
  height: 100%;
  width: 100%;
  border-bottom: 2px solid var(--main-color);
}

.light-mode .borders {
  border-color: var(--main-lcolor);
}

.blog-hero::before {
  content: '';
  display: block;
  height: 900px;
  width: 800px;
  background-color: var(--body-color);
  top: -720px;
  left: -140px;
  position: absolute;
  transform: rotate(70deg);
  border: 2px solid var(--main-color);
}

.background {
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.light-mode .blog-hero::before,
.light-mode .blog-hero::after {
  background-color: var(--body-lcolor);
  border-color: var(--main-lcolor);
}

.flex-center {
  display: flex;
  align-items: center;
  height: 100vh;
}

.inner-hero {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.inner-hero h2 {
  color: #ffffff;
  font-family: 'reysat';
  text-transform: uppercase;
  text-shadow: 0px 0px 10px var(--main-color),
      0px 0px 40px var(--main-color),
      0px 0px 80px purple,
      0px 0px 120px var(--main-color),
      0px 0px 200px var(--main-color);
  font-size: 40px;
}

.light-mode .inner-hero h2 {
  text-shadow: 0px 0px 10px var(--main-lcolor),
      0px 0px 40px purple,
      0px 0px 80px var(--main-lcolor),
      0px 0px 120px var(--main-lcolor),
      0px 0px 200px var(--main-lcolor);
}

.error-code {
  background-color: #BD081C;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.succes-code {
  background-color: #1FD537;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.btn-rg-block {
  font-family: 'reysat';
  overflow: hidden;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: 100%;
  background: var(--main-color);
  text-align: center;
  padding: 8px;
  outline: none;
  display: block;
  border: none;
  color: #fff !important;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.light-mode .btn-rg-block {
  background: var(--main-lcolor);
  box-shadow: 0px 0px 10px 0px #c3c9cc;
  -webkit-box-shadow: 0px 0px 10px 0px #c3c9cc;
  -moz-box-shadow: 0px 0px 10px 0px #c3c9cc;
}

.btn-rg-block::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.btn-rg-block:hover::after {
  left: 120%;
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.rg-konten {
  padding: 70px 0;
  overflow: hidden;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(168, 239, 255, 1);
  --c2: rgba(168, 239, 255, 0.1);
  --c3: rgb(15, 1, 138);
  --c4: rgba(23, 0, 156, 0.1);
}

.border-ani,
.card:hover {
  border: 2px solid;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.35turn) 10;
  animation: borderRotate var(--d) linear infinite forwards;
}

.light-mode .border-ani,
.light-mode .card:hover {
  border: 2px solid;
  border-image: conic-gradient(from var(--angle), var(--c4), var(--c3) 0.1turn, var(--c3) 0.15turn, var(--c4) 0.35turn) 10;
  animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
      --angle: 420deg;
  }
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  padding: 40px 150px;
  align-items: center;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.search-form input,
.search-form button,
.search-form select {
  height: 100px;
  outline: none !important;
  border: none;
  background-color: transparent;
  color: #353535;
  padding: 0 10px;
  box-shadow: none !important;
  font-family: 'reysat';
  font-size: 22pt;
}

.search-form input {
  flex: 0 0 auto;
  width: 70%;
  padding: 10px 20px;
  border-left: 1px solid rgb(0, 0, 0, 0.2);
  border-right: 1px solid rgb(0, 0, 0, 0.2);
}

.search-form input:auto-fill,
.search-form input:active,
.search-form input:focus {
  background: transparent !important;
  background-color: transparent !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

.search-form button {
  flex: 0 0 auto;
  width: 10%;
  text-align: center;
  font-size: 50px;
}

.search-form select:focus,
.search-form select:active {
  outline: none !important;
  border: none !important;
  height: 100px !important
}

.one {
  width: 15% !important
}

.search-blog {
  width: 90% !important
}

.search-form select {
  flex: 0 0 auto;
  width: 20%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-weight: 500;
  padding-left: 40px;
}

.last {
  width: 20% !important
}

.search-form select option {
  cursor: pointer;
}

.pilih {
  display: block;
  text-align: left;
}

.bg-search {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 80px;
  background: rgba(255, 102, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 102, 0, 0.2);
}

.light-mode .bg-search {
  background: rgba(230, 230, 230, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(230, 230, 230, 0.2);
}

.crop {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(195, 201, 204, 1) 100%);
  overflow: hidden;
}

.home-konten {
  position: relative;
  background: #1C1E1F;
  padding: 60px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.prodmp {
  margin-bottom: 80px;
}

.light-mode .home-konten {
  background: #F1F3F4;
}

.home-konten::before {
  content: '';
  position: absolute;
  background-color: var(--main-color);
  left: -4px;
  top: -4px;
  width: 80%;
  height: 80%;
  border-top-left-radius: 20px;
  z-index: -1;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
}

.light-mode .home-konten::before,
.light-mode .home-konten::after {
  background: var(--main-lcolor);
}

.home-konten::after {
  content: '';
  position: absolute;
  background-color: var(--main-color);
  right: -4px;
  bottom: -4px;
  width: 80%;
  height: 80%;
  border-bottom-right-radius: 20px;
  z-index: -1;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -ms-border-bottom-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
}

.p20 {
  padding: 60px 20px !important
}

.flex-rg {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.flex-rg-no {
  height: 100px;
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: center;
}

.nav-bg {
  background-color: #1d1d1d;
  background-image: var(--rg-bg-img);
  background-size: cover;
  background-position: center;
}

.light-mode .nav-bg {
  background-color: #dadada;
  background-image: var(--rg-light-bg-img);
}

.gradi-konten {
  background-color: rgb(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.graten {
  background-color: #000000be;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.mid-center {
  justify-content: center;
  align-items: center;
}

.light-mode .gradi-konten {
  background-color: rgba(255, 255, 255, 0.2);
}

.count {
  font-family: 'reysat';
  font-size: 50px;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}

.count h4 {
  font-family: 'oswald';
  font-size: 28px;
}

.rg-button {
  padding: 4px 15px;
  font-family: 'reysat';
  border: 0;
  color: #fff;
  outline: transparent;
  position: relative;
  text-transform: uppercase;
  margin-right: 10px;
  background: linear-gradient(45deg, transparent 5%, var(--main-color) 5%);
  box-shadow: 6px 0px 0px var(--second-color);
}

.reysat-btn {
  padding: 10px 30px;
  font-family: 'reysat';
  border: 0;
  outline: none !important;
  color: #fff;
  font-size: 20px;
  outline: transparent;
  position: relative;
  text-transform: uppercase;
  margin-right: 10px;
  background: linear-gradient(45deg, transparent 5%, var(--main-color) 5%);
  box-shadow: 6px 0px 0px var(--second-color);
}

.light-mode .rg-button,
.light-mode .rg-button::after,
.light-mode .reysat-btn,
.light-mode .reysat-btn::after {
  background: linear-gradient(45deg, transparent 5%, var(--main-lcolor) 5%);
  box-shadow: 6px 0px 0px var(--second-lcolor);
  color: #fff
}

#spinner {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 40000;
  background-color: #000;
}

.light-mode #spinner {
  background-color: #fff;
}

.blok-konten {
  position: relative;
  background-color: #1C1E1F;
}

.light-mode .blok-konten {
  background-color: #F1F3F4;
}

.blok-konten::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, transparent 56px, var(--main-color) 56px, var(--main-color) 60px, #1C1E1F 60px);
  border: 0;
  outline: transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  position: absolute;
  margin-top: -80px;
  z-index: -1;
}

.light-mode .blok-konten::before {
  background: linear-gradient(135deg, transparent 56px, var(--main-lcolor) 56px, var(--main-lcolor) 60px, #F1F3F4 60px);
}

.blok-konten::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(315deg, transparent 56px, var(--main-color) 56px, var(--main-color) 60px, #1C1E1F 60px);
  border: 0;
  outline: transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  position: absolute;
  margin-bottom: -80px;
  z-index: -1;
}

.light-mode .blok-konten::after {
  background: linear-gradient(315deg, transparent 56px, var(--main-lcolor) 56px, var(--main-lcolor) 60px, #F1F3F4 60px);
}

.head-blok {
  position: relative;
  padding-top: 79px;
  padding-bottom: 79px;
  margin-bottom: 80px;
}

.dashboard {
  margin-top: 80px;
}

.head-blok::after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(-main-color);
  width: 70%;
  border-bottom: 4px solid var(--main-color);
  right: 0;
  bottom: 0;
  z-index: -1;
  margin-right: 80px;
  margin-bottom: -2px;
}

.light-mode .head-blok::after {
  border-bottom: 4px solid var(--main-lcolor);
}

.head-blok::before {
  content: '';
  display: block;
  position: absolute;
  width: 70%;
  border-top: 4px solid var(--main-color);
  left: 0;
  top: 0;
  margin-left: 80px;
  margin-top: -2px;
}

.light-mode .head-blok::before {
  border-top: 4px solid var(--main-lcolor);
}

.contentz {
  margin: auto;
  width: 85%;
  margin-bottom: -35px !important
}

.content {
  margin: auto;
  width: 85%;
}

.item-mid {
  align-items: center !important;
  height: 100%;
}

.pn0 p {
  margin-bottom: 20px !important
}

.no-html {
  white-space: pre-wrap;
  margin-bottom: 40px;
}

.favorit,
.rg-follow {
  position: absolute;
  top: -80px;
  right: 0;
  cursor: pointer;
  border: 2px solid #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.light-mode .favorit,
.light-mode .rg-follow {
  border: 2px solid #353535;
  background: rgba(255, 255, 255, 0.5);
}

.favorit.added,
.rg-follow.added {
  border: 2px solid var(--main-color);
}

.favorit.added::before,
.rg-follow.added::before {
  color: var(--main-color);
  animation: muter 1s ease 0s 1 normal forwards;
}

.light-mode .favorit::before,
.light-mode .rg-follow.added::before {
  color: #1C1E1F;
}

.light-mode .favorit.added::before,
.light-mode .rg-follow.added::before {
  color: var(--main-lcolor);
}

.added {
  animation: jelly 2s ease 0s 1 normal forwards;
}

.light-mode .favorit.added,
.light-mode .rg-follow.added {
  border: 2px solid var(--main-lcolor);
}

#sign-in-dialog {
  margin: auto;
  max-width: 1600px !important;
  min-width: 1600px !important;
  background-color: #353535;
  border-radius: 40px !important;
  box-shadow: 0px 0px 8px 4px #00000050;
  -webkit-box-shadow: 0px 0px 8px 4px #00000050;
  -moz-box-shadow: 0px 0px 8px 4px #00000050;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.light-mode #sign-in-dialog {
  background: #c3c9cc;
  color: #1C1E1F;
  box-shadow: 0px 0px 8px 4px #ffffff50;
  -webkit-box-shadow: 0px 0px 8px 4px #ffffff50;
  -moz-box-shadow: 0px 0px 8px 4px #ffffff50;
}

.error {
  color: red;
  font-style: italic;
  padding: 20px;
  margin: 20px 0;
}

.pop-konten {
  padding: 70px 80px;
}

.mfp-close {
  background-color: transparent !important;
  top: 10px !important;
  right: 20px !important;
  color: #fff !important
}

.light-mode .mfp-close {
  color: #000000
}

.cookieAcceptButton,
.light-mode .cookieRejectButton {
  width: 100%;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  padding: 4px;
  border: none;
  border: 1px solid var(--main-color);
  outline: none !important;
  transition: all 0.3s;
}

.cookieAcceptButton:hover,
.light-mode .cookieRejectButton:hover {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  padding: 4px;
  transition: all 0.3s;
}

.cookieRejectButton:hover,
.light-mode .cookieAcceptButton:hover {
  border: 1px solid var(--main-lcolor);
  background-color: #fff;
  color: var(--main-lcolor);
  padding: 4px;
  transition: all 0.3s;
}

.cookieRejectButton,
.light-mode .cookieAcceptButton {
  width: 100%;
  text-align: center;
  background-color: var(--main-lcolor);
  border: 1px solid var(--main-lcolor);
  color: #fff;
  padding: 4px;
  outline: none !important;
  transition: all 0.3s;
}

.light-mode .mfp-bg {
  background: #c3c9cc !important;
}

#sign-in-dialog::after {
  content: '';
  width: 1600px;
  height: 800px;
  position: absolute;
  background-color: var(--main-color);
  right: -1200px;
  top: -400px;
  z-index: -1;
  border-radius: 400px;
}

.light-mode #sign-in-dialog::after {
  background-color: var(--main-lcolor);
}

.daslist {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.bg-biru {
  background-color: #1c45f9 !important
}

.bg-navy {
  background-color: #230c75 !important
}

.bg-kuning {
  background-color: #f5f501;
}

.bg-ijo {
  background-color: #1FD537 !important
}

.bg-merah {
  background-color: #ff001e;
}

.bg-hitam {
  background-color: #444444;
}

i.rg {
  margin-top: -10px;
  display: block;
  font-size: small;
}

.rg-dropdown h4 {
  font-size: 24px;
  font-family: 'oswald';
  padding: 8px 20px;
  border-bottom: 1px solid var(--main-color);
  margin: 0 !important;
}

.light-mode .rg-dropdown h4 {
  border-bottom: 1px solid var(--main-lcolor);
}

.notif-konten {
  overflow: auto;
  margin-bottom: 30px;
  max-height: 400px;
}

.notif-konten::-webkit-scrollbar {
  width: 2px;
}

.notif-footer {
  text-align: center;
  padding: 10px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.notif-footer a {
  color: #fff !important;
  display: block;
  font-weight: 600;
}

.light-mode .notif-footer {
  background-color: var(--main-lcolor);
  color: #fff !important
}

.notif-footer .light-mode a {
  color: #fff !important
}

.notif-konten .messages {
  padding: 20px;
  color: #000;
  line-height: 1.5;
}

.light-mode .notif-konten .messages {
  color: #1C1E1F;
}

.rg-dropdown li a {
  display: block;
  padding: 6px 20px;
}

.notif-konten .messages a {
  display: block;
}

/* .notif-konten .messages:first-child {
padding-top: 20px;
} */
.notif-konten .messages:last-child {
  padding-bottom: 40px;
}

.rg-dropdown {
  background-color: #1C1E1F;
  border-color: var(--main-color) !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 4 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.2);
  min-width: 400px;
  margin-left: -365px !important
}

.rg-dropdown a {
  color: #ffffff
}

.light-mode .rg-dropdown {
  background-color: #ffffff;
  box-shadow: var(--main-lcolor);
  border-color: var(--main-lcolor) !important;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.light-mode .rg-dropdown a {
  color: #1C1E1F
}

.rg-dropdown li:nth-child(even) a,
.messages:nth-child(even) {
  background-color: var(--dashboard);
}

.rg-dropdown li:first-child a {
  padding-top: 10px;
}

.rg-dropdown li:last-child a {
  padding: 10px 20px;
  border-top: 1px solid var(--main-color);
}

.light-mode .rg-dropdown li:last-child a {
  border-top: 1px solid var(--main-lcolor);
}

.light-mode .rg-dropdown li:nth-child(even) a,
.light-mode .messages:nth-child(even) {
  background-color: #e0e0e0;
}

.bt {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #444444;
  margin-bottom: 20px;
}

.light-mode .bt {
  background-color: #dadada;
}

#notify {
  position: absolute;
  background-color: var(--main-color);
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  left: 15px;
  font-size: 10px;
  color: #ffffff;
  top: 0;
  border: 1px solid #fff;
}

.light-mode #notify {
  background-color: var(--main-lcolor);
}

.rg-dropdown i {
  font-size: 16px;
  margin-bottom: -10px;
  display: flex;
  justify-content: end;
  padding-bottom: 0;
  padding-top: 10px;
}

.rglinks,
.light-mode .rglinks:hover {
  color: var(--main-color);
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 600;
}

.rglinks:hover,
.light-mode .rglinks {
  color: var(--main-lcolor);
}

.rg_form {
  width: 100%;
  border-radius: 10px;
  min-height: 600px;
  margin-top: 20px;
  background-color: #353535;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 4px #00000050;
  -webkit-box-shadow: 0px 0px 8px 4px #00000050;
  -moz-box-shadow: 0px 0px 8px 4px #00000050;
}

.light-mode .rg_form {
  background-color: #c3c9cc;
  box-shadow: 0px 0px 8px 4px #ffffff50;
  -webkit-box-shadow: 0px 0px 8px 4px #ffffff50;
  -moz-box-shadow: 0px 0px 8px 4px #ffffff50;
}

.fade-ani {
  animation: fade 1s ease 0s 1 normal forwards;
}

#signup {
  padding: 50px 60px;
}

#signin {
  padding: 120px 60px;
}

#forgot {
  padding: 180px 60px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.hidden {
  display: none;
}

.rg_form .rg-input {
  background-color: #ffffff !important
}

.konten-blog {
  padding: 40px 0;
  border-top: 2px solid var(--main-color);
  display: block;
}

.konten-blog:last-child {
  border-bottom: 2px solid var(--main-color);
}

.light-mode .konten-blog {
  border-color: var(--main-lcolor);
}

.konten-blog h3 {
  max-width: 100%;
  font-family: 'oswald';
  padding: 5px 0 5px 5px;
  font-size: 34px;
  display: inline-block;
  transition: all 0.3s;
}

.konten-blog h3:hover {
  color: transparent;
  transition: all 0.3s;
  text-shadow: 0 0 8px var(--main-color)
}

.light-mode .konten-blog h3:hover {
  color: transparent;
  text-shadow: 0 0 8px var(--main-lcolor)
}

.blog-img {
  overflow: hidden;
  margin-left: 10px;
}

.blog-img img {
  width: 100%;
  height: auto;
  transition: all 2s;
}

.blog-img img:hover {
  transform: scale(2);
  transition: all 2s;
}

.rg-btn-center {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  border-top: 2px solid var(--main-color);
}

.light-mode .rg-btn-center {
  border-color: var(--main-lcolor);
}

.konten-testi {
  padding-top: 40px !important
}

.blog-des {
  padding: 20px 0;
}

.blog-des span {
  font-family: 'oswald';
  text-transform: uppercase;
  white-space: pre;
  padding-left: 5px;
}

.blog-des a {
  color: #ffffff;
}

.light-mode .blog-des a {
  color: #1C1E1F
}

.blog_info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.blog_info li {
  margin-right: 20px;
}

.blog_info img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 5px;
}

.blog-konten {
  padding: 70px 0;
}

blockquote {
  position: relative;
  padding: 20px 20px;
  background-color: var(--body-color);
  border-radius: 10px;
  margin: 40px 0;
}

.reviews blockquote {
  position: relative;
  padding: 20px 20px;
  background-color: #FFFFFF10;
  border-radius: 10px;
  margin: 20px 0 10px 0;
  font-weight: 400;
  font-style: italic;
}

.light-mode .reviews blockquote {
  background-color: #00000010;
}

.rgflex .name {
  padding-left: 10px;
  font-weight: 500;
}

.name a {
  color: #ffffff;
}

.light-mode .name a {
  color: #000000;
}

.rgflex {
  overflow: visible;
}

.light-mode blockquote {
  background-color: var(--body-lcolor);
}

blockquote::before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 30px;
  color: var(--main-color);
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}

blockquote::after {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 30px;
  color: var(--main-color);
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.light-mode blockquote::before,
.light-mode blockquote::after {
  color: var(--main-lcolor);
}

.blog-konten img {
  max-width: 100%;
  height: auto;
}

.tags a {
  padding: 4px 15px;
  background-color: var(--main-color);
  position: relative;
  color: #fff;
  margin-left: 20px;
}

.tags a::before {
  content: '';
  display: block;
  background-color: var(--main-color);
  position: absolute;
  height: 100%;
  width: 20px;
  transform: skew(-30deg);
  left: -10px;
  top: 0;
}

.tags a::after {
  content: '';
  display: block;
  background-color: var(--main-color);
  position: absolute;
  height: 100%;
  width: 20px;
  transform: skew(-30deg);
  right: -10px;
  bottom: 0;
}

.tags a:hover,
.tags a:hover::after,
.tags a:hover::before,
.light-mode .tags a,
.light-mode .tags a::after,
.light-mode .tags a::before {
  background-color: var(--main-lcolor);
}

.light-mode .tags a:hover,
.light-mode .tags a:hover::after,
.light-mode .tags a:hover::before {
  background-color: var(--main-color);
}

.sosmed-kon {
  position: relative;
  padding: 40px 0;
}

.sosmed-konten {
  position: relative !important;
  padding: 10px 0;
  border-top: 1px dashed var(--main-color);
  border-bottom: 1px dashed var(--main-color);
  margin-bottom: 20px;
}

.light-mode .sosmed-konten {
  border-top: 1px dashed var(--main-lcolor);
  border-bottom: 1px dashed var(--main-lcolor);
}

.sosmed-share {
  z-index: 10;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.relaf {
  position: relative !important
}

.report-col {
  height: 100%;
  justify-content: end;
  align-items: center;
  display: flex;
  font-family: 'reysat';
}

.report-col i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px !important;
  background-color: var(--main-color);
  color: #ffffff;
  margin-right: 10px;
}

.sosmed-share .share i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px !important;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 24px;
}

.light-mode .sosmed-share .share i,
.light-mode .report-col i {
  background-color: var(--main-lcolor);
  color: #ffffff;
}

.sosmed-share .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 52px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 104px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 156px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 208px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 260px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(6) {
  opacity: 1;
  left: 312px;
  transform: rotate(0deg);
  transition-delay: 0.48s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(7) {
  opacity: 1;
  left: 364px;
  transform: rotate(0deg);
  transition-delay: 0.56s;
}

.sosmed-share .share:hover.right .submenu li:nth-child(8) {
  opacity: 1;
  left: 416px;
  transform: rotate(0deg);
  transition-delay: 0.64s;
}

.sosmed-share .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sosmed-share .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sosmed-share .submenu li a {
  color: #212121;
}

.sosmed-share .submenu li a:hover i {
  color: #fff;
}

.sosmed-share .submenu li:nth-child(1) a:hover i {
  background-color: #1674EA;
}

.sosmed-share .submenu li:nth-child(2) a:hover i {
  background-color: #000000;
}

.sosmed-share .submenu li:nth-child(3) a:hover i {
  background-color: #0073AF;
}

.sosmed-share .submenu li:nth-child(4) a:hover i {
  background-color: #BD081C;
}

.sosmed-share .submenu li:nth-child(5) a:hover i {
  background-color: #24CC63;
}

.sosmed-share .submenu li:nth-child(6) a:hover i {
  background-color: #F7990F;
}

.sosmed-share .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}

.sosmed-share .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}

.sosmed-share .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}

.sosmed-share .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}

.sosmed-share .submenu li:nth-child(5) {
  transform: rotateX(225deg);
}

.sosmed-share .submenu li:nth-child(6) {
  transform: rotateX(270deg);
}

.rg-konten-popup {
  width: 90%;
  margin: auto;
}

.modal-body label {
  margin-bottom: 5px;
}

.rg_search {
  margin-top: 0;
  margin-bottom: 20px;
}

.mt00 {
  margin-top: 0 !important
}

.mynotif-rg {
  padding: 10px 20px;
  background-color: #ffffff40;
  color: #ffffff;
  border-radius: 5px;
}

.light-mode .mynotif-rg {
  color: #1C1E1F;
}

.mynotif-rg p {
  margin: 0 !important
}

.bg-topup {
  background-color: #2A3166 !important;
  color: #ffffff !important
}

.bg-product {
  background-color: #3778C2 !important;
  color: #ffffff !important
}

.bg-service {
  background-color: #797EF6 !important;
  color: #ffffff !important
}

.bg-voucher {
  background-color: #CC5500 !important;
  color: #ffffff !important
}

.bg-deposit {
  background-color: #228C22 !important;
  color: #ffffff !important
}

.bg-withdraw {
  background-color: #001400 !important;
  color: #ffffff !important
}

.bg-success {
  background-color: #059142 !important;
  color: #ffffff !important
}

.bg-digital {
  background-color: #757575 !important;
  color: #ffffff !important
}

.bg-pending {
  background-color: #722F37 !important;
  color: #fff !important
}

.bg-failed {
  background-color: #010B13 !important;
  color: #ffffff !important
}

.bg-reject {
  background-color: #FF0000 !important;
  color: #ffffff !important
}

.bg-cancel {
  background-color: #666664 !important;
  color: #ffffff !important
}

.bg-request {
  background-color: #9400d3 !important;
  color: #ffffff !important
}

.bg-refund {
  background-color: #F57251 !important;
  color: #ffffff !important
}

.mt-80 {
  margin-top: 80px !important
}

#linkContainer a,
#linkLicense a {
  display: inline-block;
  padding: 4px 20px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
}

.light-mode #linkContainer a,
.light-mode #linkLicense a {
  border-color: var(--main-lcolor);
}

#linkContainer a:hover,
#linkLicense a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.light-mode #linkContainer a:hover,
.light-mode #linkLicense a:hover {
  background-color: var(--main-lcolor);
}

.bg-packing {
  background-color: #E75480 !important;
  color: #ffffff !important
}

.bg-delivery {
  background-color: #460082 !important;
  color: #ffffff !important
}

.pt-20 {
  padding-top: 20px !important
}

.item-right {
  float: right !important
}

.summary {
  background-color: #1C1E1F;
  padding: 10px 20px;
  line-height: 1.6;
  border-radius: 15px;
  margin-bottom: 20px;
}

.light-mode .summary {
  background-color: #f8f8f8;
}

.pad40 {
  padding-bottom: 20px !important
}

.foot ul {
  list-style: none;
  padding: 0;
  line-height: 1.4;
  margin-top: 10px;
}

.foot ul li {
  margin-bottom: 5px;
  font-size: 18px;
}

#FAQ .accordion-body {
  color: #fff !important
}

.light-mode #FAQ .accordion-body {
  color: #1C1E1F !important
}

.testi {
  margin-top: -60px;
  height: 550px;
  overflow: hidden;
  margin-bottom: 60px;
}

.testi .carousel-indicators {
  top: 450px !important
}

.calc {
  margin-bottom: 20px;
  line-height: 1.6;
}

hr {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding: 0 !important
}

lab {
  display: block;
  margin-bottom: 5px;
}

.simditor {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #353535 !important
}

#prev-gmbr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gal {
  background-color: #353535;
  padding: 20px;
}

.light-mode .gal {
  background-color: #dadada;
}

.gal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gmbr-container {
  position: relative;
  width: 25%;
  padding: 10px;
}

.preview-gmbr {
  width: 100%;
  height: 100px;
}

.hapus-tombol {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--main-color);
  color: #FFF;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.light-mode .hapus-tombol {
  background-color: var(--main-lcolor);
}

.simditor .simditor-toolbar>ul>li>.toolbar-item {
  color: var(--main-color) !important
}

.light-mode .simditor .simditor-toolbar>ul>li>.toolbar-item {
  color: var(--main-lcolor) !important
}

.simditor .simditor-body {
  background-color: #1C1E1F !important;
  color: #fff !important;
}

.light-mode .simditor .simditor-body {
  background-color: #dadada !important;
  color: #000000 !important;
}

.light-mode .simditor {
  background-color: #f8f8f8 !important;
  color: #1C1E1F !important;
  border-color: #a7a7a7 !important
}

.simditor .simditor-toolbar {
  background-color: #212121 !important;
  border-color: #353535 !important
}

.light-mode .simditor .simditor-toolbar {
  background-color: #c3c9cc !important;
  border-color: #a7a7a7 !important
}

.simditor .simditor-body .simditor-placeholder,
.simditor .simditor-body p,
.simditor .simditor-body pre,
.simditor .simditor-body div {
  color: #fff !important;
}

.light-mode .simditor .simditor-body .simditor-placeholder,
.light-mode .simditor .simditor-body p,
.light-mode .simditor .simditor-body pre,
.light-mode .simditor .simditor-body div {
  color: #1C1E1F !important;
}

.simditor-body img {
  max-width: 100% !important;
  height: auto !important
}

.reytesti h2 {
  font-size: 30px !important;
  font-weight: 300;
  position: relative;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  display: inline-block;
}

.reytesti h2::after {
  content: "";
  width: 120px;
  position: absolute;
  height: 2px;
  border-radius: 1px;
  background: var(--main-color);
  left: 0;
  bottom: 0;
}

.light-mode .reytesti h2::after {
  background: var(--main-lcolor);
}

.tesitmo {
  background-color: #353535;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

.rey-control-next,
.rey-control-prev {
  outline: none !important;
  border: none !important;
  padding: 5px 10px;
  background-color: var(--main-color);
  color: #fff;
}

.light-mode .rey-control-next,
.light-mode .rey-control-prev {
  background-color: var(--main-lcolor);
}

.overview .details {
  font-size: 16px;
  font-style: italic;
}

.testimonial {
  position: relative;
  background: var(--main-color);
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.light-mode .testimonial {
  background: var(--main-lcolor);
}

.testimonial content {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
}

.testimonial::before,
.testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.testimonial::before {
  width: 20px;
  height: 20px;
  background: var(--main-color);
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #353535;
  border-left-color: #353535;
}

.light-mode .testimonial::after {
  border-bottom-color: #f8f8f8;
  border-left-color: #f8f8f8;
}

.friendlist h6 {
  position: relative;
  display: block;
  font-weight: 400;
}

.friendlist h6::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  display: block;
  height: 4px;
  border-width: thin;
}

.light-mode .friendlist h6::after {
  border-color: var(--main-lcolor);
}

.light-mode .testimonial::before {
  background: var(--main-lcolor);
}

.testimonial content::before {
  content: "\201D";
  font-family: Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}

content {
  display: block;
}

.ff {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  border: 4px solid #575757;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.ff img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.light-mode .ff {
  border-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.light-mode .tesitmo {
  background-color: #f8f8f8;
}

.mbs40 {
  margin-bottom: 100px !important
}

.loader_rg {
  animation: spin 2s linear alternate infinite;
  background: var(--main-color);
  border-radius: 50%;
  height: 155px;
  width: 155px;
}

.testi-card {
  background: #353535;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.light-mode .testi-card {
  background: #c3c9cc;
}

.testi-card blockquote {
  margin: 20px 0 10px 0 !important
}

.loader_rg:before {
  background: var(--main-color);
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.5em;
  width: 0.5em;
  z-index: 2;
}

.light-mode .loader_rg,
.light-mode .loader_rg:before {
  background-color: var(--main-lcolor);
}

.loader_rg:after {
  background: #353535;
  border-radius: 50%;
  box-shadow: 0em -2.60em #353535,
      2.25em -4.02em #353535,
      2.25em -1.25em #353535,
      4.60em 0em #353535,
      2.25em 1.25em #353535,
      2.25em 4.02em #353535,
      0em 2.60em #353535,
      -2.25em 4.02em #353535,
      -2.25em 1.25em #353535,
      -4.60em 0em #353535,
      -2.25em -1.25em #353535,
      -2.25em -4.02em #353535;
  content: '';
  display: block;
  height: 2em;
  width: 2em;
}

.light-mode .loader_rg:after {
  background: #dadada;
  border-radius: 50%;
  box-shadow: 0em -2.60em #dadada,
      2.25em -4.02em #dadada,
      2.25em -1.25em #dadada,
      4.60em 0em #dadada,
      2.25em 1.25em #dadada,
      2.25em 4.02em #dadada,
      0em 2.60em #dadada,
      -2.25em 4.02em #dadada,
      -2.25em 1.25em #dadada,
      -4.60em 0em #dadada,
      -2.25em -1.25em #dadada,
      -2.25em -4.02em #dadada;
  content: '';
  display: block;
  height: 2em;
  width: 2em;
}

.inner {
  animation: load 1.5s linear alternate infinite;
  border: solid 1px var(--main-color);
  border-radius: 50%;
  height: 1.75em;
  width: 1.75em;
  z-index: 1;
}

.light-mode .inner {
  border-color: var(--main-lcolor);
  animation: load2 1.5s linear alternate infinite;
}

.loader_rg,
.loader_rg:before,
.loader_rg:after,
.inner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes load {
  0% {
      box-shadow: 0em -2.60em #353535,
          2.25em -1.25em #353535,
          2.25em 1.25em #353535,
          0em 2.60em #353535,
          -2.25em 1.25em #353535,
          -2.25em -1.25em #353535;
  }

  16.6% {
      box-shadow: 0em -2.60em #353535,
          2.25em -1.25em #353535,
          2.25em 1.25em #353535,
          0em 2.60em #353535,
          -2.25em 1.25em #353535,
          -2.25em -1.25em var(--main-color);
  }

  33.3% {
      box-shadow: 0em -2.60em #353535,
          2.25em -1.25em #353535,
          2.25em 1.25em #353535,
          0em 2.60em #353535,
          -2.25em 1.25em var(--main-color),
          -2.25em -1.25em var(--main-color);
  }

  50% {
      box-shadow: 0em -2.60em #353535,
          2.25em -1.25em #353535,
          2.25em 1.25em #353535,
          0em 2.60em var(--main-color),
          -2.25em 1.25em var(--main-color),
          -2.25em -1.25em var(--main-color);
  }

  66.6% {
      box-shadow: 0em -2.60em #353535,
          2.25em -1.25em #353535,
          2.25em 1.25em var(--main-color),
          0em 2.60em var(--main-color),
          -2.25em 1.25em var(--main-color),
          -2.25em -1.25em var(--main-color);
  }

  83.3% {
      box-shadow: 0em -2.60em #353535,
          2.25em -1.25em var(--main-color),
          2.25em 1.25em var(--main-color),
          0em 2.60em var(--main-color),
          -2.25em 1.25em var(--main-color),
          -2.25em -1.25em var(--main-color);
  }

  100% {
      box-shadow: 0em -2.60em var(--main-color),
          2.25em -1.25em var(--main-color),
          2.25em 1.25em var(--main-color),
          0em 2.60em var(--main-color),
          -2.25em 1.25em var(--main-color),
          -2.25em -1.25em var(--main-color);
  }
}

@keyframes load2 {
  0% {
      box-shadow: 0em -2.60em #dadada,
          2.25em -1.25em #dadada,
          2.25em 1.25em #dadada,
          0em 2.60em #dadada,
          -2.25em 1.25em #dadada,
          -2.25em -1.25em #dadada;
  }

  16.6% {
      box-shadow: 0em -2.60em #dadada,
          2.25em -1.25em #dadada,
          2.25em 1.25em #dadada,
          0em 2.60em #dadada,
          -2.25em 1.25em #dadada,
          -2.25em -1.25em var(--main-lcolor);
  }

  33.3% {
      box-shadow: 0em -2.60em #dadada,
          2.25em -1.25em #dadada,
          2.25em 1.25em #dadada,
          0em 2.60em #dadada,
          -2.25em 1.25em var(--main-lcolor),
          -2.25em -1.25em var(--main-lcolor);
  }

  50% {
      box-shadow: 0em -2.60em #dadada,
          2.25em -1.25em #dadada,
          2.25em 1.25em #dadada,
          0em 2.60em var(--main-lcolor),
          -2.25em 1.25em var(--main-lcolor),
          -2.25em -1.25em var(--main-lcolor);
  }

  66.6% {
      box-shadow: 0em -2.60em #dadada,
          2.25em -1.25em #dadada,
          2.25em 1.25em var(--main-lcolor),
          0em 2.60em var(--main-lcolor),
          -2.25em 1.25em var(--main-lcolor),
          -2.25em -1.25em var(--main-lcolor);
  }

  83.3% {
      box-shadow: 0em -2.60em #dadada,
          2.25em -1.25em var(--main-lcolor),
          2.25em 1.25em var(--main-lcolor),
          0em 2.60em var(--main-lcolor),
          -2.25em 1.25em var(--main-lcolor),
          -2.25em -1.25em var(--main-lcolor);
  }

  100% {
      box-shadow: 0em -2.60em var(--main-lcolor),
          2.25em -1.25em var(--main-lcolor),
          2.25em 1.25em var(--main-lcolor),
          0em 2.60em var(--main-lcolor),
          -2.25em 1.25em var(--main-lcolor),
          -2.25em -1.25em var(--main-lcolor);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  16.7% {
      transform: rotate(60deg);
  }

  33.3% {
      transform: rotate(120deg);
  }

  50% {
      transform: rotate(180deg);
  }

  66.6% {
      transform: rotate(240deg);
  }

  83.3% {
      transform: rotate(300deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.label {
  margin-bottom: 5px;
  display: block;
}

.select-thumbnail {
  width: 50px !important;
  max-height: 50px !important;
  margin-right: 10px;
}

.select2-selection__rendered {
  display: none;
}

.select2 {
  display: flex;
  align-items: center !important;
  background-color: var(--second-color) !important;
  border-radius: 5px !important;
  padding-top: 10px !important;
  height: 50px !important;
  color: #1C1E1F !important
}

.select2 span {
  background-color: var(--second-color) !important;
  border: none !important;
  color: #1C1E1F !important;
  outline: none !important
}

.select2-results__option {
  color: #1C1E1F !important;
}

.select2-selection__arrow {
  height: 90% !important;
  padding-right: 20px !important
}

.overview .name {
  font-size: 22px;
}

.pll20 {
  padding: 10px 0 10px 60px !important
}

.profile-sidebar .so_media {
  justify-content: center;
  padding: 0 10px 20px 10px;
}

.pd80 {
  padding-top: 80px !important
}

.color-option {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.color-option input[type="checkbox"] {
  display: none;
}

.color-option input[type="checkbox"]+label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  outline: 2px solid #fff;
  margin-top: 2px;
}

.light-mode .color-option input[type="checkbox"]+label {
  outline: 1px solid #000;
}

.color-option input[type="checkbox"]:checked+label::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 10px;
  color: #353535;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-option input[type="checkbox"]:checked+label {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5);
}

.light-mode .color-option input[type="checkbox"]:checked+label {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

.color-option input[type="radio"] {
  display: none;
}

.color-option input[type="radio"]+label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  outline: 2px solid #fff;
  margin-top: 2px;
}

.light-mode .color-option input[type="radio"]+label {
  outline: 1px solid #000;
}

.color-option input[type="radio"]:checked+label::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 10px;
  color: #353535;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-option input[type="radio"]:checked+label {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5);
}

.light-mode .color-option input[type="radio"]:checked+label {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

#div2 {
  display: none;
}

.width-full {
  width: 100%;
  margin: auto;
  max-width: 2000px;
}

html {
  scroll-behavior: smooth;
}

.members-fixed-top {
  height: 90px;
  background-color: #000;
}

.member-10 {
  margin-top: -40px !important
}

.members-unfix {
  height: 100px;
  background-color: #000;
}

.light-mode .members-fixed-top,
.light-mode .members-unfix {
  background-color: #ffffff;
}

#btnUp {
  display: inline-block;
  background-color: var(--main-color);
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s,
      opacity .5s, visibility .5s;
  opacity: 1;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

.light-mode #btnUp,
#btnUp:hover {
  background-color: var(--main-lcolor);
}

#btnUp::after {
  content: "\f135";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
}

.light-mode #btnUp:hover {
  cursor: pointer;
  background-color: var(--main-color);
}

#btnUp:active {
  background-color: var(--second-color);
}

#btnUp.show {
  opacity: 1;
  visibility: visible;
}

.top-bettors {
  margin-bottom: 80px;
}

.bettors-content {
  background-color: #11131B;
  background-image: var(--rg-bg-img);
  background-position: right;
  text-align: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-family: 'reysat';
  height: 280px;
  background-size: cover;
}

.status__user {
  margin: 20px 0;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  position: absolute;
  transform: rotate(-45deg);
  top: 10px;
  left: -45px;
  width: 170px;
}

.pp__imm {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.pp__imm_wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 20px auto 10px auto;
}

.pp__imm_wrap i {
  font-size: 12px;
  line-height: 12px;
  background-color: var(--main-color);
  height: 20px;
  width: 20px;
  position: absolute;
  border-radius: 100%;
  bottom: 0;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.light-mode .pp__imm_wrap i {
  background-color: var(--main-lcolor);
}

.light-mode .bettors-content {
  background-color: #fff;
  background-image: var(--rg-light-bg-img);
}

.map {
  width: 100%;
  height: 500px;
  margin: 60px 0 10px 0;
  border: 0;
}

.map {
  filter: invert(92.5%) hue-rotate(180deg)
}

.light-mode .map {
  filter: invert(0%) hue-rotate(0deg)
}

.submit-field label {
  margin-bottom: 5px !important
}

.status-not-available {
  color: red;
  font-style: italic;
  margin-top: -18px !important;
  font-size: 16px;
}

.g-recaptcha iframe {
  max-width: 100% !important
}

.smalls {
  display: block;
  margin-top: 5px;
  font-size: 16px !important
}

.friend-card {
  padding: 10px;
  background-color: #11131B;
  position: relative;
  display: flex;
  padding-right: 20px;
}

.friend-card a {
  font-family: 'reysat';
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 0;
}

.friend-card:nth-child(even) {
  background-color: #282B2D;
}

.light-mode .friend-card {
  background-color: #BBBABA;
}

.light-mode .friend-card:nth-child(even) {
  background-color: #939393;
}

.fren-chat {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

.fav-product {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  color: #e0e0e0
}

.fav-product.set {
  color: var(--main-color);
}

.light-mode .fav-product.set {
  color: var(--main-lcolor);
}

.fren-ava {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.light-mode .fren-ava {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.frencon i {
  font-size: 14px;
  font-weight: 300;
}

.ustatus {
  font-size: 10px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 6px;
  font-weight: 300;
}

.ustatus.on {
  background-color: green;
}

.ustatus.off {
  background-color: #5f5f5f;
}

.rgs-btn {
  background-color: var(--main-color);
  padding: 2px 8px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}

.rgs-btn.set,
.light-mode .rgs-btn {
  background-color: var(--main-lcolor);
  color: var(--main-color);
}

light-mode .rgs-btn.set {
  background-color: var(--main-color);
}

#followingList,
#followerList {
  margin-bottom: 10px;
}

.product-row,
.product-row2 {
  grid-gap: 40px;
}

.product-row {
  padding-top: 20px;
}

.challenge-button {
  background-color: var(--main-color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.light-mode .challenge-button {
  background-color: var(--main-lcolor);
  color: #ffffff;
}

.pops-bettor {
  background-image: var(--rg-bg-img);
  background-position: center;
  background-size: cover;
  background-color: #11131B;
  padding: 60px 40px 40px 40px;
  border-radius: 0;
  overflow: auto !important
}

.light-mode .pops-bettor {
  background-color: #F1F3F4;
  background-image: var(--rg-light-bg-img);
}

.control_rg {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C1E1F;
}

.light-mode .control_rg {
  background-color: #F1F3F4;
}

.flex-mid_bet {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.flex-mid_bet .set-user-fav {
  display: inline-block;
  position: relative;
  font-size: 10px;
}

.acpt_btn {
  background-color: transparent;
  padding: 4px 10px;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
  color: #fff;
  border-radius: 2px;
}

.acpt_btns {
  background-color: transparent;
  padding: 4px 10px;
  font-size: 14px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
  color: #fff;
  border-radius: 2px;
}

.bg-main {
  background-color: var(--main-color);
}

.light-mode .bg-main {
  background-color: var(--main-lcolor);
}

.rg__payment {
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
}

.acpt_btn::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: var(--main-lcolor);
  z-index: -1;
}

.light-mode .acpt_btn::before {
  background-color: var(--main-lcolor);
}

.light-mode .acpt_btn::after {
  background-color: var(--main-color);
}

.acpt_btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: var(--main-color);
  z-index: -1;
}

.light-mode .acpt_btn {
  background-color: var(--main-lcolor);
}

.acpt_btn:hover::after {
  width: 100%;
  transition: all 0.5s;
}

.bg-cari {
  background-color: #1674EA !important;
  color: #fff;
}

.upper {
  text-transform: uppercase;
}

.created {
  font-size: 14px;
  font-weight: 300;
  font-style: oblique;
  background-color: #353535;
  background-image: var(--rg-bg-img);
  background-size: cover;
  margin-top: 10px;
  padding: 4px;
  text-align: right;
  position: relative;
}

.light-mode .created {
  background-color: #F1F3F4;
  background-image: var(--rg-light-bg-img);
}

.sim_create {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 16px;
  font-style: oblique;
  color: #fff;
}

.payment-tab .error {
  padding: 2px 0 !important;
  font-size: 16px;
}

.bg-merah a {
  color: #000080 !important;
  font-weight: 700;
}

.awards {
  padding: 6px 15px;
  outline: 2px dotted var(--main-color);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-size: 300% auto;
  background-image: linear-gradient(to right, var(--main-color-trans) 0%, var(--main-color) 51%, var(--main-color-trans) 100%);
  transition: all 0.6s;
}

.awards:hover {
  background-position: right center;
  transition: all 0.6s;
}

.light-mode .awards {
  background-image: linear-gradient(to right, var(--main-lcolor-trans) 0%, var(--main-lcolor) 51%, var(--main-lcolor-trans) 100%);
  outline-color: var(--main-lcolor);
}

.awards .taz {
  display: inline-block;
  margin-right: 5px
  !important
}
.dropdown-item {
  font-family: 'reysat';
  font-size: 16px;
}
.rg__menus {
  margin: 5px 0;
}

@media (max-width: 1600px) {
  .dropdown-item {
      font-size: 14px;
  }
  #btnUp {
      width: 50px;
      height: 50px;
  }

  #btnUp::after {
      font-size: 25px;
      line-height: 50px;
  }

  .loader_rg {
      height: 140px;
      width: 140px;
  }

  .members-fixed-top {
      height: 80px;
  }

  .members-unfix {
      height: 90px;
  }

  .pll20 {
      padding: 10px 0 10px 50px !important
  }

  #sign-in-dialog {
      max-width: 1300px !important;
      min-width: 1300px !important;
  }

  .ff {
      width: 70px;
      height: 70px;
  }

  small {
      font-size: 14px;
  }

  .inner-hero h2 {
      font-size: 35px;
  }

  .blog-konten {
      padding: 60px 0;
  }

  .konten-blog h3 {
      font-size: 32px;
  }

  .mr55 {
      font-size: 16px;
  }

  h1 {
      font-size: 75px;
  }

  h2 {
      font-size: 60px;
  }

  h3 {
      font-size: 50px;
  }

  h4 {
      font-size: 36px;
  }

  h5 {
      font-size: 30px;
  }

  h6 {
      font-size: 22px;
  }

  .count {
      font-size: 45px;
  }

  .count h4 {
      font-size: 26px;
  }

  .tabcontent,
  .voccontent {
      margin-top: 30px;
  }

  .tablink:hover::before,
  .volink:hover::before {
      left: calc(100% - 25px);
  }

  .tablink:hover::after,
  .volink:hover::after {
      right: calc(100% - 25px);
  }

  .zoom {
      font-size: 22px;
  }

  .tablink,
  .volink {
      font-size: 16px;
  }

  .konten-foot {
      padding-right: 90px;
  }

  .sosmed li {
      margin-right: 25px;
  }

  .instruksi p {
      font-size: 12px;
  }

  #register-account-form span {
      font-size: 16px;
  }

  .nav-links {
      font-size: 18px;
  }

  .hero-img {
      height: 760px;
  }

  .hero-right,
  .hero-left {
      padding: 130px 0 70px 0;
  }

  .carousel {
      min-height: 760px !important
  }

  .head-konten {
      width: 1340px !important;
  }

  .konten {
      width: 1340px;
      margin: auto;
      padding: 90px 0;
  }

  .kontens {
      width: 1340px;
      margin: auto;
  }

  .right_col {
      width: 900px;
  }

  .match-pad {
      width: 1340px;
      padding: 0 0 110px 0;
      margin-top: -30px;
  }

  .konten-sosmed {
      width: 1380px;
      margin: auto;
  }

  .konten-nohead {
      width: 1340px;
      padding: 180px 0;
      margin-bottom: 180px;
  }

  .rg-100 {
      height: 323px;
      margin-bottom: -42px;
  }

  .rg_form {
      min-height: 540px;
  }

  .hero-con {
      width: 1340px;
  }

  .head_title h2 {
      font-size: 35pt !important;
  }

  .logo {
      width: auto;
      height: 56px;
  }

  .w-center {
      width: auto;
      height: 560px;
      margin-top: 120px;
  }

  .rg-imghero img {
      height: 560px;
  }

  h2.open {
      font-size: 40pt !important;
      margin-top: -420px;
  }

  h2.herop {
      font-size: 40pt !important;
      margin-top: 100px;
  }

  .bghero p {
      font-size: 26pt;
  }

  .card {
      width: 190px;
      margin: auto;
      margin-bottom: 14px;
      margin-top: 14px;
  }

  .product_card {
      margin: auto;
      margin-bottom: 14px;
      margin-top: 14px;
  }

  .card img {
      width: 170px;
      height: 170px;
  }

  .card h4 {
      max-width: 170px;
      font-size: 16px;
  }

  .card p {
      max-width: 170px;
      font-size: 12pt;
  }

  .discount {
      font-size: 18px;
      height: 43px;
  }

  .area {
      height: 520px;
  }

  .thumbnail {
      width: 200px;
      height: 200px;
      margin-top: -250px;
  }

  head_title {
      position: absolute;
      margin-left: 200px;
      margin-top: -180px;
      width: 930px;
  }

  head_title h1 {
      font-size: 35px;
  }

  head_title h1 i {
      font-size: 16px;
      padding: 5px 0;
      width: 28px;
      height: 28px;
      margin-left: 16px;
  }

  .box-product {
      margin-bottom: -180px;
  }

  box_title {
      font-size: 22px;
  }

  nom,
  noms {
      font-size: 26px;
      width: 60px;
  }

  box-content input,
  .rg-input,
  .rg-select {
      height: 45px;
  }

  .select2 {
      height: 45px !important;
  }

  .select-thumbnail {
      width: 50px !important;
      max-height: 45px !important;
  }

  .intruction-dm {
      width: 900px;
      top: 55px
  }

  .intruction-dm.show {
      margin-right: -20px !important
  }

  .p_card p {
      font-size: 12px;
  }

  .p_card h4 {
      font-size: 14px;
  }

  .reysat_form {
      width: 800px;
  }

  .reysat_form h2,
  .rg_form h2 {
      font-size: 36px;
  }

  .rg-button,
  .rg-link {
      font-size: 14px;
  }

  .reysat-btn {
      font-size: 17px;
  }

  .user-avatar {
      width: 35px;
      height: 35px
  }

  .notif {
      font-size: 30px !important
  }

  .rg-dropdown {
      font-size: 16px;
      margin-left: -365px !important
  }

  .user-avatar img {
      margin-top: -4px;
  }

  .user-avatar:after {
      margin-bottom: 3px;
      margin-right: -1px;
  }

  .payment-tab h2,
  #CheckOut h2 {
      font-size: 26px;
  }

  .payment-tab h4 {
      font-size: 20px;
  }

  .payment-tab {
      font-size: 18px;
  }

  .pay-logo {
      width: auto;
      height: 55px;
  }

  box_body h2.accordion-header .accordion-button {
      font-size: 18px;
  }

  .head_dash {
      font-size: 32px;
  }

  .head_dash h3 {
      font-size: 22px;
  }

  .uploadButton label {
      font-size: 14px;
  }

  .form_pay input,
  .form_pay textarea,
  .form_pay label {
      font-size: 16px;
  }

  .more {
      font-size: 20px;
  }

  .nav-items {
      margin-left: 35px;
  }

  .mode-head {
      padding-top: 11px;
  }

  .tombol {
      margin-top: -8.5px;
      font-size: 28px;
      margin-left: 35px;
  }

  .notif-icon {
      margin-left: 35px
  }

  .users {
      padding: 0;
      margin-top: -11px;
      padding-left: 15px;
  }

  .unfix {
      margin-bottom: -100px !important
  }

  .sosmed i {
      font-size: 26px;
  }

  footer h4 {
      font-size: 18px;
  }

  .first {
      margin-top: 70px;
      margin-bottom: 70px;
  }

  .rg-form {
      width: 900px;
      padding: 40px 70px;
  }

  .hero {
      height: 300px;
  }

  .rg-konten {
      padding: 50px 0;
  }

  .search-form {
      padding: 40px 120px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 80px;
      font-size: 20pt;
  }

  .search-form select:focus,
  .search-form select:active {
      height: 80px !important
  }

  .search-form button {
      font-size: 40px;
  }

  .bg-search {
      height: 338px;
      margin-bottom: 70px;
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 30px;
      height: 8px;
  }

  .tablink:hover::before,
  .volink:hover::before,
  .tablink:hover::after,
  .volink:hover::after {
      width: 30px;
      height: 8px;
  }

  .tabcontent,
  .voccontent {
      display: none;
      margin-top: 15px;
  }

  .tab-btn {
      margin-top: -65px;
  }

  .home-konten {
      padding: 35px 10px;
      margin-bottom: 70px;
  }

  .prodmp {
      margin-bottom: 70px;
  }

  .head-blok {
      margin-bottom: 70px;
  }

  .dashboard {
      margin-top: 70px;
  }

  .voucher,
  .featured,
  .topup,
  .blog,
  .digital,
  .product {
      font-size: 40px;
      margin-bottom: 40px;
  }

  .voucher::before,
  .featured::before,
  .topup::before,
  .blog::before,
  .digital::before,
  .product::before {
      font-size: 70px;
      margin-bottom: -65px;
  }

  .hero_title h6 {
      font-size: 50px;
      padding: 9px 70px;
      position: relative;
  }

  .hero_title h2 {
      font-size: 40px;
      padding: 9px 40px;
  }

  .hero_title .btn-rg {
      font-size: 35px !important;
      padding: 9px 60px !important
  }

  .pop-konten {
      padding: 60px 70px;
  }

  box_body h3 {
      font-size: 16pt;
  }

  .rg-dropdown h4 {
      font-size: 22px;
  }

  #notify {
      left: 12px;
      top: -1px;
  }

  .rg-dropdown i {
      font-size: 14px;
  }

  #signup {
      padding: 40px 60px;
  }

  #signin {
      padding: 115px 60px;
  }

  #forgot {
      padding: 152px 60px;
  }

  .blog-hero::after {
      right: -200px;
      bottom: -740px
  }

  .blog-hero::before {
      left: -200px;
      top: -740px
  }

  .w-content,
  .w-conten {
      padding-bottom: 120px;
  }

  .foot ul li {
      font-size: 16px;
  }

  .overview .details {
      font-size: 14px;
  }

  .overview .name {
      font-size: 20px;
  }

  .pd80 {
      padding-top: 70px !important
  }

  .konprod th {
      font-size: 22px;
  }

  .dropdown-toggle::after {
      margin-right: 10px !important;
      font-size: 18px;
      margin-top: 9px !important;
  }

  .flag-link {
      width: 26px;
  }

  .map {
      height: 450px;
  }

  .smalls {
      font-size: 15px !important
  }

  .bg-prof {
      height: 115px;
      margin-top: -115px;
  }

  .favorit,
  .rg-follow {
      top: -75px;
  }

  .fren-ava {
      width: 45px;
      height: 45px;
  }

  .frencon i {
      font-size: 13px;
  }

  .friend-card a {
      font-size: 15px;
  }

  .ustatus {
      font-size: 9px;
  }

  .rgs-btn {
      font-size: 13px;
  }

  .totals,
  .bigs {
      font-size: 18px;
  }

  .product-row,
  .product-row2 {
      grid-gap: 30px;
  }

  .product-row {
      padding-top: 10px;
  }

  box-content {
      margin-bottom: 30px;
  }

  .broku {
      margin-top: 70px !important
  }

  .konprod {
      margin-bottom: 45px;
      padding: 25px 35px;
  }

  .prod_inf {
      padding: 25px 35px;
  }

  .relapro .favorit {
      top: -75px
  }

  .pp__imm_wrap {
      width: 80px;
      height: 80px;
  }

  .pp__imm_wrap i {
      font-size: 11px;
      line-height: 11px;
      height: 19px;
      width: 19px;
  }

  .status__user {
      font-size: 14px;
  }

  .bettors-content {
      height: 250px;
  }

  .created {
      font-size: 12px;
  }

  .sim_create {
      font-size: 14px;
  }

  .status-not-available {
      font-size: 14px;
  }

  .payment-tab .error {
      font-size: 14px;
  }

}


@media (max-width: 1399px) {
  .broku {
      margin-top: 60px !important
  }

  .payment-tab .error {
      font-size: 12px;
  }

  .sim_create {
      font-size: 12px;
  }

  .status-not-available {
      font-size: 12px;
  }

  .created {
      font-size: 10px;
  }

  .bettors-content {
      height: 240px;
  }

  .status__user {
      font-size: 12px;
  }

  .pp__imm_wrap i {
      font-size: 10px;
      line-height: 10px;
      height: 18px;
      width: 18px;
  }

  .pp__imm_wrap {
      width: 80px;
      height: 80px;
  }

  .bettors-content .pp__imm {
      width: 80px;
      height: 80px;
  }

  .konprod {
      margin-bottom: 40px;
      padding: 20px 30px;
  }

  .prod_inf {
      padding: 20px 30px;
  }

  .search-form {
      padding: 40px 100px;
  }

  box-content {
      margin-bottom: 20px;
  }

  .product-row {
      padding-top: 10px;
      grid-gap: 20px;
  }

  .product-row2 {
      grid-gap: 20px;
  }

  .totals,
  .bigs {
      font-size: 16px;
  }

  .rgs-btn {
      font-size: 12px;
  }

  .ustatus {
      font-size: 8px;
  }

  .friend-card a {
      font-size: 14px;
  }

  .frencon i {
      font-size: 12px;
  }

  .fren-ava {
      width: 40px;
      height: 40px;
  }

  .bg-prof {
      height: 100px;
      margin-top: -100px;
  }

  .favorit,
  .rg-follow {
      top: -68px;
  }

  .smalls {
      font-size: 14px !important
  }

  .select-selected:after {
      top: 16px;
  }

  .select-selected.select-arrow-active:after {
      top: 8px;
  }

  .map {
      height: 400px;
  }

  .flag-link {
      width: 24px;
  }

  .loader_rg {
      height: 125px;
      width: 125px;
  }

  .konprod th {
      font-size: 20px;
  }

  .pd80 {
      padding-top: 60px !important
  }

  .w-content,
  .w-conten {
      padding-bottom: 100px
  }

  .overview .details {
      font-size: 12px;
  }

  .inner-hero h2 {
      font-size: 30px;
  }

  .ff {
      width: 60px;
      height: 60px;
  }

  #sign-in-dialog {
      max-width: 1100px !important;
      min-width: 1100px !important;
  }

  .blog-konten {
      padding: 50px 0;
  }

  .rg-dropdown h4 {
      font-size: 20px;
  }

  .rg-dropdown i {
      font-size: 12px;
  }

  .konten-blog h3 {
      font-size: 30px;
  }

  .blog-hero::after {
      right: -280px;
  }

  .blog-hero::before {
      left: -280px;
  }

  box_body h3 {
      font-size: 14pt;
  }

  .pop-konten {
      padding: 40px 60px;
  }

  h1 {
      font-size: 70px;
  }

  h2 {
      font-size: 54px;
  }

  h3 {
      font-size: 44px;
  }

  h4 {
      font-size: 32px;
  }

  h5 {
      font-size: 26px;
  }

  h6 {
      font-size: 20px;
  }

  .count {
      font-size: 40px;
  }

  .count h4 {
      font-size: 24px;
  }

  .zoom {
      font-size: 20px;
  }

  .bg-search {
      height: 285px;
      margin-bottom: 60px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 70px;
      font-size: 16pt;
  }

  .search-form select:focus,
  .search-form select:active {
      height: 70px !important
  }

  .search-form button {
      font-size: 35px;
  }

  small {
      font-size: 12px;
  }

  .mr55 {
      font-size: 14px;
  }

  .sosmed li {
      margin-right: 20px;
  }

  .sosmed i {
      font-size: 24px;
  }

  .tablink,
  .volink {
      font-size: 14px;
  }

  .konten-foot {
      padding-right: 80px;
  }

  .btn-link {
      padding: 10px 50px;
  }

  .instruksi p {
      font-size: 10px;
  }

  .rg-button,
  .rg-link {
      font-size: 12px;
  }

  .reysat-btn {
      font-size: 15px;
  }

  #register-account-form span {
      font-size: 14px;
  }

  .nav-links {
      font-size: 16px;
  }

  .hero-img {
      height: 650px;
  }

  .hero-right,
  .hero-left {
      padding: 120px 0 60px 0;
  }

  .carousel {
      min-height: 650px !important
  }

  .head-konten {
      width: 1180px !important;
  }

  .konten {
      width: 1180px;
      margin: auto;
      padding: 80px 0;
  }

  .kontens {
      width: 1180px;
      margin: auto;
  }

  .right_col {
      width: 770px;
  }

  .match-pad {
      width: 1180px;
      padding: 0 0 100px 0;
      margin-top: -40px;
  }

  .match-pad {
      padding-top: 5px !important
  }

  .konten-sosmed {
      width: 1200px;
      margin: auto;
  }

  .konten-nohead {
      width: 1180px;
      padding: 160px 0;
      margin-bottom: 160px;
  }

  .rg-100 {
      height: 285px;
      margin-bottom: -34px;
  }

  .rg_form {
      min-height: 442px;
  }

  .hero-con {
      width: 1180px;
  }

  .head_title h2 {
      font-size: 30pt !important;
  }

  .logo {
      width: auto;
      height: 50px;
  }

  .rg-imghero img {
      width: auto;
      height: 500px;
  }

  .w-center {
      height: 500px;
      margin-top: 100px;
  }

  h2.open {
      font-size: 35pt !important;
      margin-top: -400px;
  }

  h2.herop {
      font-size: 35pt !important;
      margin-top: 70px;
  }

  .bghero p {
      font-size: 24pt;
      margin-bottom: 30px;
  }

  .card {
      width: 170px;
      margin-bottom: 12px;
      margin-top: 12px;
  }

  .product_card {
      margin-bottom: 12px;
      margin-top: 12px;
  }

  .card img {
      width: 150px;
      height: 150px;
  }

  .card h4 {
      max-width: 150px;
      font-size: 14px;
  }

  .card p {
      max-width: 150px;
      font-size: 10pt;
  }

  .discount {
      font-size: 16px;
      height: 40px;
  }

  .area {
      height: 450px;
  }

  .thumbnail {
      width: 180px;
      height: 180px;
      margin-top: -220px;
  }

  head_title {
      position: absolute;
      margin-left: 180px;
      margin-top: -160px;
      width: 805px;
  }

  head_title h1 {
      font-size: 30px;
  }

  head_title h1 i {
      font-size: 14px;
      padding: 6px 0;
      width: 26px;
      height: 26px;
  }

  .box-product {
      margin-bottom: -160px;
  }

  box_title {
      font-size: 18px;
  }

  nom,
  noms {
      width: 50px;
      font-size: 20px;
  }

  box-content input,
  .rg-input,
  .rg-select {
      height: 35px;
  }

  .select2 {
      height: 40px !important;
      padding-top: 5px !important
  }

  .select-thumbnail {
      width: 40px !important;
      max-height: 40px !important;
  }

  .intruction-dm {
      width: 770px;
      top: 45px;
  }

  .intruction-dm.show {
      margin-right: -20px !important;
      margin-top: 11px !important;
  }

  .p_card p {
      font-size: 10px;
  }

  .p_card h4 {
      font-size: 12px;
  }

  .reysat_form {
      width: 600px;
  }

  .reysat_form h2,
  .rg_form h2 {
      font-size: 32px;
  }

  .user-avatar {
      width: 30px;
      height: 30px
  }

  .notif {
      font-size: 25px !important
  }

  .rg-dropdown {
      font-size: 14px;
      margin-left: -350px !important;
      min-width: 380px
  }

  .user-avatar img {
      margin-top: -2px;
  }

  .user-avatar:after {
      margin-bottom: 0;
      margin-right: 0;
      width: 10px;
      height: 10px;
      border: 1px solid #fff
  }

  .payment-tab h2,
  #CheckOut h2 {
      font-size: 24px;
  }

  .payment-tab h4 {
      font-size: 18px;
  }

  .payment-tab {
      font-size: 16px;
  }

  .pay-logo {
      width: auto;
      height: 45px;
  }

  box_body h2.accordion-header .accordion-button {
      font-weight: 16px;
  }

  .head_dash {
      font-size: 30px;
  }

  .head_dash h3 {
      font-size: 20px;
  }

  .uploadButton label {
      font-size: 12px;
  }

  .form_pay input,
  .form_pay textarea,
  .form_pay label {
      font-size: 14px;
  }

  .mode-head {
      padding-top: 10px;
  }

  .dropdown-toggle::after {
      margin-right: 14px !important;
      font-size: 14px;
      margin-left: -1px !important
  }

  .tombol {
      margin-top: -8px;
      font-size: 26px;
      margin-left: 30px;
  }

  .notif-icon {
      margin-left: 30px;
  }

  .users {
      padding: 0;
      margin-top: -11px;
      padding-left: 10px;
  }

  .more {
      font-size: 18px;
  }

  .nav-items {
      margin-left: 25px;
  }

  .unfix {
      margin-bottom: -95px !important
  }

  footer h4 {
      font-size: 14px;
  }

  .first {
      margin-top: 70px;
      margin-bottom: 70px;
  }

  .rg-form {
      width: 800px;
      padding: 40px 60px;
  }

  .hero {
      height: 250px;
  }

  .rg-konten {
      padding: 40px 0;
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 30px;
  }

  .tabcontent,
  .voccontent {
      display: none;
      margin-top: 15px;
  }

  .tab-btn {
      margin-top: -58px;
  }

  .home-konten {
      padding: 30px 10px;
      margin-bottom: 60px;
  }

  .prodmp {
      margin-bottom: 60px;
  }

  .head-blok {
      margin-bottom: 60px;
  }

  .dashboard {
      margin-top: 60px;
  }

  .voucher,
  .featured,
  .topup,
  .blog,
  .digital,
  .product {
      font-size: 35px;
      margin-bottom: 45px;
  }

  .voucher::before,
  .featured::before,
  .topup::before,
  .blog::before,
  .digital::before,
  .product::before {
      font-size: 60px;
      margin-bottom: -58px;
  }

  .hero_title h6 {
      font-size: 50px;
      padding: 8px 60px;
  }

  .hero_title h2 {
      font-size: 30px;
      padding: 8px 40px;
  }

  .hero_title .btn-rg {
      font-size: 25px !important;
      padding: 8px 50px !important
  }

  #notify {
      width: 18px;
      height: 18px;
      left: 10px;
      font-size: 8px;
      color: #ffffff;
      top: -2px;
  }

  #signup {
      padding: 20px 60px;
  }

  #signin {
      padding: 80px 60px;
  }

  #forgot {
      padding: 110px 60px;
  }

  .foot ul li {
      font-size: 14px;
  }

  .overview .name {
      font-size: 18px;
  }

  .pll20 {
      padding: 10px 0 10px 40px !important
  }

  #btnUp {
      width: 40px;
      height: 40px;
  }

  #btnUp::after {
      font-size: 20px;
      line-height: 40px;
  }

  .slim-konten {
      width: 600px;
      padding: 80px 0;
  }

  .dropdown-item {
      font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .members-fixed-top {
      height: 70px;
  }
  .dropdown-item {
      font-size: 10px;
  }
  .status-not-available {
      font-size: 10px;
  }

  .product-row {
      padding-top: 0;
  }

  .col-rg {
      flex: 0 0 auto;
      width: 25% !important;
  }

  .relapro .favorit {
      top: -74px
  }

  .konprod {
      padding: 10px 25px !important
  }

  .konprod {
      padding: 20px 25px;
  }

  .prod_inf {
      padding: 20px 25px;
  }

  .members-unfix {
      height: 80px;
  }

  .search-form {
      padding: 30px 80px;
  }

  #sign-in-dialog::after {
      width: 1400px;
      height: 500px;
      right: -1240px;
      top: -400px;
      border-radius: 400px;
  }

  .loader_rg {
      height: 115px;
      width: 115px;
  }

  .overview .name {
      font-size: 16px;
  }

  .overview .details {
      font-size: 10px;
  }

  .ff {
      width: 50px;
      height: 50px;
  }

  .foot ul li {
      font-size: 12px;
  }

  .w-content,
  .w-conten {
      padding-bottom: 80px
  }

  .checkbox label {
      font-size: 12px !important;
  }

  .inner-hero h2 {
      font-size: 26px;
  }

  .rg-konten-popup {
      width: 96%;
  }

  .blog-konten {
      padding: 40px 0;
  }

  .konten-blog h3 {
      font-size: 28px;
  }

  box_body h3 {
      font-size: 12pt;
  }

  .rg-dropdown i {
      font-size: 10px;
  }

  .rg-dropdown h4 {
      font-size: 18px;
  }

  h1 {
      font-size: 60px;
  }

  h2 {
      font-size: 46px;
  }

  h3 {
      font-size: 38px;
  }

  h4 {
      font-size: 26px;
  }

  h5 {
      font-size: 22px;
  }

  h6 {
      font-size: 18px;
  }

  .count {
      font-size: 35px;
  }

  .count h4 {
      font-size: 22px;
  }

  .zoom {
      font-size: 18px;
  }

  .bg-search {
      height: 250px;
      margin-bottom: 50px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 60px;
      font-size: 14pt;
  }

  .search-form select:focus,
  .search-form select:active {
      height: 60px !important
  }

  .search-form button {
      font-size: 30px;
  }

  .mr55 {
      font-size: 10px;
  }

  .sosmed li {
      margin-right: 18px;
  }

  .sosmed i {
      font-size: 22px;
  }

  .instruksi p {
      font-size: 9px;
  }

  .tablink,
  .volink {
      font-size: 12px;
  }

  .rg-button,
  .rg-link {
      font-size: 10px;
  }

  .reysat-btn {
      font-size: 14px;
  }

  #register-account-form span {
      font-size: 12px;
  }

  .nav-links {
      font-size: 14px;
  }

  .hero-img {
      height: 560px;
  }

  .hero-right,
  .hero-left {
      padding: 110px 0 50px 0;
  }

  .carousel {
      min-height: 550px !important
  }

  .head-konten {
      width: 960px !important;
  }

  .match-pad {
      width: 960px;
      padding: 0 0 90px 0;
      margin-top: -20px;
  }

  .konten {
      width: 960px;
      margin: auto;
      padding: 70px 0;
  }

  .kontens {
      width: 960px;
      margin: auto;
  }

  .right_col {
      width: 620px;
  }

  .match-pad {
      padding-top: 0 !important
  }

  .konten-sosmed {
      width: 990px;
      margin: auto;
  }

  .konten-nohead {
      width: 960px;
      padding: 150px 0;
      margin-bottom: 150px;
  }

  .rg-100 {
      height: 232px;
      margin-bottom: -28px;
  }

  .hero-con {
      width: 960px;
  }

  .head_title h2 {
      font-size: 30pt !important;
  }

  .logo {
      height: 40px;
  }

  .w-center {
      width: auto;
      height: 400px;
  }

  .rg-imghero img {
      height: 400px;
  }

  h2.open {
      font-size: 30pt !important;
      margin-top: -300px;
  }

  h2.herop {
      font-size: 30pt !important;
      margin-top: 60px;
  }

  .bghero p {
      font-size: 22pt;
  }

  .area {
      height: 400px;
  }

  .thumbnail {
      width: 120px;
      height: 120px;
      margin-top: -170px;
  }

  head_title {
      margin-left: 120px;
      margin-top: -140px;
      width: 660px;
  }

  head_title h1 {
      font-size: 25px;
  }

  head_title h1 i {
      font-size: 12px;
      padding: 5px 0;
      width: 24px;
      height: 24px;
      margin-left: 15px;
  }

  .box-product {
      margin-bottom: -140px;
  }

  box_title {
      font-size: 16px;
  }

  nom,
  noms {
      width: 40px;
      font-size: 18px;
  }

  box-content input,
  .rg-input,
  .rg-select {
      height: 30px;
  }

  .intruction-dm {
      width: 620px;
  }

  .intruction-dm.show {
      margin-right: -20px !important;
      margin-top: 14px !important;
  }

  .p_card {
      margin-bottom: 10px;
      min-height: 80px;
  }

  .p_card p {
      font-size: 10px;
  }

  .p_card h4 {
      font-size: 12px;
  }

  .reysat_form {
      width: 500px;
  }

  .user-avatar {
      width: 20px;
      height: 20px
  }

  .notif {
      font-size: 18px !important
  }

  .rg-dropdown {
      font-size: 12px;
      margin-left: -325px !important
  }

  .dropdown-toggle::after {
      font-size: 10px !important;
      margin-top: 4px !important
  }

  .mode-head {
      padding-top: 8px;
  }

  .tombol {
      margin-top: -6px;
      font-size: 18px;
      margin-left: 15px;
  }

  .notif-icon {
      margin-left: 22px;
      margin-top: 5px;
  }

  .users {
      padding: 0;
      margin-top: -12px;
      padding-left: 0;
  }

  #reysat_game {
      margin-top: -1px;
  }

  .user-avatar img {
      margin-top: -3px;
  }

  .user-avatar:after {
      margin-bottom: 1px;
      margin-right: 0;
      width: 6px;
      height: 6px;
  }

  .ham {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      transition: transform 400ms;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 60px;
  }

  .hamRotate.active {
      transform: rotate(45deg);
  }

  .hamRotate180.active {
      transform: rotate(180deg);
  }

  .line {
      fill: none;
      transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      stroke: #fff;
      stroke-width: 5.5;
      stroke-linecap: round;
  }

  .light-mode .line {
      stroke: #353535;
  }

  .rg-ham .top {
      stroke-dasharray: 40 172;
  }

  .rg-ham .middle {
      stroke-dasharray: 40 111;
  }

  .rg-ham .bottom {
      stroke-dasharray: 40 172;
  }

  .rg-ham.active .top {
      stroke-dashoffset: -132px;
  }

  .rg-ham.active .middle {
      stroke-dashoffset: -71px;
  }

  .rg-ham.active .bottom {
      stroke-dashoffset: -132px;
  }

  .payment-tab h2,
  #CheckOut h2 {
      font-size: 22px;
  }

  .payment-tab h4 {
      font-size: 16px;
  }

  .payment-tab {
      font-size: 14px;
      padding: 20px 20px;
  }

  .pay-logo {
      width: auto;
      height: 40px;
  }

  box_body h2.accordion-header .accordion-button {
      font-weight: 14px;
  }

  .head_dash {
      font-size: 28px;
  }

  .head_dash h3 {
      font-size: 18px;
  }

  .uploadButton label {
      font-size: 10px;
  }

  .form_pay input,
  .form_pay textarea,
  .form_pay label {
      font-size: 12px;
  }

  .more {
      font-size: 16px;
  }

  .nav-items {
      margin-left: 0;
      margin-right: 15px;
  }

  .unfix {
      margin-bottom: -95px !important
  }

  .konten-foot {
      padding-right: 40px;
  }

  footer h4 {
      font-size: 12px;
  }

  .first {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  .rg-form {
      width: 700px;
      padding: 30px 40px 10px 40px;
  }

  .hero {
      height: 230px;
  }

  .rg-konten {
      padding: 40px 0;
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 30px;
  }

  .tabcontent,
  .voccontent {
      display: none;
      margin-top: 15px;
  }

  .tab-btn {
      margin-top: -55px;
  }

  .home-konten {
      padding: 30px 10px;
      margin-bottom: 50px;
  }

  .head-blok {
      margin-bottom: 50px;
  }

  .prodmp {
      margin-bottom: 50px;
  }

  .dashboard {
      margin-top: 50px;
  }

  .voucher,
  .featured,
  .topup,
  .blog,
  .digital,
  .product {
      font-size: 30px;
      margin-bottom: 40px;
  }

  .voucher::before,
  .featured::before,
  .topup::before,
  .blog::before,
  .digital::before,
  .product::before {
      font-size: 50px;
      margin-bottom: -48px;
  }

  .hero_title h6 {
      font-size: 40px;
      padding: 7px 50px;
  }

  .hero_title h2 {
      font-size: 30px;
      padding: 7px 30px;
  }

  .hero_title .btn-rg {
      font-size: 25px !important;
      padding: 7px 40px !important
  }

  #notify {
      width: 14px;
      height: 14px;
      left: 8px;
      font-size: 6px;
      color: #ffffff;
      top: -2px;
  }

  #signup {
      padding: 15px 60px;
  }

  #signin {
      padding: 80px 60px;
  }

  #forgot {
      padding: 110px 60px;
  }

  .blog-hero::after {
      right: -320px;
  }

  .blog-hero::before {
      left: -320px;
  }

  .pop-konten {
      padding: 30px 10px;
  }

  #sign-in-dialog {
      max-width: 90% !important;
      min-width: 90% !important;
  }

  .pll20 {
      padding: 10px 0 10px 30px !important
  }

  .pd80 {
      padding-top: 50px !important
  }

  .konprod th {
      font-size: 18px;
  }

  .map {
      height: 350px;
  }

  .smalls {
      font-size: 13px !important
  }

  .bg-prof {
      height: 86px;
      margin-top: -86px;
  }

  .favorit,
  .rg-follow {
      top: -60px;
  }

  .friend-card a {
      font-size: 13px;
  }

  .ustatus {
      font-size: 7px;
  }

  .rgs-btn {
      font-size: 11px;
  }

  .friendlist h6 {
      font-size: 16px;
  }

  .fren-ava {
      width: 35px;
      height: 35px;
  }

  .totals,
  .bigs {
      font-size: 14px;
  }

  .broku {
      margin-top: 50px !important
  }

  .status__user {
      font-size: 10px;
  }

}

@media (max-width: 991px) {
  .head-konten {
      width: 720px !important;
      position: relative;
  }

  .sosmed-share .submenu li:nth-child(1),
  .sosmed-share .submenu li:nth-child(2),
  .sosmed-share .submenu li:nth-child(3),
  .sosmed-share .submenu li:nth-child(4),
  .sosmed-share .submenu li:nth-child(5),
  .sosmed-share .submenu li:nth-child(6) {
      z-index: -1;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(1),
  sosmed-share .share:hover.right .submenu li:nth-child(2),
  .sosmed-share .share:hover.right .submenu li:nth-child(3),
  sosmed-share .share:hover.right .submenu li:nth-child(4),
  .sosmed-share .share:hover.right .submenu li:nth-child(5),
  sosmed-share .share:hover.right .submenu li:nth-child(6) {
      z-index: 10;
  }

  .konprod {
      padding: 10px 20px !important
  }

  .prod_inf {
      padding: 20px 20px;
  }

  .broku {
      margin-top: 40px !important
  }

  .prod-00 {
      padding: 0 !important;
      margin: 0 !important;
      width: 100%
  }

  .product-row {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      padding-top: 0;
      overflow: hidden;
  }

  .product-row2 {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
  }

  .right_col {
      width: 100%;
  }

  .fren-ava {
      width: 30px;
      height: 30px;
  }

  .friendlist h6 {
      font-size: 10px;
  }

  .rgs-btn {
      font-size: 10px;
  }

  .ustatus {
      font-size: 6px;
  }

  .friend-card a {
      font-size: 12px;
  }

  .smalls {
      font-size: 12px !important
  }

  .frencon i {
      font-size: 11px;
  }

  .map {
      height: 300px;
  }

  .hdpon {
      display: none !important
  }

  .ikon-tab {
      display: inline-block;
      display: inline-block;
      transform: skew(30deg);
  }

  .light-mode .profile-sidebar .so_media {
      border-color: #dadada;
  }

  .profile-sidebar .so_media {
      justify-content: center;
      padding: 15px 10px 10px 10px;
      border-top: 1px solid #353535;
      margin-top: 20px;
  }

  .loader_rg {
      height: 110px;
      width: 110px;
  }

  .konten-blog h3 {
      font-size: 26px;
  }

  .rg_form {
      margin-top: 100px;
  }

  .blog-hero {
      height: 450px;
  }

  .w-content,
  .w-conten {
      padding-bottom: 100px
  }

  #signup {
      padding: 30px 60px;
  }

  #signin {
      padding: 90px 60px;
  }

  #forgot {
      padding: 130px 60px;
  }

  .inner-hero h2 {
      font-size: 20px;
  }

  #notify {
      width: 18px;
      height: 18px;
      left: 8px;
      font-size: 8px;
      top: -5px;
  }

  h1 {
      font-size: 55px;
  }

  h2 {
      font-size: 42px;
  }

  h3 {
      font-size: 34px;
  }

  h4 {
      font-size: 24px;
  }

  h5 {
      font-size: 20px;
  }

  h6 {
      font-size: 16px;
  }

  .count {
      font-size: 30px;
  }

  .count h4 {
      font-size: 20px;
  }

  .rg-konten {
      padding: 30px 0;
  }

  .sosmed i {
      font-size: 20px;
  }

  .konten {
      width: 700px;
      margin: auto;
      padding: 60px 0;
  }

  .kontens {
      width: 700px;
      margin: auto;
  }

  .match-pad {
      width: 700px;
      padding: 0 0 80px 0;
      margin-top: -10px;
  }

  .konten-sosmed {
      width: 650px;
      margin: auto;
  }

  .konten-nohead {
      width: 700px;
      padding: 140px 0;
      margin-bottom: 140px;
  }

  .rg-100 {
      height: 170px;
      margin-bottom: -21px;
  }

  .hero-con {
      width: 720px;
  }

  .w-center {
      width: auto;
      height: 350px;
      margin-top: 70px;
  }

  .rg-imghero img {
      height: 350px;
  }

  h2.open {
      font-size: 25pt !important;
      margin-top: -270px;
  }

  h2.herop {
      font-size: 25pt !important;
      margin-top: 40px;
  }

  .btn-col,
  .btn-voc {
      flex: 0 0 auto;
      width: 25%;
      padding: 10px;
  }

  .bghero p {
      font-size: 20pt;
      margin-bottom: 25px;
  }

  .hero-img {
      height: 472px;
  }

  .hero-right,
  .hero-left {
      padding: 100px 0 40px 0;
  }

  .carousel {
      min-height: 600px !important
  }

  .head_title {
      padding-top: 40px;
  }

  .head_title h2 {
      font-size: 38pt
  }

  .nav-items {
      margin-left: 0;
  }

  .card {
      width: 140px;
  }

  .card img {
      width: 120px;
      height: 120px;
  }

  .card h4 {
      max-width: 120px;
  }

  .card p {
      max-width: 120px;
      font-size: 8pt;
  }

  .thumbnail {
      width: 95px;
      height: 95px;
      margin-top: -135px;
  }

  .bg-prof {
      height: 60px;
      margin-top: -60px;
  }

  head_title {
      position: absolute;
      margin-left: 95px;
      margin-top: -110px;
      width: 450px;
  }

  head_title h1 {
      font-size: 20px;
  }

  .favorit,
  .rg-follow {
      position: absolute;
      top: -42px;
      right: 0;
      padding: 4px 10px;
      border-radius: 50px;
  }

  head_title {
      font-size: 10px;
  }

  .box-product {
      margin-bottom: -130px;
  }

  nom_tt {
      padding: 10px;
  }

  .intruction-dm {
      width: 448px;
      margin-left: -412px !important;
      margin-top: 2px;
  }

  .hide-tablet {
      display: none;
  }

  .hide-pc {
      display: block;
      margin-right: 40px;
  }

  .user-avatar img {
      margin-top: -2px;
  }

  .dropdown-toggle::after {
      font-size: 10px !important;
      margin-top: 8px !important
  }

  .user-avatar:after {
      margin-bottom: 0;
      margin-right: 0;
      width: 8px;
      height: 8px;
  }

  .mode-head {
      padding-top: 5px;
      margin-top: 0;
      position: absolute;
      right: 60px;
  }

  .users {
      padding: 0;
      margin-top: -7px;
      padding-left: 0;
  }

  .notif-icon {
      margin-top: -5px;
      margin-left: 25px;
  }

  .tombol {
      margin-top: -5px;
      margin-left: 20px;
      margin-right: 30px;
  }

  .logo {
      height: 36px;
  }

  .navbar-brand {
      margin-right: auto;
      margin-left: -10px;
  }

  .rg-link,
  .flag-link {
      margin-left: 80px;
      font-size: 12px;
  }

  .nav-items {
      margin-bottom: 10px !important
  }

  .rg-button {
      margin-left: 80px;
  }

  .payment-tab h2,
  #CheckOut h2 {
      font-size: 22px;
  }

  .pay-logo {
      width: auto;
      height: 35px;
  }

  .head_dash {
      font-size: 26px;
  }

  .head_dash h3 {
      font-size: 16px;
  }

  .unfix {
      margin-bottom: -95px !important
  }

  .konten-foot {
      padding-right: 20px;
  }

  .foot {
      padding-top: 20px;
      padding-right: 20px;
  }

  .first {
      margin-top: 70px;
      margin-bottom: 70px;
  }

  .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      padding-top: 100px;
      padding-bottom: 15px;
      width: 80%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
  }

  .light-mode .navbar-collapse {
      background-color: rgba(255, 255, 255);
  }

  .navbar-collapse.collapsing {
      left: -100%;
      width: 80%;
      height: 100%;
      transition: height 0s ease;
  }

  .navbar-collapse.show {
      left: 0;
      transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
      transition: left 600ms ease-in-out;
  }

  .rg-form {
      width: 600px;
      padding: 30px 40px;
  }

  .hero {
      height: 230px;
  }

  .search-form {
      padding: 20px 60px;
  }

  .bg-search {
      height: 220px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 60px;
      font-size: 12pt;
  }

  .search-form select:focus,
  .search-form select:active {
      height: 60px !important
  }

  .search-form button {
      font-size: 25px;
  }

  .bg-search {
      border-radius: 20px;
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 30px;
      height: 8px;
  }

  .tablink:hover::before,
  .volink:hover::before,
  .tablink:hover::after,
  .volink:hover::after {
      width: 30px;
      height: 8px;
  }

  .tabcontent,
  .voccontent {
      display: none;
      margin-top: 15px;
  }

  .tab-btn {
      margin-top: -55px;
  }

  .home-konten {
      padding: 30px 10px;
      margin-bottom: 50px;
  }

  .voucher,
  .featured,
  .topup,
  .blog,
  .digital,
  .product {
      font-size: 30px;
      margin-bottom: 35px;
  }

  .voucher::before,
  .featured::before,
  .topup::before,
  .blog::before,
  .digital::before,
  .product::before {
      font-size: 50px;
      margin-bottom: -50px;
  }

  .hero_title h6 {
      font-size: 32px;
      padding: 6px 40px;
  }

  .hero_title h2 {
      font-size: 22px;
      padding: 6px 25px;
  }

  .hero_title .btn-rg {
      font-size: 17px !important;
  }

  .area {
      height: 380px;
  }

  .pll20 {
      padding: 10px 0 10px 20px !important
  }

  .members-fixed-top {
      height: 85px;
  }

  .members-unfix {
      height: 95px;
  }

  .smalls {
      font-size: 11px !important
  }

  #reysat_game {
      margin-top: 0;
  }

  .slim-konten {
      width: 80%;
      padding: 60px 0;
  }

}

@media (max-width: 767px) {
  .search-form {
      padding: 10px 40px;
  }

  .smalls {
      font-size: 10px !important
  }

  .frencon i {
      font-size: 10px;
  }

  .members-fixed-top {
      height: 60px;
  }

  .members-unfix {
      height: 70px;
  }

  .konten-blog {
      padding-top: 20px;
      padding-bottom: 10px;
  }

  .rg-konten-popup {
      width: 100%;
  }

  .rg_form {
      margin-top: 80px;
  }

  .p_card label {
      margin-top: 5px;
      margin-bottom: 0;
  }

  .col-hp {
      padding: 0 10px !important;
      margin: 0 !important
  }

  .pado {
      padding: 0 !important;
      margin: 0 !important
  }

  .konten-blog h3 {
      font-size: 24px;
  }

  .blog-hero::after {
      right: -420px;
  }

  .inner-hero h2 {
      font-size: 18px;
  }

  .blog-hero::before {
      left: -420px;
  }

  .blog-hero {
      height: 400px;
      margin-bottom: 40px;
  }

  .blog-des span {
      font-size: 12px;
  }

  .pt40 {
      margin-top: 40px;
  }

  #notify {
      width: 17px;
      height: 17px;
      left: 7px;
      font-size: 8px;
      top: -4px;
  }

  .user-avatar img {
      margin-top: -2px;
  }

  .pop-konten {
      padding: 60px 20px;
  }

  .favorit,
  .rg-follow {
      position: absolute;
      top: -32px;
      right: 0;
      padding: 4px 8px;
      border-radius: 50px;
      font-size: 10px;
  }

  .product-row {
      padding-top: 20px;
  }

  .reysat-btn {
      font-size: 12px;
      padding: 8px 20px;
  }

  .gardient {
      padding: 0 30px;
  }

  h1 {
      font-size: 40px;
  }

  h2 {
      font-size: 34px;
  }

  h3 {
      font-size: 28px;
  }

  h4 {
      font-size: 22px;
  }

  h5 {
      font-size: 18px;
  }

  h6 {
      font-size: 15px;
  }

  .count {
      font-size: 26px;
      margin: 5px 0;
      line-height: 1.4;
  }

  .count h4 {
      font-size: 18px;
  }

  .bg-search {
      height: 200px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 40px;
      font-size: 11px;
      padding: 0 8px;
  }

  .search-form select:focus,
  .search-form select:active {
      height: 40px !important
  }

  .search-form button {
      font-size: 16px;
  }

  .search-form select {
      width: 30%;
  }

  .search-form button {
      width: 10%;
  }

  .search-form input {
      width: 60%;
  }

  .mode-head {
      padding-top: 0;
      margin-top: -2px;
      right: 40px;
      margin-right: 10px;
  }

  .btn-col,
  .btn-voc {
      flex: 0 0 auto;
      width: 25%;
      padding: 10px;
  }

  .head-konten {
      width: 100% !important;
      padding-top: 4px;
  }

  .container-fluid {
      margin-top: -15px !important
  }

  .user-avatar {
      width: 20px;
      height: 20px;
      margin-bottom: 1px;
  }

  .rg-link,
  .flag-link,
  .rg-button {
      margin-left: 32px;
  }

  .user-avatar:after {
      margin-bottom: 2px;
      margin-right: 0px;
      width: 8px;
      height: 8px;
  }

  .dropdown-toggle::after {
      font-size: 10px !important
  }

  .konten {
      width: 85%;
      margin: auto;
      padding: 50px 0;
  }

  .kontens {
      width: 85%;
      margin: auto;
  }

  .match-pad {
      width: 85%;
      padding: 0 0 70px 0;
      margin-top: -20px;
  }

  .konten-sosmed {
      width: 570px;
      margin: auto;
      padding-bottom: 20px;
  }

  .konten-nohead {
      width: 85%;
      padding: 120px 0;
      margin-bottom: 120px;
  }

  .hero-con {
      width: 90%;
  }

  .logo {
      height: 30px;
  }

  .users {
      padding: 0;
      margin-top: 0;
      margin-left: 0;
  }

  h2.open {
      font-size: 22pt !important;
      margin-top: -250px;
      margin-bottom: 10px;
  }

  h2.herop {
      font-size: 20pt !important;
      margin-bottom: 10px;
      margin-top: 30px;
  }

  .bghero p {
      font-size: 18pt;
      margin-bottom: 20px;
  }

  .hero-img {
      height: 450px;
  }

  .carousel {
      min-height: 500px !important
  }

  .head_title {
      padding-top: 0;
  }

  .head_title h2 {
      font-size: 20pt !important
  }

  .w-center {
      height: 320px;
      margin-top: 57px;
  }

  .rg-imghero img {
      height: 420px;
  }

  .area {
      height: 280px;
  }

  .thumbnail {
      width: 70px;
      height: 70px;
      margin-top: -105px;
  }

  .thumbnail img {
      border-radius: 8px;
  }

  .bg-prof {
      height: 40px;
      margin-top: -40px;
  }

  head_title {
      position: absolute;
      margin-left: 72px;
      margin-top: -85px;
      width: 62%;
  }

  head_title p {
      font-size: 10px !important
  }

  head_title h1 {
      font-size: 16px;
      margin-bottom: -2px;
  }

  head_title h1 i {
      font-size: 12px;
      padding: 4px 0;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      outline: 1px dashed #fff;
  }

  .box-product {
      margin-bottom: -120px;
  }

  .side_kanan,
  .side_kiri {
      width: 100%;
  }

  .intruction-dm {
      width: 85.2%;
      right: 0;
      margin-right: 50px;
  }

  .reysat_form {
      width: 90%;
  }

  .reysat_form h2,
  .rg_form h2 {
      font-size: 28px;
  }

  .payment-tab h2,
  #CheckOut h2 {
      font-size: 16px;
  }

  .payment-tab p {
      font-size: 10px;
  }

  .tracking {
      width: 80%;
  }

  .tracking input,
  .tracking button {
      height: 40px;
      font-size: 12px;
  }

  .tracking input {
      width: 70%;
  }

  .tracking button {
      width: 30%;
  }

  .track-result {
      width: 80%;
      padding: 10px 20px;
  }

  .pay-logo {
      max-width: auto;
      max-height: 40px;
  }

  .payment-tab {
      padding: 20px 20px;
  }

  .tombol {
      margin-top: 0;
      font-size: 20px;
      margin-left: 20px;
  }

  .rg-dropdown {
      min-width: 250px;
      margin-left: -235px !important
  }

  .unfix {
      margin-bottom: -95px !important
  }


  .hero-right,
  .hero-left {
      padding: 100px 0 80px 0;
  }

  .first {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  .social-login-separator {
      margin-bottom: 25px
  }

  .social-login-buttons,
  .social-login-buttons a {
      width: 100%;
      display: block;
      max-width: 100%
  }

  .cookieConsentContainer {
      bottom: 0 !important;
      left: 0 !important;
      width: 100% !important;
      border-radius: 0 !important;
  }

  .rg-form {
      width: 90%;
      padding: 20px 30px;
  }

  .hero {
      height: 180px;
  }

  .rg-konten {
      padding: 40px 0;
  }

  .crop {
      border: solid 8px var(--main-color);
  }

  .light-mode .crop {
      border: solid 8px #c3c9cc;
  }

  .bg-search,
  .home-konten {
      border-radius: 10px;
  }

  .home-konten::after,
  .home-konten::before {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
  }

  .tablink,
  .volink {
      padding: 6px;
  }

  .w-content,
  .w-conten {
      padding-bottom: 60px
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 25px;
      height: 6px;
  }

  .tablink:hover::before,
  .volink:hover::before,
  .tablink:hover::after,
  .volink:hover::after {
      width: 25px;
      height: 6px;
  }

  .tabcontent,
  .voccontent {
      display: none;
      margin-top: 15px;
  }

  .tab-btn {
      margin-top: -55px;
  }

  .home-konten {
      padding: 30px 10px;
      margin-bottom: 50px;
  }

  .voucher,
  .featured,
  .topup,
  .blog,
  .digital,
  .product {
      font-size: 22px;
      margin-bottom: 25px;
  }

  .voucher::before,
  .featured::before,
  .topup::before,
  .blog::before,
  .digital::before,
  .product::before {
      font-size: 30px;
      margin-bottom: -30px;
  }

  .hero_title h6 {
      font-size: 28px;
      padding: 6px 30px;
  }

  .hero_title h2 {
      font-size: 18px;
      padding: 6px 20px;
  }

  .hero_title .btn-rg {
      font-size: 14px !important;
  }

  #signup {
      padding: 40px 20px;
  }

  #signin {
      padding: 115px 20px;
  }

  #forgot {
      padding: 152px 20px;
  }

  #signup {
      padding: 15px 40px;
  }

  #signin {
      padding: 70px 40px;
  }

  #forgot {
      padding: 115px 40px;
  }

  .rg-100 {
      height: 140px;
      margin-bottom: -18px;
  }

  .rey-control-prev,
  .rey-control-next {
      width: 25px;
      height: 25px;
      font-size: 12px;
  }

  .blog-des {
      padding-bottom: 0;
  }

  .hidephone {
      display: none !important
  }

  .card {
      width: 100%;
  }

  .card img {
      width: 90%;
      height: 140px;
  }

  .card h4 {
      max-width: 90%;
  }

  .card p {
      max-width: 90%;
      font-size: 8pt;
  }

  .mt-80 {
      margin-top: 60px !important
  }

  .pd80 {
      padding-bottom: 60px !important
  }

  .mbs40 {
      margin-bottom: 80px !important
  }

  .blok-konten {
      position: relative;
      background-color: #1C1E1F;
  }

  .light-mode .blok-konten {
      background-color: #F1F3F4;
  }

  .blok-konten::before {
      content: '';
      display: block;
      width: 100%;
      height: 40px;
      background: linear-gradient(135deg, transparent 16px, var(--main-color) 16px, var(--main-color) 20px, #1C1E1F 20px);
      margin-top: -40px;
      z-index: -1;
  }

  .light-mode .blok-konten::before {
      background: linear-gradient(135deg, transparent 16px, var(--main-lcolor) 16px, var(--main-lcolor) 20px, #F1F3F4 20px);
  }

  .blok-konten::after {
      height: 40px;
      background: linear-gradient(315deg, transparent 16px, var(--main-color) 16px, var(--main-color) 20px, #1C1E1F 20px);
      margin-bottom: -40px;
      z-index: -1;
  }

  .light-mode .blok-konten::after {
      background: linear-gradient(315deg, transparent 16px, var(--main-lcolor) 16px, var(--main-lcolor) 20px, #F1F3F4 20px);
  }

  .head-blok {
      position: relative;
      padding-top: 9px;
      padding-bottom: 39px;
      margin-bottom: 40px;
  }

  .head-blok::after {
      background-color: var(-main-color);
      width: 80%;
      border-bottom: 4px solid var(--main-color);
      z-index: -1;
      margin-right: 23px;
      margin-bottom: -1px;
  }

  .light-mode .head-blok::after {
      border-bottom: 4px solid var(--main-lcolor);
  }

  .head-blok::before {
      width: 85%;
      border-top: 4px solid var(--main-color);
      left: 0;
      top: 0;
      margin-left: 23px;
      margin-top: -31px;
  }

  .light-mode .head-blok::before {
      border-top: 4px solid var(--main-lcolor);
  }

  .content {
      margin: auto;
      width: 85%;
  }

  .pop-konten {
      padding: 30px 10px;
  }

  #sign-in-dialog {
      max-width: 96% !important;
      min-width: 96% !important;
  }

  .hdhp {
      display: none !important
  }

  .pll20 {
      padding: 10px 20px 10px 20px !important
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(1) {
      opacity: 1;
      left: 42px;
      transform: rotate(0deg);
      transition-delay: 0.08s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(2) {
      opacity: 1;
      left: 84px;
      transform: rotate(0deg);
      transition-delay: 0.16s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(3) {
      opacity: 1;
      left: 126px;
      transform: rotate(0deg);
      transition-delay: 0.24s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(4) {
      opacity: 1;
      left: 168px;
      transform: rotate(0deg);
      transition-delay: 0.32s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(5) {
      opacity: 1;
      left: 210px;
      transform: rotate(0deg);
      transition-delay: 0.4s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(6) {
      opacity: 1;
      left: 252px;
      transform: rotate(0deg);
      transition-delay: 0.48s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(7) {
      opacity: 1;
      left: 294px;
      transform: rotate(0deg);
      transition-delay: 0.56s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(8) {
      opacity: 1;
      left: 336px;
      transform: rotate(0deg);
      transition-delay: 0.64s;
  }

  .sosmed-konten {
      margin-bottom: 30px;
      margin-top: -10px;
  }

  .sosmed-share .share i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 4px;
      font-size: 18px;
  }

  .report-col i {
      height: 40px;
      width: 40px;
      line-height: 40px;
  }

  .blog_info img {
      width: 30px;
      height: 30px;
  }

  .map {
      height: 250px;
  }

  .navbar-brand {
      margin-left: -10px;
  }

}


@media (max-width: 575px) {
  .search-form {
      padding: 10px 20px;
  }

  .slim-konten {
      width: 90%;
      padding: 40px 0;
  }

  .col-rg {
      flex: 0 0 auto;
      width: 50% !important;
  }

  .konprod {
      padding: 10px 10px !important
  }

  .konprod {
      padding: 20px 10px;
  }

  .prod_inf {
      padding: 20px 10px;
  }

  .navbar-brand {
      margin-left: -15px;
  }

  .min-100 {
      min-height: 80vh !important;
  }

  .report-col i {
      margin-right: 5px;
  }

  .report-col {
      justify-content: start;
      align-items: center;
      font-family: 'reysat';
      font-size: 10px;
      margin-top: 10px;
  }

  .social-login-buttons button {
      min-width: 100% !important;
      padding: 5px !important
  }

  .social-login-buttons button span {
      font-size: 12px;
  }

  .map {
      height: 200px;
  }

  .blog_info li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }

  .blog_info img {
      width: 20px;
      height: 20px;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(1) {
      opacity: 1;
      left: 32px;
      transform: rotate(0deg);
      transition-delay: 0.08s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(2) {
      opacity: 1;
      left: 64px;
      transform: rotate(0deg);
      transition-delay: 0.16s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(3) {
      opacity: 1;
      left: 96px;
      transform: rotate(0deg);
      transition-delay: 0.24s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(4) {
      opacity: 1;
      left: 128px;
      transform: rotate(0deg);
      transition-delay: 0.32s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(5) {
      opacity: 1;
      left: 160px;
      transform: rotate(0deg);
      transition-delay: 0.4s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(6) {
      opacity: 1;
      left: 192px;
      transform: rotate(0deg);
      transition-delay: 0.48s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(7) {
      opacity: 1;
      left: 224px;
      transform: rotate(0deg);
      transition-delay: 0.56s;
  }

  .sosmed-share .share:hover.right .submenu li:nth-child(8) {
      opacity: 1;
      left: 356px;
      transform: rotate(0deg);
      transition-delay: 0.64s;
  }

  .sosmed-share .share i {
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 4px;
  }

  .report-col i {
      height: 30px;
      width: 30px;
      line-height: 30px;
      border-radius: 4px;
  }

  .pay-logo {
      max-width: auto;
      max-height: 30px;
  }

  .mode-head {
      padding-top: 0;
      margin-top: 0;
      right: 40px;
  }

  .user-avatar img {
      margin-top: 0;
  }

  .user-avatar:after {
      margin-bottom: 1px;
      margin-right: 0px;
      width: 8px;
      height: 8px;
  }

  .nav-links {
      font-size: 12px;
  }

  .color-option {
      width: 15px;
      height: 15px;
      margin-right: 3px;
  }

  .color-option input[type="checkbox"]+label {
      outline: 1px solid #fff;
      margin-top: 2px;
  }

  .color-option input[type="radio"]+label {
      outline: 1px solid #fff;
      margin-top: 2px;
  }

  .hp-abs {
      position: absolute;
      width: 100%;
  }

  .rey-control-prev,
  .rey-control-next {
      width: 22px;
      height: 22px;
      font-size: 10px;
      padding: 4px
  }

  .pt40 {
      padding-top: 20px !important
  }

  .rg_form {
      margin-top: 60px;
  }

  .search-blog {
      width: 85% !important
  }

  .pd80 {
      padding-bottom: 40px !important
  }

  .mt-80 {
      margin-top: 50px !important
  }

  .w-content,
  .w-conten {
      padding-bottom: 40px
  }

  .card img {
      width: 90%;
      height: auto;
      min-height: 120px;
  }

  .col-hp {
      padding: 0 10px !important
  }

  blockquote {
      position: relative;
      padding: 20px 20px;
  }

  blockquote::before {
      font-size: 20px;
  }

  blockquote::after {
      font-size: 20px;
  }

  .pop-konten {
      padding: 30px 10px;
  }

  #sign-in-dialog {
      padding: 30px 10px !important
  }

  .blog-hero::after {
      right: -500px;
  }

  .blog-hero::before {
      left: -500px;
  }

  .blog-hero {
      height: 300px;
  }

  .blog-des span {
      font-size: 10px;
  }

  .rg-dropdown h4 {
      font-size: 16px;
      padding: 5px 10px;
  }

  .notif-konten .messages {
      padding: 8px 10px;
  }

  .rg-dropdown li a {
      padding: 4px 10px;
  }

  .favorit::after,
  .rg-follow::after {
      display: none;
  }

  .favorit::before,
  .rg-follow::before {
      margin-right: 0;
  }

  .favorit,
  .rg-follow {
      padding: 5px 5px;
  }

  .thumbnail img {
      border-radius: 8px !important
  }

  h1 {
      font-size: 28px;
  }

  h2 {
      font-size: 22px;
  }

  h3 {
      font-size: 20px;
  }

  h4 {
      font-size: 18px;
  }

  h5 {
      font-size: 16px;
  }

  h6 {
      font-size: 14px;
  }

  .count {
      font-size: 20px;
      padding: 0;
  }

  .count h4 {
      font-size: 16px;
  }

  .tablink:hover::before,
  .volink:hover::before {
      left: calc(100% - 15px);
      width: 20px;
      height: 4px;
      margin-top: 2px;
  }

  .tablink:hover::after,
  .volink:hover::after {
      right: calc(100% - 15px);
      height: 4px;
      width: 20px;
      margin-bottom: 2px;
  }

  .tablink::after,
  .volink::after {
      margin-bottom: 2px;
  }

  .tablink::before,
  .volink::before {
      margin-top: 2px;
  }

  .bg-search {
      height: 160px;
      margin-bottom: 40px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 35px;
      font-size: 8px;
      padding: 0 5px;
  }

  .search-form select:focus,
  .search-form select:active {
      height: 35px !important
  }

  .search-form button {
      font-size: 14px;
      width: 15%;
  }

  .search-form input {
      width: 55%;
  }

  .search-form select {
      width: 30%;
      padding-left: 20px;
  }

  .last {
      width: 25% !important
  }

  .head_dash {
      font-size: 24px;
  }

  .rg-konten {
      padding: 25px 0;
  }

  .konten-foot {
      padding-right: 0;
      padding-bottom: 20px;
  }

  .rg-link,
  .flag-link,
  .rg-button {
      margin-left: 30px;
  }

  .tracking {
      width: 100%;
  }

  .track-result {
      width: 100%;
      padding: 10px 10px;
  }

  .tombol {
      margin-top: 0;
      font-size: 20px;
      margin-right: 20px;
  }

  .tracking input {
      width: 70%;
  }

  .tracking button {
      width: 30%;
  }

  .reysat_form form_body {
      width: 100%;
      padding: 20px 20px;
      display: block;
  }

  .head-konten {
      width: 100% !important;
      padding-top: 10px;
  }

  .konten {
      width: 410px;
      margin: auto;
      padding: 40px 0
  }

  .kontens {
      width: 90%;
      margin: auto;
  }

  .match-pad {
      width: 90%;
      margin: auto;
      padding: 60px0 20px 0;
      margin-top: 10px;
  }

  .konten-sosmed {
      width: 98%;
      margin: auto;
  }

  .konten-nohead {
      width: 90%;
      padding: 80px 0;
      margin-bottom: 80px;
  }

  .hero-con {
      width: 90%;
      padding: 0;
  }

  .w-center {
      height: 320px;
      margin-top: 80px;
  }

  .rg-imghero img {
      height: 320px;
  }

  h2.open {
      font-size: 20pt !important;
      margin-top: -280px;
      margin-bottom: 10px;
  }

  h2.herop {
      font-size: 20pt !important;
      margin-top: 0;
  }

  .bghero p {
      font-size: 16pt;
  }

  .hero-img {
      height: 500px;
  }

  .carousel {
      min-height: 680px !important
  }

  .logo {
      height: 26px;
  }

  .carousel-item .row {
      margin-top: -40px;
  }

  .pro h2 {
      font-size: 11pt;
      margin-bottom: 0;
  }

  .more {
      font-size: 12px;
  }

  .thumbnail {
      width: 50px;
      height: 50px;
      margin-top: -85px;
  }

  .area {
      height: 240px;
  }

  .box-product {
      margin-bottom: -100px;
  }

  head_title {
      position: absolute;
      margin-left: 53px;
      margin-top: -73px;
      width: 73%;
  }

  head_title h1 {
      font-size: 14px;
      margin-bottom: -3px;
  }

  head_title h1 i {
      font-size: 8px;
      padding: 3px 0;
      width: 14px;
      height: 14px;
      margin-left: 6px;
  }

  head_title p {
      font-size: 10px;
  }

  .intruction-dm {
      width: 90%;
      right: 0;
      margin-right: 5%;
  }

  .reysat_form {
      width: 100%;
  }

  .intruction-dm.show {
      margin-right: -4% !important
  }

  .reysat_form h2 {
      font-size: 20px;
  }

  .rg-dropdown {
      min-width: 250px;
      margin-left: -220px !important
  }

  .ham {
      width: 40px;
      margin-left: -20px;
  }

  .payment-tab h2,
  #CheckOut h2 {
      font-size: 14px;
  }

  .payment-tab h4 {
      font-size: 14px;
  }

  .data_info {
      width: 100%;
  }

  .unfix {
      margin-bottom: -90px !important
  }

  .hero-right,
  .hero-left {
      padding: 0 0 0 0;
      width: 100%;
      text-align: center;
  }

  .hero-left {
      padding-top: 70px;
      height: min-content;
      padding-bottom: 20px;
  }

  .hero-right {
      padding-top: 0;
      height: min-content;
  }

  .hero-right img,
  .hero-left img {
      width: 70%;
      height: auto;
  }

  .btn-link {
      margin-bottom: 0;
  }

  .text-right {
      text-align: center !important;
      justify-content: center !important
  }

  .sosmed i {
      font-size: 18px;
  }

  .sosmed {
      padding: 10px 10px;
  }

  .sosmed ul {
      margin-top: 20px;
  }

  .sosmed li {
      margin-right: 15px;
  }

  .foot {
      padding-top: 20px;
      padding-right: 10px;
  }

  .first {
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .rg-form {
      width: 100%;
      padding: 10px 20px;
  }

  .rg-form textarea {
      height: 100px;
      padding: 10px;
  }

  .hero {
      height: 140px;
  }

  .inner-hero h2 {
      font-size: 14px;
  }

  .btn-col,
  .btn-voc {
      flex: 0 0 auto;
      width: 50%;
      padding: 8px;
  }

  .tablink,
  .volink {
      padding: 4px;
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 20px;
      height: 4px;
  }

  .tabcontent,
  .voccontent {
      display: none;
      margin-top: 15px;
  }

  .tab-btn {
      margin-top: -40px;
  }

  .home-konten {
      padding: 20px 10px;
      margin-bottom: 40px;
  }

  .prodmp {
      margin-bottom: 40px;
  }

  .head-blok {
      margin-bottom: 40px;
  }

  .dashboard {
      margin-top: 40px;
  }

  .voucher,
  .featured,
  .topup,
  .blog,
  .digital,
  .product {
      font-size: 20px;
      margin-bottom: 20px;
  }

  .voucher::before,
  .featured::before,
  .topup::before,
  .blog::before,
  .digital::before,
  .product::before {
      display: none;
  }

  .hero_title h6 {
      font-size: 26px;
      padding: 4px 20px;
  }

  .hero_title h2 {
      font-size: 16px;
      padding: 4px 15px;
  }

  .martop20 {
      margin-top: 20px !important
  }

  .hero_title .btn-rg {
      font-size: 12px !important;
  }

  .reytesti h2 {
      font-size: 18px !important
  }

}

@media(max-width:420px) {

  .konten {
      width: 340px;
      margin: auto;
      padding: 40px 0
  }

  .col-rg {
      flex: 0 0 auto;
      width: 100% !important;
  }

}

@media(max-width:365px) {
  .konten {
      width: 300px;
      margin: auto;
      padding: 40px 0
  }

}

@media(max-width:350px) {
  .blog-hero::after {
      right: -520px;
  }

  .user-avatar img {
      margin-top: -4px;
  }

  .navbar-brand {
      margin-left: 10px;
  }

  .blog-hero::before {
      left: -520px;
  }

  .blog-hero {
      height: 250px;
  }

  .fold {
      flex: 0 0 auto;
      width: 100% !important;
      margin-bottom: 20px;
  }

  .tablink::before,
  .volink::before,
  .tablink::after,
  .volink::after {
      width: 20px;
      height: 3px;
  }

  .tablink:hover::before,
  .volink:hover::before,
  .tablink:hover::after,
  .volink:hover::after {
      height: 3px;
  }

  .search-form input,
  .search-form button,
  .search-form select {
      height: 30px;
      font-size: 8px;
      font-family: 'urbanist';
      padding: 0 5px;
  }

  .bg-search,
  .home-konten {
      border-radius: 8px;
  }

  .home-konten::after,
  .home-konten::before {
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
  }

  .fold .card {
      margin-left: auto;
      margin-right: auto;
  }

  .card {
      width: 100%;
  }

  .card img {
      width: 90%;
      height: auto;
      min-height: 240px;
  }

  .card h4 {
      max-width: 90%;
  }

  .card p {
      max-width: 90%;
      font-size: 10pt;
  }

  .head-konten {
      width: 100% !important;
  }

  .ham {
      margin-right: -20px;
  }

  .head-mode {
      padding-top: 4px;
  }

  .users {
      padding: 0;
      margin-top: -7px;
      padding-left: 0;
  }

  .notif-icon {
      margin-top: 10px;
      margin-left: 20px;
  }

  .tombol {
      margin-top: 4px;
      margin-left: 20px;
      font-size: 18px;
  }

  .rg-dropdown {
      min-width: 200px !important;
      width: 200px !important;
      margin-left: -180px !important
  }

  .rg-imghero img {
      height: 280px;
  }

  #reysat_game {
      margin-top: 10px;
  }


}

@media(max-width:320px) {
  .konten {
      width: 270px;
      margin: auto;
      padding: 30px 0
  }
}

@media(max-width:300px) {
  .card {
      width: 100%;
  }

  .min-100 {
      min-height: 100vh !important;
  }

  head_title {
      width: 68%;
  }

  head_title h1 {
      font-size: 12px;
  }

  #reysat_game {
      margin-top: 10px;
  }

  .btn-col,
  .btn-voc {
      flex: 0 0 auto;
      width: 50%;
      padding: 8px;
  }

  .rg-imghero img {
      height: 220px;
  }

  .card h4 {
      max-width: 90%;
  }

  .card p {
      max-width: 90%;
      font-size: 8pt;
  }

  .rg-dropdown {
      min-width: 180px !important;
      width: 180px !important;
      margin-left: -150px !important
  }

  .hero_title h6 {
      font-size: 22px;
      padding: 4px 20px;
  }

  .hero_title h2 {
      font-size: 14px;
      padding: 4px 15px;
  }

  .hero_title .btn-rg {
      font-size: 10px !important;
  }

  .nav-links {
      font-size: 10px;
  }

}

@media(max-width:280px) {
  .konten {
      width: 90%;
      margin: auto;
      padding: 30px 0
  }
}

@media(max-width:240px) {
  .notif {
      display: none
  }

  .ham {
      width: 40px;
  }

  .logo {
      height: 20px;
  }
}

.accordion {
  margin-bottom: -20px !important
}

.payment-tab label.error {
  margin-top: -20px !important;
  margin-bottom: 20px;
  display: block;
}

.rg-area {
  display: block;
  background-color: #c3c9cc !important;
  resize: none;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 10px 20px;
  min-height: 150px;
}

.rg-area:focus,
.rg-area:active {
  outline: none !important;
  border: none !important;
}

.instructions {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #5a5a5a;
  margin-bottom: 20px;
}

.co-btn {
  font-weight: 700 !important;
  margin-top: 40px !important
}

.final,
.payments {
  -webkit-animation: bounce-in-bottom 1.1s both;
  animation: bounce-in-bottom 1.1s both;
}

@-webkit-keyframes bounce-in-bottom {
  0% {
      -webkit-transform: translateY(500px);
      transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }

  38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1;
  }

  55% {
      -webkit-transform: translateY(65px);
      transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  81% {
      -webkit-transform: translateY(28px);
      transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  95% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-bottom {
  0% {
      -webkit-transform: translateY(500px);
      transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }

  38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1;
  }

  55% {
      -webkit-transform: translateY(65px);
      transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  81% {
      -webkit-transform: translateY(28px);
      transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  95% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

@media (min-width: 992px) {
  ins:hover .intruction-dm {
      display: block;
  }

  .product-row,
  .product-row2 {
      display: grid;
      justify-content: center;
      grid-template-columns: 1fr 1fr;
  }

  .right-product {
      position: sticky;
      min-height: 100vh;
  }

}