.wpfrtn-notify {
    position: relative;
    display: inline-block;
}

.wpfrtn-notify__button img{
    width: 24px;
}

.wpfrtn-notify__button {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: none;
    padding: 0;
    background: #e5e9f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpfrtn-notify__button:focus {
    outline: 2px solid #0e91db;
    outline-offset: 2px;
}

.wpfrtn-notify__gift {
    position: relative;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 4px;
}

.wpfrtn-notify__gift::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 20px;
    background: #21c76a;
}

.wpfrtn-notify__gift::after {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    top: 8px;
    height: 2px;
    background: #e0e4ee;
}

.wpfrtn-notify__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 999px;
    background: #ff3b30;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpfrtn-notify__popup {
    position: absolute;
    right: 0;
    top: 48px;
    min-width: 310px;
    max-width: 310px;
    padding: 24px;
    background: #1D222F;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    display: none;
    z-index: 9999;
    min-height: auto;
    padding-top: 14px;
}

.wpfrtn-notify__popup-inner_p{
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    padding-top: 12px;
    opacity: 0.5;
    max-width: 300px;
}

.wpfrtn-notify__popup-inner_t{
    font-size: 16px;
    color: #fff;
}

.wpfrtn-notify__popup_bg{
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position-y: -1px;
    background-position-x: -8px;
}

.wpfrtn-notify--open .wpfrtn-notify__popup {
    display: block;
}

.wpfrtn-notify__popup-inner {
    font-size: 14px;
    color: #111827;
}

.wpfrtn-notify__close {
    margin-top: 12px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 6px;
    border: none;
    background: #e5e9f2;
    color: #111827;
    cursor: pointer;
}

.wpfrtn-notify__close:hover {
    background: #d4d8e5;
}

.wpfrtn-crypto .wpfrtn-notify__popup{
    background: rgb(63, 60, 77) !important;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 45px;
}

.wpfrtn-crypto .wpfrtn-notify__popup_bg{
    background-image: url(../images/Crypto/fortunaFonPrize.png);
    height: 49px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wpfrtn-crypto .wpfrtn-notify__popup_bg{
    height: 49px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wpfrtn-poker .wpfrtn-notify__popup{
    background: #2F90FF url(../images/Poker/pokerAfter.png) no-repeat right top !important;
    background-size: 48px !important;
    padding: 0;
    border-radius: 14px !important;
}

.wpfrtn-poker .wpfrtn-notify__popup_bg{
    height: 40px;
    width: 103%;
    position: absolute;
    top: 92%;
    background-size: cover;
    background-position-x: -4px;
    left: 0;
    background-repeat: no-repeat;
}

.wpfrtn-poker .wpfrtn-notify__popup-inner {
    font-size: 14px;
    color: #111827;
    padding-left: 14px;
    padding-top: 14px;
    z-index: 5;
    position: relative;
    min-height: 110px;
}

.wpfrtn-poker .wpfrtn-notify__popup-inner_p {
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    padding-top: 12px;
    max-width: 270px;
    opacity: 1;
    padding-bottom: 10px;
    padding-top: 5px;
}

.wpfrtn-poker .wpfrtn-notify__popup-inner_t {
    font-weight: 600;
}

.wpfrtn-poker .wpfrtn-notify__button{
    background: none;
}

@media (max-width: 768px) {
    .wpfrtn-notify__popup{
        right: auto;
        left: 0;
    }
}

@media (max-width: 420px) {
    .wpfrtn-notify__popup{
        left: -50px;
    }
}