
.zsFontClass {
    font-family: 'Roboto', sans-serif;    
}

.zsFormClass {
    background: transparent;
}

#zohoSupportWebToCase textarea, #zohoSupportWebToCase input[type='text'], #zohoSupportWebToCase input[type='date'], #zohoSupportWebToCase select {    
    padding: 10px;
    border: 1px solid #000;    
    color: #000;
}

input[type="submit"], input[type="button"] {
    padding: 10px 20px;
    background: #000;
    color: white;
    cursor:pointer;
}

.wb_FtCon {
    display: none;
}

/* Dark */
.theme-dark { 
    background: #111827;
}


.theme-dark .zsFontClass {
    color: white;
}

.theme-dark input[type="submit"], .theme-dark input[type="button"] {
    padding: 10px 20px;
    background: #000;
    color: white;
    cursor:pointer;
}