html,
body {
  height: 100%;
  width: 100%;
  font-family: "Anuphan", sans-serif;
  
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: 400;
  color: #fff;
}

a {
  text-decoration: none;
}

a,
img,
div {
  /* transition: 0.5s; */
}
/* 
body::-webkit-scrollbar {
  display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.bg-primary {
  background: linear-gradient(45deg, #c7b973, #c7b973);
}
.modal-title {
  color: #0089ff;
}
.p-2{
  font-size: 15px;

}
.profile-menu i {
  color: #c7b973;
}

.card {
  border-radius: 20px;
  margin-top: 5px;
  overflow: hidden;
}

.footer {
  border-top: 3px solid #0089ff;
  border-radius: 6px;
}

.footer i,
.footer span {
  color: #fff;
}

.footer .active {
  color: #fff;
  background: linear-gradient(45deg, #038be9 10.2%, #0fb1f9 59.83%, #1bd2fe 131.7%);
  border-radius: 1px;
}
button:hover,
a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.loan-auth .nav-pills .nav-link.active,
.loan-auth .nav-pills .show > .nav-link {
  border: 1px solid #ccc;
  background: none;
}
.loan-auth .nav-pills .nav-link {
  width: 100%;
}
.loan-auth i {
  opacity: 0.7;
}
.loan-auth #formLoan1 label {
  background-size: contain;
  background-position: center;
  height: 150px;
  background-repeat: no-repeat;
}
.loan-auth .form-group {
  font-size: 0.875em !important;
  font-weight: 400 !important;
}
.loan .active {
  background: linear-gradient(45deg, #c7b973, #c7b973);
  color: #fff !important;
}

.chat {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  background-color: #fff;
} */

.top-user .slide {
  position: absolute;
  top: 0;
  left: 0;
  animation: slideshow 15s linear infinite;
}

@keyframes slideshow {
  0% {
    top: 1rem;
  }
  100% {
    top: -12rem;
  }
}
.img {
  margin-top: 10px;
  border-radius: 3%;
}
.imglog {
  margin-top: 50px;
  border-radius: 3%;
}

.accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background-color: #fff;
  border-left: 3px solid <?= $_SESSION['c_system']['themeColor'] ?>
}
.accordion i {
  color: <?= $_SESSION['c_system']['themeColor'] ?>
}

.accordion:after {
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  color: <?= $_SESSION['c_system']['themeColor'] ?>
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.actives:after {
  content: "\2212";
}

.panels {
  padding: 1px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 15px;
  border-radius: 3%;
}
.text-align {
  text-align: center;
}
.bg-faq {
  background-color: #666;
}

#form-calculator .form-control {
  color: #2a66d8!important;
  font-weight: #ec0080 !important;
}

#pxCalResultsTable {
  background-size: 198px;
  -webkit-animation: 15s linear 0s infinite bgmp;
  animation: 15s linear 0s infinite bgmp;
  background-color: <?= $_SESSION['c_system']['themeColor'] ?>
}

@-webkit-keyframes bgmp {
  from {
    background-position: 0 198px;
  }

  to {
    background-position: 198px 0;
  }
}

.nav-tabs-menu {
  display: flex;
  background: #fff;
  border-radius: 99px;
}

/* .nav-tabs .nav-link {
  background-color: #fff;
  color: #ccc;
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /*     background: linear-gradient( 45deg, #f59120 0.2%, #fa5645 59.83%, #fa5645 131.7% );
  color: #fff; */
}

.tb-stickyHead th {
  background-color: #f59120;
  color: #fff;
}
.feature_one {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  transition: 1s;
}
.feature_two {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  transition: 1s;
}
.feature_one_show {
  right: 0 !important;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.btn-danger {
  color: #fff !important;
  background-color: #2a66d8 !important;
  border-color: #ffffff !important;
}

.message span {
  color: #dc3545 !important;
  position: absolute;
  z-index: 10;
  font-weight: bold;
  top: -10px;
  left: 50px;
  background: #fff;
  border-radius: 99px;
  width: 25px;
  height: 25px;
  text-align: center;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.user_img_edit {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 99px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user_img_edit i {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.user_img_edit img {
  border-radius: 99px;
}

.swal2-popup {
  border-top-left-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
}

.carousel-item {
  text-align: center;
}

.form-guest .form-group {
  position: relative;
}

.form-guest .form-group i {
  position: absolute;
  left: 0;
  top: 30%;
}

.form-guest .form-group input {
  padding-left: 40px;
}

.blink {
  animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

hr {
  /* border-color: transparent; */
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

.btn-main {
  background: linear-gradient(45deg, #2a66d8 0.2%, #2a66d8 59.83%, #0b84e6 131.7%);
  color: #fff;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  border-color: #fff;
  border-style: solid;
}

.navbar .nav-link {
  font-size: 18px;
}

.navbar .nav-link i {
  width: 25px;
}

section {
  position: relative;
}

.bg-footer-slide {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bg-main {
  background: #0589e8;
  padding-bottom: 10%;
}

header {
  position: relative;
  z-index: 9;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.tabs-credit-option .nav-link {
  background: transparent !important;
  color: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.tabs-credit-option .nav-link.active {
  color: #ffffff !important;
}

.tabs-credit-option .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 6px;
  background: #fff;
  border-radius: 10px;
}

ul.slick-dots li {
  padding: 0;
  border-radius: 5px;
  color: unset;
  transition: 0.1s ease-in-out;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: #fff;
}

.slick-dots li button:before {
  color: unset !important;
}

li.slick-active {
  width: 25px !important;
  height: 10px !important;
  opacity: 1 !important;
}

.slick-slide {
  transition: 0.3s ease-in-out 0.4s;
}

.slick-slide img {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  transform: scale(0.7);
}

.slick-current img {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.text-primary {
  color: #2a66d8 !important;
}
.after-custom {
  position: relative;
}
.after-custom::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 10px;
  background: linear-gradient(90deg, #0ca7f5 3.89%, #2a66d8 103.33%);
  border-radius: 10px;
}

.bg-main-warning {
  background: linear-gradient(180deg, #038ae9 45.52%, #2a66d8 109.25%);
  padding-bottom: 10%;
}

.highlight-post {
  overflow: hidden;
  position: relative;
  filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.4));
  border-radius: 10px;
  margin-bottom: 20px;
}

.highlight-post::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    #000 0,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(56, 55, 54, 0) 70%
  );
  z-index: 1;
}

img.curve-section-page {
  width: 100%;
  position: absolute;
  transform: translateY(-99%) scale(1.1);
}
img.curve-for-slide-desktop,
img.curve-for-slide-mobile {
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.wrapper-detail-slick-mobile {
  background: linear-gradient(180deg, #ffffff 0, #d1ecff 100%);
  overflow: hidden;
}
.wrapper-detail-slick-mobile .slick-arrow {
  display: none !important;
}

.wrapper-news-promotion {
  background: linear-gradient(360deg, #b5c6e7 9.28%, #fff 100%);
  padding-bottom: 10%;
}

.center .slick-dots {
  display: none !important;
}

.footer-content {
  background: linear-gradient(360deg, #004ad5 0, #2a66d8 29.28%, #078deb  102.2%);
  mix-blend-mode: normal;
}

.footer-content ul {
  padding: 0;
}

.footer-content ul li {
  list-style: none;
}
.footer a,
.footer-content a {
  color: #fff !important;
}

@media only screen and (max-width: 600px) {
  .footer-content {
    padding-bottom: 20%;
  }
}

.bg-orange {
  background: linear-gradient(
    225deg,
    #f59120 0.2%,
    #fa5645 59.83%,
    #652f8e 131.7%
  );
}

.bg-register {
  /* background-image: url(/member/assets/img/bg-register.webp); */
  background: linear-gradient(360deg, #2a66d8 0, #2a66d8 29.28%, #2a66d8 102.2%);
  mix-blend-mode: normal;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
}

#loan_amount_box button.active {
  background: linear-gradient(45deg, #2a66d8 0.2%, #2a66d8 59.83%, #2a66d8 131.7%);
  color: #fff;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
}

.modal {
  z-index: 1000;
}

.modal-backdrop {
  z-index: 999 !important;
}
.mimg-101{
    width: 360%;
    display: flex;
    margin-top: -16px;
    margin-left: -150px;
}
.card {
  z-index: 999;
}
.fixed-bottom {
  bottom: -2px;
  font-size: 14px;
}
h3.m-0 {
  font-weight: bold;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-hover-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-active-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-disabled-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-border-color: #0783f8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

    .btn-warning {
      --bs-btn-color: #fff;
      --bs-btn-bg: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-hover-color: #000;
      --bs-btn-hover-bg: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-hover-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-focus-shadow-rgb: 217, 164, 6;
      --bs-btn-active-color: #000;
      --bs-btn-active-bg: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-active-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #000;
      --bs-btn-disabled-bg: <?= $_SESSION['c_system']['themeColor'] ?>
      --bs-btn-disabled-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
  }
    .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-border-color: #0089ff;
    --bs-btn-hover-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-hover-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-hover-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-active-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-active-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-disabled-bg: <?= $_SESSION['c_system']['themeColor'] ?>
    --bs-btn-disabled-border-color: <?= $_SESSION['c_system']['themeColor'] ?>
}
   .DBDLOGO{
	width: 60%;
	max-width: 60% !important;
	display: block;
        margin-left: auto;
        margin-right: auto;
}
   .dbdloan{
	width: 30%;
	max-width: 30% !important;
	display: block;
        margin-left: auto;
        margin-right: auto;
}
.checked {
  color: orange;
}
.word-break{
	font-size:13px;
}