﻿.itemImage {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.hinh-tron {
    width: 35px;
    height: 35px;
    border-radius: 50%; /* Đặt border-radius thành 50% để tạo hình tròn */
    overflow: hidden; /* Loại bỏ phần ngoài phạm vi của hình tròn */
    margin-right: 10px;
}

.hinh-tron img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo hình ảnh được hiển thị đầy đủ trong vùng hình tròn */
}


.w1-shortcut__item {
    text-align: center;
}

/*Longtran 20230119 hiển thị ở list tin nhắn*/
.w1-shortcut__title1 {
    font-size: 12px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.node.male {
    cursor: pointer;
}

.node.female.right-partner {
    cursor: pointer;
}

.node.female.left-partner {
    cursor: pointer;
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    object-fit: contain; /* Đảm bảo hình ảnh không bị bể */
    cursor: zoom-out;
}

/*@media (max-width: 600px) {
    .k-pane-static {
        flex-basis: 100%;
    }
}
*/