/* icon nagishLi design*/
#NagishLiTrigger {
    bottom: 20px;
    /* top:10px; */
    right: none;
    left: 5px;
    transform: scale(0.7, 0.7);
    filter: grayscale(100%);
    overflow-y: hidden;
}

/* scroller */
::-webkit-scrollbar {
    width: 10px;
    background: var(--darkBlueColor)
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    /* border: solid 1px rgb(255, 255, 255); */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background:  rgba(226, 16, 69, 0.308);
    border-radius: 10px;
    border: solid 1px var(--white);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(197, 25, 68);
}
