.dark-layout .form-control[type=file]::-webkit-file-upload-button {
    background-color: #283046;
}

.dark-layout .form-control[type=file]::file-selector-button {
    background-color: #283046;
}

.__ap_enter_binded {
    overflow: hidden;
    height: 32px;
    width: 100%;
    padding: 7px 0px 7px 20px !important;
    outline: none;
}

.line-input .line-actions {
    position: absolute;
    font-size: 11px;
    display: block;
    right: 10px;
    top: 3px;
    color: red;
    cursor: pointer;
}

.line-input {
    position: relative;
}