.avater {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    overflow: hidden;
}

.lz-align-right {
    float: right;
}


.lz-img-container {
    width: 220px;
    float: left;
    display: inline-block;
}

.sm\:mb-4 {
    margin-bottom: 1rem;
}

.avater img {
    width: 100%;
}

.member-zone-container {
    width: 100%;
}

.myInformation-container {
    position: relative;
    width: 250px;
    /* margin: 100px auto; */
    user-select: none;
}

.myInformation-container:focus {
    outline: none;
}

.lz-menu-list {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    line-height: 2;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.myInformation-container:focus .lz-menu-list {
    display: block;
}

.lz-menu-button {
    /* background: rgba(64, 158, 255); */
    /* color: #fff; */
    /* text-align: center; */
    /* line-height: 2.5; */
    border-radius: 4px;
    cursor: pointer;
}

.lz-menu:hover {
    background: rgb(249 200 16);
    cursor: pointer;
    padding: 0 4px;
}

.bg-red-default {
    background-color: #D0021B;
}

.ml-5 {
    margin-left: 2rem;
}

.btnRound-black-thin {
    border-width: 1px;
    --tw-border-opacity: 1;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.calendar {
    min-width: 514px;
    user-select: none;
}

.calendar-row {
    width: 98%;
    margin: auto;
}

.calendar-row div {
    width: 50px;
    margin: 10px 10px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.message-box {
    margin: 10px;
    padding: 30px;
    background-color: white;
}

.scrollBox {
    margin-right: 20px;
    overflow-y: auto;
}

.calendar-event-item {
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    padding: 20px;
    cursor: pointer;
    margin: 10px;
}

.arrow-left,
.arrow-right {
    cursor: pointer;
}

.bg-round-grey {
    color: #7e7e7e;
}
.bg-round-blue {
    background-color: #D4E2FF;
    color: white;
}

.bg-round-green {
    background-color: #09AC1D;
    color: white;
}

.h-\[500px\] {
    height: 500px;
}

.h-\[60px\] {
    height: 60px;
    overflow: hidden;
}

.w-\[275px\] {
    width: 275px;
}

.course-container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.myInformation {
    width: 948px;
    margin: auto;
}

.registration {
    width: 948px;
    margin: auto;
}

.my-information-row {
    margin: 50px;
    display: flex;
}

.my-information-title {
    display: inline-block;
    width: 100px;
    color: #6E6E6E;
}

.my-information-title-long {
    display: inline-block;
    width: 240px;
    color: #6E6E6E;
}

.w-2\/4 {
    width: 50%;
}

.contact-card {
    width: 430px;
    /* height: 748px; */
    margin-left: 30px;
    position: relative;
}

.btnRound-light-orange {
    background-color: rgb(255 242 207);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.consultation-title {
    text-align: center;
    font-size: 32px;
    /* height: 87px; */
    line-height: 40px;
}

.consultation-content {
    width: 322px;
    margin: auto;
}

.consultation-btn {
    width: 175px;
    margin: 20px auto;
    text-align: center;
}

.avatar-card {
    width: 161px;
    margin-left: 40px;
    margin-bottom: 61px;
    text-align: center;
}

.cursor_pointer {
    cursor: pointer;
    padding: 10px;
    line-height: 10px;
    user-select: none;
}

.lz_avatar {
    width: 160px;
    height: 160px;
}

.avatar-container {
    max-width: 850px;
    margin: 0 auto;
}

.el-pagination.is-background .el-pager li {
    background-color: white !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: rgb(249 200 16) !important;
    color: white !important;
}

.el-pagination.is-background .el-pager li:hover {
    color: rgb(249 200 16) !important;
}

.btn-next,
.btn-prev {
    background-color: white !important;
}

.calendar-container {
    display: flex;
    flex-wrap: wrap;
}

.scrollBox {
    width: 50%;
}

.activeDay {
    border: 2px solid #979797;
}

.el-dialog__headerbtn {
    font-size: 30px !important;
    top: 10px !important;
    right: 10px !important;
}

.registForm {
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}
.service-container{
    margin-top: 25px;
}
.profile-know-method{
    width: 300px;
}
.profile-profession-text{
    width: 200px !important; 
}
.el-table th.el-table__cell>.cell{
    color: #000;
}
.meetingRecord-title{
    position: relative;
}
.icon-error-right{
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
}
.qrcode-img, .barcode-img{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border: 1px solid;
    margin-bottom: 20px;
}
.barcode-img{
    padding: 10px;
}
.el-dialog{
    border-radius: 30px !important;
}
@media screen and (max-width: 430px) {
    .registForm {
        margin-top: 15px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .scrollBox {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .calendar {
        zoom: 0.65;
    }

    .scrollBox {
        width: 100%;
    }

    .contact-card {
        margin: 12px;
    }

    .myInformation {
        width: auto;
        margin: auto;
    }

    .registration {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }

    .avatar-container {
        max-width: 250px;
    }

    .lz_avatar {
        width: 100px;
        height: 100px;
    }

    .avatar-card {
        width: auto;
        margin-left: 20px;
        margin-bottom: 40px;
        text-align: center;
    }

    .sm\:w-3\/5 {
        width: 55%;
    }

    .sm\:mb-4 {
        margin-bottom: 6px;
    }

    .sm\:mb-1rem {
        margin-bottom: 1rem;
    }

    .message-box {
        padding: 5px !important;
        margin: 0 !important;
        background-color: white;
    }

    .lz-img-container {
        width: 220px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .mobile-mt-2 {
        margin-top: 10px;
    }

    .sm\:w-100 {
        width: 100%;
    }

    .sm\:align-right {
        float: right;
    }

    .sm\:center {
        float: none;
        width: 200px;
        margin: 0 auto;
    }

    .avater {
        width: 50px;
        height: 50px
    }

    .lz-align-right {
        float: none;
        display: block;
        text-align: right;
    }

    .lz-menu-container {
        overflow: hidden;
        width: 200px;
        margin: 0 auto 10px auto;
        background-color: rgb(249, 200, 16);
        font-family: Arial;
        border-radius: 20px;
    }

    .lz-menu-container a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    .lz-menu-dropdown {
        float: left;
        overflow: hidden;
        width: 100%
    }

    .lz-menu-dropdown .lz-menu-dropbtn {
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        border: none;
        outline: none;
        /* color: white; */
        font-weight: bold;
        padding: 14px 16px;
        background-color: inherit;
    }

    .lz-menu-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .lz-menu-dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .lz-menu-dropdown-content a:hover {
        background-color: rgb(249, 200, 16)
    }

    .lz-menu-show {
        display: block;
    }
}