.popMe-container {
    transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    min-height: 14px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 6px solid red;
    line-height: 22px;
    padding: 20px 24px 20px 90px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999;
    box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: auto;
    max-width: 480px;
}

.popMe:before {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(https://ampspeedy.com/images/wins.png);
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: left;
    margin: 15px 0 15px -65px;
    content: " ";
}

.popMe p {
    display: block;
    padding: 5px 0 15px 100px;
    height: auto;
    line-height: 30px !important;
    font-size: 13px;
    font-weight: 400;
    float: left;
}

.popMe p:before {
    content: "BUKTI HADIAH DROPS & WINS !";
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-indent: 20px;
    background-image: url(../img/success.png);
    background-repeat: no-repeat;
    background-position: left 0px top 100%;
    margin-top: -10px;
    height: 20px;
    line-height: 10px;
    width: 100%;
    float: left;
    padding: 10px 0 0 5px;
}

.popMe-container .action {
    background: inherit;
    display: inline-block;
    font-size: inherit;
    text-transform: uppercase;
    color: #1E90FF;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
}

@media(min-width: 640px) {
    .popMe-container {
        min-width: 200px;
        max-width: 480px;
        display: inline-flex;
        margin: 10px;
    }
}

@media(max-width: 640px) {
    .popMe-container {
        width: 100%;
        left: 0;
        right: 0;
        padding: 16px 16px 16px 70px;
        font-size: 12px;
    }

    .popMe:before {
        width: 40px;
        height: 40px;
        margin: 12px 0 12px -55px;
    }

    .popMe p {
        font-size: 12px;
        padding: 4px 0 10px 80px;
    }

    .popMe p:before {
        font-size: 11px;
    }

    .popMe-pos.bottom-center,
    .popMe-pos.top-center {
        left: 0;
        transform: none;
    }
}

.popMe-pos.bottom-center {
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.popMe-pos.bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0;
}

.popMe-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    right: 0;
}

.popMe-pos.top-left {
    bottom: auto !important;
    top: 0;
    left: 0;
}

.popMe-pos.top-center {
    bottom: auto !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.popMe-pos.top-right {
    bottom: auto !important;
    top: 0;
    right: 0;
}
