.btn, .cursor-pointer {
    cursor: pointer;
}
.screen-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    z-index: 1000;
}
.highlight-ele {
    position: relative;
    z-index: 1001!important;
    box-shadow: 0px 0px 5px 5px #c9d200!important;
}
.message-element {
    position: absolute;
    z-index: 1001;
    max-width: 300px;
    transition: all .5s;
}
