.input-section { width: 100%; color: #8e9aaf; &.deposit { margin-bottom: 1rem; } } .input-label { color: black; margin-bottom: 0.5rem; } .input-wrapper { display: flex; width: 100%; border: rgb(220, 220, 220) 1px solid; border-radius: 10px; overflow: hidden; } .info-wrapper { display: flex; flex-direction: column; margin: 0 0 2rem 0; div { height: 1.75rem; display: flex; align-items: center; } } .detail-info-wrapper { display: flex; justify-content: space-between; align-items: center; color: #8e9aaf; } .error-message { height: 2rem; width: 100%; color: #3a0ca3; display: flex; justify-content: center; align-items: center; } .info-unit { margin-left: 0.5rem; } .confirm-wrapper { width: 100%; display: flex; justify-content: center; } .confirm { border: none; border-radius: 1000px; width: 75%; height: 2rem; transition: 0.5s all; font-weight: 600; display: flex; align-items: center; justify-content: center; &.ok { background-color: #3a0ca3; color: white; font-size: 1.1rem; } &.not-ok { background-color: #8e9aaf; color: white; font-size: 0.9rem; } } input { border: none; background-color: transparent; } input:focus { outline: none; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }