html {
    font-size: 14px;
    font-family: 'Roboto Mono'
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Roboto Mono';
   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px !important;
    user-select: none;
    -webkit-user-select: none;
}
