/* styling for : socrates dashboard*/
/*
|||||||||||||||||||||||||||||||
Styling structure :
1. import
2. color
3. UI common
4. Header
5. background patern
6. FAB
7. Background
8. buttons
9. popup
10. line yellow
11. override
12. Homepage
13. About
|||||||||||||||||||||||||||||||
*/
/*
|||||||||||||||||||||||||||||||
color
|||||||||||||||||||||||||||||||
*/
/* import fonts */
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;700&display=swap");
@font-face {
  font-family: sansation;
  src: url(../assets/fonts/Sansation_Bold.ttf);
}
/*
|||||||||||||||||||||||||||||||
color
|||||||||||||||||||||||||||||||
*/
.rounded-primary {
  border-radius: 12px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.bg_black {
  background-color: #080808 !important;
  color: #d3d3d3 !important;
}

/*
|||||||||||||||||||||||||||||||
Typography
|||||||||||||||||||||||||||||||
*/
.fs-1 {
  font-size: 54px;
  line-height: 60px;
}

.fs-2 {
  font-size: 44px;
}

.fs-3 {
  font-size: 36px;
}

.fs-4 {
  font-size: 24px;
}

.fs-5 {
  font-size: 18px;
}

.fs-6 {
  font-size: 16px;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.fs-9 {
  font-size: 10px;
}

.fs-10 {
  font-size: 8px;
}

@media screen and (min-width: 576px) {
  .fs-sm-ultra-1 {
    font-size: 94px;
    line-height: 70px;
  }
  .fs-sm-ultra-2 {
    font-size: 72px;
    line-height: 60px;
  }
  .fs-sm-1 {
    font-size: 54px;
    line-height: 60px;
  }
  .fs-sm-2 {
    font-size: 44px;
  }
  .fs-sm-3 {
    font-size: 36px;
  }
  .fs-sm-4 {
    font-size: 24px;
  }
  .fs-sm-5 {
    font-size: 18px;
  }
  .fs-sm-6 {
    font-size: 16px;
  }
  .fs-sm-7 {
    font-size: 14px;
  }
  .fs-sm-8 {
    font-size: 12px;
  }
  .fs-sm-9 {
    font-size: 10px;
  }
  .fs-sm-10 {
    font-size: 8px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-1 {
    font-size: 54px;
    line-height: 60px;
  }
  .fs-md-2 {
    font-size: 44px;
  }
  .fs-md-3 {
    font-size: 36px;
  }
  .fs-md-4 {
    font-size: 24px;
  }
  .fs-md-5 {
    font-size: 18px;
  }
  .fs-md-6 {
    font-size: 16px;
  }
  .fs-md-7 {
    font-size: 14px;
  }
  .fs-md-8 {
    font-size: 12px;
  }
  .fs-md-9 {
    font-size: 10px;
  }
  .fs-md-10 {
    font-size: 8px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-1 {
    font-size: 54px;
    line-height: 60px;
  }
  .fs-lg-2 {
    font-size: 44px;
  }
  .fs-lg-3 {
    font-size: 36px;
  }
  .fs-lg-4 {
    font-size: 24px;
  }
  .fs-lg-5 {
    font-size: 18px;
  }
  .fs-lg-6 {
    font-size: 16px;
  }
  .fs-lg-7 {
    font-size: 14px;
  }
  .fs-lg-8 {
    font-size: 12px;
  }
  .fs-lg-9 {
    font-size: 10px;
  }
  .fs-lg-10 {
    font-size: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-ultra-1 {
    font-size: 70px;
  }
  .fs-xl-1 {
    font-size: 54px;
    line-height: 60px;
  }
  .fs-xl-2 {
    font-size: 44px;
  }
  .fs-xl-3 {
    font-size: 36px;
  }
  .fs-xl-4 {
    font-size: 24px;
  }
  .fs-xl-5 {
    font-size: 18px;
  }
  .fs-xl-6 {
    font-size: 16px;
  }
  .fs-xl-7 {
    font-size: 14px;
  }
  .fs-xl-8 {
    font-size: 12px;
  }
  .fs-xl-9 {
    font-size: 10px;
  }
  .fs-xl-10 {
    font-size: 8px;
  }
}
@media screen and (max-width: 575px) {
  .fs-xs-1 {
    font-size: 54px;
    line-height: 60px;
  }
  .fs-xs-2 {
    font-size: 44px;
  }
  .fs-xs-3 {
    font-size: 36px;
  }
  .fs-xs-4 {
    font-size: 24px;
  }
  .fs-xs-5 {
    font-size: 18px;
  }
  .fs-xs-6 {
    font-size: 16px;
  }
  .fs-xs-7 {
    font-size: 14px;
  }
  .fs-xs-8 {
    font-size: 12px;
  }
  .fs-xs-9 {
    font-size: 10px;
  }
  .fs-xs-10 {
    font-size: 8px;
  }
}
.txt-strike {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.txt-overline {
  text-decoration: overline;
}

.txt-full-strike {
  text-decoration: underline line-through overline;
}

.txt-wavy {
  -webkit-text-decoration: #000 underline overline wavy;
          text-decoration: #000 underline overline wavy;
}

.txt-normal {
  font-style: normal;
}

.txt-italic {
  font-style: italic;
}

.txt-bold {
  font-weight: 700;
}

.txt-light {
  font-weight: lighter;
  font-family: gilory-light;
}

.txt-title {
  font-family: sansation;
}

.txt-blue {
  color: #c09a07 !important;
}

.txt-black {
  color: #080808;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.btn {
  padding: 8px 16px;
  background-color: #d3d3d3;
  border: none;
  border-radius: 9999px !important;
}

.btn-blue {
  background-color: #c09a07;
  color: #f0f0f0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.btn-blue:hover {
  color: #f0f0f0;
  background-color: #9e800d;
}

.btn-success {
  background-color: #26a579 !important;
  color: #f0f0f0;
  padding: 2px 12px;
  font-weight: 500;
  border: none;
  border-radius: 9999px !important;
  cursor: default;
}

.btn-failed {
  background-color: #ff6666 !important;
  color: #f0f0f0;
  padding: 2px 12px;
  font-weight: 500;
  border: none;
  border-radius: 9999px !important;
}

.btn-expired {
  background-color: rgb(232, 232, 232) !important;
  color: rgb(72, 72, 72);
  padding: 2px 12px;
  font-weight: 500;
  border: none;
  border-radius: 9999px !important;
}

.btn-red {
  background-color: #ff9999;
  color: #f0f0f0;
}
.btn-red:hover {
  color: #f0f0f0;
  background-color: #be7171;
}

.btn-black {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f0f0f0;
}
.btn-black:hover {
  color: #f0f0f0;
  background-color: #000;
}

.btn-disabled {
  background-color: #616161;
  color: #f0f0f0;
}
.btn-disabled:hover {
  color: #f0f0f0;
  cursor: default;
}

.btn-transparent {
  background: none;
}

.upload-file .plus {
  display: none;
}

.select-custom {
  position: relative;
}
.select-custom select {
  padding: 4px 62px 4px 16px;
  background: none;
  border: 2px solid #d3d3d3;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
}
.select-custom span {
  content: "";
  height: 100%;
  width: 39px;
  background-color: #c09a07;
  position: absolute;
  right: 0;
  border-radius: 0 12px 12px 0;
  pointer-events: none;
  background-image: url(../assets/img/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  border-left: none;
  z-index: 2;
}

.input-text {
  padding: 6px 16px;
  border: 2px solid #d3d3d3;
  border-radius: 12px;
}

.page {
  padding: 100px 0;
}

.container-gray {
  background-color: #f8f8f8;
  padding: 24px;
}

.pointer {
  cursor: pointer;
}

* {
  font-family: "Hind Siliguri", sans-serif;
}

a {
  color: #c09a07;
}
a:hover {
  text-decoration: none;
  color: #9e800d;
}

#navbar .navbar-desktop {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  height: 80px;
  transition: background 0.5s ease-in-out;
}
@media (max-width: 992px) {
  #navbar .navbar-desktop {
    display: none;
  }
}
#navbar .navbar-desktop a {
  color: #080808;
}
#navbar .navbar-desktop a:hover {
  color: #c09a07;
}
#navbar .navbar-desktop .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navbar .navbar-desktop .logo img {
  height: 25px;
}
#navbar .navbar-desktop .logo p {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 8px;
}
#navbar .navbar-desktop .menu {
  transform: translateX(-60px);
}
#navbar .navbar-desktop .menu .wrapper-menu {
  width: 400px;
  margin: 0 auto;
}
#navbar .navbar-desktop .profile {
  z-index: 9999;
}
#navbar .navbar-desktop .profile .circle-profile {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar .navbar-desktop .user-profile-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
#navbar .navbar-desktop .user-profile {
  position: absolute;
  right: 0;
  width: 100%;
  align-self: flex-start;
}
#navbar .navbar-desktop .user-profile::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#navbar .navbar-desktop .user-profile .container {
  position: relative;
  height: 20px;
}
#navbar .navbar-desktop .user-profile .wrapper-profile {
  position: absolute;
  background-color: white;
  top: 0;
  right: -16px;
  padding: 32px 160px 24px 48px;
  z-index: 3;
}
#navbar .navbar-desktop .user-profile .line-profile {
  height: 1px;
  width: 115%;
  background-color: #616161;
  margin: 8px 0;
}
#navbar .navbar-desktop .user-profile button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#navbar .navbar-transparent {
  background-color: none;
}
#navbar .navbar-solid {
  background: white;
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
#navbar .navbar-mobile {
  display: none;
}
@media (max-width: 992px) {
  #navbar .navbar-mobile {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 80px;
  }
  #navbar .navbar-mobile .logo-navbar-mobile {
    height: 32px;
  }
  #navbar .navbar-mobile .logo-navbar-mobile img {
    height: 100%;
  }
}
#navbar .navbar-mobile .toggle-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
}
#navbar .navbar-mobile .toggle-btn .hamburger {
  height: 4px;
  width: 35px;
  background-color: #080808;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
#navbar .navbar-mobile .toggle-btn .hamburger::after, #navbar .navbar-mobile .toggle-btn .hamburger::before {
  content: "";
  display: block;
  position: absolute;
  background: #080808;
  height: 4px;
  width: 35px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
#navbar .navbar-mobile .toggle-btn .hamburger::after {
  transform: translateY(10px);
}
#navbar .navbar-mobile .toggle-btn .hamburger::before {
  transform: translateY(-10px);
}
#navbar .navbar-mobile .toggle-open .hamburger {
  transform: translateX(32px);
  background: none;
  box-shadow: none;
}
#navbar .navbar-mobile .toggle-open .hamburger::after {
  transform: rotate(45deg) translate(-24px, 24px);
}
#navbar .navbar-mobile .toggle-open .hamburger::before {
  transform: rotate(-45deg) translate(-24px, -24px);
}
#navbar .navbar-mobile .circle-profile {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#navbar .navbar-mobile .container-menus {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100vh;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}
#navbar .navbar-mobile .container-menus.active {
  transform: translateX(-100%);
}
#navbar .navbar-mobile .container-menus .header-menu .container {
  height: 80px;
}
#navbar .navbar-mobile .container-menus .menus a {
  color: #080808;
}
#navbar .navbar-mobile .container-menus .menus a p {
  margin: 0;
}
#navbar .navbar-mobile .profile {
  z-index: 9999;
}
#navbar .navbar-mobile .profile .circle-profile {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar .navbar-mobile .user-profile-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 200vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#navbar .navbar-mobile .user-profile {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: none;
  pointer-events: none;
  z-index: 999;
}
#navbar .navbar-mobile .user-profile .container {
  position: relative;
  height: 20px;
}
#navbar .navbar-mobile .user-profile .wrapper-profile {
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  padding: 24px;
  z-index: 10;
  pointer-events: all;
  width: 50%;
}
@media (max-width: 576px) {
  #navbar .navbar-mobile .user-profile .wrapper-profile {
    width: 100%;
  }
}
#navbar .navbar-mobile .user-profile .line-profile {
  height: 1px;
  width: 100%;
  background-color: #616161;
  margin: 8px 0;
}
#navbar .navbar-mobile .user-profile button {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#footer {
  height: 100%;
}

#Login,
#SignUp,
#promotion,
#verify-pending {
  background-image: url(../assets/img/background-login.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
#Login .container-login,
#SignUp .container-login,
#promotion .container-login,
#verify-pending .container-login {
  background: rgba(255, 255, 255, 0.5);
  width: 600px;
  padding: 50px 100px;
  margin: 100px 0;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

#SignUp {
  background-image: url(../assets/img/signup-bg.jpg);
  background-size: cover;
  background-position: center;
}

#SignUp .container-login {
  background-color: transparent;
  background-image: linear-gradient(146deg, #000000CC 35%, #3A2A00DE 77%);
  color: white;
  border-radius: 5%;
}

@media (max-width: 1200px) {
  #Login .container-login,
  #SignUp .container-login,
  #promotion .container-login,
  #verify-pending .container-login {
    width: 500px;
    padding: 50px 80px;
    margin: 50px 0;
  }
}
@media (max-width: 576px) {
  #Login .container-login,
  #SignUp .container-login,
  #promotion .container-login,
  #verify-pending .container-login {
    width: 350px;
    padding: 40px 50px;
  }
}
@media (max-width: 350px) {
  #Login .container-login,
  #Signup .container-login,
  #promotion .container-login,
  #verify-pending .container-login {
    width: 280px;
    padding: 30px 20px;
  }
}
#Login .container-login .logo-login,
#SignUp .container-login .logo-login,
#promotion .container-login .logo-login,
#verify-pending .container-login .logo-login {
  height: 31px;
}
@media (max-width: 576px) {
  #Login .container-login .logo-login,
  #SignUp .container-login .logo-login,
  #promotion .container-login .logo-login,
  #verify-pending .container-login .logo-login {
    height: 25px;
  }
}
#Login .container-login .form input,
#SignUp .container-login .form input,
#promotion .container-login .form input,
#verify-pending .container-login .form input {
  width: 100%;
  padding: 8px 24px;
  border: 1px solid #616161;
  background: none;
}
@media (max-width: 576px) {
  #SignUp .container-login .form input,
  #promotion .container-login .form input,
  #verify-pending .container-login .form input {
      padding: 8px 16px;
    }
}

#verify-bank,
.select-bank {
  border: 2px solid #d3d3d3 !important;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 12px !important;
}

#Dashboard,
#profile {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  #Dashboard .slick-track,
#profile .slick-track {
    height: 144px;
  }
  #Dashboard .slick-list,
#profile .slick-list {
    height: 144px;
  }
}
#Dashboard .header .slide1,
#profile .header .slide1 {
  height: 512px;
  background-image: url(../assets/img/header-dashboard.png);
  background-size: cover;
  background-position: center;
}
#Dashboard .header .slide1 .download-app a,
#profile .header .slide1 .download-app a {
  background: rgba(240, 240, 240, 0.68);
  border: 1px solid rgba(230, 230, 230, 0.68);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 4px 16px;
  color: #080808;
}
#Dashboard .header .slide1 .download-app a div,
#profile .header .slide1 .download-app a div {
  gap: 8px;
}
@media (max-width: 1200px) {
  #Dashboard .header .slide1,
#profile .header .slide1 {
    height: 400px;
  }
  #Dashboard .header .slide1 .download-app,
#profile .header .slide1 .download-app {
    display: flex;
    flex-direction: column;
  }
  #Dashboard .header .slide1 .download-app a,
#profile .header .slide1 .download-app a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 8px 16px;
  }
  #Dashboard .header .slide1 .download-app a .d-flex,
#profile .header .slide1 .download-app a .d-flex {
    gap: 16px;
  }
  #Dashboard .header .slide1 .download-app a .socrates-app-img,
#profile .header .slide1 .download-app a .socrates-app-img {
    width: 48px;
  }
  #Dashboard .header .slide1 .download-app a .store-img,
#profile .header .slide1 .download-app a .store-img {
    width: 32px;
  }
}
@media (max-width: 576px) {
  #Dashboard .header .slide1,
#profile .header .slide1 {
    height: 500px;
    text-align: center;
  }
  #Dashboard .header .slide1 .download-app,
#profile .header .slide1 .download-app {
    align-items: center;
    text-align: left;
  }
}
#Dashboard .isi-info,
#profile .isi-info {
  background-color: #f8f8f8;
  padding: 24px 8px;
  border-radius: 12px;
}
#Dashboard .card-verification,
#profile .card-verification {
  display: flex;
  align-items: center;
  gap: 24px;
}
#Dashboard .card-verification img,
#profile .card-verification img {
  border-radius: 100%;
}
@media (max-width: 992px) {
  #Dashboard .card-verification,
#profile .card-verification {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #Dashboard .card-verification,
#profile .card-verification {
    width: auto;
  }
}
#Dashboard .card-verification .illus-verify,
#profile .card-verification .illus-verify {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  #Dashboard .card-verification .illus-verify,
#profile .card-verification .illus-verify {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) {
  #Dashboard .container-card-verification,
#profile .container-card-verification {
    display: flex;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  #Dashboard .container-card-verification,
#profile .container-card-verification {
    flex-direction: column;
    gap: 24px;
  }
}
#Dashboard .card-download,
#profile .card-download {
  background-color: #f8f8f8;
  padding: 16px 24px;
  border-radius: 12px;
  text-align: center;
  align-items: center;
}
#Dashboard .card-download .btn-download,
#profile .card-download .btn-download {
  padding: 8px 32px;
  background-color: #30ce97;
  border: none;
  margin-top: 16px;
  border-radius: 8px;
  color: white;
}
#Dashboard .card-download .btn-download:active, #Dashboard .card-download .btn-download:focus,
#profile .card-download .btn-download:active,
#profile .card-download .btn-download:focus {
  outline: none !important;
  box-shadow: none;
}
#Dashboard .card-download .img-platform,
#profile .card-download .img-platform {
  height: 40px;
}
#Dashboard .acccount .detail-account,
#profile .acccount .detail-account {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#Dashboard .acccount .detail-account .content-detail-account,
#profile .acccount .detail-account .content-detail-account {
  width: 100%;
  max-width: 800px;
  padding: 32px 40px;
  background-color: white;
}
@media screen and (max-width: 575px) {
  #Dashboard .acccount .detail-account .content-detail-account,
#profile .acccount .detail-account .content-detail-account {
    height: 100%;
  }
}
#Dashboard .acccount .detail-account .content-detail-account .detail,
#profile .acccount .detail-account .content-detail-account .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  padding: 0 24px;
}
#Dashboard .acccount .detail-account .content-detail-account .detail h4,
#profile .acccount .detail-account .content-detail-account .detail h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: sansation;
}
#Dashboard .acccount .detail-account .content-detail-account .detail p,
#profile .acccount .detail-account .content-detail-account .detail p {
  font-weight: 600;
}
#Dashboard .acccount .detail-account .content-detail-account .detail h4,
#Dashboard .acccount .detail-account .content-detail-account .detail p,
#profile .acccount .detail-account .content-detail-account .detail h4,
#profile .acccount .detail-account .content-detail-account .detail p {
  margin: 0;
}
#Dashboard .acccount .detail-account .content-detail-account .footer-detail-account,
#profile .acccount .detail-account .content-detail-account .footer-detail-account {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#Dashboard .acccount .detail-account .content-detail-account .close-btn,
#profile .acccount .detail-account .content-detail-account .close-btn {
  position: absolute;
  top: 32px;
  right: 48px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
#Dashboard .acccount .detail-account .content-detail-account .close-btn:hover,
#profile .acccount .detail-account .content-detail-account .close-btn:hover {
  transform: scale(1.15);
}
#Dashboard .card-account,
#profile .card-account {
  width: 350px;
  background-color: #f8f8f8;
  padding: 16px 24px;
}
#Dashboard .card-account .circle-acc,
#profile .card-account .circle-acc {
  background: #dcdcdc;
  height: 95px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#Dashboard .card-account .circle-acc img,
#profile .card-account .circle-acc img {
  width: 50%;
}
#Dashboard .history-payment .table-history,
#profile .history-payment .table-history {
  border-radius: 12px 12px 0 0;
}
@media (max-width: 768px) {
  #Dashboard .history-payment .table-history,
#profile .history-payment .table-history {
    overflow-x: scroll;
  }
}
#Dashboard .history-payment .table-history .table,
#profile .history-payment .table-history .table {
  border-radius: 12px 12px 0 0;
}
#Dashboard .history-payment .table-history .table thead,
#profile .history-payment .table-history .table thead {
  border-radius: 12px 12px 0 0;
}
#Dashboard .history-payment .table-history .table thead tr,
#profile .history-payment .table-history .table thead tr {
  background-color: #080808;
  border: none;
  font-weight: 500;
  color: #f0f0f0;
}

#deposit,
#withdraw,
#deposit-crypto,
#create-account,
#create-account-demo {
  padding: 100px 0;
}
#deposit .nav-depo,
#withdraw .nav-depo,
#deposit-crypto .nav-depo,
#create-account .nav-depo,
#create-account-demo .nav-depo {
  gap: 32px;
}
#deposit .nav-depo a,
#withdraw .nav-depo a,
#deposit-crypto .nav-depo a,
#create-account .nav-depo a,
#create-account-demo .nav-depo a {
  color: #616161;
}
#deposit .nav-depo .active-nav,
#withdraw .nav-depo .active-nav,
#deposit-crypto .nav-depo .active-nav,
#create-account .nav-depo .active-nav,
#create-account-demo .nav-depo .active-nav {
  color: #080808;
  border-bottom: 5px solid #c09a07;
}
#deposit .select-account,
#withdraw .select-account,
#deposit-crypto .select-account,
#create-account .select-account,
#create-account-demo .select-account {
  border: none;
  border-radius: 12px;
  background-color: #f8f8f8;
  padding: 24px;
}
#deposit .select-account .select-custom,
#withdraw .select-account .select-custom,
#deposit-crypto .select-account .select-custom,
#create-account .select-account .select-custom,
#create-account-demo .select-account .select-custom {
  width: 100%;
}
#deposit .select-account .select-custom select,
#withdraw .select-account .select-custom select,
#deposit-crypto .select-account .select-custom select,
#create-account .select-account .select-custom select,
#create-account-demo .select-account .select-custom select {
  border-radius: 12px;
  width: 100%;
}
#deposit .account-info,
#withdraw .account-info,
#deposit-crypto .account-info,
#create-account .account-info,
#create-account-demo .account-info {
  width: 100%;
  background-color: #efefef;
}
#deposit .account-info .header-info,
#withdraw .account-info .header-info,
#deposit-crypto .account-info .header-info,
#create-account .account-info .header-info,
#create-account-demo .account-info .header-info {
  background-color: #080808;
  padding: 16px 24px;
  color: #f0f0f0;
  border-radius: 12px 12px 0 0;
}
#deposit .account-info .content-info,
#withdraw .account-info .content-info,
#deposit-crypto .account-info .content-info,
#create-account .account-info .content-info,
#create-account-demo .account-info .content-info {
  padding: 16px 24px;
}
#deposit .bank-socrates,
#withdraw .bank-socrates,
#deposit-crypto .bank-socrates,
#create-account .bank-socrates,
#create-account-demo .bank-socrates {
  padding: 24px;
  background-color: #f8f8f8;
}
#deposit .right-side .input,
#withdraw .right-side .input,
#deposit-crypto .right-side .input,
#create-account .right-side .input,
#create-account-demo .right-side .input {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
}
#deposit .right-side .input label,
#withdraw .right-side .input label,
#deposit-crypto .right-side .input label,
#create-account .right-side .input label,
#create-account-demo .right-side .input label {
  font-weight: 600;
}
#deposit .right-side .input input,
#withdraw .right-side .input input,
#deposit-crypto .right-side .input input,
#create-account .right-side .input input,
#create-account-demo .right-side .input input {
  padding: 6px 16px;
  border: 2px solid #d3d3d3;
  border-radius: 12px;
}
#deposit .right-side .input .input-amount,
#withdraw .right-side .input .input-amount,
#deposit-crypto .right-side .input .input-amount,
#create-account .right-side .input .input-amount,
#create-account-demo .right-side .input .input-amount {
  position: relative;
  display: flex;
  align-items: center;
}
#deposit .right-side .input .input-amount img,
#withdraw .right-side .input .input-amount img,
#deposit-crypto .right-side .input .input-amount img,
#create-account .right-side .input .input-amount img,
#create-account-demo .right-side .input .input-amount img {
  width: 40px;
  height: 40px;
  padding: 11px;
  background-color: #e5eff3;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  border-radius: 12px 0 0 12px;
}
#deposit .right-side .input .input-amount input,
#withdraw .right-side .input .input-amount input,
#deposit-crypto .right-side .input .input-amount input,
#create-account .right-side .input .input-amount input,
#create-account-demo .right-side .input .input-amount input {
  padding-left: 48px;
  position: relative;
  z-index: 2;
  background: none;
  border-radius: 12px;
}
#deposit .right-side .term-condition,
#withdraw .right-side .term-condition,
#deposit-crypto .right-side .term-condition,
#create-account .right-side .term-condition,
#create-account-demo .right-side .term-condition {
  display: flex;
  align-items: center;
}
#deposit .right-side .term-condition label,
#withdraw .right-side .term-condition label,
#deposit-crypto .right-side .term-condition label,
#create-account .right-side .term-condition label,
#create-account-demo .right-side .term-condition label {
  margin: 0;
  display: flex;
  align-items: center;
}
#deposit .right-side .term-condition label,
#deposit .right-side .term-condition input[type=checkbox],
#withdraw .right-side .term-condition label,
#withdraw .right-side .term-condition input[type=checkbox],
#deposit-crypto .right-side .term-condition label,
#deposit-crypto .right-side .term-condition input[type=checkbox],
#create-account .right-side .term-condition label,
#create-account .right-side .term-condition input[type=checkbox],
#create-account-demo .right-side .term-condition label,
#create-account-demo .right-side .term-condition input[type=checkbox] {
  cursor: pointer;
}
#deposit .right-side .term-condition input[type=checkbox],
#withdraw .right-side .term-condition input[type=checkbox],
#deposit-crypto .right-side .term-condition input[type=checkbox],
#create-account .right-side .term-condition input[type=checkbox],
#create-account-demo .right-side .term-condition input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#deposit .right-side .term-condition label::before,
#withdraw .right-side .term-condition label::before,
#deposit-crypto .right-side .term-condition label::before,
#create-account .right-side .term-condition label::before,
#create-account-demo .right-side .term-condition label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 0px;
  margin-right: 16px;
  border: 2px solid #080808;
}
#deposit .right-side .term-condition label:hover::before,
#deposit .right-side .term-condition input[type=checkbox]:hover + label::before,
#withdraw .right-side .term-condition label:hover::before,
#withdraw .right-side .term-condition input[type=checkbox]:hover + label::before,
#deposit-crypto .right-side .term-condition label:hover::before,
#deposit-crypto .right-side .term-condition input[type=checkbox]:hover + label::before,
#create-account .right-side .term-condition label:hover::before,
#create-account .right-side .term-condition input[type=checkbox]:hover + label::before,
#create-account-demo .right-side .term-condition label:hover::before,
#create-account-demo .right-side .term-condition input[type=checkbox]:hover + label::before {
  background-color: #c09a07;
}
@media (max-width: 576px) {
  #deposit .right-side .term-condition label:hover::before,
#deposit .right-side .term-condition input[type=checkbox]:hover + label::before,
#withdraw .right-side .term-condition label:hover::before,
#withdraw .right-side .term-condition input[type=checkbox]:hover + label::before,
#deposit-crypto .right-side .term-condition label:hover::before,
#deposit-crypto .right-side .term-condition input[type=checkbox]:hover + label::before,
#create-account .right-side .term-condition label:hover::before,
#create-account .right-side .term-condition input[type=checkbox]:hover + label::before,
#create-account-demo .right-side .term-condition label:hover::before,
#create-account-demo .right-side .term-condition input[type=checkbox]:hover + label::before {
    background-color: white;
  }
}
#deposit .right-side .term-condition input[type=checkbox]:checked + label::before,
#withdraw .right-side .term-condition input[type=checkbox]:checked + label::before,
#deposit-crypto .right-side .term-condition input[type=checkbox]:checked + label::before,
#create-account .right-side .term-condition input[type=checkbox]:checked + label::before,
#create-account-demo .right-side .term-condition input[type=checkbox]:checked + label::before {
  background-image: url(../assets/img/checkmark.svg);
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #c09a07;
}

#verify-timer {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 576px) {
  #verify-timer {
    text-align: center;
  }
}
#verify-timer .info-bank {
  background-color: #f8f8f8;
  padding: 24px;
}
@media (max-width: 576px) {
  #verify-timer .info-bank {
    text-align: left;
  }
}

.upload-here {
  border: 3px solid #d3d3d3;
  text-align: center;
  padding: 35px 15px;
}
.upload-here h4 {
  color: #616161;
}
.upload-here p {
  color: #929292;
}
.upload-here img {
  width: 52px;
}

#partnership .content-partnership {
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  #partnership .content-partnership {
    width: 70%;
  }
}
@media (max-width: 992px) {
  #partnership .content-partnership {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #partnership .content-partnership {
    width: 92%;
  }
}
#partnership .content-partnership .referral-link input {
  border: 1px solid #616161;
  border-radius: 12px;
}
#partnership .content-partnership .referral-link .btn-copy {
  height: 48px;
  width: 48px;
  border: none;
  border-radius: 4px;
  background-color: #d3d3d3;
}
#partnership .rebates .input-rebates {
  gap: 24px;
}
#partnership .rebates .input-rebates .date input {
  border-radius: 10px;
  border: 2px solid #d3d3d3;
  padding: 4px 24px;
}
#partnership .rebates .container-content-rebate {
  border-radius: 8px;
  background-color: white;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin-top: 24px;
}
#partnership .rebates .container-content-rebate .summary {
  gap: 24px;
}
#partnership .rebates .container-content-rebate .summary .box {
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
}
@media (max-width: 576px) {
  #partnership .rebates .container-content-rebate .summary {
    flex-direction: column;
  }
}
#partnership .link-referral {
  gap: 32px;
}
@media (max-width: 992px) {
  #partnership .link-referral {
    gap: 10px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
#partnership .link-referral .link {
  width: 100%;
}
@media (max-width: 992px) {
  #partnership .link-referral .link {
    flex-shrink: 1;
    word-wrap: break-word;
    width: 100%;
  }
}
#partnership .link-referral .btn-copy {
  background: none;
  border: 2px solid #d3d3d3;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
#partnership .link-referral .btn-copy:hover {
  background-color: #d3d3d3;
}
#partnership .link-referral .ref-link {
  background: none;
  padding: 4px 16px;
  border: 1px solid #616161;
  width: 100%;
}
#partnership .link-referral .ref-link:focus {
  outline: none;
}
@media (max-width: 1200px) {
  #partnership .link-referral .ref-link {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #partnership .link-referral .ref-link {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #partnership .rebates .date-picker {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #partnership .rebates .date-picker {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  #partnership .rebates .date-picker {
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#partnership .rebates .date-picker .select-custom {
  align-self: flex-end;
}
@media (max-width: 992px) {
  #partnership .rebates .date-picker .date {
    margin-bottom: 24px;
  }
}
#partnership .rebates .date-picker .date .reset-button {
  border: none;
  background: none;
  padding: 4px;
}
#partnership .rebates .note {
  color: #616161;
}
#partnership .rebates .container-category {
  background: #e3e3e3;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#partnership .rebates .summary {
  gap: 48px;
}

#identity .upload-images,
#verify-bank .upload-images,
#verify-timer .upload-images {
  height: auto;
}
#identity .upload-images .plus,
#verify-bank .upload-images .plus,
#verify-timer .upload-images .plus {
  display: none;
}
#identity .step,
#verify-bank .step,
#verify-timer .step {
  margin-bottom: 24px;
  position: relative;
}
#identity .drop-zone,
#verify-bank .drop-zone,
#verify-timer .drop-zone {
  z-index: 4;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border: 4px dashed #c09a07;
  background-color: white;
}
#identity .drop-zone .drop-zone__prompt,
#verify-bank .drop-zone .drop-zone__prompt,
#verify-timer .drop-zone .drop-zone__prompt {
  width: 200px;
}
#identity .drop-zone .drop-zone__prompt img,
#verify-bank .drop-zone .drop-zone__prompt img,
#verify-timer .drop-zone .drop-zone__prompt img {
  height: 40px;
}
#identity .drop-zone .drop-zone__thumb,
#verify-bank .drop-zone .drop-zone__thumb,
#verify-timer .drop-zone .drop-zone__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #d3d3d3;
  background-size: cover;
  background-position: center;
  position: relative;
}
#identity .drop-zone .drop-zone__thumb::after,
#verify-bank .drop-zone .drop-zone__thumb::after,
#verify-timer .drop-zone .drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 0;
  color: #f0f0f0;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
#identity .drop-zone .drop-zone__input,
#verify-bank .drop-zone .drop-zone__input,
#verify-timer .drop-zone .drop-zone__input {
  display: none;
}
#identity .drop-zone--over,
#verify-bank .drop-zone--over,
#verify-timer .drop-zone--over {
  border-style: solid;
}

#verify-bank .warning {
  align-items: flex-start;
}
@media (max-width: 768px) {
  #verify-bank .warning {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #verify-bank .warning img {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

#profile .header-profile-detail,
#profile .header-verification,
#profile .header-my-account,
#profile .header-bank-detail {
  display: flex;
  gap: 32px;
  min-height: 40px;
  align-items: center;
}
#profile .bank-detail .circle {
  background: #dcdcdc;
  height: 95px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#profile .bank-detail .circle img {
  width: 50%;
}
@media (max-width: 992px) {
  #profile .container-card-verification {
    flex-direction: column;
  }
}

.pointer {
  cursor: pointer;
}

#create-account,
#create-account-demo {
  overflow-x: hidden;
}
@media (max-width: 992px) {
  #create-account .account-info,
#create-account-demo .account-info {
    width: 400px;
    margin: 0 auto 0;
  }
}
@media (max-width: 450px) {
  #create-account .account-info,
#create-account-demo .account-info {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #create-account .cards-specs .vueSlick,
#create-account-demo .cards-specs .vueSlick {
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  #create-account .cards-specs .vueSlick,
#create-account-demo .cards-specs .vueSlick {
    width: 100%;
  }
}
#create-account .cards-specs .vueSlick .slick-list .card,
#create-account-demo .cards-specs .vueSlick .slick-list .card {
  margin-right: 24px;
}
@media (max-width: 992px) {
  #create-account .cards-specs .vueSlick .slick-list .card,
#create-account-demo .cards-specs .vueSlick .slick-list .card {
    margin-right: 24px;
  }
}
@media (max-width: 576px) {
  #create-account .cards-specs .vueSlick .slick-list .card,
#create-account-demo .cards-specs .vueSlick .slick-list .card {
    margin-right: 16px;
  }
}
@media (max-width: 375px) {
  #create-account .cards-specs .vueSlick .slick-list .card,
#create-account-demo .cards-specs .vueSlick .slick-list .card {
    margin-right: 8px;
  }
}
#create-account .cards-specs .card,
#create-account .cards-specs label,
#create-account-demo .cards-specs .card,
#create-account-demo .cards-specs label {
  width: 250px;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 16px 24px;
  border: 2px solid transparent;
}
#create-account .cards-specs .card :checked,
#create-account .cards-specs label :checked,
#create-account-demo .cards-specs .card :checked,
#create-account-demo .cards-specs label :checked {
  border: 2px solid #c09a07;
}
#create-account .cards-specs .card .card-title,
#create-account .cards-specs label .card-title,
#create-account-demo .cards-specs .card .card-title,
#create-account-demo .cards-specs label .card-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #d2d2d2;
}
#create-account .cards-specs .card.selected,
#create-account .cards-specs label.selected,
#create-account-demo .cards-specs .card.selected,
#create-account-demo .cards-specs label.selected {
  border: 2px solid #c09a07;
}
#create-account .cards-specs .card_demo,
#create-account .cards-specs label,
#create-account-demo .cards-specs .card_demo,
#create-account-demo .cards-specs label {
  width: 250px;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 16px 24px;
  border: 2px solid transparent;
}
@media only screen and (max-width: 800px) {
  #create-account .cards-specs .card_demo,
#create-account .cards-specs label,
#create-account-demo .cards-specs .card_demo,
#create-account-demo .cards-specs label {
    width: 100%;
  }
}
#create-account .cards-specs .card_demo :checked,
#create-account .cards-specs label :checked,
#create-account-demo .cards-specs .card_demo :checked,
#create-account-demo .cards-specs label :checked {
  border: 2px solid #c09a07;
}
#create-account .cards-specs .card_demo .card-title,
#create-account .cards-specs label .card-title,
#create-account-demo .cards-specs .card_demo .card-title,
#create-account-demo .cards-specs label .card-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #d2d2d2;
}
#create-account .cards-specs .card_demo.selected,
#create-account .cards-specs label.selected,
#create-account-demo .cards-specs .card_demo.selected,
#create-account-demo .cards-specs label.selected {
  border: 2px solid #c09a07;
}
#create-account .cards-specs input,
#create-account-demo .cards-specs input {
  display: none;
}
#create-account .cards-specs input :checked,
#create-account-demo .cards-specs input :checked {
  border: 2px solid #c09a07;
}
#create-account .cards-specs .selected-account,
#create-account-demo .cards-specs .selected-account {
  color: 2px solid #c09a07;
  border: 2px solid #c09a07;
}

#promotion .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 1200px) {
  #promotion .cards {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  #promotion .cards {
    max-width: 580px;
  }
}
@media (max-width: 775px) {
  #promotion .cards {
    max-width: 330px;
    justify-content: center;
  }
}
#promotion .cards .card {
  width: 250px;
  border-radius: 0;
  border: none;
  position: relative;
}
#promotion .cards .card .container-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #080808;
  background-color: rgba(255, 255, 255, 0.479);
  padding: 8px 16px;
}

#info-account {
  background-image: url(../assets/img/info-account.png);
  background-size: cover;
  background-position: center;
}
#info-account .akun-mt5 {
  padding: 100px 0;
}
#info-account .akun-mt5 .card-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 32px 64px;
  width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #info-account .akun-mt5 .card-info {
    width: 400px;
  }
}
@media (max-width: 576px) {
  #info-account .akun-mt5 .card-info {
    width: 100%;
  }
}
#info-account .akun-mt5 .detail-akun-mt5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #d3d3d3;
  min-height: 62px;
}
@media (max-width: 768px) {
  #info-account .akun-mt5 .detail-akun-mt5 {
    min-height: 72px;
  }
}
#info-account .akun-mt5 .detail-akun-mt5 .left {
  display: flex;
  align-items: flex-end;
  width: 450px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #info-account .akun-mt5 .detail-akun-mt5 .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
#info-account .akun-mt5 .detail-akun-mt5 .left p,
#info-account .akun-mt5 .detail-akun-mt5 .left h4 {
  margin: 0;
}

#xppoint {
  padding: 1rem;
  border-radius: 12px;
  background-color: #fadb67;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#xppoint img {
  width: 72px;
  height: 72px;
}
#xppoint .text_1 {
  font-weight: bold;
}
#xppoint .text_3 {
  color: white;
}
#xppoint .xppoint-stepper {
  width: 100%;
  position: relative;
}
#xppoint .xppoint-stepper span {
  width: 83%;
  height: 2px;
  background-color: #080808;
  position: absolute;
  left: 28px;
  top: 27px;
}
#xppoint .xppoint-stepper .wrapper-progressbar {
  width: 100%;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.22);
}
#xppoint .xppoint-stepper .progressBar {
  padding: 12px;
  justify-content: center;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  z-index: -3;
}
#xppoint .xppoint-stepper .progressBar li {
  list-style-type: none;
  position: relative;
  text-align: center;
}
#xppoint .xppoint-stepper .progressBar li:before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border-left: none;
  border: 2px solid #080808;
  display: block;
  text-align: center;
  margin: 8.5px auto 0px;
  background-color: #fff;
}
#xppoint .xppoint-stepper .progressBar li:first-child:after {
  content: none;
}
#xppoint .xppoint-stepper .progressBar li.active {
  color: #c09a07;
}
#xppoint .xppoint-stepper .progressBar li.active:before {
  border-color: #080808;
  background-color: #c09a07;
}
#xppoint .xppoint-stepper .progressBar .active:after {
  background-color: #c09a07;
}

.belum-verifikasi {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.belum-verifikasi .wrap-verif {
  height: 100vh;
}

.choose-file label {
  color: #00b4d8;
  cursor: pointer;
}

.box {
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
}

.reset-button {
  border: none;
  background: none;
  padding: 4px;
}

.popBgLang {
  height: 100vh;
  width: 100vw;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.switch-language {
  margin-right: 1rem;
  position: relative;
  z-index: 1000;
}
.switch-language .btn-language {
  border-radius: 999px;
  padding: 4px;
  border: none;
  background-color: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.switch-language .btn-language:focus {
  outline: none;
  border: none;
}
.switch-language .btn-language img {
  width: 32px;
  height: 32px;
}
.switch-language .dropdown {
  position: absolute;
  border-radius: 999px;
  padding: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  border: none;
  background-color: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
.switch-language .dropdown img {
  border-radius: 999px;
  width: 32px;
  height: 32px;
}

.gap-16 {
  grid-gap: 1rem;
}

.password-hide-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.password-hide-wrapper input {
  position: absolute;
  left: 0;
  right: 0;
}
.password-hide-wrapper i {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */