:root {
  --background-color: #ffffff;
  --main-color: #f6f9ff;
  --main-text-color: #0d6efd;
  --text-color: rgb(54, 54, 54);
  --second-main-color: #5867dd;
}
/* đăng ký start */
.page-dang-ky .mt-header,
.page-dang-ky .pnvn-menu-mobile,
.page-dang-ky .pnvn-modal-menu-mobile,
.page-dang-ky .mt-footer,
.page-dang-nhap .mt-header,
.page-dang-nhap .pnvn-menu-mobile,
.page-dang-nhap .pnvn-modal-menu-mobile,
.page-dang-nhap .mt-footer {
  display: none !important;
}

.logo-man-thanh-login-resigter-img {
  height: 60px;
  object-fit: contain;
  max-height: 60px !important;
  max-width: 100%;
  mix-blend-mode: exclusion;
}
.section.register .form-control {
  box-shadow: none;
}
.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-main {
  color: var(--second-main-color);
  cursor: pointer !important;
}
/* đăng ký end */

/* trang thống kê start */
.admin-logo-mt-img {
  mix-blend-mode: exclusion;
}
.mt-avatar-member-img {
  width: 36px;
  height: 36px;
  object-fit: cover;
}
.admin-logo-mt-img-mobile {
  mix-blend-mode: exclusion;
  width: 36px;
  object-fit: contain;
}
.dashboard .sales-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .revenue-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .activity .activity-item .activite-label {
  min-width: 100px;
}
.mt-account-card-body .card-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
}
.dashboard .info-card h6 {
  font-size: 1.5rem;
}
.dashboard .card {
  margin-bottom: 0;
}
.mt-account-body-deposit-button {
  background-color: #ff5959;
  color: var(--background-color);
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mt-account-body-deposit-button:hover,
.mt-account-body-withdrawals-button:hover {
  background-color: var(--main-text-color);
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mt-account-body-withdrawals-button {
  background-color: #676fa3;
  color: var(--background-color);
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.button-invest {
  background-color: #5867dd;
  color: var(--background-color);
}
.button-take-profit {
  background-color: #198754;
}
.mt-btn-invest-now {
  background-color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mt-btn-invest-now:hover {
  background-color: var(--main-text-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* trang thống kê end */

/* trang sửa thông tin tài khoản start */

.profile .profile-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.verified-icon {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
}
.none-verify-text {
  font-size: 0.8rem;
  color: #c6c6c6;
}
.none-verify-text {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c8c6c6;
  color: #f7f6f2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.account-form-avatar {
  overflow: hidden;
  max-width: 200px;
}
.account-form-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-edit-info-form .form-control {
  box-shadow: none;
}
.mt-btn-change-password {
  background-color: var(--second-main-color);
}
.mt-change-password-form .form-control {
  box-shadow: none;
}
.get-info-member-nav-tab li button{
  font-size: clamp(0.8rem, 0.74rem + 0.3vw, 1.1rem);
}
/* trang sửa thông tin tài khoản end */

/* trang xác minh tài khoản start */
.verification-form-box-image-box {
  overflow: hidden;
  max-width: 300px;
}
.verification-form-box-image-box img,
.verification-form-box-image-box a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-sm {
  background-color: var(--second-main-color);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bank-select .select2-container {
  max-width: 100%;
  height: 45px;
}
.bank-select-form-box .select2-container--default .select2-selection--single {
  height: 38px !important;
  border-color: #dee2e6;
}
.bank-select-form-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px;
}
.bank-select-form-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
}
/* trang xác minh tài khoản end */

/* trang liên kết ngân hàng start */
.mt-account-bank-logo-box {
  overflow: hidden;
  /* max-width: 200px; */
  margin: 0 auto;
  min-height: 100px;
  --bs-aspect-ratio: 21.25%;
}
.mt-account-bank-logo-box a,
.mt-account-bank-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-bold {
  font-weight: 600;
  font-family: "Open Sans";
}
.hinh-mau-co-phieu {
  width: 100%;
  height: auto;
  /* max-height: 100px; */
  object-fit: cover;
}
/* trang liên kết ngân hàng end */

/* trang quản lý thành viên start */
.admin-manage-member-section {
  background-color: var(--background-color);
  overflow: scroll;
}
.admin-manage-member-section .datatable-wrapper.no-footer .datatable-container {
  border-bottom: none;
}
.member-avatar-table-image {
  max-width: 50px;
}
.member-avatar-table-image a,
.member-avatar-table-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.admin-manage-member-section .datatable td {
  vertical-align: middle;
  width: max-content;
}
.member-name-link-manage-a {
  color: var(--second-main-color);
  font-weight: 600;
  cursor: pointer;
}
.member-modal-body-content-avatar {
  max-width: 200px;
  margin: 0 auto;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.member-modal-body-content-avatar a,
.member-modal-body-content-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-modal-body-content-username {
  color: var(--second-main-color);
  font-size: clamp(1.3rem, 1.16rem + 0.7vw, 2rem);
  font-weight: 600;
}
.member-modal-body-content .form-control {
  box-shadow: none;
  height: 45px;
}
.xac-minh-icon-view {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.text-chua-xac-minh {
  font-size: 0.9rem;
  color: #676fa3;
}
.member-modal-body-content .form-select {
  height: 45px;
  cursor: pointer;
}

/* checkbox đẹp start */
/* From Uiverse.io by namecho */ 
.switch {
  --button-width: 2em;
  --button-height: 1em;
  --toggle-diameter: 1em;
  --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
  --toggle-shadow-offset: 10px;
  --toggle-wider: 3em;
  --color-grey: #cccccc;
  --color-green: #4296f4;
  cursor: pointer;
 }
 
 .slider {
  display: inline-block;
  width: var(--button-width);
  height: var(--button-height);
  background-color: var(--color-grey);
  border-radius: calc(var(--button-height) / 2);
  position: relative;
  transition: 0.3s all ease-in-out;
 }
 
 .slider::after {
  content: "";
  display: inline-block;
  width: var(--toggle-diameter);
  height: var(--toggle-diameter);
  background-color: #fff;
  border-radius: calc(var(--toggle-diameter) / 2);
  position: absolute;
  top: var(--button-toggle-offset);
  transform: translateX(var(--button-toggle-offset));
  box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
 }
 
 .switch input[type="checkbox"]:checked + .slider {
  background-color: var(--color-green);
 }
 
 .switch input[type="checkbox"]:checked + .slider::after {
  transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
  box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
 }
 
 .switch input[type="checkbox"] {
  display: none;
 }
 
 .switch input[type="checkbox"]:active + .slider::after {
  width: var(--toggle-wider);
 }
 
 .switch input[type="checkbox"]:checked:active + .slider::after {
  transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
 }
 
/* checkbox đẹp end */
.member-check-form-label {
  font-weight: 600;
  font-size: 1.1rem;
}
.member-modal-body-content label {
  font-weight: 600;
  font-size: 1.1rem;
}
.mang-xa-hoi-form-view {
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--main-text-color);
}
.btn-luu-tai-khoan-manage {
  background-color: var(--second-main-color);
}
.btn-luu-tai-khoan-dong-lai-box button {
  min-width: 150px;
  height: 45px;
}
.banned-text {
  color: darkolivegreen;
  text-decoration: line-through;
}
.so-tien-da-nap-label {
  /* font-family: Nunito; */
  font-weight: 600;
    font-size: 1.1rem;
}
.so-tien-da-nap-text {
  color: #012970;
  font-weight: 700;
  font-size: 1.3rem;
}
/* trang quản lý thành viên end */


/* trang quản lý xác minh start */
.vanhiep-overflow-x {
  overflow-x: auto !important;
  /* scrollbar-width: 2px; */
}
/* Tùy chỉnh chiều cao của thanh scrollbar ngang và chiều rộng của thanh scrollbar dọc */
.vanhiep-overflow-x::-webkit-scrollbar {
  height: 8px; /* Chiều cao của scrollbar ngang */
  width: 8px;  /* Chiều rộng của scrollbar dọc */
}
/* Tùy chỉnh màu sắc của thanh scrollbar */
.vanhiep-overflow-x::-webkit-scrollbar-thumb {
  background-color: #888; /* Màu của thanh cuộn */
  border-radius: 10px;    /* Bo góc */
}
/* Tùy chỉnh màu sắc của thanh scrollbar khi di chuột qua */
.vanhiep-overflow-x::-webkit-scrollbar-thumb:hover {
  background-color: #4154f1;
}

.vanhiep-table td, .vanhiep-table th {
  vertical-align: middle !important;
  font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
}
.vanhiep-table th button {
  width: max-content;
}
.pending-cccd-image {
  overflow: hidden;
  max-width: 100px;
  margin: 0 auto;
}
.pending-cccd-image a, .pending-cccd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-number-box {
  display: inline-flex;
  width: max-content;
}
.admin-number {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 15px;
  height: 15px;
  font-size: 0.8rem;
  background-color: crimson;
  color: var(--background-color);
  right: -20px;
  top: 10px;
}
.cccd-body-dialog-image {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cccd-body-dialog-image a, .cccd-body-dialog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__container {
  z-index: 2000 !important;
}
#date-approval {
  font-weight: 600;
  color: var(--second-text-color);
}
#username-text {
  font-weight: 600;
  font-size: 1.2rem;
  color: #5867dd;
}
.cccd-body-dialog label {
  font-weight: 800;
}
.datatable-top .datatable-input {
  border: 1px solid;
}

.vanhiep-table-wrapper .datatable-wrapper.no-footer .datatable-container {
border-bottom: none;
}
/* trang quản lý xác minh end */

/* trang thêm dự án start */
.add-project-box {
  text-align: right;
}
.form-add-project .form-control {
  box-shadow: none;
  height: 45px;
}
.project-image-ratio {
  max-width: 450px;
  overflow: hidden;
}
.project-image-ratio a, .project-image-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-project-btn {
  min-width: 120px;
}
/* trang thêm dự án end */

/* trang nạp tiền start */
.donate-title {
  text-transform: uppercase;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
.donate-content-box {
  background-color: #4154f1;
  color: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.donate-content-box-text {
  font-weight: 600;
  font-family: Nunito;
  font-size: 1.2rem;
}
.logo-bank-mb-img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.icon-clipboard {
  font-size: 1.5rem;
  color: #0abb87;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.icon-clipboard:hover {
  color: crimson;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.donate-content-table td {
  padding: 5px 10px;
  vertical-align: middle;
}
.donate-content-table td:nth-child(1) {
  font-weight: 800;
}
.donate-content-table {
  font-weight: 500;
  font-family: Nunito;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
.hinh-qr-ck-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}
.btn-recharge {
  background-color: #4154f1;
  color: var(--background-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  font-family: Nunito;
  font-size: 1.2rem;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn-recharge:hover {
  background-color: #168AFF;
  color: var(--background-color);
}
.qr-chuyen-tien {
  opacity: 0;
}
.qr-chuyen-tien.active {
  animation: qr-chuyen-tien-visible 1.5s ease-in-out 1 forwards;
  -webkit-animation: qr-chuyen-tien-visible 1.5s ease-in-out 1 forwards;
}
@keyframes qr-chuyen-tien-visible {
  from {
    opacity: 0;
    scale:0.3;
    transform-origin: top;
  }
  to {
    opacity: 1;
    scale:1;
    transform-origin: top;
  }
}
.donate-history-title {
  background-color: #4154f1;
  color: var(--background-color);
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* trang nạp tiền end */

/* trang rút tiền start */
.section-withdraw .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.section-withdraw .info-card h6 {
  color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}
.withdraw-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #012970;
  font-family: Nunito;
  text-transform: uppercase;
}
.btn-withdraw {
  text-transform: uppercase;
  font-family: Nunito;
  background-color: #4154f1;
  color: var(--background-color);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn-withdraw:hover {
  background-color: crimson;
  color: var(--background-color);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.thong-bao-do-nghieng {
  color: crimson;
  font-family: Nunito;
  font-style: italic;
  font-size: 0.9rem;
}
.table-thong-tin-ngan-hang {
  margin: 0 auto;
  font-family: Nunito;
}
.table-thong-tin-ngan-hang td {
  padding: 5px 10px;
}
.table-thong-tin-ngan-hang td:nth-child(1)
{
  font-weight: 600;
}
.title-danh-sach-lenh-rut-tien {
  background-color: #4154f1;
  font-family: Nunito;
  font-weight: 600;
  color: var(--background-color);
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  text-transform: uppercase;
}
.thong-bao {
  font-size: clamp(1.05rem, 1.02rem + 0.15vw, 1.2rem);
  font-family: Nunito;
  text-align: center;
}
.lenh-rut-tien-danh-sach table th {
  min-width: 120px;
}
.lenh-rut-tien-danh-sach table th:nth-child(1) {
  min-width: initial;
  text-align: center;
}
/* trang rút tiền end */

/* trang cấp bậc start */
.vip-item {
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.icon-vip {
  max-width: 100px;
  margin: 0 auto;
  height: auto;
  pointer-events: none;
}
.vip-item-btn {
  background-color: #5867dd;
  color: var(--background-color);
  font-family: Nunito;
  font-weight: 500;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.vip-item-btn:hover {
  background-color: var(--main-text-color);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.vip-item-name {
  text-transform: uppercase;
  font-family: Nunito;
  font-size: 1.5rem;
  color: #0d6efd;
  font-weight: 800;
}
.vip-item-tien {
  font-size: 1rem;
  font-family: Nunito;
  font-weight: 600;
  color: #4154f1;
}
.vip-btn-nap-tien {
  background-color: #0abb87;
}
.money-color {
  color: #ff5959;
  font-family: Nunito;
  font-weight: 600;
}
/* trang cấp bậc end */

/* trang quản lý nạp rút tiền start */
.quan-ly-nap-rut-form .select2-container .select2-selection--single {
  height: 40px;

}
.quan-ly-nap-rut-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.quan-ly-nap-rut-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.btn-deposit {
  background-color: #0abb87;
  color: var(--background-color);
  font-family: Nunito;
  font-size: 1.2rem;
}
.btn-deposit:hover {
  background-color: #4154f1;
  color: var(--background-color);
}
.card-title {
  font-family: Nunito;
  font-weight: 800;
}
.vanhiep-table.datatable-table {
  border-left: 1px solid #ebedf2;
  border-right: 1px solid #ebedf2;
} 
.vanhiep-table.datatable-table > thead > tr > th {
  border-color: #ebedf2;
  border-top: 1px solid #ebedf2;

}
.vanhiep-table td, .vanhiep-table th {
  border-color: #ebedf2;
  text-align: center !important;
  font-family: Nunito;
}
.vanhiep-table.datatable-table tr:hover  td{
  background-color: #fafbfc;
}
/* trang quản lý nạp rút tiền end */

/* trang lịch sử nạp tiền start */
.deposit-history-title {
  background-color: #5867dd;
  color: var(--background-color);
  font-family: Nunito;
  font-size: clamp(1.15rem, 1.12rem + 0.15vw, 1.3rem);
  font-weight: 800;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tong-so-tien-da-nap-box .card-icon{
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #2eca6a;
    background: #e0f8e9;
}
.tong-so-tien-da-nap-box h6{
  
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
}
/* trang lịch sử nạp tiền end */

/* trang liên hệ start */
.section-contact-item-content {
  font-family: Nunito;
  
}
.address-title {
  font-weight: 800;
  color: #012970;
  font-size: 1.1rem;
}
.section-contact-social li a {
  font-size: 2rem;
}
.section-contact-social li:nth-child(1) a {
  color: #1877F2;
}
.section-contact-social li:nth-child(2) a {
  color: #000;
}
.section-contact-social li:nth-child(3) a {
  color: #168AFF;
}
/* trang liên hệ end */

/* trang Q&A start */
.section-cau-hoi {
  font-family: Nunito;
}
.question-title {
  color: #4154f1;
  font-weight: 600;
  font-size: 1.2rem;
}
/* trang Q&A end */
.btn-logout {
  cursor: pointer;
}
/* trang tài khoản rủi ro start */
.tong-tai-san-title .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
  font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}
.tong-tai-san-title h6 {
  font-size: clamp(1.4rem, 1.33rem + 0.35vw, 1.75rem);
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.section-risk-account-title {
  font-family: Nunito;
  color:#012970;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 0.82rem + 0.4vw, 1.3rem);
}
.purple-color {
  color: #4154f1;
}
.tong-tai-san-title-rui-ro .card-icon {
  color: #4154f1;
    background: #f6f6fe;
}
.btn-recharge-account-risk {
  background-color: #4154f1;
  color: var(--background-color);
  font-family: Nunito;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-size: 0.9rem;
  min-width: 140px;
  padding: 7px 5px;
}
.btn-recharge-account-risk:hover, .btn-withdraw-tts:hover {
  background-color: #0d6efd;
  color: var(--background-color);
}
.btn-withdraw-tts {
  background-color: #ff5959;
  color: var(--background-color);
  font-family: Nunito;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-size: 0.9rem;
  min-width: 140px;
  padding: 7px 5px;
}
.risk-account-item {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.text-label {
  font-weight: 600;
  font-size: 1.1rem;
}
.btn-get-money {
  background-color: #0d6efd;
  color: var(--background-color);
  font-family: Nunito;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.btn-get-money:hover {
  background-color: #000;
  color: var(--background-color);
}
.btn-view-project {
  cursor: pointer;
  background-color: #4154f1 !important;
}
.project-title {
  background-color: #4154f1;
  color: var(--background-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: Nunito;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
/* trang tài khoản rủi ro end */

/* trang dự án khởi công start */
.con-heo-dat {
  animation: noi-bat .3s ease-in-out infinite alternate;
  -webkit-animation: noi-bat .3s ease-in-out infinite alternate;
}
@keyframes noi-bat {
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #4154f1;
}
}
.btn-invest-now {
  background-color: #4154f1;
  color: var(--background-color);
  font-family: Nunito;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.btn-invest-now:hover {
  background-color: #000;
  color: var(--background-color);
}
/* lấy thông tin dự án */
.invest-modal-content-title {
  text-transform: uppercase;
  font-family: Nunito;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 800;
}
.invest-modal-content-body table {
  width: max-content;
}
.invest-modal-content-body table tr td {
  padding: 5px 10px;
}
.hinh-du-an {
  width: 100%;
  max-width: 100%;
}
.btn-dau-tu-ngay {
  background-color: #4154f1;
  color: var(--background-color);
  font-family: Nunito;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn-dau-tu-ngay:hover {
  background-color: #ff5959;
  color: var(--background-color);
}
/* From Uiverse.io by Ghost-aft */ 
.radio-input input {
  display: none;
}

.radio-input {
  --container_width: 300px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  color: #000000;
  width: var(--container_width);
  overflow: hidden;
  border: 1px solid rgba(53, 52, 52, 0.226);
  margin: 0 auto;
}
.manager-radio-input {
  justify-content: start ;
  margin: initial;
}
.manager-so-tien-group {
  margin: initial !important;
}
.manager-so-tien-group .form-control {
  text-align: center;
}
.radio-input label {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 14px;
}
.radio-input .selection {
  display: none;
  position: absolute;
  height: 100%;
  width: calc(var(--container_width) / 2);
  z-index: 0;
  left: 0;
  top: 0;
  transition: 0.15s ease;
}

.radio-input label:has(input:checked) {
  color: #fff;
}

.radio-input label:has(input:checked) ~ .selection {
  background-color: rgb(11 117 223);
  display: inline-block;
}

.radio-input label:nth-child(1):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 0 / 2));
}

.radio-input label:nth-child(2):has(input:checked) ~ .selection {
  transform: translateX(calc(var(--container_width) * 1 / 2));
}
.so-tien-group {
  max-width: 300px;
  margin: 0 auto;
}

.btn-xac-nhan-dau-tu {
  background-color: #0d6efd;
  color: var(--background-color);
  font-family: Nunito;
  font-size: 1.3rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 10px 10px;
  font-weight: 800;
}
.btn-xac-nhan-dau-tu:hover {
  background-color: #ff5959;
  color: var(--background-color);
}
.btn-get-money-now {
  background-color: #4154f1;
  color: var(--background-color);
  margin: 0 auto;
}
.btn-get-money-now:hover {
  background-color: #000;
  color: var(--background-color);
}
/* lấy thông tin dự án end */
.project-title-staring {
  background-color: gold;
}
.project-title-end {
  background-color: #198754;
}
.text-thong-bao {
  font-style: italic;
  font-size: 0.8rem;
}

/* overlay start */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
/* From Uiverse.io by Nawsome */ 
.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #f42f25;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #f49725;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #255ff4;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #f42582;
}

/* Animations */
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
/* overplay end */
/* trang dự án khởi công end */

.view-project {
  cursor: pointer;
}
.mt-notification {
  font-family: Nunito;
}