.asset-input {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(154, 154, 154, 0.42);
    border-radius: 5px;
    padding: 50px 0;
}

.clear-asset-select {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #f15858;
    border-radius: 0 20% 0 20%;
    color: #f15858;
}

.hideInput {
    visibility: hidden;
    height: 0;
    padding: 0;
    border: 0;
}
