.mask-decimal {
  min-width: 150px !important;
  max-width: 200px !important;
}

body {
  height: 100vh; /* Set the height of the container to full viewport height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.selectize-input{
  max-width: 100%;
}

.selectize-control {
  min-width: 250px;
  width: 100%;
}
