
        .form-select,
        .form-control,
        textarea {
            color-scheme: dark;
            background-color: #211108 !important;
            color: #ffffff !important;
        }

        .form-select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
            background-repeat: no-repeat !important;
            background-position: right 0.75rem center !important;
            background-size: 16px 12px !important;
        }
    




#hyipmax-demo-bar{
    position:fixed!important;
    right:14px!important;
    bottom:14px!important;
    left:auto!important;
    top:auto!important;
    z-index:2147483646!important;
    width:max-content!important;
    max-width:calc(100vw - 28px)!important;
    height:auto!important;
    margin:0!important;
    padding:8px 10px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    border-radius:999px!important;
    background:rgba(11,15,20,.94)!important;
    color:#fff!important;
    border:1px solid rgba(238,150,1,.45)!important;
    box-shadow:0 8px 24px rgba(0,0,0,.35)!important;
    font:600 12px/1.2 Segoe UI,sans-serif!important;
    pointer-events:auto!important;
}
#hyipmax-demo-bar span{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:140px;
}
#hyipmax-demo-bar a{
    text-decoration:none!important;
    border-radius:999px!important;
    padding:6px 10px!important;
    font:700 11px/1 Segoe UI,sans-serif!important;
    white-space:nowrap!important;
}
#hyipmax-demo-bar .demo-bar-demos{background:#ee9601!important;color:#111!important;}
#hyipmax-demo-bar .demo-bar-exit{background:rgba(255,255,255,.1)!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important;}
