/* Write your custom CSS here */

.cust-input-sm {
    height: 30px;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px
}

.uppercase {
    text-transform: uppercase;
}

.roboto-mono-gite {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    
}
