.overlay.popup_hd_qrchat {
    overflow-y: scroll;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.popup_hd_qrchat .main_popup {
	position: relative;
    top: 100px;
    background-color: white;
    width: 520px;
	max-width: 95%;
    margin: auto;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}	
.popup_hd_qrchat .boxtitle_pp {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
}
.popup_hd_qrchat .title_pp {
	font-size: 18px;
    line-height: 21.6px;
    font-weight: bold;
    text-align: center;
	width: calc(100% - 28px);
}
.popup_hd_qrchat .boxcontent_pp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup_hd_qrchat .item_content_pp {
    display: flex;
    gap: 15px;
    align-items: center;
}
.popup_hd_qrchat .stt_pp {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c5bd4;
    border-radius: 99em;
    color: #fff;
}
.popup_hd_qrchat .txt_pp {
    font-size: 16px;
    line-height: 19px;
	width: calc(100% - 47px);
}
.popup_hd_qrchat .close_pp {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup_hd_qrchat .txt_pp img {
    width: 24px;
    height: 24px;
}
.popup_hd_qrchat .boxqr_download_chat365 img {
    width: 180px;
    height: 180px;
}

.popup_chooseAccount.chooseAccount {
    position: fixed;
    inset: 0px;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: none;
}
.popup_chooseAccount .wapper {
    position: relative;
    top: 100px;
    background-color: white;
    width: 520px;
    margin: auto;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    max-width: 95%;
}
.popup_chooseAccount .auth_form1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.popup_chooseAccount .top {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
}
.popup_chooseAccount .button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.popup_chooseAccount .confirmLogin {
    cursor: pointer;
    border: none;
    min-width: 105px;
    height: 35px;
    background: #4c5bd4;
    border-radius: 6px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.popup_chooseAccount .auth_form1 .top .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #333;
    font-family: Roboto-Medium, sans-serif;
}
.popup_chooseAccount .icon {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_chooseAccount .icon img {
    width: 100%;
}
.popup_chooseAccount .box_select_kt {
    width: calc(100% - 56px - 15px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup_chooseAccount  .boxSelectAcc {
    margin: 0;
    padding: 0;
}
.popup_chooseAccount .select2-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}