/*Site colors*/
/*Design variables */
/*Temporary add for Settings page */
/*Bootstrap overrides*/
.nav-tabs {
  border-bottom: none;
}

/*Site Layout*/
header {
  width: 5.625rem;
}

input[type=text] {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  color: #2E537F;
}

.page-wrapper {
  min-height: calc(100vh - 1.875rem);
}

footer {
  align-items: center;
  height: 2.875rem;
  background: #E7ECF2;
  font-weight: bold;
  color: #2E537F;
}
footer .container {
  margin: 0 0 0 5.625rem;
}
footer .container a {
  color: #2E537F;
  font-weight: bold;
  text-decoration: underline;
}
footer .container a:hover {
  text-decoration: none;
  color: #2E537F;
}

/*Sitewide Styles*/
body {
  background-color: #FDFDFD;
  font-family: "proxima-nova";
  color: #222;
}

impersonate-notification {
  background: none repeat scroll 0 0 #fff568;
  border-bottom: 1px solid #fff568;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  font-weight: 700;
  position: fixed;
  text-align: center;
  width: 20%;
  z-index: 9999;
  margin: 0 40%;
  padding: 3px;
}

select {
  width: 15rem;
  height: 2.625rem;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #E5E5E5;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #2E537F;
}

table thead th {
  font-size: 1rem;
}
table tbody tr:nth-of-type(2n) {
  background-color: #EBEEF2;
}
table.more-padding td {
  padding: 1rem 0.5rem;
}

.table-filter-options {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  display: flex;
}
.table-filter-options .table-filter .page-link {
  color: #2E537F;
  border: none;
  border-radius: 6px;
  margin: 0 0.25rem;
}
.table-filter-options .table-filter .page-link:hover {
  background-color: #C6DFED;
  border-radius: 6px;
}
.table-filter-options .table-filter.active .page-link {
  background-color: #C6DFED;
  font-weight: bold;
  border-radius: 6px;
}

.pagination {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
}
.pagination .page-item .page-link {
  color: #2E537F;
  border: none;
  border-radius: 6px;
  margin: 0 0.25rem;
}
.pagination .page-item .page-link:hover {
  background-color: #C6DFED;
  border-radius: 6px;
}
.pagination .page-item.active .page-link {
  background-color: #C6DFED;
  font-weight: bold;
  border-radius: 6px;
}

.page-header {
  color: #2E537F;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: initial;
  margin-bottom: 0;
}

.tooltip-inner {
  background-color: #2E537F;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #2E537F !important;
}

.section-header {
  color: #2E537F;
}

.search-bar-container {
  position: relative;
}
.search-bar-container input {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: 0.5rem 1.85rem 0.5rem 0.5rem;
  width: 100%;
}
.search-bar-container input::placeholder {
  color: #2E537F;
  opacity: 1;
  font-size: 0.9rem;
}
.search-bar-container button {
  position: absolute;
  top: 40px;
  right: 17px;
  color: #2E537F;
}

.search-button {
  color: #2E537F;
}

.panel-shadow {
  box-shadow: 0px 3px 16px #00000029;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
}

.divider-dashed {
  border-bottom: 2px dashed #ccc;
}

.add-border-bottom {
  border-bottom: 1px solid #E5E5E5;
}

.add-border-top {
  border-top: 1px solid #E5E5E5;
}

.required-field {
  color: #be0000;
}

fieldset legend {
  margin-bottom: 0;
  width: auto;
  margin-right: 3rem;
}
fieldset input[type=checkbox],
fieldset input[type=radio] {
  transform: scale(1.2);
  margin-right: 0.5rem;
}
fieldset .radio-buttons-container {
  margin-right: 2rem;
  display: flex;
}
fieldset .radio-buttons-container:last-child {
  margin-right: 0;
}

.last-edit {
  font-size: 0.9rem;
}

.top-bar {
  border: 1px solid #98A3B2;
  background-color: #EBEEF2;
}
.top-bar .top-bar-buttons button {
  margin-right: 0.5rem;
}
.top-bar .top-bar-buttons button:last-child {
  margin-right: 0;
}

.font-blue {
  color: #2E537F;
}

/*Error popover*/
.popover {
  border: 1px solid #be0000;
}
.popover .popover-arrow:before {
  border-right-color: #be0000;
}
.popover .popover-body {
  color: #be0000;
}

/*Option Dropdown Menu */
.dropdown-menu.options-dropdown-menu {
  border-radius: 0px 8px 8px 8px;
  padding: 0;
  border: none;
  box-shadow: 0px 3px 16px #00000029;
}
.dropdown-menu.options-dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu.options-dropdown-menu li:first-child a {
  border-radius: 0 8px 0 0;
}
.dropdown-menu.options-dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu.options-dropdown-menu li:last-child a {
  border-radius: 0 0 8px 8px;
}
.dropdown-menu.options-dropdown-menu a {
  font-weight: normal !important;
  color: #2E537F !important;
  text-align: left;
  font-size: 0.9rem;
}
.dropdown-menu.options-dropdown-menu a:active {
  background: #2E537F !important;
  color: #fff !important;
}

/*Medium Only - Tablet Portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  /*Utility Styles*/
  .mmb-3 {
    margin-bottom: 1rem;
  }

  /*Responsive Tables*/
  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    border: none;
    position: relative;
    padding-left: 50%;
  }

  td span {
    display: inline;
  }

  .table-responsive-labels {
    font-weight: bold;
    margin-right: 0.25rem;
  }
}
@media (min-width: 991.98px) and (max-width: 1165px) {
  .create-new-data svg {
    margin-left: 0.5rem !important;
    font-size: 1.3rem;
  }
  .create-new-data.edit-data svg {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .responsive-table-tablet table, .responsive-table-tablet thead, .responsive-table-tablet tbody, .responsive-table-tablet th, .responsive-table-tablet td, .responsive-table-tablet tr {
    display: block;
  }
  .responsive-table-tablet thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table-tablet td {
    border: none;
    position: relative;
  }
  .responsive-table-tablet td span {
    display: inline;
  }
  .responsive-table-tablet .table-responsive-labels {
    font-weight: bold;
    margin-right: 0.25rem;
  }
}
/* Loader */
.loading-container:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.loading-container.open:before {
  display: block;
}
.loading-container.open .loading-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 30%;
}
.loading-container .loading-dialog {
  background: #fff;
  border: #f2f2f2 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 9999;
  width: 15em;
  height: 15em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
}
.loading-container .loading-dialog button {
  width: auto;
}
.loading-container .loading-dialog .loading-spinner {
  font-size: 4em;
  margin-top: 1em;
}
.loading-container .loading-dialog .loading-spinner.grad-cap-bob {
  display: inline-block;
  line-height: 1;
  color: #2E537F;
  transform-origin: 50% 70%;
  animation: grad-cap-bob 2.6s ease-in-out infinite;
}
.loading-container .loading-dialog .loading-text {
  margin-top: 1.6rem;
  color: #2E537F;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.loading-container .loading-dialog .loading-text .loading-dot {
  display: inline-block;
  animation: loading-dot 1.4s ease-in-out infinite;
}
.loading-container .loading-dialog .loading-text .loading-dot:nth-of-type(1) {
  animation-delay: 0s;
}
.loading-container .loading-dialog .loading-text .loading-dot:nth-of-type(2) {
  animation-delay: 0.2s;
}
.loading-container .loading-dialog .loading-text .loading-dot:nth-of-type(3) {
  animation-delay: 0.4s;
}

@keyframes grad-cap-bob {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-0.18em) rotate(6deg);
  }
}
@keyframes loading-dot {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.25em);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loading-spinner.grad-cap-bob,
.loading-dialog .loading-text .loading-dot {
    animation: none !important;
  }
}
/*ERROR PAGE*/
.error-page {
  margin-top: 5rem;
}
.error-page .fa-exclamation-circle {
  font-size: 6rem;
  color: red;
  margin-bottom: 1rem;
}

/* Stylized standalone error pages */
.error-page-body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 15% 0%, rgba(46, 83, 127, 0.08), transparent 45%), radial-gradient(circle at 90% 100%, rgba(251, 222, 126, 0.18), transparent 45%), linear-gradient(180deg, #E4F3FB 0%, #fff 70%);
  font-family: inherit;
  color: #222;
}

.error-page-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.error-page-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(46, 83, 127, 0.18);
  max-width: 540px;
  width: 100%;
  padding: 3rem 2.5rem 2.25rem;
  text-align: center;
  border-top: 6px solid #2E537F;
}
.error-page-card .error-page-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2E537F 0%, #165998 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  box-shadow: 0 8px 22px rgba(46, 83, 127, 0.28);
}
.error-page-card .error-page-icon.error-page-icon-warning {
  background: linear-gradient(135deg, #C16807 0%, #E89B3F 100%);
  box-shadow: 0 8px 22px rgba(193, 104, 7, 0.28);
}
.error-page-card .error-page-title {
  color: #2E537F;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  line-height: 1.2;
}
.error-page-card .error-page-message {
  color: #222;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto 1.25rem;
  max-width: 36rem;
}
.error-page-card .error-page-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 36rem;
  color: #222;
  font-size: 0.95rem;
  line-height: 1.55;
}
.error-page-card .error-page-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.error-page-card .error-page-list li:last-child {
  border-bottom: none;
}
.error-page-card .error-page-list li > i {
  color: #2E537F;
  font-size: 0.8rem;
  line-height: 1.6;
  flex-shrink: 0;
  padding-top: 0.15rem;
}
.error-page-card .error-page-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.error-page-card .error-page-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.error-page-card .error-page-action i {
  font-size: 0.9em;
}
.error-page-card .error-page-action-primary {
  background: #2E537F;
  color: #fff;
  border: 2px solid #2E537F;
}
.error-page-card .error-page-action-primary:hover, .error-page-card .error-page-action-primary:focus {
  background: #1F3F63;
  border-color: #1F3F63;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(46, 83, 127, 0.25);
}
.error-page-card .error-page-action-secondary {
  background: #fff;
  color: #2E537F;
  border: 2px solid #2E537F;
}
.error-page-card .error-page-action-secondary:hover, .error-page-card .error-page-action-secondary:focus {
  background: #E4F3FB;
  color: #1F3F63;
  transform: translateY(-1px);
}
.error-page-card .error-page-footer {
  font-size: 0.8rem;
  color: #5E5E5E;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.error-page-card .error-page-footer i {
  color: #2E537F;
  margin-right: 0.4rem;
}

@media (max-width: 480px) {
  .error-page-card {
    padding: 2.25rem 1.5rem 1.75rem;
  }
  .error-page-card .error-page-title {
    font-size: 1.4rem;
  }
  .error-page-card .error-page-icon {
    width: 80px;
    height: 80px;
    font-size: 2.2rem;
  }
}
.alert-div {
  top: 3%;
  right: 2%;
  position: fixed;
  min-width: 20%;
  height: auto;
  min-height: 5em;
  margin: 0;
  padding: 0;
  z-index: 999999;
  border-radius: 0.5em;
}
.alert-div .alert-container-div {
  overflow: hidden;
  margin: 4px 0px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  cursor: pointer;
  min-height: 46px;
}
.alert-div .alert-container-div .alert-message-div {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  width: 100%;
  position: relative;
  color: #5E5E5E;
}

/*ADA*/
button:focus,
button:focus-visible,
button:focus:focus-within,
a:focus,
input:focus,
textarea:focus,
select:focus,
canvas:focus,
.muuri-item:focus,
.page-link:focus,
.accordion-button:focus,
.accordion-button:focus-visible,
.btn:focus {
  outline: dotted;
  outline-width: 3px;
  box-shadow: none;
  outline-color: #000;
}

.accordion-button:focus:not(:focus-visible) {
  outline: dotted !important;
  outline-width: 3px !important;
  box-shadow: none;
  outline-color: #000 !important;
}

button:focus:not(:focus-visible) {
  outline: dotted !important;
}

button::-moz-focus-inner {
  border-style: dotted;
}

.page-link:focus {
  box-shadow: none;
}

.skip-to-main {
  position: absolute;
  background-color: #fff;
  z-index: 999;
}
.skip-to-main a {
  color: #000;
}

.data-input-dropdown-menu a:focus {
  outline-color: #000;
}

.navbar a:focus, .navbar button:focus {
  outline-color: #fff !important;
}

.resources-column a:focus {
  outline-color: #fff !important;
}

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

.table-sortby:focus {
  outline-color: #fff !important;
}

#studentWaiverContent .check-label-container:focus-within,
#studentIEPContent .check-label-container:focus-within {
  outline-color: #fff !important;
}

.settings-subnav a:focus {
  outline-color: #000 !important;
}

.check-label-container:focus-within:focus-within {
  outline-style: dotted;
  outline-color: #222;
  outline-width: 3px;
}

.check-label-container input[type=checkbox]:focus,
.check-label-container input[type=checkbox]:focus-within,
.check-label-container input[type=radio]:focus,
.check-label-container input[type=radio]:focus-within {
  outline-width: 0 !important;
}

/*Navigation*/
header {
  background-color: #2E537F;
}
header .navbar .logo {
  background-image: url(/images/sass-icon.svg);
  background-size: 2.5rem 2.5rem;
  background-color: #2E537F;
  width: 2.5rem;
  height: 2.5rem;
  color: #FBDE7E;
}
header .navbar .nav-item .nav-link {
  color: #FBDE7E;
  font-size: 1.8rem;
  height: 4rem;
  width: 4rem;
}
header .navbar .nav-item .nav-link:focus, header .navbar .nav-item .nav-link:hover {
  background-color: #1c395b;
}
header .navbar .nav-item.active a {
  background-color: #1c395b;
}
header .navbar .navbar-bottom {
  position: fixed;
  bottom: 30px;
}
header .navbar .navbar-bottom .profile-icon svg, header .navbar .navbar-bottom .profile-icon img {
  width: 2rem;
  height: 2rem;
  color: #fff;
}

.tooltip-arrow {
  display: none !important;
}

.tooltip-inner {
  color: #FBDE7E;
}

/*Left Column Data Input Progress Navigation */
.data-input-navigation ul {
  padding-left: 0;
  margin-bottom: 3rem;
}
.data-input-navigation ul li {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.data-input-navigation ul li .status-indicator {
  margin-right: 0.75rem;
}
.data-input-navigation ul li .status-indicator:before {
  content: "\f111" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  color: #4A7D67;
  margin-right: 0.25rem;
  position: relative;
}
.data-input-navigation ul li .status-indicator:before .visually-hidden {
  display: none;
}
.data-input-navigation ul li .status-indicator.complete:before {
  content: "\10f058" !important;
  font-family: "Font Awesome 5 Duotone";
  color: #4A7D67;
}
.data-input-navigation ul li .status-indicator.complete .visually-hidden {
  display: block;
}
.data-input-navigation ul li a {
  color: #2E537F;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}

button {
  background: none;
  border: initial;
  font-family: "proxima-nova";
}
button.yellow-button {
  border-radius: 25px;
  background-color: #FBDE7E;
  padding: 0.5rem 2rem;
  color: #2E537F;
  font-weight: bold;
}
.left-column .yellow-button {
  width: 100%;
}

button.yellow-button.export-button {
  padding: 0.5rem 1.5rem;
}
button.blue-button {
  border-radius: 25px;
  padding: 0.5rem 3.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #194d8b;
}
button.green-button {
  border-radius: 25px;
  padding: 0.5rem 3.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #4A7D67;
}
button.green-button.back-button {
  padding: 0.5rem 0.85rem;
}
button.create-new-data {
  color: #2E537F;
  font-weight: bold;
}
button.create-new-data svg {
  font-size: 2.4rem;
  margin-left: 1rem;
}
button.create-new-data svg .fa-primary {
  fill: #2E537F;
}
button.create-new-data svg .fa-secondary {
  fill: #FBDE7E;
  opacity: 1;
}
button.create-new-data.edit-data span {
  height: 3rem;
  width: 3.75rem;
}
button.create-new-data.edit-data svg {
  margin: 0 auto;
}
button.create-new-data.edit-data .fa-circle {
  color: #FBDE7E;
  font-size: 1.4rem;
}
button.create-new-data.edit-data .fa-edit {
  color: #2E537F;
  font-size: 1.3rem;
  top: 11px;
  left: 4px;
}
button.options-dropdown {
  background-color: #FBDE7E;
  border-radius: 8px;
  color: #2E537F;
  padding: 0.25rem 0.75rem;
  width: 7.75rem;
  text-align: center;
  font-size: 0.9rem;
}
button.options-dropdown svg {
  float: right;
  position: relative;
  top: 5px;
}
button.options-dropdown:after {
  margin-left: 2rem;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
button.table-sortby {
  color: #fff;
  font-weight: bold;
  padding: 0;
}
button.delete_button svg {
  color: #7E2F30;
  font-size: 1rem;
}
button.data-input-dropdown-btn {
  color: #2E537F;
  font-weight: bold;
  font-size: 1.8rem;
}
button.saveUserAccess svg {
  margin-right: 0.75rem;
}
button.download-table {
  display: inline-block;
  width: 10.75rem !important;
}
button.download-table svg {
  margin-left: 0.75rem;
}
button.po-column-toggle-btn {
  background: #DBE4F0;
  color: #2E537F;
  margin-right: 0.5rem;
  border-radius: 5px;
  padding: 0.25rem 1.25rem;
}
button.po-column-toggle-btn:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.75rem;
  position: relative;
  top: 1px;
}
button.po-column-toggle-btn.selected {
  background: #2E537F;
  color: #fff;
}
button.po-column-toggle-btn.selected:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.75rem;
  top: 0;
}
button#layout-save {
  width: 11rem;
}
button#layout-save svg {
  margin-left: 0.5rem;
}
button#add-chart-btn {
  width: 11rem;
}
button#add-chart-btn svg {
  margin-left: 0.5rem;
}

/*Data Input*/
.track {
  stroke: #FFFFFF;
  stroke-width: 9;
  fill: none;
}

.circle-progress {
  fill: none;
  stroke: #38557e;
  stroke-width: 9;
  transform: rotate(-90deg);
  transform-origin: center;
}

.evidence-track {
  stroke: #FBDE7E;
  stroke-width: 12;
  fill: none;
}

.evidence-progress {
  fill: none;
  stroke: #38557e;
  stroke-width: 12;
  transform: rotate(-90deg);
  transform-origin: center;
}

.graduation-track {
  stroke: #D6EAD9;
  stroke-width: 14;
  fill: none;
}

.graduation-progress {
  fill: none;
  stroke: #4A7D67;
  stroke-width: 14;
  transform: rotate(-90deg);
  transform-origin: center;
}

.progress-line {
  stroke-width: 10;
  stroke: #4A7D67;
  stroke-linecap: round;
  fill: none;
  transform: rotate(270deg);
  transform-origin: center;
}

.pathways-progress-circle svg {
  position: relative;
  width: 90px;
  height: 90px;
  z-index: 1000;
}
.pathways-progress-circle svg circle {
  width: 100%;
  height: 100%;
  transition: width 5s ease-in-out;
}
.pathways-progress-circle svg text {
  font-size: 1.3rem;
  fill: #2E537F;
}
.overview-progress-chart .pathways-progress-circle svg {
  width: 110px;
  height: 110px;
}
.overview-progress-chart .pathways-progress-circle text {
  font-size: 1.7rem;
  fill: #2E537F;
}

#studentOverviewContent .overview-progress-chart .pathways-progress-circle text {
  font-size: 1.4rem;
}

.progress-circle-container {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1000;
}

.progress-circle-container .number {
  position: relative;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.progress-circle-container .number span {
  color: #4A7D67;
  font-size: 40px;
}

/*Dashboard*/
.dashboard-top-bar .welcome-user {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.dashboard-top-bar label {
  font-weight: bold;
  color: #2E537F;
}
.dashboard-top-bar select {
  font-weight: normal;
  margin-bottom: 0.25rem;
}

#DashboardTabs {
  position: relative;
  top: 2px;
}
#DashboardTabs .nav-item {
  border-right: 1px solid #fff;
}
#DashboardTabs .nav-item .nav-link {
  background-color: #2E537F;
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem;
  width: 100%;
  border-radius: 0;
  font-size: 1.1rem;
  margin-bottom: 0;
}
#DashboardTabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #2E537F;
  border: none;
  box-shadow: 0 -5px 16px -6px #00000029;
}
#DashboardTabs .nav-item:first-child .nav-link {
  border-radius: 8px 0 0 0;
}
#DashboardTabs .nav-item:last-child {
  border-right: none;
}
#DashboardTabs .nav-item:last-child .nav-link {
  border-radius: 0 8px 0 0;
}

.tab-content {
  background-color: #fff;
  box-shadow: 0px 15px 16px 0 #00000029;
  border-radius: 0 8px 8px 8px;
  border: 1px solid #eee;
  /*Student Overview Specific Styles*/
  /*Pathways Overview Specific Styles*/
}
.tab-content .dashboard-overview {
  border: 3px solid #f2f2f2;
  border-radius: 8px;
  padding: 1rem 0.5rem;
}
.tab-content .dashboard-overview .dashboard-heading {
  color: #1F3F63;
  font-size: 1.1rem;
  font-weight: bold;
}
.tab-content .dashboard-overview .overview-labels {
  color: #1F3F63;
  font-size: 1.3rem;
}
.tab-content .dashboard-overview label {
  display: block;
  font-weight: bold;
  color: #2E537F;
  margin-bottom: 0.5rem;
}
.tab-content .dashboard-overview .overview-progress-chart svg {
  font-size: 7rem;
}
.tab-content .dashboard-overview .overview-schools-column {
  border-right: 2px solid #f2f2f2;
  margin-right: 2rem;
}
.tab-content .district-info h2 {
  font-size: 1.6rem;
  color: #1F3F63;
}
.tab-content .district-info h2 button svg {
  font-size: 0.9rem;
  color: #2E537F;
}
.tab-content .district-info .branch-number {
  color: #2E537F;
  font-size: 1.2rem;
}
.tab-content .pathways-box {
  background-color: #C6DFED;
  padding: 0.5rem;
  border-radius: 8px;
  margin: 0 0 1rem 0;
  /*        &.shadow-hover-focus {
              @include shadow;
              line-height: 20px !important;
              font-size: 14px;
              border-radius: 25%;
              height: 20px;
              width: 20px;
              padding: 0 3px 0 3px;
              display: block;
          }
  */
}
.tab-content .pathways-box .pathway-title {
  color: #2E537F;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
}
.tab-content .pathways-box .pathway-description {
  color: #5E5E5E;
  font-size: 0.9rem;
  font-weight: bold;
}
.tab-content .pathways-box .ai-panel-count {
  color: #2E537F;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.5rem;
}
.tab-content .pathways-box .progress-chart svg {
  font-size: 4rem;
  color: #fff;
}
.tab-content .pathways-box.shadow {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9) !important;
  cursor: pointer;
  /*&:not(:active) {
      box-shadow: 0 1px 5px 0 rgba(122,122,122,.9);
  }


  &:active {
      box-shadow: 0 0px 0px 0 rgba(142,142,142,.5);*/
  /*                border-radius: 25%;
                  line-height: 20px !important;
                  font-size: 13px;
  */
  /*}*/
}
.tab-content .pathways-box.shadow:active {
  box-shadow: inset 0 0px 0px 0 rgba(142, 142, 142, 0.5) !important;
  cursor: pointer;
}
.tab-content .pathways-box.shadow:hover {
  box-shadow: 0 1px 5px 1px rgba(122, 122, 122, 0.9) !important;
  cursor: pointer;
}
.tab-content .pathways-box.shadow:hover:active {
  box-shadow: inset 0 0px 0px 0 rgba(142, 142, 142, 0.5) !important;
}
.tab-content .pathways-box.selected-filter {
  border: 5px solid #194d8b;
}
.tab-content .pathways-box-link {
  text-decoration: none;
  color: #2E537F;
  display: block;
}
.tab-content .pathways-box-link:hover {
  text-decoration: none;
}
.tab-content .pathway-progress-box,
.tab-content .pathway-summary-box {
  background-color: #FBDE7E;
  padding: 1rem;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1rem;
  height: 6.6rem;
  color: #2E537F;
}
.tab-content .pathway-progress-box svg,
.tab-content .pathway-summary-box svg {
  font-size: 1.2rem;
}
.tab-content .pathway-summary-box svg {
  font-size: 1.4rem;
}
.tab-content .dashboard-tables {
  color: #2E537F !important;
}
.tab-content .dashboard-tables table {
  max-width: 100%;
}
.tab-content .dashboard-tables thead th {
  background-color: #2E537F !important;
  color: #fff;
}
.tab-content .dashboard-tables thead th:first-child {
  border-radius: 5px 0 0 5px;
}
.tab-content .dashboard-tables thead th:last-child {
  border-radius: 0 5px 5px 0;
}
.tab-content .dashboard-tables a {
  font-weight: bold;
  color: #025CE3;
}
.tab-content .dashboard-tables td {
  word-wrap: break-word;
}
.tab-content .pre-animation {
  opacity: 0.5;
}
.tab-content #studentOverviewContent #StudentOverviewTable {
  transition: all 1s;
}
.tab-content #studentOverviewContent #pathwaySummaryColumn .pathways-box:focus, .tab-content #studentOverviewContent #pathwaySummaryColumn .pathways-box:focus-visible {
  outline: dotted;
  outline-width: 3px;
  box-shadow: none;
  outline-color: #000;
}
.tab-content #studentOverviewContent #pathwaySummaryColumn .pathways-box .progress {
  height: 1.75rem;
}
.tab-content #studentOverviewContent #pathwaySummaryColumn .pathways-box .progress .progress-bar {
  background-color: #2E537F;
  font-size: 1rem;
}
.tab-content #studentOverviewContent #pathwaySummaryColumn .pathways-box .progress .progress-bar .progress-label-low {
  position: absolute;
  left: var(--bar-width);
  color: #2E537F;
}
.tab-content #studentOverviewContent .dashboard-overview {
  padding: 0;
  border: none;
}
.tab-content #studentOverviewContent .dashboard-overview span {
  color: #2E537F;
  font-weight: bold;
}
.tab-content #studentOverviewContent .table-filters {
  vertical-align: bottom !important;
}
.tab-content #studentOverviewContent .table-filters h2 {
  font-weight: bold;
  color: #2E537F;
  font-size: 1.2rem;
}
.tab-content #studentOverviewContent .pathways-box {
  max-width: 11rem;
}
.tab-content #studentOverviewContent .pathways-box .pathway-description {
  display: block;
  height: 4.063rem;
}
.tab-content #aiInsightsContent .pathways-box {
  max-width: 11rem;
  text-align: center;
}
.tab-content #aiInsightsContent .pathways-box#aiOnTrackPanel {
  background-color: #BFDFD1;
}
.tab-content #aiInsightsContent .pathways-box#aiNeedsSupportPanel {
  background-color: #FFD556;
}
.tab-content #aiInsightsContent .pathways-box .pathway-description {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}
.tab-content #aiInsightsContent .ai-table-responsive {
  overflow-x: auto;
}
.tab-content #aiInsightsContent .ai-table-responsive:has(.dropdown-menu.show) {
  overflow: visible;
}
.tab-content #aiInsightsContent #aiInsightsTableContent {
  min-width: 100%;
}
.tab-content #aiInsightsContent #aiInsightsTableContent thead th {
  white-space: nowrap;
}
.tab-content #aiInsightsContent .pathways-box.selected-filter {
  border: 0;
  outline: 5px solid #194d8b;
  outline-offset: -5px;
}
.tab-content #aiInsightsContent .pathways-box:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 0;
  box-shadow: none;
}
.tab-content #studentOverviewContent .form-switch,
.tab-content #aiInsightsContent .form-switch {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tab-content #studentOverviewContent .form-switch .form-check-label,
.tab-content #aiInsightsContent .form-switch .form-check-label {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tab-content #studentOverviewContent .form-switch .form-check-input,
.tab-content #aiInsightsContent .form-switch .form-check-input {
  width: 2.188rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 1rem;
}
.tab-content #pathwaysOverviewContent .table-filters {
  vertical-align: bottom !important;
}
.tab-content #pathwaysOverviewContent .table-filters .form-switch {
  display: inline-block;
  margin-top: 2.5rem;
}
.tab-content #pathwaysOverviewContent .table-filters .form-switch .form-check-input {
  width: 2.188rem;
  height: 1rem;
}
.tab-content #pathwaysOverviewContent .table-filters select {
  width: 100%;
}
.tab-content #pathwaysOverviewContent .table-filters label {
  font-weight: bold;
  color: #2E537F;
  margin-bottom: 0.5rem;
}
.tab-content #pathwaysOverviewContent .table-key-column {
  display: flex;
  align-items: end;
}
.tab-content #pathwaysOverviewContent .table-key {
  margin-left: 0;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0.6rem 0.5rem;
  margin-bottom: 0;
}
.tab-content #pathwaysOverviewContent .table-key li {
  list-style: none;
  margin: 0 0.6rem;
}
.tab-content #pathwaysOverviewContent .table-key li.key-label {
  font-weight: bold;
  color: #2E537F;
  font-size: 0.9rem;
}
.tab-content #pathwaysOverviewContent .table-key li span {
  font-size: 0.85rem;
  margin-left: 0.5rem;
  color: #2E537F;
}
.tab-content #pathwaysOverviewContent .table-key li svg {
  font-size: 1.2rem;
}
.tab-content #pathwaysOverviewContent .fa-check {
  color: #4A7D67;
}
.tab-content #pathwaysOverviewContent .fa-times-square {
  color: #676767;
}
.tab-content #pathwaysOverviewContent .fa-calendar-exclamation {
  color: #7E2F30;
}
.tab-content #pathwaysOverviewContent .fa-user-clock {
  color: #C16807;
}
.tab-content #analyticsOverviewContent {
  /*.gradyearselect {
      width: 100px;
      height: 25px;
      //padding: 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      //cursor: pointer;
      position: relative;*/
  /* Ensure relative positioning */
  /*z-index: 999;*/
  /* Set a high z-index value */
  /*}

  .xaxisselect {
      width: 150px;
      height: 25px;
      //padding: 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      //cursor: pointer;
      position: relative;*/
  /* Ensure relative positioning */
  /*z-index: 999;*/
  /* Set a high z-index value */
  /*}

  .yaxisselect {
      width: 150px;
      height: 25px;
      //padding: 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      //cursor: pointer;
      position: relative;*/
  /* Ensure relative positioning */
  /*z-index: 999;*/
  /* Set a high z-index value */
  /*}

  .categoryselect {
      width: 100px;
      height: 25px;
      //padding: 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      //cursor: pointer;
      position: relative;*/
  /* Ensure relative positioning */
  /*z-index: 999;*/
  /* Set a high z-index value */
  /*}*/
  /*.scattercategoryselect {
      width: 150px;
      height: 25px;
      //padding: 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      //cursor: pointer;
      position: relative;*/
  /* Ensure relative positioning */
  /*z-index: 999;*/
  /* Set a high z-index value */
  /*}*/
  /*.pathwayselect {
      width: 175px;
      height: 25px;
      //padding: 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      //cursor: pointer;
      position: relative;*/
  /* Ensure relative positioning */
  /*z-index: 999;*/
  /* Set a high z-index value */
  /*}*/
  /*        .visualDropBox {
              min-width: 550px;
              padding-left: 6px !important;
              padding-right: 6px !important;

              &.tall {
                  min-height: 640px;
              }
          }

          .canvas-container {
              height: 320px;
              margin: 5px;
              padding: 10px;
              border-radius: 8px;
              //border: 1px solid #eeeeee;
              //box-shadow: #eeeeee 0 1px 2px;
              border: 1px solid #dddddd;
              box-shadow: 0 2px 6px rgba(0,0,0,0.1);

              &.tall {
                  min-height: 640px !important;
              }
          }
  */
  /*        .item:hover .download-icon {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
          }

          .item:hover .download-icon {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
          }
  */
  /*        .chartselectlabel {
              display: none;
          }
  */
  /*        .item:focus .remove-icon {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
          }
  */
  /*        .item-content:focus-within .removal-icon {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
          }
  */
  /*        .remove-icon:focus {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
          }
  */
  /*        .item:focus .remove-icon,
          .item:focus .remove-icon + select,
          .item:focus select:focus ~ .remove-icon {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
          }
  */
  /*        canvas {
              flex-grow: 1;
              align-self: flex-end;
              width: 100%;
          }
  */
}
.tab-content #analyticsOverviewContent #AnalyticsOverviewTable {
  transition: all 1s;
}
.tab-content #analyticsOverviewContent .dropdown {
  display: none;
  position: absolute;
  top: 10px;
  /* Adjust vertical position as needed */
  right: 10px;
  /* Adjust horizontal position as needed */
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 150px;
  z-index: 9999;
  /*            display: none;
              position: absolute;
              background-color: white;
              padding: 10px;
              border: 1px solid #ccc;
              border-radius: 5px;
  */
}
.tab-content #analyticsOverviewContent .dropdown.show {
  display: block;
}
.tab-content #analyticsOverviewContent .dropdown.show:hover {
  background-color: #f2f2f2;
}
.tab-content #analyticsOverviewContent #layout-reset {
  width: 70px;
}
.tab-content #analyticsOverviewContent .chart-settings-row {
  margin: 10px;
  margin-bottom: 20px;
}
.tab-content #analyticsOverviewContent .chart-settings-row label {
  font-weight: bold;
  color: #2E537F;
  text-align: left;
}
.tab-content #analyticsOverviewContent .chart-settings-row select {
  font-weight: normal;
  margin-bottom: 0.25rem;
  max-width: 600px;
}
.tab-content #analyticsOverviewContent .icon {
  display: block;
  /* Initially hide the icons */
  position: absolute;
  top: 5px;
  color: #2E537F;
}
.tab-content #analyticsOverviewContent .settings-icon {
  left: 0px;
}
.tab-content #analyticsOverviewContent .settings-icon.hidden {
  display: none;
}
.tab-content #analyticsOverviewContent .info-icon {
  right: 0px;
}
.tab-content #analyticsOverviewContent .download-icon {
  right: 25px;
}
.tab-content #analyticsOverviewContent .settingsLoadingIcon {
  position: absolute;
  color: #DEDEDE;
}
.tab-content #analyticsOverviewContent .settingsLoadingIcon.hidden {
  display: none;
}
.tab-content #analyticsOverviewContent .analytics-loading-container:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.tab-content #analyticsOverviewContent .analytics-loading-container.open:before {
  display: block;
}
.tab-content #analyticsOverviewContent .analytics-loading-container.open .loading-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 30%;
}
.tab-content #analyticsOverviewContent .analytics-loading-container .loading-dialog {
  background: #fff;
  border: #f2f2f2 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 9999;
  width: 15em;
  height: 15em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
}
.tab-content #analyticsOverviewContent .analytics-loading-container .loading-dialog button {
  width: auto;
}
.tab-content #analyticsOverviewContent .analytics-loading-container .loading-dialog .loading-spinner {
  font-size: 4em;
  margin-top: 1em;
}
.tab-content #analyticsOverviewContent .grid {
  position: relative;
  z-index: 1029;
}
.tab-content #analyticsOverviewContent .grid-stack {
  background: #FAFAD2;
}
.tab-content #analyticsOverviewContent .grid-stack-item-content {
  background-color: #18BC9C;
}
.tab-content #analyticsOverviewContent textarea {
  border: none;
  -moz-appearance: none;
  resize: none;
  /* Prevents resizing */
}
.tab-content #analyticsOverviewContent .item {
  position: absolute;
  margin: 5px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  border-radius: 8px;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
}
.tab-content #analyticsOverviewContent .item.extra-small {
  width: 142.5px;
  height: 155px;
}
.tab-content #analyticsOverviewContent .item.small {
  width: 295px;
  height: 320px;
}
.tab-content #analyticsOverviewContent .item.short-long {
  width: 600px;
  height: 155px;
}
.tab-content #analyticsOverviewContent .item.medium {
  width: 600px;
  height: 320px;
}
.tab-content #analyticsOverviewContent .item.long {
  width: 1210px;
  height: 320px;
  min-width: 600px;
}
.tab-content #analyticsOverviewContent .item.large {
  width: 1210px;
  min-width: 600px;
  height: 650px;
}
.tab-content #analyticsOverviewContent .item.tall {
  width: 600px;
  height: 650px;
}
.tab-content #analyticsOverviewContent .item.initializing {
  display: none;
}
.tab-content #analyticsOverviewContent .custom-control.text-right {
  text-align: right;
}
.tab-content #analyticsOverviewContent .form-group {
  display: flex;
  align-items: center;
}
.tab-content #analyticsOverviewContent #selectGroup {
  display: inline-block;
  padding-left: 0;
}
.tab-content #analyticsOverviewContent #selectGroup select {
  margin-bottom: 1rem;
}
.tab-content #analyticsOverviewContent .item.muuri-item-dragging {
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  /* Shadow style */
}
.tab-content #analyticsOverviewContent .item.muuri-item-releasing {
  z-index: 2;
}
.tab-content #analyticsOverviewContent .item.muuri-item-hidden {
  z-index: 0;
}
.tab-content #analyticsOverviewContent .remove-icon {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 24px;
  /* Adjust size as needed */
  height: 24px;
  /* Adjust size as needed */
  background-color: white;
  /* White background color for the bubble */
  border-radius: 50%;
  /* Make it a circle */
  box-shadow: 0px 2px 4px rgba(122, 122, 122, 0.9);
  /* Shadow */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* Add transition effect for transform and opacity */
}
.tab-content #analyticsOverviewContent .remove-icon .i {
  color: black;
  /* Black color for the X icon */
}
.tab-content #analyticsOverviewContent .item:hover .remove-icon {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tab-content #analyticsOverviewContent .item-content {
  position: relative;
  height: 100%;
  margin: 5px;
  display: flex;
  padding: 0px 15px 15px 15px;
  /*            flex-direction: column;
  */
}
.tab-content #analyticsOverviewContent .item-content.note {
  padding: 0px 0px 10px 0px !important;
}
.tab-content #analyticsOverviewContent .item-content .notes-div .title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px 10px 5px 10px;
  font-size: 13px;
  color: #666;
  font-family: Arial, Helvetica Neue, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
}
.tab-content #analyticsOverviewContent .item-content .notes-div textarea {
  width: 100%;
  height: 90%;
  resize: none;
  /* Prevent resizing */
  box-sizing: border-box;
  margin: 35px 0px 0px 0px;
}
.tab-content #analyticsOverviewContent .item-content.tall {
  min-height: 640px !important;
}
.tab-content #analyticsOverviewContent .item-content .notes-div {
  width: 100%;
}
.tab-content #analyticsOverviewContent .item-content .notes-divtextarea {
  width: 100%;
  border-color: white;
}
.tab-content #analyticsOverviewContent .item-content .spinner-border {
  color: #2E537F;
}
.tab-content #analyticsOverviewContent .drag-handle {
  position: absolute;
  /*top: -20px;*/
  /* Position the drag handle at the top of the parent container */
  left: 0;
  width: 100%;
  /* Full width of the grid item */
  height: 100%;
  /* Height of the drag handle */
  cursor: move;
  /* Add any other styles for the drag handle */
}
.tab-content #analyticsOverviewContent .drag-handle.drag-handle-disabled {
  opacity: 0;
  /* Hidden by default */
  pointer-events: none;
  /* Disabled by default */
}
.tab-content #analyticsOverviewContent div.muuri-item-placeholder {
  border: 2px #777 dashed;
}
.tab-content #analyticsOverviewContent .form-switch {
  padding-left: 0;
}
.tab-content #analyticsOverviewContent .form-switch .form-switch-wrapper .form-check-label {
  margin-bottom: 0;
}
.tab-content #analyticsOverviewContent .form-switch .form-switch-wrapper .form-check-input {
  width: 2.188rem;
  height: 1rem;
  margin-left: 1rem;
}
.tab-content #analyticsOverviewContent .table-filters {
  vertical-align: bottom !important;
}
.tab-content #analyticsOverviewContent .table-filters h2 {
  font-weight: bold;
  color: #2E537F;
  font-size: 1.2rem;
}
.tab-content #PathwayOverviewTable .pathway-table-responsive {
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
}
.tab-content #PathwayOverviewTable .pathway-table-responsive:has(.dropdown-menu.show) {
  overflow: visible;
}
.tab-content #PathwayOverviewTable table {
  min-width: 100%;
}
.tab-content #PathwayOverviewTable thead th {
  /**/
}
.tab-content #PathwayOverviewTable thead th.po-small {
  min-width: 90px;
}
.tab-content #PathwayOverviewTable thead th.po-medium {
  min-width: 127px;
}
.tab-content #PathwayOverviewTable thead th.po-large {
  min-width: 167px;
}
.tab-content #PathwayOverviewTable thead th.po-xlarge {
  min-width: 220px;
}
.tab-content #PathwayOverviewTable tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.ai-pill {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  font-weight: bold;
}
.ai-pill.ai-pill-ontrack {
  background-color: #d8f0df;
  color: #1a7536;
}
.ai-pill.ai-pill-complete {
  background-color: #198754;
  color: #fff;
}
.ai-pill.ai-pill-needssupport {
  background-color: #fdeccf;
  color: #8c5d18;
}
.ai-pill.ai-pill-undetermined {
  background-color: #e6e6e6;
  color: #5e5e5e;
}

.ai-derived-icon {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  color: #2E537F;
  font-size: 1.25rem;
}

.ai-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.ai-detail-row .ai-detail-label {
  font-weight: bold;
}

.ai-odds-section {
  border-top: 1px solid #e6e9ee;
  margin-top: 1rem;
  padding: 1rem 10% 0;
}
.ai-odds-section .ai-odds-heading {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: #5a6675;
  margin-bottom: 0.75rem;
}
.ai-odds-section .ai-odds-row {
  margin-bottom: 0.6rem;
}
.ai-odds-section .ai-odds-row .ai-odds-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.15rem;
}
.ai-odds-section .ai-odds-row .ai-odds-pct {
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}
.ai-odds-section .ai-odds-row .ai-odds-track {
  background-color: #edf0f4;
  border-radius: 0.2rem;
  height: 0.6rem;
}
.ai-odds-section .ai-odds-row .ai-odds-fill {
  background-color: #2E537F;
  border-radius: 0.2rem;
  height: 0.6rem;
}
.ai-odds-section .ai-odds-row.ai-odds-top .ai-odds-labels {
  font-weight: bold;
}
.ai-odds-section .ai-odds-row.ai-odds-top .ai-odds-fill {
  background-color: #198754;
}

.student-pathway-report {
  background-color: #fff;
}
.student-pathway-report .report-page {
  max-width: 42rem;
  margin: 2rem auto;
  padding: 0 1rem;
}
.student-pathway-report .report-title {
  font-size: 1.4rem;
  margin: 0;
}

@media print {
  .no-print {
    display: none !important;
  }
}
.resources-column {
  background-color: #2E537F;
  border-radius: 8px;
  padding: 1.5rem 2rem;
}
.resources-column .resources-column-header {
  color: #fff;
  font-size: 1.8rem;
}
.resources-column ul {
  padding-left: 0;
}
.resources-column ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.resources-column ul li a {
  background-color: #466491;
  border-radius: 8px;
  color: #fff;
  padding: 1.85rem 1rem;
  display: block;
  text-decoration: none;
}
.resources-column ul li a:hover {
  background-color: #fff;
  color: #2E537F;
}

#waiverModalContent label {
  display: flex;
}
#waiverModalContent p {
  text-align: left;
}
#waiverModalContent select {
  width: 100%;
}

/*Medium Only - Tablet Portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  #DashboardTabs .nav-item .nav-link {
    padding: 1rem;
  }

  .tab-content {
    background-color: #fff;
    box-shadow: 0px 15px 16px 0 #00000029;
    border-radius: 0 0 8px 8px;
  }
  .tab-content .dashboard-overview {
    border: 3px solid #E4F3FB;
    border-radius: 8px;
    padding: 1rem 0.5rem;
  }
  .tab-content .dashboard-overview .overview-schools-column {
    margin-bottom: 1rem;
    border-right: none;
  }

  .resources-column {
    margin-top: 1rem;
  }

  .table-filters select {
    width: 100%;
  }
}
/* Large devices down */
@media (max-width: 1199.98px) {
  #studentOverviewContent .left-column {
    margin-bottom: 2rem;
  }
  #studentOverviewContent .pathway-description {
    height: 5rem !important;
  }

  .tab-content #analyticsOverviewContent .item.large,
.tab-content #analyticsOverviewContent .item.long {
    width: 600px;
    height: 320px;
  }
}
/*Large Only*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .table-key-column {
    margin-top: 1rem;
  }
}
/*Student Overview Pathways Boxes*/
@media (min-width: 768px) and (max-width: 1050px) {
  .pathways-box-container {
    justify-content: flex-start !important;
  }
  .pathways-box-container .pathways-box {
    margin-right: 1rem;
  }
}
@media (min-width: 1250px) {
  .tab-content #studentOverviewContent .pathways-box,
.tab-content #aiInsightsContent .pathways-box {
    max-width: 14rem;
  }
}
/* Custom Pathways Overview scrolling table */
@media (min-width: 992px) and (max-width: 1023px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 820px;
  }
}
@media (min-width: 1024px) and (max-width: 1120px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 850px;
  }
}
@media (min-width: 1121px) and (max-width: 1179px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 950px;
  }
}
@media (min-width: 1180px) and (max-width: 1194px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 1005px;
  }
}
@media (min-width: 1194px) and (max-width: 1220px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 1020px;
  }
}
@media (min-width: 1221px) and (max-width: 1275px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 1050px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #DashboardTabs .nav-item .nav-link {
    padding: 1rem 0.25rem;
    font-size: 1rem;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  #DashboardTabs .nav-item .nav-link {
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 850px) and (max-width: 924px) {
  #DashboardTabs .nav-item .nav-link {
    padding: 1rem 0.75rem;
    font-size: 1rem;
  }
}
@media (min-width: 991.98px) and (max-width: 1245px) {
  #DashboardTabs .nav-item .nav-link {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1004px) {
  #DashboardTabs .nav-item .nav-link {
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 1276px) and (max-width: 1325px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 1150px;
  }
}
@media (min-width: 1326px) and (max-width: 1800px) {
  #PathwayOverviewTable .pathway-table-responsive {
    max-width: 1195px;
  }
}
/*Analytics Boxes*/
@media (min-width: 1200px) and (max-width: 1350px) {
  .tab-content #analyticsOverviewContent .item.large,
.tab-content #analyticsOverviewContent .item.long {
    width: 600px;
    height: 320px;
  }
}
@media (min-width: 1350px) and (max-width: 1370px) {
  .tab-content #analyticsOverviewContent .item.large,
.tab-content #analyticsOverviewContent .item.long {
    width: 1190px;
    height: 320px;
  }
}
/*Data Input*/
.dropzone .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  background: #4A7D67;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  background: #E7CACA;
}

.data-input-dropdown-menu {
  border-radius: 8px;
  top: 10px !important;
  padding: 1rem 0;
  border: none;
  box-shadow: 0px 3px 16px #00000029;
}
.data-input-dropdown-menu li {
  border-bottom: 0;
  padding: 0.5rem 1.75rem;
}
.data-input-dropdown-menu li a {
  font-weight: bold !important;
  padding: 0.5rem 1rem;
  border-radius: 8px !important;
  font-size: 1rem;
  text-align: left;
  color: #2E537F;
}
.data-input-dropdown-menu li a:hover, .data-input-dropdown-menu li a:focus {
  background-color: #2E537F;
  color: #FBDE7E;
}
.data-input-dropdown-menu li.active a {
  background-color: #2E537F;
  color: #FBDE7E;
}

.data-input .file-upload button:disabled,
.data-input .file-upload button[disabled] {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #5E5E5E;
}
.data-input .fa-question-circle {
  color: #2E537F;
}
.data-input .left-column h2 {
  font-size: 1.6rem;
  color: #2E537F;
}
.data-input .left-column .data-labels {
  font-weight: bold;
  font-size: 1rem;
}
.data-input .right-column .instructions-box h2 {
  font-weight: bold;
  font-size: 1rem;
}
.data-input .right-column .instructions-box p {
  margin-bottom: 0.5rem;
}
.data-input .right-column .checklist-options {
  padding-left: 0;
  margin-bottom: 0;
}
.data-input .right-column .checklist-options li {
  list-style: none;
  margin-right: 1rem;
  display: inline-block;
}
.data-input .right-column .checklist-options li input {
  margin-right: 0.25rem;
  transform: scale(1.2);
}
.data-input .right-column .checklist-options li:last-child {
  margin-right: 0;
}
.data-input .right-column .question-copy {
  font-weight: bold;
  font-size: 1rem;
}
.data-input .right-column .question-copy.blue {
  color: #2E537F;
}
.data-input .right-column .student-names {
  display: inline-flex;
}
.data-input .right-column .student-names .form-group {
  width: 200px;
  margin: 5px;
  display: inline-block;
}
.data-input .right-column .answer-list {
  padding-left: 0;
  margin-bottom: 0;
}
.data-input .right-column .answer-list li {
  list-style: none;
  margin-bottom: 1rem;
}
.data-input .right-column .answer-list li input[type=checkbox],
.data-input .right-column .answer-list li input[type=radio] {
  transform: scale(1.2);
  margin-right: 0.25rem;
}
.data-input .right-column .answer-list li:last-child {
  margin-bottom: 0;
}
.data-input .right-column .checkbox-option input {
  transform: scale(1.2);
  margin-right: 0.5rem;
}
.data-input .right-column .does-not-apply {
  font-size: 0.85rem;
}
.data-input .right-column .does-not-apply input {
  transform: scale(1.2);
  margin-right: 0.5rem;
}
.data-input .right-column .table-checkbox input {
  transform: scale(1.2);
  margin-right: 0.5rem;
}
.data-input .right-column .question-section-header {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2E537F;
}
.data-input .right-column .requirement-notification {
  padding: 1rem;
  background-color: #D6EAD9;
  color: #3C6755;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 5px;
  position: sticky;
  top: 90px;
  z-index: 999;
}
.data-input .right-column .requirement-notification p {
  margin-bottom: 0;
}
.data-input .right-column .requirement-notification.fail {
  background-color: #E7CACA;
  color: #a62020;
}
.data-input .right-column .requirement-notification.neutral {
  background-color: #B0CAF2;
  color: #0046B1;
}
.data-input .right-column .equivalency-notification {
  padding: 0px;
  background-color: #D6EAD9;
  color: #3C6755;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 5px;
  width: 12rem;
  display: table;
  float: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.data-input .right-column .equivalency-notification p {
  margin-bottom: 0;
  padding: 0px;
}
.data-input .right-column .equivalency-notification.fail {
  background-color: #E7CACA;
  color: #a62020;
}
.data-input .right-column .equivalency-notification.neutral {
  background-color: #B0CAF2;
  color: #0046B1;
}
.data-input .right-column .requirement-met-box {
  background-color: #D6EAD9;
  color: #3C6755;
  border-radius: 8px;
  padding: 0.75rem;
  width: 12.75rem;
  text-align: center;
}
.data-input .right-column .requirement-met-box p {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.data-input .right-column .requirement-met-box span {
  font-style: italic;
}
.data-input .right-column .requirement-met-box.satisfied-box {
  padding: 0.75rem !important;
}
.performance-level .requirement-met-box {
  padding: 0.75rem !important;
}

.data-input .right-column .requirement-notmet-box {
  background-color: #E7CACA;
  color: #a62020;
  border-radius: 8px;
  padding: 0.75rem;
  width: 12.75rem;
  text-align: center;
}
.data-input .right-column .requirement-notmet-box p {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.data-input .right-column .requirement-notmet-box span {
  font-style: italic;
}
.data-input .right-column .requirement-notmet-box.satisfied-box {
  padding: 0.75rem !important;
}
.performance-level .requirement-notmet-box {
  padding: 0.75rem !important;
}

.data-input .right-column .performance-level p {
  margin-bottom: 0 !important;
}
.data-input .right-column .keystone-scores-row {
  margin-left: 0;
  margin-right: 0;
}
.data-input .right-column .keystone-scores-row:nth-of-type(2n) {
  background-color: #EBEEF2;
}
.data-input .right-column .keystone-scores-row select {
  width: auto;
}
.data-input .right-column .keystone-proficiency-scores {
  font-size: 1rem;
  font-weight: bold;
}
.data-input .right-column .keystone-proficiency-status {
  font-weight: bold;
}
.data-input .right-column .composite-score {
  background-color: #EBEEF2;
  padding: 0.5rem 2rem;
  font-weight: bold;
  min-width: 7rem;
  text-align: center;
  display: inline-block;
}
.data-input .right-column .pathway-scores-row legend {
  font-size: 1rem;
  margin-right: 0;
}
.data-input .right-column .pathway-scores-row .not-met {
  width: 4rem;
}
.data-input .right-column .pathway-scores-row:nth-of-type(2n) .pathway-scores-row-bg {
  background-color: #EBEEF2;
}
.data-input .right-column .pathway-scores-row .checkbox-row label {
  margin-right: 3rem;
}
.data-input .right-column .pathway-scores-row .checkbox-row input[type=checkbox] {
  transform: scale(1.2);
}
.data-input .right-column .pathway-name {
  font-weight: bold;
  font-size: 1rem;
}
.data-input .data-input-header {
  color: #2E537F;
  font-size: 1.6rem;
}
.data-input #act_workkeys_level {
  width: 10rem;
}
.data-input .instructions-box {
  color: #222;
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid #ccc;
  background-color: #F2F2F2;
}
.data-input .no-data-notification {
  color: #2E537F;
  background-color: #C6DFED;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}
.data-input .data-input-small-header {
  font-weight: bold;
  font-size: 1.2rem;
  color: #222;
}
.data-input .number-students-row label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.data-input .number-students-row input {
  width: 3rem;
  border: 1px solid #949494;
  border-radius: 8px;
  padding: 0.5rem;
}
.data-input .upload-border {
  background-color: #9B9B9B08;
  border: 2px dashed #949494;
  margin: 1rem auto;
  padding: 2rem;
  width: 100%;
}
.data-input .upload-border .upload-buttons button {
  width: 100%;
}
.data-input .find-a-student .search-bar-container {
  position: relative;
  /*            input[type=search]::-webkit-search-cancel-button {
                  -webkit-appearance: searchfield-cancel-button;
              }
  */
}
.data-input .find-a-student .search-bar-container label {
  font-weight: bold;
  font-size: 1rem;
}
.data-input .find-a-student .search-bar-container input {
  border: 1px solid #949494;
}
.data-input .find-a-student .search-bar-container input::placeholder {
  opacity: 1;
  font-size: 0.9rem;
  font-weight: normal;
  color: #222;
}
.data-input .find-a-student .search-bar-container button {
  position: absolute;
  top: 43px;
  right: 17px;
  color: #2E537F;
}
.data-input .find-a-student .search-bar-container button svg {
  font-size: 1.1rem;
}
.data-input .find-a-student button:disabled,
.data-input .find-a-student button[disabled] {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #5E5E5E;
}
.data-input .find-a-student .panel {
  /*            padding: 0.25rem;
              margin-bottom: .5rem;

  */
  margin-left: 0.25rem;
  margin-right: 0.125rem;
  float: right;
}
.data-input .find-a-student .criteria-item {
  font-size: 0.9rem;
  border-radius: 8px;
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  border: 1px solid #E5E5E5;
  padding: 0.25rem;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: auto;
  float: right;
}
.data-input .find-a-student .criteria-item button {
  margin-right: 0.25rem;
  cursor: pointer;
}
.data-input .find-a-student .criteria-item button .fa-times {
  color: #D41C31;
  z-index: 0;
}
.data-input table th {
  color: #2E537F;
}
.data-input input[type=text] {
  height: 2.5rem;
  min-width: 7rem;
}
.data-input .requirement-status {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: end;
}
.data-input .requirement-status svg {
  margin-right: 0.5rem;
}
.data-input .requirement-status.yes {
  color: #3C6755;
}
.data-input .requirement-status.no {
  color: #a62020;
}
.data-input .requirement-status.na {
  color: #000;
}
.data-input .keystone-scores label {
  font-weight: bold;
}

/*Medium Only - Tablet Portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  .data-input .right-column .checklist-options li {
    display: block;
  }
  .data-input .number-students-row label {
    margin-right: 0.75rem;
  }
  .data-input .upload-buttons {
    display: flex;
  }
  .data-input .upload-buttons button {
    width: auto !important;
  }
}
/*File Upload Log*/
.file-upload-log label {
  font-weight: bold;
  color: #2E537F;
}
.file-upload-log .progress {
  width: 500px;
  height: 2rem;
  font-size: 1rem;
}
.file-upload-log .progress .progress-bar {
  background-color: #2E537F;
}
.file-upload-log #jobSelectList {
  width: 400px;
  color: #222;
}
.file-upload-log textarea {
  width: 100%;
  color: #222;
}
.file-upload-log textarea#textareaMessages {
  height: 600px;
}
.file-upload-log textarea#textareaErrorMessages {
  height: 200px;
  color: #be0000;
}
.file-upload-log button[disabled] {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #5E5E5E;
}

.file-upload-mapping label {
  font-weight: bold;
  color: #2E537F;
}
.file-upload-mapping .progress {
  width: 900px;
  height: 2rem;
  font-size: 1rem;
}
.file-upload-mapping .progress .progress-bar {
  background-color: #2E537F;
}
.file-upload-mapping .precheck-status {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 2px;
  /*
          button {
              background: $dark-blue;
              color: $white;


              &.btn-disabled {
                  cursor: default !important;
                  opacity: 0.25;
              }
          }
  */
  /*        .button {
              width: 75px;
              margin: 0 auto;
          }
  */
}
.file-upload-mapping .precheck-status .progress {
  width: 85%;
  height: 1rem;
  font-size: 1rem;
  border-color: #2E537F;
  background-color: #E5E5E5;
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
  margin: 10px;
  align-self: flex-start;
}
.file-upload-mapping .precheck-status .progress .progress-bar {
  background-color: #2E537F;
}
.file-upload-mapping .precheck-status .status-icon {
  -webkit-appearance: button;
}
.file-upload-mapping .precheck-status.has-tip {
  border-bottom: none !important;
  display: block;
  cursor: default;
}
.file-upload-mapping .precheck-status a {
  background: #2E537F;
  color: #fff;
}
.file-upload-mapping .precheck-status a.btn-disabled {
  cursor: default !important;
  opacity: 0.25;
}
.file-upload-mapping .precheck-status .shadow {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.file-upload-mapping .precheck-status .shadow-hover-focus {
  line-height: 23px !important;
  border-radius: 25%;
  height: 23px;
  min-width: 23px !important;
  width: 23px !important;
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  padding: 0;
}
@-moz-document url-prefix() {
  .file-upload-mapping .precheck-status .shadow-hover-focus {
    padding: 2px 4px 2px 4px;
  }
}
.file-upload-mapping .precheck-status .shadow-hover-focus:active {
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 23px !important;
  font-size: 13px;
}
.file-upload-mapping .precheck-status .shadow-hover-focus:hover {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.file-upload-contents label {
  font-weight: bold;
  color: #2E537F;
}
.file-upload-contents .upload-contents-table label {
  font-weight: bold;
  color: #2E537F;
}
.file-upload-contents .upload-contents-table th {
  background: white;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  text-align: center;
  min-width: 150px;
}
.file-upload-contents .upload-contents-table td {
  margin: 2px;
  text-align: center;
  min-width: 150px;
}
.file-upload-contents .upload-contents-table td.warning-cell {
  background-color: #fff4ce;
}
.file-upload-contents .upload-contents-table td.warning-cell button {
  color: #6a4b16;
}
.file-upload-contents .upload-contents-table td.error-cell {
  background-color: #E7CACA;
}
.file-upload-contents .upload-contents-table td.error-cell button {
  color: #a62020;
}
.file-upload-contents .upload-contents-table td.no-import-cell {
  background-color: #e0e0e0;
}
.file-upload-contents .upload-contents-table td.no-import-cell button {
  color: #5E5E5E;
}
.file-upload-contents .upload-contents-table td .shadow {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.file-upload-contents .upload-contents-table td .shadow-hover-focus {
  line-height: 23px !important;
  font-size: 14px;
  border-radius: 25%;
  /*                height: 23px;
                  min-width: 23px !important;
                  width: 23px !important;
  */
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 23px !important;
  font-size: 13px;
}
@-moz-document url-prefix() {
  .file-upload-contents .upload-contents-table td .shadow-hover-focus {
    padding: 2px 4px 2px 4px;
  }
}
.file-upload-contents .upload-contents-table td .shadow-hover-focus:active {
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 23px !important;
  font-size: 13px;
}
.file-upload-contents .upload-contents-table td .shadow-hover-focus:hover {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.file-upload-contents .field-edit-content .value-row {
  display: inline-block;
}
.file-upload-contents .field-edit-content .value-row .input-value {
  width: 25%;
  align-content: center;
  text-align: center;
  border: 1px solid #b9b9b9;
}
.file-upload-contents .field-edit-content .field-edit-content-row {
  align-content: start;
  text-align: left;
}
.file-upload-contents .field-edit-content .button-row {
  display: inline-block;
}
.file-upload-contents .field-edit-content .button-row .save-cell,
.file-upload-contents .field-edit-content .button-row .save-all .save-all-cells {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

/*Large Only*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .data-input .right-column legend.question-copy {
    margin-right: 2rem;
  }
  .data-input .upload-border {
    padding: 0.5rem;
  }
  .data-input .upload-border .upload-buttons {
    display: flex;
  }
  .data-input .upload-border .upload-buttons button {
    width: auto !important;
  }
  .data-input button:disabled,
.data-input button[disabled] {
    border: 2px solid #ccc;
    background-color: #ccc;
    color: #5E5E5E;
  }
  .data-input .number-students-row label {
    margin-right: 0.75rem;
  }
}
/*Progress Log*/
.left-column label {
  font-weight: bold;
  color: #2E537F;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.left-column select {
  width: 100%;
}
.left-column input {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  height: 2.625rem;
  color: #2E537F;
}
.left-column .on-track-notification {
  color: #2E537F;
  background-color: #C6DFED;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
}
.left-column .search-pa-id .twitter-typeahead {
  float: none;
}

.progress-log-tables thead tr th {
  background-color: #2E537F !important;
  color: #fff;
  font-weight: bold;
}
.progress-log-tables thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.progress-log-tables thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.progress-log-tables tr td,
.progress-log-tables tr th {
  color: #2E537F;
  font-weight: normal;
}
.progress-log-tables tr:nth-of-type(2n) {
  background-color: #fff;
}

.progress-log-header {
  color: #2E537F;
  font-size: 1.6rem;
}

.student-info-evidence-page .student-graduation-info {
  color: #2E537F;
}
.student-info-evidence-page .search-activity-log {
  margin-bottom: 1rem;
}
.student-info-evidence-page .instructions-box {
  color: #222;
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid #ccc;
  background-color: #F2F2F2;
}
.student-info-evidence-page .instructions-box h3 {
  font-weight: bold;
  font-size: 1rem;
}
.student-info-evidence-page .instructions-box p {
  margin-bottom: 0.5rem;
}
.student-info-evidence-page .pathways-boxes {
  border: 2px solid #E5E5E5;
  border-radius: 8px;
  margin-right: 0.5rem;
  width: 10.8rem;
}
.student-info-evidence-page .pathways-boxes.current-pathway {
  border: 3px solid #4A7D67;
}
.student-info-evidence-page .pathways-boxes.current-pathway .current-pathway-label {
  display: block !important;
  color: #fff;
  font-size: 0.8rem;
  background-color: #4A7D67;
  padding: 0.25rem 0;
  text-align: center;
}
.student-info-evidence-page .pathways-boxes h4 {
  color: #2E537F;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.student-info-evidence-page .pathways-boxes .pathways-progress-circle svg {
  font-size: 6rem;
}
.student-info-evidence-page .pathways-boxes .pathways-progress-circle svg text {
  font-size: 0.9rem;
  color: #2E537F;
}
.student-info-evidence-page .pathways-boxes .yellow-button {
  width: 8rem;
  margin: 0 auto;
}
.student-info-evidence-page .pathways-boxes:last-child {
  margin-right: 0;
}
.student-info-evidence-page .pathways-boxes label {
  font-weight: bold;
  color: #2E537F;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.student-info-evidence-page .pathways-boxes select {
  width: 100%;
}
.student-info-evidence-page .pathways-boxes input {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  height: 2.625rem;
  color: #2E537F;
}
.student-info-evidence-page .accordion-button {
  color: #fff;
  background-color: #2E537F;
  font-weight: bold;
}
.student-info-evidence-page .accordion-button:after {
  background: none;
  color: #fff;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  transition: none;
}
.student-info-evidence-page .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.student-info-evidence-page .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: none;
}
.student-info-evidence-page .accordion-collapse {
  color: #fff;
  background-color: #2E537F;
}
.student-info-evidence-page .accordion-collapse legend {
  font-size: 0.9rem;
}
.student-info-evidence-page .accordion-collapse select {
  width: 100%;
}
.student-info-evidence-page #searchCurrentPathway {
  padding-left: 0.75rem;
}

/*Medium Only - Tablet Portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  .responsive-table-tablet tr {
    border-bottom: 1px solid #E5E5E5;
  }

  .pathways-boxes-row {
    flex-direction: column;
  }
  .pathways-boxes-row .pathways-boxes {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 991.98px) and (max-width: 1165px) {
  .responsive-table-tablet tr {
    border-bottom: 1px solid #E5E5E5;
  }

  .pathways-boxes-row {
    flex-direction: column;
  }
  .pathways-boxes-row .pathways-boxes {
    margin-right: 0;
    width: 100%;
  }
}
/*Summary*/
.summary-page .left-column {
  min-height: 27rem;
}
.summary-page .left-column .button-container {
  bottom: 10px;
}
.summary-page .left-column .button-container .yellow-button {
  width: 16rem;
}
.summary-page .summary-notification {
  color: #2E537F;
  background-color: #DBE4F0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 2rem 0;
  padding: 1rem 0.5rem;
}
.summary-page .summary-notification h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.summary-page .summary-notification .number-of-students {
  color: #222;
  font-size: 0.9rem;
}
.summary-page .summary-notification .number {
  color: #2E537F;
  font-size: 1.8rem;
  font-weight: bold;
}

/*Medium Only - Tablet Portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  tr {
    border-bottom: 1px solid #E5E5E5;
  }

  .summary-page .left-column .button-container .yellow-button {
    width: 11rem;
  }
}
/*Large Only*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .summary-page .left-column .button-container .yellow-button {
    width: 11rem;
  }

  .summary-page .left-column {
    min-height: 30rem;
  }
}
.pgtModal {
  display: none;
}
.pgtModal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.pgtModal.opened:before {
  display: block;
}
.pgtModal.opened {
  display: block;
}
.pgtModal.opened .pgtModal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 5%;
}
.pgtModal .cancel-button {
  color: #3e0e28;
  background: #c9b1be;
}
.pgtModal .pgtModal-dialog {
  background: #fff;
  border: #00ffff solid 0px;
  border-radius: 5px;
  margin-left: -28%;
  text-align: center;
  position: fixed;
  left: 48%;
  top: -100%;
  z-index: 9999;
  width: 80%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  overflow-y: initial !important;
}
@media print, screen and (max-width: 75em) {
  .pgtModal .pgtModal-dialog {
    left: 32%;
    width: 90%;
  }
}
.pgtModal .pgtModal-dialog button {
  width: auto;
}
.pgtModal .pgtModal-dialog .definitionContent, .pgtModal .pgtModal-dialog .precheckContent {
  text-align: left !important;
}
.pgtModal .pgtModal-body {
  padding: 20px;
}
.pgtModal .pgtModal-body.precheck {
  height: 80vh;
  overflow-y: auto;
}
.pgtModal .pgtModal-body.analytics {
  text-align: left;
}
.pgtModal .pgtModal-body .reminder-box .reminder-box-inner {
  background: #f2f2f2;
  border-radius: 5px !important;
  border: 2px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5em;
  padding: 1.5rem;
}
.pgtModal .pgtModal-body .reminder-box:nth-child(2n+1) {
  margin-left: 0;
}
.pgtModal .pgtModal-body .reminder-box .report-icon {
  font-size: 2.5em;
  padding-left: 0.5em;
  padding-top: 0.2em;
  color: #165998;
  text-align: center;
}
.pgtModal .pgtModal-body .reminder-box .report-icon .fa-file-alt {
  position: relative;
  top: -2px;
}
@media print, screen and (max-width: 40em) {
  .pgtModal .pgtModal-body .reminder-box .report-icon {
    display: none;
  }
}
.pgtModal .pgtModal-body .reminder-box .report-container .state-required {
  padding-left: 0.5em;
  font-weight: 900;
  color: #5E5E5E;
}
.pgtModal .pgtModal-body .reminder-box .report-container .report-name {
  padding-left: 0.5em;
  font-size: 1.1em;
  color: #2E537F;
  font-weight: bold;
}
.pgtModal .pgtModal-body .pgtModal-button {
  float: left;
  margin-right: 1em;
}
.pgtModal .pgtModal-body .hide-message {
  display: none;
}
.pgtModal .pgtModal-body .error-message {
  color: #be0000;
}
.pgtModal .pgtModal-body label {
  font-weight: bold;
}
.pgtModal .pgtModal-header,
.pgtModal .pgtModal-footer {
  padding: 10px 20px;
}
.pgtModal .pgtModal-header, .pgtModal pgtModal-header {
  border-bottom: #eeeeee solid 1px;
  background: #165998;
  color: #fff;
  font-size: 1.2em;
  font-weight: 900;
  border-radius: 5px 5px 0 0 !important;
  text-align: left;
}
.pgtModal .pgtModal-header h1, .pgtModal pgtModal-header h1 {
  font-size: 1em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pgtModal .pgtModal-title {
  float: left;
  width: 95%;
}
.pgtModal .pgtModal-title h1:focus {
  outline-color: #fff !important;
}
.pgtModal .pgtModal-close {
  float: right;
  cursor: pointer;
  padding: 0 0.5em;
  width: 5%;
  text-align: right;
}
.pgtModal .pgtModal-close a {
  color: #fff;
}
.pgtModal .pgtModal-close a:focus {
  outline-color: #fff !important;
}

@media screen and (min-width: 1601px) {
  .pgtModal-dialog {
    left: 52% !important;
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .pgtModal-dialog {
    left: 44% !important;
    width: 70% !important;
  }
}
@media screen and (min-height: 500px) and (max-height: 745px) {
  .pgtModal#FRPAIndexReportsReminder .pgtModal-dialog {
    min-height: 85vh;
    height: 85vh;
    overflow: scroll;
  }
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog {
  width: 90% !important;
  left: 5% !important;
  margin: 0 !important;
  overflow-y: scroll;
  height: 90%;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .row {
  max-width: 100%;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog h2 {
  font-size: 1.75rem;
  color: #2E537F;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .classroom-measurements input {
  width: 30%;
  display: inline;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .measurement-unit {
  padding: 0.25rem;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .different {
  background-color: #fff6bf;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .uploaded-file-container {
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #1F3F63;
  color: #222;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .uploaded-file-container a.file {
  padding: 0.125rem;
  color: #222;
  text-decoration: underline;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .uploaded-file-container .delete-row {
  margin: 0 0 0 auto;
  background: none;
  padding: 0;
}
#compareFacilitiespgtModal.pgtModal .pgtModal-dialog .uploaded-file-container .delete-row:disabled {
  opacity: 0.5;
}

.admin .Accordion .accordion-header {
  margin-bottom: 0.5rem;
}
.admin .Accordion .Accordion-trigger {
  width: 100%;
  border-radius: 8px;
  text-align: left;
  padding: 1rem;
  position: relative;
  background-color: #2E537F;
}
.admin .Accordion .Accordion-trigger:before {
  content: "\f107" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  color: #fff;
  padding: 0.1rem 0.35rem;
  line-height: normal;
  border-radius: 25px;
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 11px;
}
.admin .Accordion .Accordion-trigger .Accordion-title {
  padding-left: 2.5rem;
  display: block;
  color: #fff;
  font-size: 1rem;
}
.admin .Accordion .Accordion-trigger.open:before {
  content: "\f106" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  color: #fff;
  padding: 0rem 0.35rem;
  line-height: normal;
  border-radius: 25px;
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 11px;
}
.admin .Accordion .Accordion-trigger.evidencepriorityaccordion {
  width: 65%;
}
.admin .Accordion .Accordion-panel {
  display: none;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.admin .Accordion .Accordion-panel.open {
  display: block;
}
.admin .Accordion .Accordion-panel table {
  width: 100%;
}
.admin .Accordion .Accordion-panel table thead {
  background: none;
  border: none;
}
.admin .Accordion .Accordion-panel table thead th {
  padding: 1rem;
}
.admin .Accordion .Accordion-panel table tbody {
  border: none;
}
.admin .Accordion .Accordion-panel table tbody tr td {
  padding: 1rem;
}
.admin .Accordion .Accordion-panel table tbody tr:nth-child(2n) {
  background-color: #EBEEF2;
}
.admin .Accordion .Accordion-panel table tbody tr .checkbox {
  transform: scale(1.3);
}
.admin .Accordion .Accordion-panel table tbody tr .homepage-center {
  text-align: center;
}
.admin .Accordion .Accordion-panel table tbody tr .homepage-save {
  margin-bottom: 0px !important;
  padding: 0.5rem !important;
}
.admin .Accordion .Accordion-panel table tbody tr input,
.admin .Accordion .Accordion-panel table tbody tr select {
  margin-bottom: 0;
}
.admin .Accordion .Accordion-panel table tbody tr .delete-row {
  background: none;
  margin-bottom: 0;
}

.row.evidencepriority {
  margin: 0 10px 20px 0;
}
.row.evidencepriority label {
  font-weight: bold;
  color: #2E537F;
}
.row.evidencepriority .evidencepriorityselect.inst {
  width: 100%;
}
.row.evidencepriority .evidencepriorityselect.gradyear {
  width: 85%;
}
.row.pathwaypriority {
  margin: 0 10px 20px 0;
}
.row.pathwaypriority label {
  font-weight: bold;
  color: #2E537F;
}
.row.pathwaypriority .pathwaypriorityselect.inst {
  width: 100%;
}
.row.pathwaypriority .pathwaypriorityselect.gradyear {
  width: 100%;
}
.row .progress {
  /*        height: 1.75rem;
  */
  padding: 0 !important;
  border-radius: 25px;
  padding: 0.5rem 3.5rem;
  width: 292px;
  height: 40px;
}
.row .progress .progress-bar {
  background-color: #2E537F;
  font-size: 1rem;
  width: 100%;
}
.row .progress .progress-bar .progress-label-low {
  position: absolute;
  left: var(--bar-width);
  color: #2E537F;
}
.row button:disabled,
.row button[disabled] {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #5E5E5E;
}
.row .priority-message {
  text-align: left;
  /*        background-color: $lighter-gray;
          border-radius: 5px;
          width: 100%;
          padding: 10px;
  */
}
.row.prioritybuttonrow {
  width: 65%;
}
.row .fa-grip-vertical {
  float: right;
  color: #2E537F;
}
.row .fa-grip-vertical.standalone {
  color: #fff;
}

/*.griditem {
    border: 1px solid;
    border-radius: 5px;
    border-color: #2E537F;
    padding: 5px;
    margin: 10px 0px 10px 0px;
    background-color: $white;
}
*/
.grid {
  position: relative;
  z-index: 1029;
}

.grid-stack {
  background: #FAFAD2;
}

.grid-stack-item-content {
  background-color: #18BC9C;
}

textarea {
  border: none;
  -moz-appearance: none;
  resize: none;
  /* Prevents resizing */
}

.item {
  position: absolute;
  margin: 5px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 8px;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 65%;
  z-index: 1;
  background: #fff;
}
.item.standalone {
  background: #2E537F;
  color: #fff;
  font-size: 1rem;
  border-color: #2E537F;
  width: 100%;
}

.priority-pathway-number {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  /*    border-radius: 8px;
      border: 1px solid #dddddd;
  */
  line-height: 1.5rem;
  width: 100%;
  z-index: 1;
  background: #fff;
  text-align: center;
  color: #2E537F;
  font-size: 1.6rem;
}

#selectpathwayGradYear {
  width: 85%;
}

.custom-control.text-right {
  text-align: right;
}

.form-group {
  display: flex;
  align-items: center;
}

#selectGroup {
  display: inline-block;
  padding-left: 0;
}
#selectGroup select {
  margin-bottom: 1rem;
}

.item.muuri-item-dragging {
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  /* Shadow style */
}

.item.muuri-item-releasing {
  z-index: 2;
}

.item.muuri-item-hidden {
  z-index: 0;
}

.item:hover .remove-icon {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.item-content {
  position: relative;
  height: 100%;
  margin: 5px;
  display: flex;
}
.item-content .drag-handle {
  position: absolute;
  /*top: -20px;*/
  /* Position the drag handle at the top of the parent container */
  left: 0;
  width: 100%;
  /* Full width of the grid item */
  height: 100%;
  /* Height of the drag handle */
  cursor: move;
  /* Add any other styles for the drag handle */
}
.item-content .drag-handle.drag-handle-disabled {
  opacity: 0;
  /* Hidden by default */
  pointer-events: none;
  /* Disabled by default */
}
.item-content div.muuri-item-placeholder {
  border: 2px #777 dashed;
}

.settings-tabs .nav-item {
  border-right: 1px solid #fff;
}
.settings-tabs .nav-item .nav-link {
  background-color: #2E537F;
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem;
  width: 100%;
  border-radius: 0;
  font-size: 1.1rem;
}
.settings-tabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #2E537F;
  border: none;
  box-shadow: 0 -5px 16px -6px #00000029;
}
.settings-tabs .nav-item:first-child .nav-link {
  border-radius: 8px 0 0 0;
}
.settings-tabs .nav-item:last-child {
  border-right: none;
}
.settings-tabs .nav-item:last-child .nav-link {
  border-radius: 0 8px 0 0;
}

.settings-tab-content {
  background-color: #fff;
  box-shadow: 0px 15px 23px 0 #00000029;
  border-radius: 0 8px 8px 8px;
}
.settings-tab-content .settings-subnav {
  background: #EBEEF2;
  padding: 0.75rem 0.5rem;
}
.settings-tab-content .settings-subnav a {
  padding: 0.5rem 2rem !important;
  margin-right: 1.5rem;
  color: #2E537F;
  font-weight: bold;
  transition: none;
}
.settings-tab-content .settings-subnav a.active, .settings-tab-content .settings-subnav a:hover, .settings-tab-content .settings-subnav a:focus {
  border-radius: 25px;
  background-color: #FBDE7E;
  padding: 0.5rem 2rem !important;
  margin-right: 1.5rem;
  color: #2E537F;
  font-weight: bold;
}
.settings-tab-content .ml-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.75rem 0;
  padding: 0.25rem 0.5rem;
}
.settings-tab-content .ml-subnav .ml-subnav-link {
  padding: 0.5rem 1.75rem;
  font-weight: bold;
  color: #2E537F;
  text-decoration: none;
  border-radius: 25px;
}
.settings-tab-content .ml-subnav .ml-subnav-link:hover {
  background-color: #FBDE7E;
  color: #2E537F;
}
.settings-tab-content .ml-subnav .ml-subnav-link.active {
  background-color: #FBDE7E;
  color: #2E537F;
}
.settings-tab-content .criteria-item {
  font-size: 0.9rem;
  border-radius: 8px;
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  border: 1px solid #E5E5E5;
  padding: 0.25rem;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: auto;
  float: right;
}
.settings-tab-content .criteria-item button {
  margin-right: 0.25rem;
  cursor: pointer;
}
.settings-tab-content .criteria-item button .fa-times {
  color: #D41C31;
  z-index: 0;
}
.settings-tab-content .settings-title {
  color: #2E537F;
  font-size: 1.6rem;
}

.ml-scope-fields .col-md-7,
.ml-scope-fields .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#yourPermissionsTableContent .fa-check {
  color: #4A7D67;
}

.logged-out label {
  font-weight: bold;
  font-size: 1rem;
}
/*# sourceMappingURL=site.css.map */
