/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.jconfirm-content {
    font-size: 16px;
    font-weight: 400;
}

.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
    display: none;
}

.blockbox input[type=number]::-webkit-inner-spin-button, 
.blockbox input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}