#w0,
#w1 {
    padding-top: 10px;
}

#w0 .text-input-wrapper,
#w1 .text-input-wrapper {
    height: 110px;
}

#w0 input[type="text"],
#w0 input[type="email"],
#w0 input[type="tel"],
#w0 input[type="password"],
#w0 input[type="number"],
#w1 input[type="text"],
#w1 input[type="email"],
#w1 input[type="tel"],
#w1 input[type="password"],
#w1 input[type="number"] {
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

#w0 input[type="time"],
#w1 input[type="time"] {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

#w0 input[type="file"],
#w1 input[type="file"] {
    width: 100%;
    height: 48px;
    line-height: 30px;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

#w0 textarea,
#w1 textarea {
    width: 100% !important;
    line-height: 30px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

#w0 select,
#w1 select {
    width: 100% !important;
    height: 40px;
    line-height: 20px;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

#w0 label,
#w1 label {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}

input[type="time" i]::-webkit-calendar-picker-indicator {
    padding-inline-end: 15px;
}

.form-control:disabled {
    background: #ccc !important;
    cursor: not-allowed;
}

.help-block {
    margin-top: 6px;
    padding-left: 5px;
    color: #EC4561 !important;
    font-size: 13px;
}

.select2-container{
    display: block;
    border-radius: 5px !important;
}

.select2-selection__rendered {
    margin-right: 2rem;
}

.select2-selection__arrow{
    right: 10px !important;
}

.custom-control-label::before{
    border-style: solid;
    border-width: 3px !important;
}

#filename {
    opacity: 0.8;
    font-size: 10px!important;
}

@media only screen and (max-width: 425px) {
    #filename {
        padding-left:0px !important;
        font-size: 11px;
    }
    .select2-results__option {
        font-size: 13px;
    }
}

.input-convenience {
    width: 90%;
    padding-left: 2.5rem;
}

.input-convenience:focus {
    border:none;
    outline: none;
}

.currency-wrapper {
    position: absolute;
    height: 40px;
    left: 10px;
    border-width: 0px;
    border-radius: 5px;
    background-color: #ccc;
}

.currency-wrapper .icon-currency {
    font-family: 'BBLSans05-Medium', sans-serif !important;
    color: #555;
}

.percentage-wrapper {
    position: absolute;
    height: 40px;
    right: 5%;
    border-width: 0px;
    border-radius: 5px;
    background-color: #ccc;
}
.percentage-wrapper .icon-percentage {
    font-family: 'BBLSans05-Medium', sans-serif !important;
    color: #555;
}

.field-accounts-address1,
.field-accounts-address2,
.field-accountowner-owner_address1,
.field-accountowner-owner_address2,
.field-accountcompanypic-pic_address1,
.field-accountcompanypic-pic_address2,
.field-register-owner_address1,
.field-register-owner_address2,
.field-register-owner_identity_address1,
.field-register-owner_identity_address2,
.field-register-pic_address1, 
.field-register-pic_address2,
.field-register-company_address1, 
.field-register-company_address2,    
.field-register-address1,
.field-register-address2 {
    margin-bottom: .15rem;
}

.field-datamerchant-address1,
.field-datamerchant-address2 {
    margin-bottom: .2rem;
}

.show_password{
    color:rgb(136, 136, 136);
    background-color: white;
    border: none !important;
    outline:none !important;
}

.show_password:hover{
    color: #0064FF;
}

.text-input-wrapper a strong:hover {
    color: #0064FF;
}

.input-group > input[type="password"] {
    width: 85% !important;
}

.input-group > input[type="text"] {
    width: 85% !important;
}

.browse label {
    margin-bottom: unset;
}

.browse {
    border-radius: 6px;
    border: 1px solid #ccc; 
    max-height: 50px;
}

.kv-form-bs4 .form-group {
    margin-bottom: .4rem !important;
}
.input-daterange {
    margin-bottom: .5rem !important;
}
.input-daterange .input-group-append {
    margin-left: 1rem;
    margin-right: 1rem;
}

.kv-container-from, .kv-container-to {
    padding: 0 !important;
    border: 0 !important;
}

.kv-container-to .form-control, 
.kv-container-to .input-group-prepend > .input-group-text, 
.kv-container-to .input-group-prepend > .btn, 
.kv-container-from .form-control {
    border-radius: 6px !important;
}

.form-control:disabled {
    background: #ffffff !important;
    cursor: not-allowed;
}

.form-control:disabled {
    color: #000000;
}

input:focus {
    outline-width: 0px !important;
}
