.snp-popup {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.snp-popup textarea {
    width: 100%;
    height: 60px;
}
.snp-popup button {
    margin-top: 5px;
    float: right;
}
.snp-popup {
    border-radius: 10px;
	border: none
}
.snp-popup textarea {
    font-size: 14px;
    border: solid 3px #f2f2f2;
    border-radius: 10px;
    padding: 10px;
}
.snp-popup textarea:hover,
.snp-popup textarea:focus {
     border-color: black;
}
.snp-popup button {
    padding: 7px 30px !important;
    font-size: 12px;
    font-family: 'Poppins';
    border-radius: 10px;
    background: black;
    color: white;
    border: none
}
.snp-popup button:hover {
    background: #560418;
}
.sm-controls {
    display: flex;
    float: left;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    text-align: right;
}
.sm-controls span.cancel-btn {
    margin-right: 10px;
}
.sm-controls span.cancel-btn:hover {
    text-decoration: underline;
	cursor: pointer;
}