[data-fieldname*="account"] .awesomplete ul 
{
    width: 500px;
}

[data-fieldname="reference_doctype"] .awesomplete ul, [data-fieldname="reference_name"] .awesomplete ul, [data-fieldname="loan"] .awesomplete ul 
{
    width: 300px;
}

/* [data-fieldtype="Datetime"] input, [data-fieldtype="Date"] input
{
    background-color: aquamarine;
} */

input[data-fieldtype="Link"][data-target="Account"]
{
    background-color: rgb(186, 239, 238);
}

input[data-fieldtype="Date"],
div[data-fieldtype="Date"].col,
input[data-fieldtype="Datetime"]
{
    background-color: rgb(244, 219, 251);
}

.form-check-input {
    width: 20px !important; 
    height: 20px !important;
}

.action-banner {
    display: none !important;
}