@font-face {
  src: url("../fonts/Inter_Regular.ttf");
  font-family: inter-regular;
}

@font-face {
  src: url("../fonts/Inter_Light.ttf");
  font-family: inter-light;
}

@font-face {
  src: url("../fonts/Inter_Bold.ttf");
  font-family: inter-bold;
}

:root {
  --btn-bg-color: #394a75;
  --btn-bg-hover-color: #2ca4ea;
  --btn-text-color: #fff;
  --page-section-title-size: clamp(2.5rem, 10vw, 3rem);
  --page-section-subtitle-size: clamp(1.5rem, 10vw, 2rem);
  --page-section-text-size: clamp(1rem, 8vw, 1.2rem);
}

* {
  box-sizing: border-box;
}

body {
  background-color: #d7d7d7;
  font-family: inter-light;
}

.img-position {
  margin-top: 20vh;
}

.back-btn {
  font-size: clamp(1rem, 4vw, 1.5rem);
  margin-bottom: 3vh;
  margin-top: 3vh;
  text-decoration: none;
  color: white;
  background-color: var(--btn-bg-color);
  padding: 10px 20px;
}

.back-btn:hover {
  background-color: var(--btn-bg-hover-color);
}

.page-section-title {
  font-size: var(--page-section-title-size);
  text-align: center;
}

.page-section-subtitle {
  font-size: var(--page-section-subtitle-size);
  text-align: center;
}

.page-text {
  font-size: var(--page-section-text-size);
  text-align: center;
}

.index-btn-style {
  background-color: var(--btn-bg-color);
  width: 600px;
  max-width: 80vw;
  height: 100px;
  border-radius: 4px;
  color: var(--btn-text-color);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.index-btn-style:hover {
  color: var(--btn-text-color);
  background-color: #263250;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.login-form-style {
  width: 620px;
  max-width: 80vw;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-top: 2vh;
}

.blue-btn {
  width: 620px;
  max-width: 80vw;
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-top: 2vh;
}

.blue-btn:hover {
  color: var(--btn-text-color);
  background-color: var(--btn-bg-hover-color);
}

.pill-container {
  width: 620px;
  max-width: 80vw;
  height: 100px;
  padding: 12px;
  background-color: white;
  margin-top: 2vh;
  border-radius: 4px;
}

.rounded-pill {
  font-size: 14px;
  margin-bottom: 5px;
}

.placeholder-text {
  font-size: 16px;
  color: #abb5be;
}

.textarea-style {
  width: 620px;
  max-width: 80vw;
}

.tall-btn {
  height: 85px;
  font-size: 20px;
}

.half-width-btn {
  width: 300px;
  max-width: 40vw;
}

.red-bg-btn {
  background-color: #b02323;
}

.red-bg-btn:hover {
  background-color: #d90f0f;
}

.green-bg-btn {
  background-color: #43b54f;
}

.green-bg-btn:hover {
  background-color: #005a00;
}

.sheet-box {
  background-color: #fff;
  border-radius: 12px;
  max-width: 80vw;
  width: 620px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sheet-btn {
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  width: 210px;
  height: 35px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0vh;
}

.sheet-part-top-style {
  border-bottom: 2px solid #d7d7d7;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.sheet-pill-padding {
  margin-left: 7px;
  margin-right: 7px;
}

.sheet-part-style {
  border-bottom: 2px solid #d7d7d7;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.sheet-text {
  color: #6c757d;
}

.sheet-part-bottom-style {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.page-link {
  font-weight: bold;
  color: var(--btn-bg-color);
  border-radius: 8px;
}

.page-link:hover {
  color: #fff;
  background-color: var(--btn-bg-color);
}

.page-link:focus {
  color: #fff;
  background-color: var(--btn-bg-color);
  box-shadow: none;
  outline: none;
}

.pagination-padding {
  margin-left: 5px;
}

.sheet-open-box {
  width: 620px;
  max-width: 80vw;
  background-color: #fff;
  text-align: center;
}

.sheet-title {
  background-color: #f8f9fa;
  border-bottom: 1px solid lightgray;
  color: #626262;
  padding: 15px 25px;
}

.sheet-subtitle {
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #6c757d;
}

.sheet-btn-font-size {
  font-size: var(--page-section-text-size);
}

.table {
  border: #fff;
  vertical-align: middle;
}

.table-box {
  width: 620px;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 33px;
  margin-top: 8vh;
  padding: 2%;
}

.first-column-position {
  text-align: center;
}

.table-btn-blue {
  width: 120px;
  max-width: 30vw;
  background-color: var(--btn-bg-color);
  font-size: 20px;
  color: white;
  border: none;
  padding: 5px;
}

.table-btn-blue:hover {
  background-color: var(--btn-bg-hover-color);
  color: white;
}

.table-btn-red {
  width: 120px;
  max-width: 30vw;
  background-color: #b42e2e;
  font-size: 20px;
  color: white;
  border: none;
  padding: 5px;
}

.table-btn-red:hover {
  background-color: #d90f0f;
  color: white;
}

.tab-container {
  width: 630px;
  max-width: 90vw;
}

.tab-btn-style {
  background-color: #fff;
  color: var(--btn-bg-color);
  font-size: var(--page-section-text-size);
  width: 300px;
  max-width: 45vw;
  height: 90px;
}

.tab-btn-style:hover {
  background-color: var(--btn-bg-hover-color);
  color: #fff;
}

.nav-tabs .nav-link {
  background: none;
  background-color: #e7e7e7;
  color: var(--btn-bg-color);
}

.nav-tabs .nav-link:hover {
  background-color: var(--btn-bg-hover-color);
  color: #fff;
}

.nav-tabs .nav-link.active {
  background-color: var(--btn-bg-color);
  color: #fff;
}
.filterspec
  {
    cursor: pointer;
  }

  .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    cursor: pointer;
}
.ui-menu-item:hover
{
  background-color: #0088cc;
}
.ui-menu-item-wrapper
{
  margin-left: 10px !important;
}
.ui-helper-hidden-accessible {

  border: 0;

  clip: rect(0 0 0 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px;
}
