@import 'fonts.css';

html {
    scrollbar-width: none; /* Firefox */
}

body {
    font-family: 'Proxima Nova', sans-serif;
    position: relative;
    box-sizing: border-box;
}

a:hover, a:focus, a:active, a {
    text-decoration: none;
    outline: none;
}

input:hover, input:focus, input:active, input, button:hover, button:focus, button:active, button {
    border: none;
    outline: none;
}

.ui-dropdown div.ui-select {
    padding-top: 7px;
    padding-bottom: 8px;
}

.ui-date-picker .input-group.view2 {
    min-width: 230px;
}

.ui-loading {
    top: 0;
    left: 0;
}

.group-label {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #586174;
}


  .border-line {
    border-bottom: 2px solid #F0F0F0;
  }
  .ui-tags .ui-tags-item .default {
      background-color: #E2CEF3!important;
      color: #6E478F;
  }
  .content-wrap {
    padding: 14px 26px 26px;
    background: white;
  }
  .pre {
    white-space: pre;
  }
  .home-content-wrap {
    max-width: 1100px;
  }
  hr {
    border: 1px solid #F0F0F0;
    border-width: 1px 0 0 0;
  }
  .label {
    color: #586174;
    font-size: 13px;
  }

  .flex-gap-1 >*:not(:last-child){
    margin-right: .25rem;
  }
  .flex-gap-2 >*:not(:last-child){
    margin-right: .5rem;
  }
  .flex-gap-3 >*:not(:last-child){
    margin-right: 1rem;
  }
  .flex-gap-4 >*:not(:last-child){
    margin-right: 1.5rem;
  }
  .flex-gap-5 >*:not(:last-child){
    margin-right: 3rem;
  }

  .ui-dropdown div.ui-select {
    font-size: 18px;
  }
  .filter-content .ui-date-picker .isDateRange {
    padding: 0.375em 0.5em;
  }
/* select */