.history-pay-method-img{
    width: 24px;
    height: 24px;
    margin-right: .3rem;
}
.history-pay-method-img img{
    width: 100%;
}
.history-sum{
    font-size: 14px;
    font-weight: 600;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin-left: 10px;
    margin-top: 6px;
    height: 8px;
    width: 8px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.blob.green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

.pulse-infinity{
    animation: pulse-infinity 1.5s ease-in-out infinite alternate;
}
@keyframes pulse-infinity {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(0.95);
    }
}

.online{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.message-container{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 9999;
    transition: opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    max-width: 90%;
}

.message-container.bottom-message{
    top: auto;
    bottom: 20px;
    transform: translateX(-50%) translateY(150%);
}

.message-container.is-visible{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.message-wrapper{
    min-width: 280px;
    max-width: 100%;
    padding: 1rem 1.25rem;
    background: linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 100%);
    border: 3px solid rgba(255, 184, 77, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 184, 77, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    backdrop-filter: blur(10px);
}

.message-wrapper.success{
    border-color: rgba(34, 197, 94, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 25px rgba(34, 197, 94, 0.4);
}

.message-wrapper.success .message-icon{
    color: #22c55e;
    text-shadow: 0 0 15px rgba(34, 197, 94, 0.6);
}

.message-wrapper.danger{
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 25px rgba(239, 68, 68, 0.4);
}

.message-wrapper.danger .message-icon{
    color: #ef4444;
    text-shadow: 0 0 15px rgba(239, 68, 68, 0.6);
}

.message-icon{
    font-size: 1.75rem;
    line-height: 1;
    flex-shrink: 0;
    animation: iconPulse 1.5s ease-in-out infinite;
}

.message-content{
    flex: 1;
    font-size: 0.95rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    word-break: break-word;
    line-height: 1.4;
    text-align: center;
}

.message-content p {
    margin: 0;
    overflow-wrap: break-word;
    text-align: center;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 576px) {
    .message-wrapper {
        min-width: 260px;
        padding: 0.875rem 1rem;
        gap: 0.625rem;
    }
    
    .message-icon {
        font-size: 1.5rem;
    }
    
    .message-content {
        font-size: 0.875rem;
    }
}
.message-wrapper.warning{
    background: rgba(181, 97, 8, 0.9);
    box-shadow: 0px 5px 16px 7px rgb(181 97 8 / 34%);
}
.message-wrapper.info{
    background: rgba(17, 79, 135, 0.9);
    box-shadow: 0px 5px 16px 7px rgb(17 79 135 / 34%);
}
.message-wrapper.success{
    background: rgba(61, 159, 97, 0.9);
    box-shadow: 0px 5px 16px 7px rgb(60 146 91 / 34%);
}

.bottom-navbar{
    position: relative;
    padding: .5rem 1.5rem;
    padding-bottom: 2.5rem;
    font-weight: 600;
}
.bottom-navbar a.bottom-navbar-item{
    position: relative;
    white-space: nowrap;
}
.bottom-navbar a.bottom-navbar-item .label{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-bottom: 0;
}
.bottom-navbar a.bottom-navbar-item .image{
    position: relative;
}
.bottom-navbar a.bottom-navbar-item .image img{
    transition: width .2s ease-in-out;
}
.bottom-navbar a.bottom-navbar-item .image img{
    width: 48px;
}
.bottom-navbar a.bottom-navbar-item:hover .image img{
    opacity: .8;
}

.loader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
}
.loader-wrapper .loader{
    height: 6px;
    background: #4d4d4d;
}
.loader-wrapper .loader.start{
    transition: width .4s ease-in;
}
.loader-wrapper .loader.end{
    transition: width .2s ease-in;
}

.languages-wrapper{
    position: relative;
}
.languages-wrapper .language-variants {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #3b3b3b;
    padding: .5rem .75rem;
    border-radius: 8px;
}

.skiptranslate, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
    display: none;
}