body {
  color: #262626;
  font-family: "Plus Jakarta Sans", sans-serif;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.form-wizard .btn {
  height: 52px;
  min-width: 152px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}
.form-wizard .btn.btn-outline-primary {
  background-color: rgba(0, 93, 253, 0.1098039216);
}
.form-wizard .btn.btn-outline-primary:hover {
  color: #005bfd;
  background-color: rgba(0, 93, 253, 0.337254902);
}

.btn-outline-primary__BTN,
.btn-primary__BTN {
  color: #005bfd;
  background-color: rgba(0, 93, 253, 0.1098039216);
  height: 44px;
  padding: 0px 16px;
  border: 1px solid #005bfd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-outline-primary__BTN span,
.btn-primary__BTN span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #005bfd;
  top: 2px;
}
.btn-outline-primary__BTN:hover,
.btn-primary__BTN:hover {
  background-color: transparent;
}
.btn-outline-primary__BTN.lg,
.btn-primary__BTN.lg {
  height: 56px;
  min-width: 175px;
}

a.no-decoration {
  text-decoration: none !important;
}

.btn-primary__BTN {
  background-color: #005bfd;
  color: white;
}
.btn-primary__BTN span {
  color: white;
}
.btn-primary__BTN:hover {
  color: white;
  background-color: #0043b6;
}

.breadcrumb__BTN {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.breadcrumb__BTN li.breadcrumb-item + li.breadcrumb-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../img/BTN/arrow-small-right 3.png");
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 1.7px;
  left: -2.5px;
}
.breadcrumb__BTN li.breadcrumb-item {
  list-style: none;
  font-size: 14px;
}
.breadcrumb__BTN li.breadcrumb-item a {
  color: #262626;
  opacity: 0.5;
}
.breadcrumb__BTN li.breadcrumb-item.active {
  color: #262626;
  opacity: 1;
}
.breadcrumb__BTN li.breadcrumb-item.active::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../img/BTN/arrow-small-right 3.png");
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 1.7px;
  left: -2.5px;
}

.link-tab__BTN {
  position: relative;
}
.link-tab__BTN li a {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
}
.link-tab__BTN li a.active {
  border-bottom: 2px solid #005bfd;
  font-weight: bold;
}

.page-title__BTN {
  color: #262626;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 19px;
}

.card .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.modal-sm__BTN {
  max-width: 400px;
}
.modal-sm__BTN .modal-footer {
  border: none !important;
}

.modal .modal-content .modal-title {
  color: #101828;
  font-weight: bold;
  font-size: 18px;
}
.modal .modal-content .modal-desc {
  font-size: 14px;
  color: #667085;
}

.table-register {
  border: 1px solid #262626;
  border-radius: 8px;
  overflow: hidden;
}
.table-register table {
  margin-bottom: 0;
}
.table-register tr th {
  background-color: #f9fafb;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.table-register tr th:not(:last-child) {
  border-right: 1px solid #262626;
}
.table-register tr th span {
  color: #bebebe;
}
.table-register tr td:not(:last-child) {
  border-right: 1px solid #262626;
}
.table-register tr td:first-child {
  text-align: center;
  vertical-align: middle;
}
.table-register tr td .form-control {
  border: none;
  outline: none;
  box-shadow: none;
}

.table-notes {
  color: #262626;
  font-size: 16px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}
.custom-checkbox .custom-control-input {
  opacity: 0;
  position: absolute;
  scale: 0;
}
.custom-checkbox .custom-control-input + span {
  display: block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-width: 20px;
  border-radius: 4px;
  border: 1px solid #005bfd;
}
.custom-checkbox .custom-control-input:checked ~ .checked {
  opacity: 1;
}
.custom-checkbox .custom-control-input:checked + span {
  opacity: 0;
}
.custom-checkbox .checked {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-4px, 4px);
}
.custom-checkbox .custom-control-label {
  font-size: 16px;
  font-weight: 500;
}

.reg-tnc p {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .reg-tnc p {
    font-size: 16px;
  }
}

.card-news {
  border: 1px solid rgba(0, 93, 253, 0.168627451);
  border-radius: 8px;
  padding: 12px;
  width: 244px;
  padding-right: 10px;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 6px 3px 16px rgba(82, 82, 82, 0.1);
  margin-bottom: 20px;
}
.card-news.main {
  border-color: #f4f4f4;
  width: 460px;
}
.card-news .news-thumbnail {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) and (max-height: 626px) {
  .card-news .news-thumbnail {
    width: 96px;
    height: 96px;
  }
}
.card-news .news-thumbnail img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-news .news-thumbnail + .news-detail {
  width: calc(100% - 120px - 12px);
  margin-left: 12px;
}
.card-news .news-thumbnail + .news-detail .news-desc {
  color: #262626;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-height: 626px) {
  .card-news .news-thumbnail + .news-detail .news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-news .news-date {
  font-size: 10px;
  color: #939393;
  margin-bottom: 6px;
}
.card-news .news-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
}
.card-news .news-desc {
  font-size: 12px !important;
  margin-bottom: 4px;
  color: #686868;
}
@media screen and (max-width: 767px) {
  .card-news .news-desc {
    font-size: 14px !important;
  }
}
.card-news .news-link {
  font-weight: bold;
  font-size: 12px !important;
}

.login-banner {
  width: 1392px;
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 24px;
  padding: 8px 24px 12px 24px;
  border-radius: 16px;
  background-image: url("../img/login-banner.png");
  background-position: center;
  background-size: cover;
  color: #262626;
}
.login-banner h1 {
  font-size: 48px;
}
.login-banner p {
  font-size: 16px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .login-banner h1 {
    font-size: 20px;
    font-weight: 500;
  }
  .login-banner p {
    font-size: 14px;
    width: 343px;
    max-width: 100%;
    margin: 8px auto 0 auto;
  }
}

.container-fluid.BTN {
  width: 1392px;
  max-width: 100%;
}
.container-fluid.BTN.login {
  width: 1440px;
}
.container-fluid.BTN.login .form-control {
  background-color: #f5f7fa;
  border-radius: 10px;
  outline: none !important;
  box-shadow: none;
}
.container-fluid.BTN.login .input-group .form-control + .input-group-text {
  background-color: #f5f7fa;
  border: none;
  border-radius: 10px;
}
.container-fluid.BTN.login .input-group .form-control + .input-group-text img {
  cursor: pointer;
}

.step-title-wizard {
  font-size: 24px;
}
.step-title-wizard .small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .step-title-wizard {
    font-size: 18px;
  }
}

.signature-container {
  width: 638px;
  max-width: 100%;
}
.signature-container .title {
  font-weight: 600;
  font-size: 20;
  margin-bottom: 6px;
}
.signature-container .subtitle {
  font-size: 20px;
  color: #939393;
  margin-bottom: 16px;
}
.signature-container img {
  max-width: 100%;
}

.form-wizard {
  color: #262626;
}
.form-wizard .input-group {
  width: 451px;
  max-width: 100%;
}
.form-wizard .input-group.nowrap {
  flex-wrap: nowrap !important;
}
.form-wizard .input-group .input-group-text {
  background: transparent;
  border: none;
  font-weight: 500;
}
.form-wizard .input-group input.form-control {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.form-wizard select {
  min-height: 44px;
  border-radius: 10px;
  width: 451px;
  max-width: 100%;
}
.form-wizard input[type=text],
.form-wizard input[type=password],
.form-wizard input[type=email] {
  min-height: 44px;
  width: 451px;
  max-width: 100%;
  border-radius: 10px;
}
.form-wizard input[type=text]::placeholder,
.form-wizard input[type=password]::placeholder,
.form-wizard input[type=email]::placeholder {
  color: #bebebe;
}
.form-wizard textarea {
  border-radius: 10px;
  width: 451px;
  max-width: 100%;
}
.form-wizard textarea::placeholder {
  color: #bebebe;
}
.form-wizard .form-label {
  font-size: 16px;
  font-weight: 600;
}
.form-wizard .form-label .sub-label {
  display: block;
  font-size: 14px;
  font-style: italic;
}
.form-wizard .form-label.tf-title {
  font-size: 20px;
  color: #262626;
}
.form-wizard .form-label.tf-title .sub-label {
  color: #939393;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .form-wizard .form-label.tf-title {
    font-size: 16px;
  }
  .form-wizard .form-label .sub-label {
    font-size: 16px;
  }
}

.nav-divider {
  width: 100%;
  border-top: 3px solid #f9fbff;
  opacity: 1;
}

.progress-container {
  position: relative;
  margin: 16px auto;
  width: 100%;
  max-width: 100%;
  padding: 0 8px;
}

.progress-container {
  pointer-events: none;
}
.progress-container .nav-tabs {
  border: none;
  flex-wrap: nowrap;
}
.progress-container .nav-tabs .nav-link {
  border: none;
  color: #344054;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
@media screen and (max-width: 950px) {
  .progress-container .nav-tabs .nav-link .label-container {
    height: 80px;
  }
}
@media screen and (max-width: 950px) {
  .progress-container .nav-tabs .nav-link span.d-block {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}
.progress-container .nav-tabs .nav-link .progress-circle {
  width: 32px;
  height: 32px;
  border-radius: 99999px;
  background-color: #005bfd;
  outline: 6px solid rgba(0, 93, 253, 0.0941176471);
  border: 11.5px solid #005bfd;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .progress-container .nav-tabs .nav-link .progress-circle {
    width: 16px;
    height: 16px;
    border: 6px solid #005bfd;
  }
}
.progress-container .nav-tabs .nav-link .progress-circle-container {
  position: relative;
}
.progress-container .nav-tabs .nav-link .progress-circle-container::before {
  content: "";
  position: absolute;
  border-top: 3px solid #005bfd;
  width: 100%;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  z-index: -1;
}
.progress-container .nav-tabs .nav-link .progress-circle-container::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  background-image: url(../img/check-step.png);
  z-index: 999;
}
@media screen and (max-width: 950px) {
  .progress-container .nav-tabs .nav-link .progress-circle-container::after {
    width: 10px;
    height: 8px;
  }
}
.progress-container .nav-tabs .nav-link:first-child .progress-circle-container::before {
  display: none;
}
.progress-container .nav-tabs .nav-link.active {
  color: #344054;
  background-color: transparent;
}
.progress-container .nav-tabs .nav-link.active .progress-circle {
  outline: 6px solid rgba(0, 93, 253, 0.0941176471);
  border: 11.5px solid #005bfd;
  background-color: white;
}
@media screen and (max-width: 950px) {
  .progress-container .nav-tabs .nav-link.active .progress-circle {
    border: 5px solid #005bfd;
  }
}
.progress-container .nav-tabs .nav-link.active .progress-circle-container::before {
  border-color: #005bfd;
}
.progress-container .nav-tabs .nav-link.active .progress-circle-container::after {
  display: none !important;
}
.progress-container .nav-tabs .nav-link.active ~ .nav-link .progress-circle {
  outline: 6px solid rgba(0, 93, 253, 0);
  border: 11.5px solid #bebebe;
  background-color: white;
}
@media screen and (max-width: 950px) {
  .progress-container .nav-tabs .nav-link.active ~ .nav-link .progress-circle {
    border: 5px solid #bebebe;
  }
}
.progress-container .nav-tabs .nav-link.active ~ .nav-link .progress-circle-container::before {
  border-color: #eaeaea !important;
}
.progress-container .nav-tabs .nav-link.active ~ .nav-link .progress-circle-container::after {
  display: none;
}

.swiper-pagination {
  position: absolute;
  bottom: 2px !important;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    text-align: center;
    transform: translateY(0);
    padding-left: 0;
  }
}

.field-error {
  border-color: #e31c24 !important;
  pointer-events: auto;
}

.field-error-text {
  color: #e31c24;
  font-size: 14px;
  position: static;
  /* bottom: -20px; */
  width: 100% !important;
}

.login-content-left {
  width: 100%;
  border-radius: 16px;
  background-image: url(../img/bg-login.png);
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 480px;
  height: calc(100svh - 50px);
}
.login-content-left .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-height: 626px) {
  .login-content-left .status--responsive {
    display: flex;
  }
  .login-content-left .status--responsive > .d-flex {
    margin-left: 8px;
  }
}
.login-content-left .slide-container {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background-color: white;
  padding: 8px 12px 0px 12px;
}
.login-content-left .slide-container .slide-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  color: #262626;
}
.login-content-left .slide-container .nav-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100% - 6px);
  z-index: 1;
}
.login-content-left .slide-container .nav-container .swiper-button-next.card,
.login-content-left .slide-container .nav-container .swiper-button-prev.card {
  background-color: transparent;
  border: none;
  left: -13px;
  right: auto;
}
.login-content-left .slide-container .nav-container .swiper-button-next.card::after,
.login-content-left .slide-container .nav-container .swiper-button-prev.card::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-l.png);
  background-size: cover;
}
.login-content-left .slide-container .nav-container .swiper-button-next.card {
  left: auto;
  right: -13px;
}
.login-content-left .slide-container .nav-container .swiper-button-next.card::after {
  transform: rotate(180deg);
}
.login-content-left .slide-container .swiper {
  width: 100%;
  height: 100%;
}
.login-content-left .slide-container .swiper-slide {
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
}
.login-content-left .slide-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 21px;
}
.login-content-left .slide-container .swiper-slide h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.login-content-left .slide-container .swiper-slide p {
  font-size: 16px;
}
.login-content-left .slide-container .swiper-slide a {
  font-size: 14px;
  color: #005bfd;
  font-weight: bold;
  text-underline-offset: 2px;
}

a {
  color: #005bfd;
}

.notif {
  background-color: white;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
}
.notif span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
}
.notif span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  background-color: #f95a57;
}
.notif span:first-child {
  color: #262626;
  opacity: 0.5;
  padding-left: 0;
}
.notif span:first-child::before {
  display: none;
}
.notif span.success::before {
  display: block;
  background-color: #22cb58 !important;
}
.notif div {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.2;
}
.notif div::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  background-color: #f95a57;
}
.notif div:last-child {
  padding-left: 0;
  color: #262626;
  opacity: 0.5;
  font-size: 14px;
}
.notif div:last-child::before {
  display: none;
}

.marquee {
  font-size: 16px;
  font-weight: 500;
  background-color: #ffe461;
  padding: 4px 0;
  margin-bottom: 6px;
  color: #262626;
}

.login-news-title {
  font-weight: 600;
  margin-bottom: 22px;
}

.swiper-button-next.news,
.swiper-button-prev.news {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
}
.swiper-button-next.news::after,
.swiper-button-prev.news::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/chevron-blue-r.png);
  background-size: cover;
  transform: rotate(-180deg);
}
.swiper-button-next.news.swiper-button-disabled,
.swiper-button-prev.news.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-next.news.swiper-button-disabled::after,
.swiper-button-prev.news.swiper-button-disabled::after {
  background-image: url(../img/chevron-transparent-r.png);
}

.swiper-button-next.news::after {
  transform: rotate(0deg);
}

.login-form-container {
  position: relative;
  font-size: 16px;
  width: 510px;
  margin: auto;
  font-weight: 500;
  max-width: 100%;
  display: flex;
  min-height: 480px;
  justify-content: center;
  align-items: center;
}
/*@media screen and (min-width: 1024px) and (max-height: 646px) {
  .login-form-container {
    height: calc(100svh - 50px);
  }
}*/
.login-form-container .logo-login {
  width: 266px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) and (max-height: 720px) {
  .login-form-container .logo-login {
    width: 180px;
  }
}
.login-form-container .logo-partner {
  width: 379px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) and (max-height: 720px) {
  .login-form-container .logo-partner {
    width: 260px;
    margin-top: -18px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 626px) {
  .login-form-container .field-responsive {
    display: flex;
    justify-content: space-between;
  }
  .login-form-container .field-responsive div {
    width: calc(50% - 6px);
  }
}
.login-form-container h1 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
}
.login-form-container p {
  opacity: 0.5;
}
.login-form-container .mb-4--responsive {
  margin-bottom: 2svh;
}
.login-form-container .select-lang {
  border: 1px solid rgba(38, 38, 38, 0.1019607843);
  height: 40px;
  border-radius: 10px;
  width: 97px;
  padding-left: 40px;
  font-size: 16px;
}
.login-form-container .form-label {
  color: #262626;
  font-weight: 500;
}
.login-form-container a {
  text-decoration: none;
  font-weight: 600;
}
.login-form-container .form-control {
  background-color: #f5f7fa;
  min-height: 44px;
  border-color: #f5f7fa;
  padding: 12px;
}
.login-form-container .form-control::placeholder {
  color: #262626;
  opacity: 0.25;
}
.login-form-container .btn {
  min-height: 52px;
  border-radius: 10px;
  font-weight: 600;
}
.login-form-container .dropdown .btn {
  height: 40px;
  min-height: auto;
  min-width: 97px;
  font-size: 16px;
  border-radius: 10px;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  border-color: rgba(38, 38, 38, 0.1450980392);
  color: #262626;
}
.login-form-container .dropdown .btn.show {
  background-color: rgba(13, 110, 253, 0.1098039216);
}
.login-form-container .dropdown .btn.dropdown-toggle::after {
  border: none;
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-down.png);
  background-size: cover;
  transform: translateX(4px);
}
.login-form-container .dropdown .btn img {
  margin-right: 9px;
}

.modal-content {
  border-radius: 16px;
}

.card-modal-date {
  font-size: 14px;
  margin-bottom: 8px;
}

.card-modal-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}

.card-modal-desc {
  font-size: 16px;
}

.card-modal-btn {
  height: 52px;
}

body.BTN .btn {
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 24px;
  min-height: 44px;
}
body.BTN .btn-primary {
  background-color: #005bfd;
}
body.BTN .card .card-header {
  background-color: transparent;
  padding-bottom: 16px;
}
body.BTN .card .card-header .fas {
  font-size: 14px;
  margin-left: 4px;
}
body.BTN .card .card-header .form-control {
  min-height: auto;
  min-width: auto;
  font-size: 14px;
  width: auto;
  border-radius: 8px;
}
body.BTN .card .card-header .subtitle {
  font-size: 12px;
  color: #262626;
  opacity: 0.5;
}
body.BTN .card .card-header h6 {
  font-size: 20px;
  color: #262626;
}
body.BTN .topbar .nav-item .nav-link {
  padding: 0 0.5rem;
  margin: 0 5px;
}
body.BTN .topbar {
  height: 82px;
}
body.BTN .topbar .nav-day {
  font-size: 12px;
  font-weight: bold;
  color: #939393;
}
body.BTN .topbar .nav-date {
  font-size: 12px;
  font-weight: 500;
  color: #262626;
}
body.BTN .topbar .nav-item.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.BTN .topbar .nav-item.dropdown .dropdown-toggle.icon {
  border: 1px solid rgba(18, 18, 18, 0.2196078431);
  border-radius: 9999px;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.BTN .navbar-search {
  margin-left: auto;
}
body.BTN .navbar-search .nav-search-container {
  width: 360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 10px;
}
body.BTN .navbar-search .nav-search-container .form-control {
  padding-left: 42px;
  border-radius: 12px;
}
body.BTN .navbar-search .nav-search-container .icon-prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
body.BTN .form-control {
  background-color: transparent;
  min-height: 44px;
  border-radius: 10px;
}
body.BTN .dropdown .dropdown-menu {
  border-radius: 10px;
}
body.BTN .dropdown .dropdown-menu .dropdown-header {
  text-align: center;
}
body.BTN .dropdown .dropdown-menu .dropdown-header .dropdown-title {
  font-size: 14px;
  color: #262626;
  font-weight: 600;
  text-transform: none;
}
body.BTN .dropdown .dropdown-menu .dropdown-header .dropdown-subtitle {
  color: #262626;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
body.BTN .dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
}
body.BTN .dropdown .dropdown-menu .dropdown-item .item-title {
  font-size: 14px;
  line-height: 1.5;
  color: #262626;
}
body.BTN .dropdown .dropdown-menu .dropdown-item .item-subtitle {
  font-size: 12px;
  color: #939393;
}
body.BTN .dropdown::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
body.BTN .dropdown.show .nav-link {
  position: relative;
  z-index: 12;
}
body.BTN .dropdown.show::after {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  position: fixed;
}
@media screen and (max-width: 767px) {
  body.BTN .container-form {
    padding: 12px;
  }
}
body.BTN .nav-user .nav-link .name {
  font-size: 12px;
  font-weight: bold;
  color: #262626;
}
body.BTN .nav-user .nav-link .subtitle {
  display: block;
  color: #262626;
  opacity: 0.5;
}
body.BTN .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
  content: "\f107";
}
body.BTN .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
  content: "\f106";
  opacity: 0.6;
}
body.BTN .sidebar .sidebar-brand {
  height: 82px;
}
body.BTN .sidebar .sidebar-heading {
  color: #262626;
  font-size: 16px;
  text-transform: none !important;
  font-weight: 500;
  opacity: 0.5;
}
body.BTN .sidebar .nav-item .nav-link {
  width: 100%;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  padding: 1.1rem 1rem;
  position: relative;
}
body.BTN .sidebar .nav-item .nav-link::before {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
body.BTN .sidebar .nav-item.active .nav-link {
  color: #005bfd;
}
@media screen and (min-width: 768px) {
  body.BTN .sidebar {
    width: 306px !important;
  }
}
body.BTN .sidebar-label {
  color: rgba(38, 38, 38, 0.5019607843);
  font-size: 16px;
  padding: 9px 24px;
  background-color: #f6f6f6;
}
body.BTN .page-title {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
  opacity: 1;
}
body.BTN .card-transaction {
  background-image: url(../img/card-watermark.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #f4f4f4;
  width: 100%;
  max-width: 100%;
}
body.BTN .card-transaction .card-header {
  font-size: 16px;
}
body.BTN .card-transaction .card-header h6 {
  font-size: 20px !important;
  color: #262626;
}
body.BTN .card-transaction .card-body {
  padding: 16px;
}
body.BTN .card-transaction .card-label {
  font-size: 14px;
  margin-left: 12px;
  font-weight: 500;
}
body.BTN .card-transaction .card-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 16px;
}
body.BTN .card-coupon {
  width: 573px;
  height: 212px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
body.BTN .nav-container.coupon .swiper-button-prev.coupon::after,
body.BTN .nav-container.coupon .swiper-button-next.coupon::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-l.png);
  background-size: cover;
}
body.BTN .nav-container.coupon .swiper-button-next.coupon {
  right: 32px;
}
body.BTN .nav-container.coupon .swiper-button-next.coupon::after {
  transform: rotate(180deg);
}
body.BTN .nav-container.coupon .swiper-button-prev.coupon {
  left: 32px;
}
body.BTN .card-balance .card-subtitle {
  font-size: 14px;
  color: #939393;
  line-height: 1;
}
body.BTN .card-balance .card-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
body.BTN .badge {
  padding: 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 10px;
  font-weight: 600;
}
body.BTN .badge.badge-primary {
  background-color: rgba(0, 93, 253, 0.2156862745);
  color: #005bfd;
}
body.BTN .badge.badge-circle {
  position: absolute;
  right: 8px;
  top: 8px;
}
body.BTN .BTN-table {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
}
body.BTN .BTN-table table {
  border: none;
}
body.BTN .BTN-table table thead {
  border: none;
}
body.BTN .BTN-table table thead tr {
  border-top: none;
}
body.BTN .BTN-table table thead tr th {
  border-top: none;
  border-bottom: none;
  padding: 12px 8px;
  background-color: #f9fafb;
  font-weight: 500;
}
body.BTN .BTN-table table tbody tr td {
  font-size: 16px;
  padding: 16px 8px;
}
body.BTN .modal-dialog .modal-content {
  width: 656px;
  max-width: 100%;
}
body.BTN .text-dark {
  color: #262626 !important;
}
body.BTN .text-small {
  font-size: 14px;
}
body.BTN .-rotate-90 {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  body.BTN .nav-item .collapse,
  body.BTN .nav-item .collapsing {
    margin: 0 1.6rem;
  }
}
body.BTN .nav-item .collapse.show,
body.BTN .nav-item .collapsing.show {
  border-left: 1px solid #939393;
}
body.BTN .nav-item .collapse .collapse-inner .collapse-item,
body.BTN .nav-item .collapsing .collapse-inner .collapse-item {
  transition-duration: 0.3s;
  margin: 0;
  padding: 1rem 2rem;
  position: relative;
  font-size: 14px;
  color: #939393;
}
body.BTN .nav-item .collapse .collapse-inner .collapse-item::before,
body.BTN .nav-item .collapsing .collapse-inner .collapse-item::before {
  content: "";
  border-top: 1px solid #939393;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.BTN .pointer-events-none {
  pointer-events: none;
}
body.BTN .panel-popup-widget {
  width: 527px;
}
body.BTN .panel-popup-widget .card-title {
  font-size: 20px;
  font-weight: bold;
}
body.BTN .panel-popup-widget .dropdown-item {
  text-wrap: wrap;
}
body.BTN .panel-popup-widget .navbar-search {
  margin-left: 0;
}
body.BTN .panel-popup-widget .navbar-search .nav-search-container {
  width: 100%;
}
body.BTN .card-add-widget {
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 17px 10px;
}
body.BTN .card-add-widget .card-title {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
}
body.BTN .card-add-widget .card-desc {
  font-size: 10px;
  color: #262626;
  opacity: 0.5;
  font-weight: 500;
  width: 100%;
}

input.uppercase {
  text-transform: uppercase;
}

input.uppercase::placeholder {
  text-transform: none; /* atau lowercase jika mau */
}

/*# sourceMappingURL=style2.css.map */
