.npy_mod_113 {
    background: #d9ffdb;
    color: #173e16;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 9px;
    border-radius: 7px;
    font-size: 14px;
}

.npy_mod_113 a{
    color: #173e16;
    text-decoration: none;
}

.npy_mod_113:hover {
background: #c0e8c2;
cursor: pointer;
}

.npy_mod_113 i{
    color: #173e16;
    transform: translateY(2px) rotate(-45de);
}

