.purchase-package_section {
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
    background-color: #f5f5f7;
    position: relative;
}

.title-for-teams-packages > .title-packages {
    margin: 10px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 38px;
    font-family: 'Semibold';
    color: #0C2737;
}
.title-for-teams-packages > .title-packages > span{
    font-style: italic;
    font-family: 'Golbal_color/Golbal_Typography/DM Sans' !important;
    font-size: 32px;
    color: #0C2737;
}

.title-for-teams-packages > .title-notice-packages {
    font-weight: 400;
    color: #434B56;
}

.image-part {
    width: 50%;
    padding: 30px;
    float: left;
    text-align: right;
}
.image-part > img {
    width: 530px;
    height: auto;
    background-color: #f5f5f7;
    
}
.content-part {
    text-align: left;
    width: 50%;
    padding: 30px;
    float: right;
    border-radius: 2px;
}
.content-part .title-content-part {
    font-size: 38px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.content-part .body-content-part {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}


.body-content-part ul li {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}
.body-content-part ul {
    width: 50%;
    display: block;
}
.benifit-purchase {
    margin: 20px;
    position: relative;
}
/* 
.benifit-purchase ul.left-part {
    display: block;
    float: left;
    margin: 20px;
} */
.benifit-purchase ul.right-part {
    float: right;
    margin-left: 20px;
} 
.benifit-purchase li {
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}
.btn-start {
    background-color: Black;
    color: White;
    width: 100%;
    border-radius: 20px;
    box-shadow: #434B56;
    padding: 20px;
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* Vùng chứa Stripe card element */
#card-element {
    /* background: #fff;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease-in-out; */
    height: 50px;
  width: 100%;
  opacity: 1;
  border-radius: 6px;
  padding: 10px 12px;
  border: 1px solid #ebeced;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; 
  }
  
  #card-element.StripeElement--focus {
    border-color: #3b82f6;
  }
  
  #card-element.StripeElement--invalid {
    border-color: #ef4444; 
  }
  
  #card-element.StripeElement--webkit-autofill {
    background-color: #f3f4f6 !important;
  }
  
  #card-errors {
    color: #ef4444;
    margin-top: 8px;
    font-size: 14px;
  }
  