 

body{ color: var(--text-secondary); position:relative; height: 100%;	min-height:100vh;z-index:9999; font-family: 'Roboto', sans-serif !important; font-weight: normal; font-size: 15px;  margin: 0; }
 
 


::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #777; }
::-webkit-scrollbar-thumb { background: #0b2a41; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover { background: #0b2a41; }
.message:empty { display: none; }
.btnTheme { background: #0c3d54; border: 1px solid #0c3d54; border-radius: 4px; color: #fff; font-size: 15px; line-height: 20px; font-weight: 500; padding: 12px 20px; text-decoration: none; 
transition: all 0.5s ease; text-transform: capitalize; position: relative; overflow: hidden; z-index: 1; }
.btnTheme:hover, .btnTheme:focus { background: #0b2a41; box-shadow: none; border: 1px solid #0b2a41; 
color: #fff; }

@keyframes textclip {
    to { background-position: 200% center; }
}