.blue-darken-4 {
    background-color: #354b81 !important;
}

.blue-darken-4:hover {
    background-color: #e0e0e0 !important;
    color: #354b81 !important;
}

textarea.materialize-textarea:focus{
    border-bottom: 1px solid #354b81 !important;
    box-shadow: 0 1px 0 0 #354b81 !important;
}

textarea.materialize-textarea:focus + label{
    color: #354b81 !important;
}

.input-field input[type=text]:focus+label {
    color: #354b81 !important;

}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #354b81 !important;
    box-shadow: 0 1px 0 0 #354b81 !important;
}

.input-field input[type=email]:focus+label {
    color: #354b81 !important;
}

.input-field input[type=email]:focus {
    border-bottom: 1px solid #354b81 !important;
    box-shadow: 0 1px 0 0 #354b81 !important;

}

input[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #354b81;
    background-color: #354b81;
    top: 6px !important;
}

input[type="checkbox"].filled-in:checked+span:not(.lever)::before {
    top: 6px !important;
}

input[type="radio"].with-gap:checked+span:not(.lever):after {
    border: 2px solid #354b81;
    background-color: #354b81;
}
input[type="radio"].with-gap:checked+span:not(.lever):before {
    border: 2px solid #354b81;
    background-color: #354b81;
}


input[type="checkbox"].filled-in:not(:checked)+span:not(.lever)::after {
    top: 4px !important;
}

.input-field{
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
.input-field input, .select-wrapper input.select-dropdown{
    height: 2.5rem !important;

}
.dropdown-content li > a, .dropdown-content li > span {
    color: #354b81 !important;
    line-height: 18px !important;
    padding: 10px !important;

}
.select-wrapper input.select-dropdown:focus{
    border-bottom: 1px solid #354b81 !important;

}
.mt-15 {
    margin-top: 15px;
}
.gray-color {
    color: #9e9e9e !important;
}

sup{
    color:  #B22222;
}

button#btn_online, button#btn_transfer{
    display: none;
}

button#btn_disabled{
    disabled: disabled;
}

#input_transfer{
    display: none;
    margin-bottom: 15px !important;
}