.register_form h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.register_form p {
    color: #696f79;
    margin-bottom: 20px;
}

.register_form .form-group {
    margin-bottom: 24px;
    text-align: left;
}

.register_form .form-group label {
    display: block;
    margin-bottom: 15px;
    color: #696f79;
    font-weight: 500;
}

.register_form input[type="text"],
.register_form input[type="email"] {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #8692a6;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    min-height: 48px;
    box-sizing: border-box;
}

.register_form input[type="text"]:focus,
.register_form input[type="email"]:focus {
    border-color: #1565D8;
    box-shadow: 0 4px 10px 3px #0000001c;
}

.register_form .checkbox {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.register_form .checkbox input {
    margin-right: 10px;
}

.register_form .checkbox label {
    color: #696f79;
    font-weight: 400;
}

.register_form button,
.register_form .activeSuccess {
    width: 100%;
    padding: 12px;
    background-color: #730A8A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3sease;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-weight: bold;
}

.register_form button:hover {
    background-color: #730A8A;
}

.register_form h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.register_form p {
    color: #696f79;
    margin-bottom: 20px;
}

.register_form .form-group {
    margin-bottom: 24px;
    text-align: left;
}

.register_form .form-group label {
    display: block;
    margin-bottom: 15px;
    color: #696f79;
    font-weight: 500;
}

.register_form input[type="text"],
.register_form input[type="email"] {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #8692a6;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3sease;
    min-height: 35px;
    box-sizing: border-box;
    height: 52px;
}

.register_form input[type="text"]:focus,
.register_form input[type="email"]:focus {
    border-color: #1565D8;
    box-shadow: 0 4px 10px 3px #0000001c;
}

.register_form .checkbox {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.register_form .checkbox input {
    margin-right: 10px;
}

.register_form .checkbox label {
    color: #696f79;
    font-weight: 400;
}

.register_form button {
    width: 100%;
    padding: 12px;
    background-color: #730A8A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-height: 44px;
}

.register_form button:hover {
    background-color: #0056b3;
}

.register_form .or,
#otp-login-form .or {
    position: relative;
    margin: 20px 0;
    color: #BABABA;
    text-align: center;
}

.register_form .or::before,
.register_form .or::after,
#otp-login-form .or::before,
#otp-login-form .or::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #F5F5F5;
}

.register_form .or::before,
#otp-login-form .or::before {
    left: 0;
}

.register_form .or::after,
#otp-login-form .or::after {
    right: 0;
}

.register_form .google-btn,
#otp-login-form .google-btn {
    width: 100%;
    padding: 12px;
    background-color: #ffffff;
    color: #333;
    border: 0px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.08);
}

.register_form .google-btn:hover,
#otp-login-form .google-btn:hover {
    background-color: #f8f9fa;
}

.register_form .google-btn img,
#otp-login-form .google-btn img {
    width: 20px;
    margin-right: 10px;
}

.register_form,
#otp-login-form {
    width: 475px;
    margin: 0 auto;
    margin-top: 25px;
}

.register_form .btn_register {
    width: 426px;
    height: 64px;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 3px #0000001C;
    font-family: "Inter", Sans-serif;
}

.register_form button,
input[name='otp_code'] {
    height: 52px;
}

.checkbox_login {
    text-align: center;
}

.checkbox_login p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

.checkbox_login p a {
    color: #1565D8;
    font-weight: 500;
}

.hidden {
    display: none;
}

.user-logged-in h3 {
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36.31px;
    letter-spacing: 0%;
    color: #000;
}

.user-logged-in p {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
    color: #8692A6;
}

#otp-login-form input {
    width: 426px;
    height: 64px;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 3px #0000001C;
    font-family: "Inter", Sans-serif;
}

#otp-login-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
    font-family: "Inter", Sans-serif;
    margin-bottom: 15px;
}

#otp-login-form #btn {
    background: #730A8A;
    color: #fff;
    border: none;
    font-weight: bold;
}

#otp-login-form {
    width: 420px;
    margin: 0 auto;
    margin-top: 20px;
}

.logo-upload-container {
    width: 70%;
}

.quenmk {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 17px;
    color: #696F79;
}

.post_dk {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #8692A6;
}

.post_dk a {
    color: #1565D8;
    font-weight: 500;
}

.popup_form_dien_thong_tin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#taikhoan {
    cursor: pointer;
}

.form-group.avatar img {
    cursor: pointer;
}

.close_popup {
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

.form_dien_thong_tin {
    width: 1064px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    overflow-y: scroll;
    max-height: 797px;
}

* {
    font-family: "Open Sans", Sans-serif;
}

.dien_thong_tin h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dien_thong_tin p {
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.avatar img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100% !important;
}

.avatar p {
    font-size: 15px;
    line-height: 21.45px;
    letter-spacing: 0%;
    text-align: center;
    color: #828282;
    font-weight: bold;
    cursor: pointer;
}

.form-group.avatar {
    text-align: center;
}

.flex_thongtin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.flex_thongtin .form-group {
    width: 50%;
}

.form-group h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 21.45px;
    margin-bottom: 50px;
}

.field-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 22px;
}

.field-item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21.45px;
    letter-spacing: 0%;
    width: 30%
}

.field-item input {
    width: 70%;
}

.field-item input {
    background: #DFDFDF;
    border: none !important;
    border-radius: 13px;
    margin-left: 32px;
    border-radius: 12px !important;
}

.flex_thongtin {
    position: relative;
}

.flex_thongtin::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    bottom: 0px;
    width: 1px;
    /* height: 378px; */
    background-color: #DFDFDF;
}

.btn_action {
    text-align: end;
}

.btn_action button {
    border-radius: 19px;
    width: 150px;
}

.btn_cancel {
    font-weight: 700;
    font-size: 15px;
    line-height: 21.45px;
    letter-spacing: 0%;
    text-align: center;
    color: #131314;
}

.btn_save {
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 21.45px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff !important;
    background-color: #730A8A !important;
    border: 1px solid #730A8A !important;
}

#form_dien_thong_tin {}

.post_dk a:hover {
    color: #1565D8 !important;
    font-weight: 500 !important;
}

.checkbox_login a:hover {
    color: #1565D8 !important;
    font-weight: 500 !important;
}

.temp-profile {
    background: #f4f4f4;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.temp-profile .profile_block {
    width: 393px;
    background: #323C67;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.bg_profile_head svg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
}

.profile_block .avatar {
    text-align: center;
    z-index: 5000;
    /* display: inline-block; */
    position: relative;
}

.information {
    margin-top: 5px;
    margin-bottom: 30px;
}

.information_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.information h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat", serif;
    color: #fff;
    margin-bottom: 5px;
}

.information span {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #2298C3;
    font-size: 15px;
}

.thongtin_ca_nhan_item p {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", serif;
    margin-bottom: 0px;
}

.ket_noi_item {
    text-align: center;
    margin-top: 49px;
    font-family: "Montserrat", serif;
}

.ket_noi_item a {
    font-family: "Montserrat", serif;
    background: #C9A3E3;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 10px;
    /* font-family: Montserrat; */
    font-weight: 700;
    font-size: 15px;
    line-height: 14.63px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.thongtin_ca_nhan_item svg {
    margin-right: 7px;
}

.thongtin_ca_nhan_item {
    margin-bottom: 10px;
}

.right_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-profile {
    position: relative;
}

.right_header_item {
    position: absolute;
    left: 20px;
}

.title_header h4 {
    margin: 0px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 18.29px;
    letter-spacing: 0%;
    text-align: center;
    padding: 14px 0px;
}

.thanh_vien_moi_item {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.thanh_vien_moi_item_user {
    width: calc(20% - 24px);
    box-shadow: 0px 0px 0px 1px #8C8C8C33;
    border-radius: 10px;
    padding: 15px;
}

.image_avatar {
    text-align: center;
}

.image_avatar img {
    width: 78px;
    height: 78px !important;
    object-fit: cover;
    border-radius: 100% !important;
}

.info_user h4 {
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.company p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #00000099;
}

.ketnoi a {
    background: #713CA1;
    color: #fff;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ketnoi svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.ketnoi svg path {
    fill: #fff;
}

li {
    list-style: none !important;
}

.popup_ket_noi {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000063;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_ket_noi_item {
    background: #fff;
    width: 638px;
    height: 377px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popup_ket_noi_item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin: 25px 0px;
}

.popup_ket_noi_item a {
    background: #730A8A;
    color: #fff;
    font-weight: bold;
    padding: 12px 47px;
    border-radius: 10px;
}

.list-events {
    display: flex;
    flex-wrap: nowrap;
    gap: 35px;
}

.list-events .event-item {
    width: calc(25% - 25px);
    border-radius: 15px;
}

.event-item {
    border: 0.5px solid #8C8C8CC2;
    border-radius: 10px;
}

.event-item img {
    width: 100%;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    height: 120px !important;
    object-fit: cover;
}

.event-item-content h3,
.event-item-content p {
    margin: 0px;
}

.event-item-content {
    padding: 18px;
    margin-top: -10px;
}

.event-item-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    font-family: "Open Sans", Sans-serif;
    height: 27px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #000;
}

.code-container {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px dashed #ccc;
}

.code-text {
    font-weight: bold;
    color: #fff;
    font-family: monospace;
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: #666;
    transition: color 0.2s;
}

.copy-btn:hover {
    color: #2c5aa0;
}

.copy-btn:active {
    transform: scale(0.95);
}

.event-item-content p {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-item-content p svg {
    margin-right: 10px;
    width: 16px;
    color: #fff;
}

.event-item-content p>span {
    background: #C00F0FBA;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 10px;
}

#uudai {
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #8C8C8C;
    text-align: center;
    justify-content: center;
}

a:hover {
    color: #fff !important;
}

.profile-image img {
    width: 101px;
    height: 101px;
}

.premium-card-box {
    text-align: center;
    margin: 20px 0px;
}

.company span {
    height: 18px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.thongtin_ca_nhan h4 {
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.list_header {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.list_header a {
    color: #0073B1;
    font-size: 16px
}

.list_header a:hover {
    color: #0073B1 !important
}

.menu-dashboard-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.menu-dashboard-mobile svg {
    width: 26px;
    height: 26px;
}

.google-btn:hover {
    color: #000 !important;
}

.profile-card {
    width: 350px;
    background-color: #2b3967;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: white;
    padding-bottom: 30px;
}

.profile-header {
    position: relative;
    padding-top: 30px;
}

.profile-image-container {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Clip-path tạo hình lục giác với góc dưới cùng bị cắt */
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.back-button {
    display: none !important;
}

.email-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: #333;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.profile-info {
    padding: 20px 15px;
}

.profile-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.profile-title {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.thongtin_ca_nhan_item a {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .thanh_vien_moi_item_user {
        width: calc(50% - 5px);
    }
    .temp-profile .profile_block {
        width: 100%;
        height: 100vh;
        padding-top: 70px;
    }
    .thongtin_ca_nhan_item p {
        font-size: 16px;
    }
    .bg_profile_head svg {
        position: absolute;
        top: -15px;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .temp-profile {
        height: auto;
    }
    .thanh_vien_moi_item {
        gap: 10px;
    }
    .list_header a {
        font-size: 13px;
    }
    .list_header {
        gap: 11px;
        padding: 10px;
    }
    .company {
        height: 47px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list-events {
        flex-wrap: wrap;
        gap: 10px;
    }
    .list-events .event-item {
        width: calc(50% - 10px);
    }
    .event-item img {
        height: 81px !important;
    }
    .event-item-content {
        padding: 11px;
    }
    .event-item-content h3 {
        font-size: 14px;
    }
    .event-item-content p {
        font-size: 13px;
    }
    .menu-dashboard-mobile-item {
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 9999999;
        background: linear-gradient(to right, #4b1e7d, #3f56a6, #3f7fb6);
        width: 75%;
        padding: 15px;
    }
    .menu-dashboard {
        flex-direction: column !important;
        width: 100%;
        align-items: self-end !important;
        margin-top: 28px;
        justify-content: end !important;
    }
    .menu-dashboard-item a {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
        justify-content: start !important;
    }
    .menu-dashboard-item span {
        color: #fff;
    }
    .logo_mobile h3 {
        color: #fff;
        text-align: end;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .menu-dashboard-item {
        width: 100%;
    }
    .close_btn {
        text-align: right;
    }
    .menu-dashboard-mobile-item {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        opacity: 0;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }
    .menu-dashboard-mobile-item.menu-active {
        opacity: 1;
    }
    /* Add this for a nice backdrop effect */
    .menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }
    .menu-backdrop.active {
        opacity: 1;
        pointer-events: auto;
    }
    .wp-friend-notifications-dropdown {
        width: 354px;
        left: -273px;
    }
    .thongbao-tieude span {
        display: none;
    }
    .ticket-page-wrapper {
        width: 100%;
        padding: 15px;
    }
    #otp-login-form input {
        width: 100%;
    }
    #otp-login-form {
        width: 100%;
    }
    .register_form,
    #otp-login-form {
        width: 100%;
    }
}