#c19_notification {
    position: absolute;
    display: block;
    background-color: #DA1984;
    width: 300px;
    z-index: 101;
    right: 20px;
    top: 170px;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

#c19-x {
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#c19-i {
    border: 1px solid;
    border-radius: 10px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    font-size: smaller;
    position: relative;
    top: -1px;
}

#c19-title {
    font-weight: bold;
}

#c19-details {
    font-size: small;
}

#click_area_1 {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#click_area_2 {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#x_click_area {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 10;
}

/* #sp1 {
    margin-top: 125px;
}

#sp2 {
    background-color: #31981f !important;
} */

@media only screen and (max-width: 842px) {
    #c19_notification {
        right: calc(50vw - 150px);
        top: 215px;
        color: #DA1984;
        background-color: white;
    }
}


#nn_notification {
    position: absolute;
    display: block;
    background-color: #DA1984;
    width: 300px;
    z-index: 101;
    right: 20px;
    top: 270px;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

#nn-x {
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#nn-i {
    border: 1px solid;
    border-radius: 10px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    font-size: smaller;
    position: relative;
    top: -1px;
}

#nn-title {
    font-weight: bold;
}

#nn-details {
    font-size: small;
}

#nn_click_area_1 {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#nn_click_area_2 {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#nnx_click_area {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 842px) {
    #nn_notification {
        right: calc(50vw - 150px);
        top: 305px;
        max-height: 80px;
        color: #DA1984;
        background-color: white;
        overflow: hidden;
    }
}


#fsn_notification {
    position: absolute;
    display: block;
    background-color: #DA1984;
    width: 300px;
    z-index: 101;
    right: 20px;
    top: 30px;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

#fsn-x {
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#fsn-i {
    border: 1px solid;
    border-radius: 10px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    font-size: smaller;
    position: relative;
    top: -1px;
}

#fsn-title {
    font-weight: bold;
}

#fsn-details {
    font-size: small;
}

#fsnclick_area_1 {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#fsnclick_area_2 {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#fsn_click_area {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 842px) {
    #fsn_notification {
        right: calc(50vw - 150px);
        top: 75px;
        color: #DA1984;
        background-color: white;
    }

    /* #sp1 {
        margin-top: 0px !important;
    }
    
    #sp2 {
        top: 90px !important;
        color: white !important;
    } */
}