.dashboard-profile-section{
  --dashobard-profile-primary-color: #253D4E;
  --dashobard-profile-dark-primary-color: #22396D;
  --dashobard-profile-seconday-color: #FFEFDD;
  --dashobard-profile-danger-color: #FF0000;
  --dashobard-profile-color: #9C939D;
  --dashobard-profile-border-color: #F0EEF0;
  --dashobard-profile-fbase-size: 14px;
  --dashobard-profile-tab-button-bg-color: #FCFCFC;
  --dashobard-profile-tab-button-border-color: #ECEAEC;
  --dashobard-profile-tab-button-color: #7E7E7E;
  --dashobard-profile-tab-button-active-color: #253D4E;
  --dashobard-profile-order-info-item-content-color: #686069;
  --dashobard-profile-order-item-bg-color: #FCFCFC;
  --dashobard-profile-order-item-prd-bg-color: #EFF2FF;
  --dashobard-profile-status-processing-color: #0d6efd;
  --dashobard-profile-status-success-color: #36BC2F;
  --dashobard-profile-status-destroy-color: #dc3545;
  --dashobard-profile-status-refund-color: #FFB951;
  --dashobard-profile-status-shipping-color: #fd7e14;
  --dashobard-profile-status-processing-color-rgb: 13, 110, 252;
  --dashobard-profile-status-success-color-rgb: 54, 187, 47;
  --dashobard-profile-status-destroy-color-rgb: 221, 53, 69;
  --dashobard-profile-status-shipping-color-rgb: 252, 126, 20;
  --dashobard-profile-address-blue-color: #1877F2;
  --dashobard-profile-affiliate-border-color: #DADADA;
  --dashobard-profile-affiliate-color: #5D6679;
  --dashobard-profile-affiliate-compare-color: #7A7A7A;
  --dashobard-profile-affiliate-thead-bg: #E2E6FF;
  --dashobard-profile-affiliate-thead-color: #545454;
  --dashobard-profile-affiliate-revenue-color: #1737C9;
  --dashobard-profile-button-icon-bg-color: #E2E6FF;
  --dashobard-profile-affiliate-connect-bank-color: #545454;
  --dashobard-profile-affiliate-badge-widthdraw-money: #EFF3FF;
}
/* ------------------------------- Text Status Process Color */
.text-status-processing{color: var(--dashobard-profile-affiliate-revenue-color);}
.text-status-success{color: var(--dashobard-profile-status-success-color);}
.text-status-refund{color: var(--dashobard-profile-status-refund-color);}
.text-status-destroy{color: var(--dashobard-profile-status-destroy-color);}
.text-status-shipping{color: var(--dashobard-profile-status-shipping-color);}
.dashboard-profile-wrapper{

}
.dashboard-profile-wrapper .dashboard-profile-tab{

}
.dashboard-profile-tab{

}
.dashboard-profile-tab .profile-tab-header{
  margin-bottom: 15px;
}
.dashboard-profile-tab .profile-tab-header h3{
  color: var(--dashobard-profile-primary-color);
  font-size: 16px;
  margin: 0px;
}
/* ------------------------------- Profile Dashboard Tab - Profile Level - Start  */
.profile-tab-level{
  --dashobard-profile-affiliate-level-3-ranger-bg-1: #1243B0;
  --dashobard-profile-affiliate-level-3-ranger-bg-2: #6A8DDD;
  --dashobard-profile-affiliate-level-3-badge-bg: #3C6DDE;
  --dashobard-profile-affiliate-level-3-detail-color: #FFAD33;

  --dashobard-profile-affiliate-level-2-ranger-bg-1: #1F5BF7;
  --dashobard-profile-affiliate-level-2-ranger-bg-2: #3BB1FB;
  --dashobard-profile-affiliate-level-2-ranger-bg-3: #0F45CF;
  --dashobard-profile-affiliate-level-2-badge-bg: #48BFFF;

  --dashobard-profile-affiliate-level-1-ranger-bg-1: #FFA800;
  --dashobard-profile-affiliate-level-1-ranger-bg-2: #FBC866;
  --dashobard-profile-affiliate-level-1-badge-bg: #FFB951;
  --dashobard-profile-affiliate-level-1-detail-color: #2B58BE;

  flex: 0 0 auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--dashobard-profile-border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: url(../images/badge-level-parterm.jpg) no-repeat center center;
  background-size: cover;
}
.profile-tab-level::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.95;
}
.profile-tab-level .level-inner{
  position: relative;
  z-index: 1;
  padding: 0.75rem;
  color: var(--bs-white);
  text-shadow: 0px 0px 2px var(--dashobard-profile-primary-color);
}
.profile-tab-level .badge-level{
  box-shadow: 0px 1px 4px 0px #00000040;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
}
.profile-tab-level .goal-level-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.goal-level-item:not(:last-child){
  margin-bottom: 0.5rem;
}
.goal-level-item .goal-label{
  font-size: 12px;
  font-weight: 500;
}
.goal-level-item .goal-bar .bar-text{font-weight: 500;}
.goal-level-item .goal-bar .bar-text>span{color: #FFAD33;}
.goal-level-item .goal-bar .progress{
  border-radius: 0.375rem;
}
.goal-level-item .goal-bar .progress-bar{
  border-radius: 0.375rem;
  background-color: #FFAD33;
}

.profile-tab-level .badge-level+a{color: var(--bs-white);}
.profile-tab-level .badge-level+a:hover{text-decoration: underline;}
.profile-tab-level.level-3::after{background: linear-gradient(92.6deg, var(--dashobard-profile-affiliate-level-3-ranger-bg-1) 2.99%, var(--dashobard-profile-affiliate-level-3-ranger-bg-2) 46.61%, var(--dashobard-profile-affiliate-level-3-ranger-bg-1) 99.01%);}
.profile-tab-level.level-3 .badge-level{background: var(--dashobard-profile-affiliate-level-3-badge-bg);}
.profile-tab-level.level-3 .goal-level-item .goal-bar .bar-text>span{color: var(--dashobard-profile-affiliate-level-3-detail-color);}
.profile-tab-level.level-3 .goal-level-item .goal-bar .progress-bar{background-color: var(--dashobard-profile-affiliate-level-3-detail-color);}

.profile-tab-level.level-2::after{background: linear-gradient(105.68deg, var(--dashobard-profile-affiliate-level-2-ranger-bg-1) -3.95%, var(--dashobard-profile-affiliate-level-2-ranger-bg-2) 52.46%, var(--dashobard-profile-affiliate-level-2-ranger-bg-3) 97.9%);}
.profile-tab-level.level-2 .badge-level{background: var(--dashobard-profile-affiliate-level-2-badge-bg);}
.profile-tab-level.level-2 .goal-level-item .goal-bar .bar-text>span{color: var(--dashobard-profile-affiliate-level-3-detail-color);}
.profile-tab-level.level-2 .goal-level-item .goal-bar .progress-bar{background-color: var(--dashobard-profile-affiliate-level-3-detail-color);}

.profile-tab-level.level-1::after{background: linear-gradient(97.44deg, var(--dashobard-profile-affiliate-level-1-ranger-bg-1) -2.68%, var(--dashobard-profile-affiliate-level-1-ranger-bg-2) 48.17%, var(--dashobard-profile-affiliate-level-1-ranger-bg-1) 102.14%);}
.profile-tab-level.level-1 .badge-level{background: var(--dashobard-profile-affiliate-level-1-badge-bg);}
.profile-tab-level.level-1 .goal-level-item .goal-bar .bar-text>span{color: var(--dashobard-profile-affiliate-level-1-detail-color);}
.profile-tab-level.level-1 .goal-level-item .goal-bar .progress-bar{background-color: var(--dashobard-profile-affiliate-level-1-detail-color);}
/* ------------------------------- Profile Dashboard Tab - Profile Level - End  */
.dashboard-profile-tab .profile-tab-content{

}
.dashboard-profile-tab .profile-tab-content ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.dashboard-profile-tab .profile-tab-content ul>li{
  margin-bottom: 10px;
}
.dashboard-profile-tab .profile-tab-content ul>li>a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--dashobard-profile-color);
  font-size: var(--dashobard-profile-fbase-size);
  transition: 0.25s color ease;
}
.dashboard-profile-tab .profile-tab-content ul>li.active>a,
.dashboard-profile-tab .profile-tab-content ul>li:hover>a,
.dashboard-profile-tab .profile-tab-content ul>li:active>a{
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.dashboard-profile-tab .profile-tab-content svg,
.dashboard-profile-tab .profile-tab-footer svg{
  display: inline-block;
  margin-right: 10px;
  max-width: 100%;
  font-size: var(--dashobard-profile-fbase-size);
  line-height: 1;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.dashboard-profile-tab .profile-tab-footer{
  border-top: 1px solid var(--dashobard-profile-border-color);
  padding-top: 10px;
  margin-bottom: 10px;
}
.dashboard-profile-tab .profile-tab-footer a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--dashobard-profile-danger-color);
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  transition: 0.25s color ease;
}
.dashboard-profile-wrapper .dashboard-profile-content{

}
.dashboard-profile-content .profile-content-header{
  margin-bottom: 15px;
}
.dashboard-profile-content .profile-content-header h3,
.dashboard-profile-content .profile-content-header .sub-title{
  color: var(--dashobard-profile-primary-color);
  font-size: 16px;
  margin: 0px;
}
.dashboard-profile-content .profile-content-header .sub-title{font-size: var(--dashobard-profile-fbase-size);}
.profile-form-input-control{
  margin-bottom: 10px;
}
.profile-form-input-control .form-floating-mask{
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: .625rem .75rem;
  border-radius: 10px;
  font-size: var(--dashobard-profile-fbase-size);
}
.profile-form-input-control .form-floating>label,
.profile-form-input-control .form-floating-mask .-label{
  color: var(--dashobard-profile-primary-color);
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 600;
}
.profile-form-input-control .form-floating-mask .-label{
  font-size: 13.5px;
  margin-bottom: 2px;
}
.profile-form-input-control .form-control{
  border-radius: 10px;
  font-size: var(--dashobard-profile-fbase-size);
}
.profile-form-input-control .form-control:disabled,
.profile-form-input-control .form-control[readonly]{
  background: var(--bs-gray-100);
  cursor: no-drop;
}
.dashboard-profile-content .profile-content-footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.dashboard-profile-content .profile-content-footer .btn,
.modal-profile-user .btn{
  font-size: var(--dashobard-profile-fbase-size);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  border-radius: 40px;
  white-space: nowrap;
  padding: 10px 2rem;
  transition: 0.25s all ease;
}
.dashboard-profile-content .profile-content-footer .btn-profile-primary,
.modal-profile-user .btn-profile-primary{
  background-color: var(--dashobard-profile-dark-primary-color);
  border-color: var(--dashobard-profile-dark-primary-color);
  color: var(--bs-white);
  /* opacity: 1; */
}
.dashboard-profile-content .profile-content-footer .btn-profile-primary:hover,
.modal-profile-user .btn-profile-primary:hover{
  opacity: 0.8;
}
/* ------------------------------- Profile Dashboard Orders  */
.profile-orders-heading-tabs{
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
}
/* .profile-orders-heading-tabs::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
.profile-orders-heading-tabs::-webkit-scrollbar-track{
    border-radius: 10px;
    background: rgb(246 246 246 / 50%);
}
.profile-orders-heading-tabs::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgb(108 108 108 / 70%);
} */
.profile-orders-heading-tabs .nav{
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-bottom: 5px;
}
.profile-orders-heading-tabs .nav-item:not(:last-child){
  margin-right: 0.5rem;
}
.profile-orders-heading-tabs .nav-link{
  background: var(--dashobard-profile-tab-button-bg-color);
  border: 1px solid var(--dashobard-profile-tab-button-border-color);
  color: var(--dashobard-profile-tab-button-color);
}
.profile-orders-heading-tabs .nav-pills .nav-link{
  border-radius: 0.5rem;
  font-size: 13px;
  font-weight: 500;
  padding: 0.375rem 1rem;
}
.profile-orders-heading-tabs .nav-pills .nav-link.active,
.profile-orders-heading-tabs .nav-pills .show>.nav-link{
  background: var(--dashobard-profile-tab-button-active-color);
  border-color: var(--dashobard-profile-tab-button-active-color);
  color: var(--bs-white) !important;
}
.profile-orders-heading-tabs .nav-pills .nav-link:hover {
  color: var(--dashobard-profile-tab-button-active-color);
  border-color: var(--dashobard-profile-tab-button-active-color);
}
.profile-orders-content-tabs .profile-orders-status-loading{
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0px;
  margin: auto;
  color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Profile Dashboard Orders - User Order Item  */
.user-order-item{margin-bottom: 1rem;}
.user-order-item h4 a{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
}
.user-order-item .user-order-inner{
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: var(--dashobard-profile-order-item-bg-color);
  box-shadow: 0px 0px 5px 0px #00000010;
}
.user-order-inner .order-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.user-order-inner .order-heading .-view-detail{
  font-size: 13px;
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.user-order-inner .order-heading .-view-detail>a{color: inherit;}
.user-order-inner .order-heading .-view-detail>a::after{
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url(../images/view-detail-order.png) no-repeat center center;
  background-size: cover;
  vertical-align: -2px;
}
.user-order-inner .order-info{
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 120px;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.user-order-inner .order-info-item:has(.-status) {
  text-align: end;
}
.user-order-inner .order-info-item .-label{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
}
.user-order-inner .order-info-item .-content{
  font-size: 12px;
  font-weight: 400;
  color: var(--dashobard-profile-order-info-item-content-color);
}
.user-order-inner .order-info-item .-status{
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 0.675rem;
  font-weight: 500;
  font-size: 12px;
}
.user-order-inner .order-info-item .-status.processing{
  background: rgba(var(--dashobard-profile-status-processing-color-rgb), 0.03);
  border: 1px solid var(--dashobard-profile-status-processing-color);
  color: var(--dashobard-profile-status-processing-color);
}
.user-order-inner .order-info-item .-status.success{
  background: rgba(var(--dashobard-profile-status-success-color-rgb), 0.03);
  border: 1px solid var(--dashobard-profile-status-success-color);
  color: var(--dashobard-profile-status-success-color);
}
.user-order-inner .order-info-item .-status.destroy{
  background: rgba(var(--dashobard-profile-status-destroy-color-rgb), 0.03);
  border: 1px solid var(--dashobard-profile-status-destroy-color);
  color: var(--dashobard-profile-status-destroy-color);
}
.user-order-inner .order-info-item .-status.shipping{
  background: rgba(var(--dashobard-profile-status-shipping-color-rgb), 0.03);
  border: 1px solid var(--dashobard-profile-status-shipping-color);
  color: var(--dashobard-profile-status-shipping-color);
}
.user-order-inner .list-items{
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: var(--dashobard-profile-order-item-prd-bg-color);
  display: flex;
  flex-wrap: wrap;
  gap: 0.675rem;
}
.user-order-inner .list-items a{
  display: block;
  border: 1px solid var(--dashobard-profile-order-item-prd-bg-color);
  width: 60px;
  height: 60px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.user-order-inner .list-items img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.user-order-inner .order-summary{
  font-size: var(--dashobard-profile-fbase-size);
  margin-top: 0.5rem;
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.user-order-inner .order-summary .total{
  color: var(--dashobard-profile-status-success-color);
  font-weight: 600;
}
/* ------------------------------- Profile Dashboard Address - User Address Wrapper */
.user-address-wrapper{

}
.user-address-wrapper .create-new-address{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
  color: var(--dashobard-profile-address-blue-color);
  transition: all 0.25s ease;
}
.user-address-wrapper .create-new-address:hover{
  color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Profile Dashboard Address - Card User Address Item */
.card-user-address-item{
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
}
.card-user-address-item .card-body{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
}
.card-user-address-item .-icon{
  flex: 0 0 auto;
  text-align: center;
  width: 25px;
  font-size: 1.25rem;
  color: var(--dashobard-profile-primary-color);
}
.card-user-address-item .-content{
  flex: 0 0 auto;
  width: calc(100% - 200px);
  padding: 0px 1rem;
}
.card-user-address-item .contact-address-name{
  color: var(--dashobard-profile-primary-color);
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
}
.card-user-address-item .contact-address-name .status-default{
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: var(--dashobard-profile-status-success-color);
  margin-left: 5px;
  vertical-align: 1px;
}
.card-user-address-item .-content .contact-address-detail,
.card-user-address-item .-content .contact-address-phone{
  font-size: 12px;
  font-weight: 400;
  color: var(--dashobard-profile-color);
}
.card-user-address-item .-content .contact-address-detail strong,
.card-user-address-item .-content .contact-address-phone strong{
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
}
.card-user-address-item .-action{
  flex: 0 0 auto;
  width: 150px;
  margin-left: auto;
  text-align: right;
}
.card-user-address-item .-action a{
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  padding: 0.375rem;
  opacity: 1;
  transition: all 0.25s ease;
}
.card-user-address-item .-action a:hover{opacity: 0.8;}
.card-user-address-item .-action a.action-edit{color: var(--dashobard-profile-address-blue-color);}
.card-user-address-item .-action a.action-delete{color: var(--dashobard-profile-danger-color);}
/* ------------------------------- Profile Dashboard Address - Form Check Address Type */
.form-check-address-type{
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 0.25rem;
}
.form-check-address-type .label-heading{
  align-self: center;
  color: var(--dashobard-profile-primary-color);
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  display: block;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}
.form-check-address-type .form-check{
  padding-left: 0px;
  margin-right: 0.5rem;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-check-address-type .form-check .form-check-input{display: none;}
.form-check-address-type .form-check .form-check-label{
  display: block;
  margin: -2px;
  padding: 0.375rem 1.25rem;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--dashobard-profile-border-color);
  border-radius: 20px;
  transition: all 0.5s ease;
}
.form-check-address-type .form-check .form-check-label .bi{
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1rem;
  vertical-align: 0px;
}
.form-check-address-type .form-check .form-check-input:checked + .form-check-label{
  color: var(--bs-white);
  background: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Profile Dashboard Address - Form Action Normal */
.form-action-normal{

}
.form-action-normal .form-label{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
  margin-bottom: 0.25rem;
}
.form-action-normal .form-control{
  height: 40px;
  font-size: var(--dashobard-profile-fbase-size);
  border-radius: 0.5rem;
}
.form-action-normal .choices__inner {
  min-height: 40px;
  background-color: #FFFFFF;
  border-color: #ced4da;
  border-radius: 0.5rem;
}
.form-action-normal .is-open .choices__inner {
  border-color: #86b7fe;
  border-radius: 0.5rem 0.5rem 0 0;
}
.form-action-normal .is-flipped .choices__inner {
  border-radius: 0 0 0.5rem 0.5rem !important;
}
.form-action-normal .choices__list--single {
  padding-top: 0;
  padding-bottom: 0;
}
.form-action-normal .select2-container .select2-selection--single{
  height: 40px;
}
.form-action-normal .select2-container--default .select2-selection--single{
  border-color: #ced4da;
  border-radius: 0.5rem;
}
.form-action-normal .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 400;
  color: #6c758e;
}
.form-action-normal .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px;
}
.form-action-normal .form-check-default .form-check-input{
  width: 1.375em;
  height: 1.375em;
  margin-top: 0.175em;
}
.form-action-normal .form-check-default .form-check-label{
  font-size: var(--dashobard-profile-fbase-size);
  padding-left: 0.25rem;
  color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Profile Dashboard Introduce - Card Profile Introduce  */
.card-profile-introduce,
.card-address-empty{
  border-radius: 1.5rem;
  padding: 1rem;
}
.card-profile-introduce .card-body,
.card-address-empty .card-body{text-align: center;}
.card-profile-introduce h4,
.card-address-empty h4{
  font-size: 18px;
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
  margin: 1rem 0px 0.5rem;
}
.card-profile-introduce p,
.card-address-empty p{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  color: var(--dashobard-profile-color);
  margin: 0px;
}
.card-address-empty .icon {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 84px;
  background-color: var(--dashobard-profile-seconday-color);
  border-radius: 50%;
}
.card-address-empty .icon i {
  font-size: 40px;
  color: var(--dashobard-profile-tab-button-active-color);
}
.card-profile-introduce .form-control{
  text-align: center;
  letter-spacing: 3px;
  font-family: math;
  font-weight: 600;
  font-size: var(--dashobard-profile-fbase-size);
  background-color: #F1F3FF;
  color: var(--dashobard-profile-affiliate-thead-color);
  height: 35px;
}
.card-profile-introduce .introduce-list-action,
.card-address-empty .address-list-action{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0px;
}
.card-profile-introduce .introduce-list-action .btn,
.card-address-empty .address-list-action .btn{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
  padding: 0.375rem 1.5rem;
  border-radius: 1.25rem;
  opacity: 1;
  transition: 0.25s all ease;
}
.card-profile-introduce .introduce-list-action .btn:hover,
.card-address-empty .address-list-action .btn:hover{opacity: 0.8;}
.card-profile-introduce .introduce-list-action .btn svg{
  display: inline-block;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  vertical-align: middle;
}
.card-profile-introduce .introduce-list-action .btn-profile-primary,
.card-address-empty .address-list-action .btn-profile-primary{
  background: var(--dashobard-profile-primary-color);
  border-color: var(--dashobard-profile-primary-color);
  color: var(--bs-white);
}
.card-profile-introduce .introduce-list-action .btn-profile-secondary{
  background: var(--dashobard-profile-seconday-color);
  border-color: var(--dashobard-profile-primary-color);
  color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Profile Dashboard Affiliate - Affiliate Overview  */
.profile-affiliate-wrapper{
  background: var(--bs-white);
  border-radius: 0.75rem;
  padding: 1rem 1rem;
  border: 1px solid var(--dashobard-profile-border-color);
}
.profile-affiliate-wrapper .profile-affiliate-header{
  margin-bottom: 0.5rem;
}
.profile-affiliate-header .swiper-affilite-tab.swiper-initialized{overflow: hidden;}
.profile-affiliate-header ul{
  justify-content: center;
  padding-bottom: 0.5rem;
  margin: 0px 0px 0.5rem;
}
.profile-affiliate-header ul>li{
  flex: 0 0 auto;
  width: auto;
  padding: 0px 0.75rem
}
.profile-affiliate-header ul>li:not(:last-child){
  border-right: 1px solid var(--dashobard-profile-affiliate-border-color);
}
.profile-affiliate-header ul>li>a{
  display: block;
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid transparent;
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  color: var(--dashobard-profile-affiliate-color);
  transition: all 0.25s ease;
}
.profile-affiliate-header ul>li.active>a,
.profile-affiliate-header ul>li>a:active,
.profile-affiliate-header ul>li>a:hover{
  color: var(--dashobard-profile-primary-color);
  border-bottom: 1px solid var(--dashobard-profile-primary-color);;
}
/* ------------------------------- Profile Dashboard Affiliate - Overview Affiliate Item  */
.overview-affiliate-item{
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .1);
}
.overview-affiliate-item .sum-affiliate-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.overview-affiliate-item .sum-affiliate-inner .sum-affiliate-content{
  flex: 0 0 auto;
  width: calc(100% - 32px);
  padding-right: 5px;
}
.overview-affiliate-item .sum-affiliate-inner .sum-affiliate-icon{
  flex: 0 0 auto;
  width: 32px;
}
.overview-affiliate-item .sum-affiliate-inner .sum-affiliate-content .-label,
.overview-affiliate-item .sum-affiliate-inner .sum-affiliate-content .-goal{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.overview-affiliate-item .sum-affiliate-inner .sum-affiliate-content .-goal{
  font-size: 13px;
  font-weight: 400;
}
.overview-affiliate-item .-value{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  color: var(--dashobard-profile-affiliate-revenue-color);
}
.overview-affiliate-item .-compare{
  font-size: 10px;
  font-weight: 500;
  color: var(--dashobard-profile-affiliate-compare-color);
}
.overview-affiliate-item .-compare .value-up{
  color: var(--dashobard-profile-status-success-color);
}
.overview-affiliate-item .-compare .value-down{
  color: var(--dashobard-profile-status-destroy-color);
}
.overview-affiliate-item.sale-goal{
  height: calc(100% - 0.5rem);
}
.overview-affiliate-item.sale-goal .-title{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
  text-align: center;
}
.overview-affiliate-item.sale-goal .-future{
  color: var(--dashobard-profile-affiliate-thead-color);
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
.overview-affiliate-item.sale-goal .-future>span{
  color: var(--dashobard-profile-primary-color);
  font-weight: 600;
}
.overview-affiliate-item.sale-goal .progress-circle {
  width: 80px;
  height: 80px;
  margin: 3px auto 0px;
}
.overview-affiliate-item.sale-goal .progress-circle svg {
  width: 100%;
  height: 100%;
}
.overview-affiliate-item.sale-goal .progress-circle .bg {
  fill: none;
  stroke: var(--dashobard-profile-affiliate-thead-bg);
  stroke-width: 3.8;
}
.overview-affiliate-item.sale-goal .progress-circle .progress {
  fill: none;
  stroke: var(--dashobard-profile-affiliate-revenue-color);
  stroke-width: 3.8;
  stroke-linecap: round;
}
.overview-affiliate-item.sale-goal .progress-circle .percentage {
  fill: var(--dashobard-profile-affiliate-revenue-color);
  font-size: 0.5em;
  text-anchor: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
}
.overview-affiliate-item .-rangepick{font-weight: 400 !important;}
.overview-affiliate-item .affiliate-commission{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.overview-affiliate-item .affiliate-commission .-label,
.overview-affiliate-item .-rangepick{
  flex: 1;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
}
.overview-affiliate-item .affiliate-commission .-goal{
  flex-shirk: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  margin-left: 0.5rem;
  color: var(--dashobard-profile-primary-color);
}
.overview-affiliate-item .-action{
  text-align: right;
}
.overview-affiliate-item .-action .btn{
  font-size: 12px;
  font-weight: 500;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.overview-affiliate-item .-action .btn-profile-primary{
  background: var(--dashobard-profile-dark-primary-color);
  border-color: var(--dashobard-profile-dark-primary-color);
  color: var(--bs-white);
}
.overview-affiliate-item .-action .btn-profile-primary:hover{
  background: var(--dashobard-profile-primary-color);
  border-color: var(--dashobard-profile-primary-color);
}

.overview-affiliate-item .affiliate-bank-connect .-label{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.affiliate-bank-connect .bank-connect-inner{
  display: flex;
  gap: 5px;
}
.affiliate-bank-connect .bank-connect-inner .-bank{
  flex: 0 0 auto;
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.affiliate-bank-connect .bank-connect-inner .-icon{
  text-align: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid var(--bs-gray-300);
  padding: 0.375rem;
  border-radius: 0.5rem;
}
.affiliate-bank-connect .bank-connect-inner .-icon img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0.25rem;
}
.affiliate-bank-connect .bank-connect-inner .-numer-code{
  flex: 0 0 auto;
  width: calc(100% - 50px);
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.affiliate-bank-connect .bank-connect-inner .-list-status{
  flex: 0 0 auto;
  width: calc(100% - 150px);
  text-align: right;
}
.affiliate-bank-connect .bank-connect-inner .-list-status .status-verify,
.affiliate-bank-connect .bank-connect-inner .-list-status .status-default{font-size: 9px;}
.overview-affiliate-item .affiliate-bank-connect .-cpanel{
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: var(--dashobard-profile-affiliate-revenue-color);
}
.overview-affiliate-item .affiliate-bank-connect .-cpanel>a{color: inherit;}
/* ------------------------------- Profile Dashboard Affiliate - Revenue */
.profile-affiliate-inner.-commission{
  margin-top: -2.375rem;
}
.profile-affiliate-inner .table-responsive{
  margin: 0px -1rem;
}
.profile-affiliate-inner .table>thead{
  background: var(--dashobard-profile-affiliate-thead-bg);
}
.profile-affiliate-inner .table>:not(:last-child)>:last-child>*{
  border-bottom-color: transparent;
  color: var(--dashobard-profile-affiliate-thead-color);
  font-weight: 500;
}
.profile-affiliate-inner .table>:not(caption)>*>*{
  color: var(--dashobard-profile-affiliate-thead-color);
  font-weight: 400;
}
.profile-affiliate-inner .table-nowrap tr>th,
.profile-affiliate-inner .table-nowrap tr>td{
  white-space: nowrap;
}
.profile-content-header .btn-profile-outline-primary,
.profile-affiliate-inner .btn-profile-outline-primary{
  border: 1px solid var(--dashobard-profile-affiliate-border-color);
  background: var(--bs-white);
  font-size: 12px;
  font-weight: 500;
  border-radius: 0.375rem;
  padding: 0.375rem 1rem;
  transition: all 0.25s ease;
}
.profile-affiliate-inner .btn-profile-outline-primary .bi{
  font-size: 13px;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: -1px;
}
.profile-affiliate-inner .btn-profile-outline-primary:hover{
  background: var(--bs-gray-200);
  color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Profile Dashboard Affiliate - Table Commission */
.table-commission tr>th,
.table-commission tr>td{
  vertical-align: middle;
}
.table-commission a{color: var(--dashobard-profile-primary-color)}
.table-commission .commission-product-item{
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.table-commission .commission-product-item .-image{
  flex: 0 0 auto;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 0.25rem;
}
.table-commission .commission-product-item .-image img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.table-commission .commission-product-item .-name{
  flex: 0 0 auto;
  width: calc(100% - 30px);
  white-space: nowrap;
  padding-left: 0.5rem;
}
.table-commission .commission-view-detail{
  font-size: 12px;
  font-weight: 400;
  color: var(--dashobard-profile-primary-color);
}
.table-commission .commission-view-detail>a{color: inherit;}
.table-commission .commission-view-detail::after{
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(../images/view-detail-order.png) no-repeat center center;
  background-size: cover;
  vertical-align: -1px;
}
/* ------------------------------- Profile Dashboard Affiliate - Table Customers */
.table-customers tr>th,
.table-customers tr>td{
  vertical-align: middle;
}
.table-customers .customer-name-action{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.table-customers .customer-name-action .-name{
  flex: 1;
  overflow: hidden;
  width: max-content;
}
.table-customers .customer-name-action .-name.normaltext{
  white-space: normal;
}
.table-customers .customer-name-action .-action{
  flex-shrink: 0;
  white-space: nowrap;
}
.table-customers .customer-name-action .-action .btn-icon{
  padding: 0px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0.375rem;
  transition: all 0.25s ease;
}
.table-customers .customer-name-action .-action .btn-icon>span{
  display: block;
  padding: 0.375rem;
}
.table-customers .customer-name-action .-action .btn-action{
  border: 1px solid var(--dashobard-profile-tab-button-border-color);
  background: var(--bs-white);
}
.table-customers .customer-name-action .-action .btn-action:hover{
  background: var(--bs-gray-300);
}
/* ------------------------------- Profile Dashboard Affiliate - Commission Profile Content Header Filter */
.profile-content-header .profile-content-header-filter{
  margin: 0px -1rem;
}
.profile-content-header-filter.swiper-affilite-tab.swiper-initialized{overflow: hidden;}
.profile-content-header .profile-content-header-filter ul{
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 0.25rem;
}
.profile-content-header .profile-content-header-filter ul>li{
  flex: 0 0 auto;
  width: auto;
}
.profile-content-header .profile-content-header-filter ul>li>a{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 400;
  display: block;
  padding: 0.25rem 0.875rem;
  transition: all 0.25s ease;
}
.profile-content-header .profile-content-header-filter ul>li.active>a{
  font-weight: 500;
  pointer-events: none;
}
/* ------------------------------- Profile Dashboard Connect Bank - Card User Connect Bank Item */
.card-user-connect-bank-item{
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
}
.card-user-connect-bank-item .card-body{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
}
.card-user-connect-bank-item .-icon{
  flex: 0 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--bs-gray-300);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.card-user-connect-bank-item .-icon img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0.25rem;
}

.card-user-connect-bank-item .-content{
  flex: 0 0 auto;
  width: calc(100% - 350px);
  padding: 0px 1rem;
}
.card-user-connect-bank-item .user-bank-brandname{
  color: var(--dashobard-profile-primary-color);
  font-size: 12px;
  font-weight: 500;
}
.affiliate-bank-connect .bank-connect-inner .status-verify,
.affiliate-bank-connect .bank-connect-inner .status-default,
.card-user-connect-bank-item .user-bank-brandname .status-verify,
.card-user-connect-bank-item .user-bank-brandname .status-default{
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: 1px;
  padding: 0.175rem 0.5rem;
  border-radius: 0.3rem;
}
.affiliate-bank-connect .bank-connect-inner .status-verify {
  margin-left: 0;
}
.card-user-connect-bank-item .user-bank-brandname .status-verify,
.affiliate-bank-connect .bank-connect-inner .status-verify{
  color: var(--dashobard-profile-primary-color);
  border: 1px solid var(--dashobard-profile-primary-color);
}
.card-user-connect-bank-item .user-bank-brandname .status-default,
.affiliate-bank-connect .bank-connect-inner .status-default{
  color: var(--dashobard-profile-status-success-color);
  background: rgba(var(--dashobard-profile-status-success-color-rgb), 0.1);
}
.card-user-connect-bank-item .-content .user-bank-fullname,
.card-user-connect-bank-item .-content .user-bank-branch{
  font-size: 12px;
  font-weight: 400;
  color: var(--dashobard-profile-affiliate-connect-bank-color);
}
.card-user-connect-bank-item .-content .user-bank-fullname strong,
.card-user-connect-bank-item .-content .user-bank-branch strong{
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
}
.card-user-connect-bank-item .-numer-code{
  flex: 0 0 auto;
  width: 100px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--dashobard-profile-primary-color);
}
.card-user-connect-bank-item .-action{
  flex: 0 0 auto;
  width: 150px;
  margin-left: auto;
  text-align: right;
}
.card-user-connect-bank-item .-action a{
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  padding: 0.375rem;
  opacity: 1;
  transition: all 0.25s ease;
}
.card-user-connect-bank-item .-action a:hover{opacity: 0.8;}
.card-user-connect-bank-item .-action a.action-edit{color: var(--dashobard-profile-address-blue-color);}
.card-user-connect-bank-item .-action a.action-delete{color: var(--dashobard-profile-danger-color);}
/* ------------------------------- Form- Group Date Range */
.form-group-date-range{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-label-date-range{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 500;
  margin-right: 0.5rem;
  color: var(--dashobard-profile-primary-color);
}
.form-control-date-range{
  font-size: 12px;
  font-weight: 400;
  padding: 0.375rem 0.5rem 0.375rem 0.5rem;
  border-radius: 0.5rem;
  color: var(--dashobard-profile-primary-color);
  border: 1px solid var(--dashobard-profile-affiliate-border-color);
}
.form-control-date-range svg{
  margin-left: 0.5rem;
  width: 16px;
  height: 16px;
  max-width: 100%;
  vertical-align: -3px;
}
.daterangepicker{
  --daterangepicker-primary-color: #253D4E;
  --daterangepicker-border-color: #DADADA;
  --daterangepicker-button-bg-primary-color: #1737C9;

  font-family: 'Inter', sans-serif;
  border-radius: 10px;
  border-color: var(--daterangepicker-border-color);
}
.daterangepicker td.in-range{background-color: #EFF1FF;}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: var(--daterangepicker-button-bg-primary-color);
}
.daterangepicker .btn-primary{
  background-color: var(--daterangepicker-button-bg-primary-color);
  border-color: var(--daterangepicker-button-bg-primary-color);
}
.daterangepicker .ranges li.active{
  background-color: var(--daterangepicker-button-bg-primary-color);
}
/* ------------------------------- Form - Form Group Normal */
.form-group-normal{

}
.form-group-normal .form-label{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--dashobard-profile-primary-color);
}
.form-group-normal .form-control{
  font-size: 12px;
  height: 37px;
  font-weight: 400;
  border-radius: 0.5rem;
  color: var(--dashobard-profile-primary-color);
}
.form-group-normal .form-check-group{
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-group-normal .form-check-label{
  font-size: 12px;
  font-weight: 400;
  color: var(--dashobard-profile-primary-color);
}
.form-group-normal .choices__inner {
  min-height: 37px;
  font-size: 12px;
  background-color: #FFFFFF;
  border-color: #ced4da;
  border-radius: 0.5rem;
}
.form-group-normal .is-open .choices__inner {
  border-color: #86b7fe;
  border-radius: 0.5rem 0.5rem 0 0;
}
.form-group-normal .is-flipped .choices__inner {
  border-radius: 0 0 0.5rem 0.5rem !important;
}
.form-group-normal .choices__list--single {
  padding-top: 0;
  padding-bottom: 0;
}
.form-group-normal .choices__input,
.form-group-normal .choices__list--dropdown .choices__item,
.form-group-normal .choices__list[aria-expanded] .choices__item {
  font-size: 12px;
  font-weight: 500;
  height: 37px;
}
.form-group-normal .choices__list--dropdown, .choices__list[aria-expanded],
.form-group-normal .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list{
  border-radius: 0px 0px 0.375rem 0.375rem;
}
.form-group-normal .select2-container .select2-selection--single{
  height: 37px;
}
.form-group-normal .select2-container--default .select2-selection--single{
  border-color: #ced4da;
  border-radius: 0.5rem;
}
.form-group-normal .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px;
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 400;
  font-size: 12px;
  color: #6c758e;
}
.form-group-normal .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px;
}
.form-group-normal .form-check-default .form-check-input{
  width: 1.375em;
  height: 1.375em;
  margin-top: 0.175em;
}
.form-group-normal .form-check-default .form-check-label{
  font-size: var(--dashobard-profile-fbase-size);
  padding-left: 0.25rem;
  color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Form - Form Group Normal */
.form-check-detail-image{

}
.form-check-detail-image .form-label{
  margin: 0px 0.5rem 0.25rem 0px;
  font-size: 12px;
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
  vertical-align: 13px;
}
.form-check-detail-image .form-check{padding: 0px;}
.form-check-detail-image .form-check-inline{margin-right: 0.25rem;}
.form-check-detail-image .form-check .form-check-input{display: none;}
.form-check-detail-image .form-check .form-check-label{
  display: block;
  margin-bottom: 0;
  width: 40px;
  height: 30px;
  padding: 3px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid var(--bs-gray-300);
  border-radius: 0.25rem;
  transition: all 0.5s ease;
}
.form-check-detail-image .form-check .form-check-label img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.form-check-detail-image .form-check .form-check-input:checked + .form-check-label{
  color: var(--bs-white);
  border-color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Dashboard Profile Pagination  */
.dashboard-profile-pagination{
  margin-top: 0.5rem;
}
.dashboard-profile-pagination .pagination{
  justify-content: end;
  gap: 0.5rem;
}
.dashboard-profile-pagination .page-link{
  border-radius: 0.25rem;
  padding: 0px;
  font-size: 12px;
  line-height: 1.9;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 500;
  color: var(--dashobard-profile-affiliate-color);
}
.dashboard-profile-pagination .page-item.active .page-link,
.dashboard-profile-pagination .page-item .page-link.active{
  background-color: var(--dashobard-profile-primary-color);
  border-color: var(--dashobard-profile-primary-color);
}
/* ------------------------------- Modal Profile User  */
.modal-profile-user{
  --dashobard-profile-primary-color: #253D4E;
  --dashobard-profile-dark-primary-color: #22396D;
  --dashobard-profile-danger-color: #FF0000;
  --dashobard-profile-color: #9C939D;
  --dashobard-profile-border-color: #F0EEF0;
  --dashobard-profile-fbase-size: 14px;
  --dashobard-profile-affiliate-connect-bank-color: #545454;
  --dashobard-profile-affiliate-badge-widthdraw-money: #EFF3FF;
}
.modal-profile-user::before{
  background-color: rgba(13, 38, 59, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-profile-user .modal-content{
  border-radius: 1.5rem;
}
.modal-profile-user .modal-header{padding: 0.75rem 1rem 0.5rem;}
.modal-profile-user .modal-title{
  font-size: 16px;
  color: var(--dashobard-profile-primary-color);
}
.modal-profile-user .modal-body{
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: var(--dashobard-profile-fbase-size);
}
.modal-profile-user .modal-footer{padding: 0.5rem 1rem;}
.modal-profile-user .heading-section-title{
  font-size: var(--dashobard-profile-fbase-size);
  font-weight: 600;
  color: var(--dashobard-profile-primary-color);
  margin-bottom: 0.5rem;
}
.modal-profile-user .profile-tab-level .badge-level+a{display: none;}
.modal-profile-user .profile-tab-level .goal-level-wrapper{
  flex-direction: row;
  gap: 0.5rem;
}
.modal-profile-user .profile-tab-level .goal-level-item:nth-child(1){
  flex: 0 0 auto;
  width: 130px;
  margin-bottom: 0px;
}
.modal-profile-user .profile-tab-level .goal-level-item:nth-child(2){
  flex: 0 0 auto;
  width: calc(100% - calc(130px + 0.5rem));
}
.content-modal-withdraw-money{

}
.content-modal-withdraw-money .-title{
  font-weight: 600;
  font-size: var(--dashobard-profile-fbase-size);
  color: var(--dashobard-profile-affiliate-connect-bank-color);
  margin-bottom: 0.5rem;
}
.content-modal-withdraw-money .-limit{
  font-weight: 400;
  font-size: 12px;
  margin-top: 0.25rem;
  color: var(--bs-gray-600);
}
.content-modal-withdraw-money .badge-tax{
  display: flex;
  flex-wrap: wrap;
  background: var(--dashobard-profile-affiliate-badge-widthdraw-money);
  color: var(--dashobard-profile-affiliate-connect-bank-color);
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-size: 12px;
  font-weight: 500;
}
.content-modal-withdraw-money .badge-tax .-label{
  flex: 1;
  overflow: hidden;
}
.content-modal-withdraw-money .badge-tax .-value{
  flex-shrink: 0;
  white-space: nowrap;
}
.content-modal-withdraw-money .badge-condition{
  background: var(--dashobard-profile-affiliate-badge-widthdraw-money);
  color: var(--dashobard-profile-affiliate-connect-bank-color);
  border-radius: 0.375rem;
  padding: 0.5rem;
}
.content-modal-withdraw-money .badge-condition h3{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.content-modal-withdraw-money .badge-condition ul{
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
/* ------------------------------- Card User Bank */
.card-user-bank{
  background: #F1F3FF80;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.card-user-bank .card-body{
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
}
.card-user-bank .user-bank-image{
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
}
.card-user-bank .user-bank-content{
  flex: 0 0 auto;
  width: calc(100% - 45px);
  padding-left: 1rem;
}
.card-user-bank .user-bank-content h3{
  font-weight: 500;
  font-size: var(--dashobard-profile-fbase-size);
  color: var(--dashobard-profile-affiliate-connect-bank-color);
  margin-bottom: 0.25rem;
}
.card-user-bank .user-bank-content p,
.card-user-bank .user-bank-content .number-code{
  font-weight: 400;
  font-size: 12px;
  color: var(--dashobard-profile-affiliate-connect-bank-color);
  margin-bottom: 0px;
}
.card-user-bank .user-bank-content .number-code span{
  font-weight: 500;
  letter-spacing: 2px;
}
/* ------------------------------- Tooltip Inner  */
.tooltip-copy .tooltip-inner .copy-success{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2336BC2F%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-3.97-3.03a.75.75%200%200%200-1.08.022L7.477%209.417%205.384%207.323a.75.75%200%200%200-1.06%201.06L6.97%2011.03a.75.75%200%200%200%201.079-.02l3.992-4.99a.75.75%200%200%200-.01-1.05z%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: var(--bs-white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
  display: inline-block;
  margin-right: 0.25rem;
}
/* ------------------------------- Responsive  */
@media only screen and (max-width:1400px){
  .profile-affiliate-header ul>li>a{
    padding: 0.375rem 0.5rem;
    font-size: 12px;
  }
}
@media only screen and (max-width:1366px){
  .modal-profile-user .modal-header{padding: 1rem 1rem 0.5rem;}
}
@media only screen and (max-width:1200px){
  .profile-affiliate-header ul>li{padding: 0px 0.5rem;}
  .profile-affiliate-header ul>li>a{padding: 0.375rem 0.3125rem;}
  #indicatorMember {
    top: calc(100% + 3px) !important;
  }
}
@media only screen and (max-width:1024px){
  .profile-affiliate-inner.-commission{
    margin-top: 0rem;
  }
}
@media only screen and (max-width:992px){
  .dashboard-profile-wrapper .dashboard-profile-tab{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .dashboard-profile-tab .profile-tab-header{
    margin-bottom: 15px;
    order: 1;
    flex: 1;
    overflow: hidden;
  }
  .dashboard-profile-tab .profile-tab-level{
    order: 2;
  }
  .dashboard-profile-tab .profile-tab-content {
    overflow-x: auto;
    overflow-y: hidden;
    order: 2;
    /* Hide scrollbar for Chrome, Safari and Opera */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .dashboard-profile-tab .profile-tab-content::-webkit-scrollbar {
    display: none;
  }
  .dashboard-profile-tab .profile-tab-content ul{
    display: flex;
    flex-wrap: nowrap;
  }
  .dashboard-profile-tab .profile-tab-content ul>li{
    margin-bottom: 0px;
    flex: 0 0 auto;
    width: auto;
  }
  .dashboard-profile-tab .profile-tab-content ul>li>a{
    padding: 0px 1rem 0.5rem;
  }
  .dashboard-profile-tab .profile-tab-content ul>li.active>a,
  .dashboard-profile-tab .profile-tab-content ul>li:hover>a,
  .dashboard-profile-tab .profile-tab-content ul>li:active>a{
    border-bottom: 2px solid var(--dashobard-profile-primary-color);
  }
  .dashboard-profile-tab .profile-tab-footer{
    border-top: none;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    order: 1;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .dashboard-profile-tab .inner-wrapper-sticky {
    display: flex;
    flex-wrap: wrap;
  }
  #indicatorMember {
    top: calc(100% + 2px) !important;
  }
}
@media only screen and (max-width: 767.98px){
  .user-order-inner .order-heading {
    margin-bottom: 4px;
  }
  .user-order-inner .order-info{
    grid-template-columns: 1fr 120px;
    grid-template-areas:
      ". status"
      ". .";
  }
  .user-order-inner .order-info-item:has(.-status) {
    grid-area: status;
  }
  .user-order-inner .order-info-item .-label,
  .user-order-inner .order-info-item .-content,
  .user-order-inner .order-heading .-view-detail{
    font-size: 12px;
  }
  .user-order-inner .order-info-item .-status{
    padding: 0.25rem 1rem;
    border-radius: 0.5rem;
  }
  .card-user-address-item .-content,
  .card-user-address-item .-action{
    width: calc(100% - 25px);
    text-align: left;
    padding: 0px 0rem 0px 1rem;
  }
  .card-user-connect-bank-item .-content{
    width: calc(100% - 50px);
  }
  .profile-affiliate-header ul {
    justify-content: start;
  }
  .affiliate-bank-connect .bank-connect-inner {
    flex-wrap: wrap;
  }
  .affiliate-bank-connect .bank-connect-inner .-list-status {
    width: unset;
  }
  .dashboard-profile-content .profile-content-header h3,
  .dashboard-profile-content .profile-content-header .sub-title{font-size: 14px;}
  .overview-affiliate-item .sum-affiliate-inner .sum-affiliate-content .-label,
  .overview-affiliate-item .sum-affiliate-inner .sum-affiliate-content .-goal{font-size: 12px;}
  .overview-affiliate-item .sum-affiliate-inner{align-items: flex-start;}
  .overview-affiliate-item .-value{margin-top: -0.375rem;}
  .dashboard-profile-tab .profile-tab-content ul>li>a,
  .profile-content-header .profile-content-header-filter ul>li>a{font-size: 12px;}
  .dashboard-profile-tab .profile-tab-content svg, .dashboard-profile-tab .profile-tab-footer svg{
    font-size: 12px;
    width: 17px;
    height: 17px;
  }
  .shop_order_box .order_details, .shop_order_box .order_tracking{
    padding: 40px 15px 35px;
  }
  .modal-profile-user .profile-tab-level .goal-level-wrapper{flex-direction: column;}
  .modal-profile-user .profile-tab-level .goal-level-item:nth-child(1),
  .modal-profile-user .profile-tab-level .goal-level-item:nth-child(2){width: 100%;}
}
@media only screen and (min-width: 768px){
  .member-profile > ul > li > *:first-child {flex: 1.5;}
  .member-profile > ul > li > *:last-child {flex: 2;}
  .member-profile .overview-affiliate-item {width: 40%; max-width: 305px;}
}
@media only screen and (max-width: 360px){
  .user-order-inner .order-info{
    row-gap: 0.25rem;
    grid-template-columns: 1fr 50%;
  }

  .user-order-inner .order-info-item .-label,
  .user-order-inner .order-info-item .-content,
  .user-order-inner .order-heading .-view-detail {
    font-size: 11px;
  }
}
