.disabled, .disabled:hover {
    cursor: default;
    opacity: .45!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    pointer-events: none!important;
}
.product{
    height: 330px;
}
.pre-formatted {
    white-space: pre-wrap; /* 👈 this is the important part */
    border: 1px dotted;
    padding: 1rem;
}

.btn-deposit-amount {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 15px 0;
    line-height: 10px;
    cursor: pointer;
}
.deposit-btn .btn-deposit-amount {
    width: 50px;
    margin-bottom: 10px;
    line-height: 10px;
}
[v-cloak] {
    display: none;
}
.success-heading h5 {
    font-weight: 300;
    color: #43b055;
    margin-bottom: 10px;
}