.PGBET888-fixed-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background: linear-gradient(135deg, #1d003a 0%, #3d007a 40%, #1d003a 100%);
    box-shadow: 0 -2px 12px rgba(40, 0, 80, 0.6);
    outline: none;
    padding: 8px 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(168, 80, 255, 0.25);
}

.PGBET888-fixed-footer a {
    flex-basis: calc((100% - 15px * 6) / 5);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    max-width: 75px;
    font-size: 13px;
    font-family:
    Ubuntu,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.PGBET888-fixed-footer a:hover {
    font-weight: bold;
}

.PGBET888-fixed-footer .center {
    transform: scale(1.5) translateY(-5px);
    background: center no-repeat;
    background-size: contain;
    background-color: inherit;
    border-radius: 50%;
}

.PGBET888-fixed-footer img {
    max-width: 20px;
    margin-bottom: 0;
    max-height: 20px;
}
