.hidden {
    display: none !important;
}

input[disabled] {
        background-color: #efefef !important;
        opacity: 0.8;
}

input{
    padding-left: 0.25em !important;
}