.stickerModalDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-width: 350px;
    display: none;
    float: left;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    
}
/* .items{
    background-color: rgb(240, 240, 240);
    width:400px;
    height: 300px;
} */
.padding-10{
    padding: 10px;
}
.pointer-sticker{
    cursor: pointer;
}
.select-sticker-image {
    height: 64px;
    width: 64px;
    cursor: grab;
}
.font-weight-normal{
    font-weight: normal;
}
.change-visibility-modal-text-16{
    font-size: 16px;
}
.mt-10{
    margin-top: 10px;
}