.btnImport {
  border-radius: 0.28571rem;
  background: #0e82ad;
  color: #fff;
  width: 90px;
  padding: 2px;
}

.form-control {
  height: 40px;
  font-size: 14px;
  border-radius: 10px;
  padding: 0.3333333333rem 1rem;
  color: #222;
  border: 0.8px solid #a5a4bf;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #0e82ad !important;
  color: #ffffff !important;
}

.ui-autocomplete {
  background: white;
  list-style: none;
}

li:hover {
  cursor: pointer;
}

.caret {
  color: white;
}

.input-group-addon {
  background-color: #0e82ad;
}

.btnsubmit {
  padding: 3px 26px;
  border-radius: 2em;
}

.header {
  max-width: 1300px;
  margin: 0 auto;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
  padding-left: 10px;
  width: 145px;
}
/* IE 6 doesn't support max-height
                                                     * we use height instead, but this forces the menu to always be this tall
                                                     */
* html .ui-autocomplete {
  height: 100px;
}

.ui-autocomplete {
  position: relative;
}

.ui-autocomplete-input {
  padding-right: 30px; /* adjust this value to match the width of the button element */
  box-sizing: border-box;
}

.ui-autocomplete-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px; /* adjust this value as needed */
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.text-left {
  text-align: left;
}

.home .sectionCards li .card .cardHeader span {
  font-size: 16px;
}

.home .sectionCards li .card .cardContent {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 0px 28px;
}

.home .sectionCards li {
  margin: 48px 3px 4px 1px;
  width: 25%;
}

.home .tableSection .dtls .title {
  font-weight: 900;
  font-size: 18px;
}

.home .tableSection .dtls .caption {
  font-size: 16px;
}

.home {
  min-height: 90vh;
  min-height: 100vh;
  position: relative;
  background: #ecf0f5;
  z-index: 0;
}

.btn-accent {
  border-radius: 0.28571rem;
  background: #0e82ad;
  color: #fff;
  width: 90px;
  padding: 2px;
}

.btn-warning {
  margin: 10px;
  background: #e48519;
  color: #fff;
}

body {
  max-width: 1300px !important;
  margin: 0 auto;
  padding: 0 !important;
  /* padding-right: 10px; */
  font-size: 14px;
}
.BdropArea {
  border: 2px dashed white;
  border-radius: 5px;
  background: white;
  text-align: center;
  padding: 20px;
}

  .BdropArea.hover {
    border-color: #333;
  }

.disabled-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.checkbox-label {
  align-items: center;
  line-height: 3;
  display: inline-flex;
}

  .checkbox-label input[type="checkbox"] {
    margin-right: 10px;
  }
