/*Type Ahead*/
.tt-menu,
.gist {
  text-align: left;
}
/*.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}*/
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 100%;
  top: unset !important;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
/*Stripe Styling*/
/*.gardabill.gardabill5 * {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}*/
#gardabill5-paymentRequest {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
}
.gardabill.gardabill5 fieldset legend {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #cdd0f8;
}
.gardabill.gardabill5 fieldset legend + * {
  clear: both;
}
.gardabill.gardabill5 .card-only {
  display: block;
}
.gardabill.gardabill5 .payment-request-available {
  display: none;
}
.gardabill.gardabill5 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  background: white;
  border-radius: 10px;
}
.gardabill.gardabill5 .field {
  position: relative;
  width: 100%;
}
.gardabill.gardabill5 label {
  width: 100%;
  color: var(--main-charcoal);
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gardabill.gardabill5 .input {
  width: 100%;
  background: transparent;
  padding: 5px 5px 6px 5px;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gardabill.gardabill5 .input::-webkit-input-placeholder {
  color: #bcbcbc;
}
.gardabill.gardabill5 .input::-moz-placeholder {
  color: #bcbcbc;
}
.gardabill.gardabill5 .input:-ms-input-placeholder {
  color: #bcbcbc;
}
.gardabill.gardabill5 .input.StripeElement--focus,
.gardabill.gardabill5 .input:focus {
  border-color: #fff;
}
.gardabill.gardabill5 .input.StripeElement--invalid {
  border-color: #ffc7ee;
}
.gardabill.gardabill5 input:-webkit-autofill,
.gardabill.gardabill5 select:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
.gardabill.gardabill5 .StripeElement--webkit-autofill {
  background: transparent !important;
}
.gardabill.gardabill5 input,
.gardabill.gardabill5 button,
.gardabill.gardabill5 select {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0;
}
.gardabill.gardabill5 select.input,
.gardabill.gardabill5 select:-webkit-autofill {
  background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
  background-position: 100%;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.gardabill.gardabill5 button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  background-color: #fff;
  border-radius: 6px;
  color: #9169d8;
  font-weight: 500;
  cursor: pointer;
}
.gardabill.gardabill5 button:active {
  background-color: #cdd0f8;
}
.gardabill.gardabill5 .error svg .base {
  fill: #fff;
}
.gardabill.gardabill5 .error svg .glyph {
  fill: #9169d8;
}
.gardabill.gardabill5 .error .message {
  color: #fff;
}
.gardabill.gardabill5 .success .icon .border {
  stroke: #bfaef6;
}
.gardabill.gardabill5 .success .icon .checkmark {
  stroke: #fff;
}
.gardabill.gardabill5 .success .title {
  color: #fff;
}
.gardabill.gardabill5 .success .message {
  color: #cdd0f8;
}
.gardabill.gardabill5 .success .reset path {
  fill: #fff;
}
#affiliate-status[data-type=true] {
  background-image: url('/assets/images/icons/general/check.svg');
}
#affiliate-status[data-type=false] {
  background-image: url('/assets/images/icons/general/warning.svg');
}
/*Discover banner*/
.discover-banner-text {
  max-width: 320px;
}
@media screen and (max-width: 600px) {
  .discover-banner-text {
    max-width: 160px;
  }
}
/*.library-header-standards{
  &:hover{
    text-decoration:underline;
  }
}*/
.classboard-slide-project-card-mini,
[data-type='project_card_lessonplan_activity'] {
  cursor: pointer;
}
.classboard-slide-project-card-mini:hover .library-header-image,
[data-type='project_card_lessonplan_activity']:hover .library-header-image {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: brightness(0.75);
}
.classboard-slide-project-card-mini:hover .library-header-title,
[data-type='project_card_lessonplan_activity']:hover .library-header-title {
  text-decoration: underline;
}
[data-type='date-slider'] [data-action="change-date"].selected-date .classboard-slide-middle {
  background: var(--main-blue);
}
[data-type='date-slider'] [data-action="change-date"].selected-date .center-text {
  color: white;
}
/*Playlist Styling*/
.library-playlist-item {
  cursor: pointer;
}
.library-playlist-item:hover .classboard-button-text {
  text-decoration: underline;
}
.library-playlist-item:hover .classboard-button-count {
  text-decoration: underline;
}
.library-playlist-item:hover .classboard-slide-content {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: brightness(0.75);
}
.alert-banner {
  min-height: 40px;
  background: var(--main-red);
  position: sticky;
  top: 50px;
  color: white;
  font-weight: 700;
}
.alert-banner-close {
  cursor: pointer;
}
.create-new-user-button {
  cursor: pointer;
}
.create-new-user-button:hover {
  background: var(--main-blue);
  font-weight: 700;
  color: white;
}
.custom-file-label::after {
  content: 'Copy';
}
/*Card styling temp*/
/*.classboard-slide-project-card-75 {
  width: 240px !important;
  min-height: 322.5px !important;

  .library-header-image {
    height: 198.75px !important;

    img {
      height: 240px !important;
      width: 240px !important;
    }

  }

  .library-project-card-full-primary-domain {
    width: 38px !important;
    height: 38px !important;

    img {
      height: 38px !important;
    }
  }

  .library-header-title {
    font-size: 18px !important;
  }

  .library-project-card-info-section {
    height: 98.25px !important;
  }

  .library-header-module {
    font-size: 9.6px !important;
  }
}*/
.classboard-slide-project-card-75 {
  width: 240px !important;
  min-height: 322.5px !important;
  border-radius: 18.75px !important;
  -webkit-box-shadow: 0px 7.5px 11.25px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 7.5px 11.25px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 7.5px 11.25px 0px rgba(0, 0, 0, 0.25) !important;
}
.classboard-slide-project-card-75 .library-header {
  border-radius: 18.75px !important;
}
.classboard-slide-project-card-75 .library-header-image {
  height: 198.75px !important;
}
.classboard-slide-project-card-75 .library-header-image img {
  height: 240px !important;
  width: 240px !important;
}
.classboard-slide-project-card-75 .library-header-image-blur-container {
  margin-top: -18.75px !important;
  padding-bottom: 30px !important;
  height: 150%!important;
}
.classboard-slide-project-card-75 .library-project-card-full-primary-domain-container {
  margin-top: 22.5px !important;
}
.classboard-slide-project-card-75 .library-project-card-full-primary-domain-text {
  min-height: 14.25px !important;
}
.classboard-slide-project-card-75 .library-project-card-full-primary-domain-text .classboard-exploration-standards {
  margin-bottom: 7.5px !important;
}
.classboard-slide-project-card-75 .library-header-button-container {
  margin-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.classboard-slide-project-card-75 .library-project-card-full-primary-domain {
  width: 37.5px !important;
  height: 37.5px !important;
}
.classboard-slide-project-card-75 .library-project-card-full-primary-domain img {
  height: 37.5px !important;
}
.classboard-slide-project-card-75 .library-header-primary-domain {
  font-size: 9.6px !important;
}
.classboard-slide-project-card-75 .library-header-title {
  font-size: 18px !important;
}
.classboard-slide-project-card-75 .library-project-card-info-section {
  height: 98.25px !important;
}
.classboard-slide-project-card-75 .library-header-module {
  font-size: 9.6px !important;
}
.classboard-slide-project-card-75 .project-card-full-age {
  font-size: 12px !important;
}
.classboard-slide-project-card-75 .library-header-preview-btn {
  font-size: 11.52px !important;
  padding: 3.75px 15px !important;
  min-width: 75px !important;
}
.classboard-slide-project-card-50 {
  width: 160px !important;
  min-height: 215px !important;
  border-radius: 12.5px !important;
  -webkit-box-shadow: 0px 5px 7.5px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 5px 7.5px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 5px 7.5px 0px rgba(0, 0, 0, 0.25) !important;
}
.classboard-slide-project-card-50 .library-header {
  border-radius: 12.5px !important;
}
.classboard-slide-project-card-50 .library-header-image {
  height: 132.5px !important;
}
.classboard-slide-project-card-50 .library-header-image img {
  height: 160px !important;
  width: 160px !important;
}
.classboard-slide-project-card-50 .library-header-image-blur-container {
  margin-top: -12.5px !important;
  padding-bottom: 30px !important;
  height: 150%!important;
}
.classboard-slide-project-card-50 .library-project-card-full-primary-domain-container {
  margin-top: 15px !important;
}
.classboard-slide-project-card-50 .library-project-card-full-primary-domain-text {
  min-height: 9.5px !important;
}
.classboard-slide-project-card-50 .library-project-card-full-primary-domain-text .classboard-exploration-standards {
  margin-bottom: 5px !important;
}
.classboard-slide-project-card-50 .library-header-button-container {
  margin-top: 5px !important;
  padding-bottom: 5px !important;
}
.classboard-slide-project-card-50 .library-project-card-full-primary-domain {
  width: 25px !important;
  height: 25px !important;
}
.classboard-slide-project-card-50 .library-project-card-full-primary-domain img {
  height: 25px !important;
}
.classboard-slide-project-card-50 .library-header-primary-domain {
  font-size: 6.4px !important;
}
.classboard-slide-project-card-50 .library-header-title {
  font-size: 12px !important;
}
.classboard-slide-project-card-50 .library-project-card-info-section {
  height: 65.5px !important;
}
.classboard-slide-project-card-50 .library-header-module {
  font-size: 6.4px !important;
}
.classboard-slide-project-card-50 .project-card-full-age {
  font-size: 8px !important;
}
.classboard-slide-project-card-50 .library-header-preview-btn {
  font-size: 8.32px !important;
  padding: 2.5px 10px !important;
  min-width: 50px !important;
}
/*# sourceMappingURL=library-less.css.map */