.tippy-popper .ui-focus-container{
    width: 100% !important;

}
.tippy-popper{ 
    position: fixed !important;
    left: 8% !important;
    top: 30% !important;
    transform: inherit !important;
    width: 84% !important;
    width: 84% !important;
}

/* Kiểm tra nếu body có phần tử con với class .tippy-popper */
body:has(.tippy-popper) #app{
    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.view-gift .detail .fixed-bottom{
    bottom: 59px;
}