/* mobile */

@media (max-width: 767px) {
    .currency-tron-logo {
        height: 25px;
        width: 25px;
    }
}


/* laptop */

@media (min-width: 1200px) {
    .currency-tron-logo {
        height: 34px;
        width: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .currency-tron-logo {
        height: 30px;
        width: 25px;
    }
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}