<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .selectboxit-container * {
    -webkit-touch-callout: none;
    user-select: none;
    outline: 0; }
  .selectboxit-container .selectboxit {
    width: 100% !important;
    cursor: pointer;
    overflow: hidden;
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 2.5rem;
    background: none;
    padding: 1.05rem 2.5rem .55rem 1.25rem;
    font-size: .8rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px #D9D9D9;
    border-radius: .25rem;
    transition: .2s ease-in-out; }
    @media screen and (max-width: 767px) {
      .selectboxit-container .selectboxit {
        height: 2rem;
        padding: .8rem .5rem .3rem; } }
  .selectboxit-container ~ label {
    background-color: transparent; }
.selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 25rem !important;
  margin: .5rem 0 0;
  padding: 1rem;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 2;
  text-align: left;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 115, 54, 0.1);
  border-radius: .25rem;
  border: 1px solid #D9D9D9; }
  .selectboxit-options .selectboxit-disabled {
    opacity: .3;
    filter: alpha(opacity=3);
    pointer-events: none;
    color: #999; }
  @media screen and (max-width: 767px) {
    .selectboxit-options {
      padding: .5rem; } }
.selectboxit-option {
  margin: 0;
  padding: 0; }
  .selectboxit-option:before {
    display: none; }
.selectboxit:focus {
  outline: none; }
.selectboxit-text {
  text-indent: 0;
  overflow: hidden;
  float: left;
  color: #219239; }
.selectboxit-option-icon-container {
  display: none; }
.selectboxit-arrow-container {
  width: 2.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: none; }
.selectboxit-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.selectboxit-rendering {
  display: inline-block !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }
.selectboxit-btn {
  position: relative;
  z-index: 1; }
.selectboxit-btn.selectboxit-enabled:active, .selectboxit-btn.selectboxit-enabled:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #219239; }
.selectboxit-default-arrow {
  width: .5rem;
  height: .3rem;
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201l4%204%204-4%22%20stroke%3D%22%23007336%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  background-size: .5rem; }
.selectboxit-list {
  background: #fff; }
  .selectboxit-list .selectboxit-option-anchor {
    color: #219239;
    position: relative;
    z-index: 1;
    display: block;
    border: 0;
    margin: 0 0 .5rem; }
  .selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
    color: #4DAA49; }
  .selectboxit-list .selectboxit-selected .selectboxit-option-anchor {
    color: #999; }
  .selectboxit-list .selectboxit-disabled .selectboxit-option-anchor {
    color: #999; }

.dropdown .selectboxit-container {
  width: auto; }
.dropdown .selectboxit {
  height: auto;
  width: auto !important;
  padding: 0 1rem 0 0;
  background: none;
  box-shadow: none;
  border-radius: 0; }
.dropdown .selectboxit-options {
  min-width: 10rem !important; }
.dropdown .selectboxit-btn.selectboxit-enabled:active, .dropdown .selectboxit-btn.selectboxit-enabled:focus {
  box-shadow: none;
  background: none; }
.dropdown .selectboxit-text {
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: none !important; }
.dropdown .selectboxit-arrow-container {
  width: .5rem; }
@media screen and (max-width: 767px) {
  .dropdown .selectboxit-arrow {
    background-size: .4rem auto; } }

/*# sourceMappingURL=jquery.selectBoxIt.css.map */
</pre></body></html>