.cursor-pannel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
}

.cursor-pannel-container {
    width: 1500px;
    max-width: 100%;
    margin-top: 10px;
    background-image: url("/theme/0/icon/pannel.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cursor-pannel-content {
    border-radius: 20px;
    box-shadow: inset 4px 4px 10px 0px rgba(130, 130, 130, 0.25);
    backdrop-filter: blur(50px);
    background: rgba(80, 80, 80, 0.1);
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

    .cursor-pannel-content span {
        text-shadow: 0px 4px 4px rgba(91, 91, 91, 0.25);
    }
