.modal{position:fixed;display:flex;align-items:center;justify-content:center;z-index:1000}.modal,.modal-overlay{top:0;left:0;width:100%;height:100%}.modal-overlay{position:absolute;background:rgba(0,0,0,.5)}.modal-content{position:relative;left:60px;background:#fff;padding:50px 20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:1440px;width:70%;z-index:1001;max-height:80%;overflow:auto}.modal-close-button{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:24px;cursor:pointer}.modal__row{display:flex;align-items:center}.modal__row:first-of-type{font-weight:700;margin-bottom:16px}.modal__row:not(:first-of-type){padding:12px 0;cursor:pointer;border-bottom:1px solid #e4e8e8}.modal__row:hover>.modal__item{opacity:1;visibility:visible}.modal__item:first-of-type,.modal__item:nth-of-type(2){width:30%}.modal__item:nth-of-type(3){width:10%}.modal__item:nth-of-type(4){width:15%}.modal__item:nth-of-type(5){width:10%}.modal__item.image{display:flex;align-items:center}.modal__item-image{border-radius:8px;background:#d9d9d9;width:36px;height:36px}.modal__item-name{margin-left:8px;padding-right:8px;max-height:38px;max-width:180px;overflow:hidden}.modal__item-average{color:#0f223f;padding-right:16px}.modal__item__nutri{width:66px;height:33px}.modal__item__nutri img{object-fit:contain;object-position:left}.modal__item-addrecipe{display:flex;justify-content:flex-end;opacity:0;visibility:hidden;transition:.2s}.modal__item-addrecipe>span{background-color:#c0d23c;display:block;width:40px;height:40px;padding:8px;border-radius:999px}.modal__notFound{text-align:center;padding:60px 0}.modal__notFound-title{margin-bottom:12px}.modal__notFound-content{margin-bottom:24px}@media screen and (max-width:992px){.modal-content{left:unset;width:90%;padding:40px 20px;max-height:90%}.modal__row{flex-direction:column;align-items:flex-start;padding:12px 0}.modal__row:not(:first-of-type){flex-direction:row;flex-wrap:wrap}.modal__row:first-of-type{display:none}.modal__item{width:100%;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.modal__item:first-of-type,.modal__item:nth-of-type(2){width:100%}.modal__item:nth-of-type(3),.modal__item:nth-of-type(4){width:unset;margin-right:8px}.modal__item:nth-of-type(5){width:100%}.modal__item.image{display:flex;justify-content:flex-start;margin-bottom:10px}.modal__item-image{width:50px;height:50px}.modal__item-name{max-width:100%;font-size:14px;padding-right:8px}.modal__item__FVS,.modal__item__nutri{text-align:center;font-size:14px;margin-top:5px;width:100%}.modal__item-addrecipe{opacity:1;display:none;justify-content:center;margin-top:15px}.modal__item-addrecipe>span{width:40px;height:40px;padding:8px;border-radius:50%;display:none;justify-content:center;align-items:center}}@media screen and (max-width:768px){.modal-content{left:0}}