<style>
.menu-gun {
/*width: 14%;*/
margin-right: 5px;
min-height: 100px;
min-width: 120px;
max-width: 240px
}
.hata {
border: 1px solid red;
}
.ozet {
display: inline-block;
position: fixed;
width: 400px;
height: auto;
right: 20px;
bottom: 20px;
z-index: 9000;
opacity: 90%;
}
.ozet-left {
left: 10px;
right: auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
</style>