input[name="custompage"] {
    pointer-events: none;
    opacity: 0.6;
}


.page a select{
    pointer-events: none;
    opacity: 0;  
}

.message-content {
    font-size: 16px;
}

.message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(51, 51, 51, 0.2);
    width:320px;
    padding: 10px 0px;
    border-radius: 6px;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
}