.pointer {
    cursor: pointer;
}

.custom-hr {
    margin-top: 8px;
    margin-bottom: 8px;
    height: 1px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.g-1 {
    padding-right: 10px;
    padding-left: 10px;
}

.g-1 > .col,
.g-1 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.full-width-height {
    width: 100%;
    height: 100%;
}

.eoseyes-bp-vote {
    background-color: #81f07f;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #838e996e !important;
}

/*下拉框的动画效果*/
.dropdown-item {
    filter: drop-shadow(0.25rem 0.25rem 0.5rem #0005);
    width: 100%;
    max-width: 14rem;
}

@media (prefers-reduced-motion) {
    .dropdown-item * {
        transition-duration: 0s !important;
        animation-duration: 0s !important;
    }
}

.monospaced {
    font-family: monospace; /* 使用等宽字体 */
}

/* 复制按钮样式 */
.copy-json-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    padding: 2px 5px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 3px;
}
