:root {
    --active-color: #72c5d7;
  }
  
  .typeahead-standalone {
    position: relative;
    display: block;
  }
  .tt-input {}
  .tt-hint {}
  .tt-list {
    margin-top: .25rem;
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }
  .tt-list.tt-hide {
    display: none;
  }
  .tt-suggestion {
    padding: .25rem .5rem;
    font-size: .875rem;
  }
  .tt-suggestion:hover,
  .tt-suggestion.tt-selected {
    background-color: var(--active-color);
    cursor: pointer;  
  }
  .tt-highlight {
    font-weight: bolder;
  }
  .tt-group {
    background-color: #eee;
  }
  
  .air-datepicker {
    --adp-cell-background-color-selected: var(--active-color);
  }
  .air-datepicker-cell.has-events {
    background-color: var(--active-color);
  }

.shirt{cursor: pointer;}
.btn_save{cursor: pointer;}
.btn_change{cursor: pointer;}
.cursor{cursor: pointer;}

.grade .icon{cursor: pointer;}

.icons-group svg{position: absolute;}
.icons-group .gear-effect-value{
  display: initial;
  width: 10px;
  height: 10px;
  position: relative;
  border: 0;
  top: 14px;
  left: -12px;
}
.unsave{border: 1px solid red;}

.grade-form .grade-center .field_switcher
{
  margin: 0;
}

.grade-form .grade-center > div
{
  margin-bottom: 40px;
}

.field_switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.active-dark-mode ul li {
  color: #c7c5c5;
}

.field_switcher ul li:first-child a {
  border-right-width: 1px;
  border-radius: 100px 0 0 100px;
  padding-left: 15px;
}
.field_switcher ul li a {
  position: relative;
  /* font-family: var(--font-primary); */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #72C6D7;
  font-weight: 600;
  /* text-transform: uppercase; */
  display: block;
  border: 1px solid #72C6D7;
  padding: 5px 13px;
    padding-left: 13px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.field_switcher ul li a.active {
  color: #000;
  background: #c6c7c8;
  border-color: #72C6D7;
}

.field_switcher ul li:last-child a {
  border-left-width: 1px;
  border-radius: 0 100px 100px 0;
  padding-right: 15px;
}

.grade-form .grade-left .icons-group div {position: relative;}

#myTabContent .row{width: 100%;}

.btn_save.saved img{box-shadow: 0px 2px 8px green;}