/* Custom easing */
/* Media Query Mixins */
* {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins";
  background-color: #f8f8f8;
}

a {
  text-decoration: none !important;
  /* @include transition(all, 0.3s); */
}

a:hover,
a:focus,
a:active,
button {
  text-decoration: none !important;
}

a.disabled {
  cursor: pointer;
  pointer-events: none;
  opacity: 0.5;
}

h5 {
  font-size: 3rem;
}

h3 > a {
  font-size: 14px;
  color: rgb(39, 39, 39);
}

img {
  max-width: 100%;
  height: auto;
}

table#levents-table td,
table#streams-table-1 td,
table#streams-table-2 td,
table#sbactivity-table td {
  vertical-align: initial;
  font-size: 14px;
}

table#sbactivity-table td small a {
  background-color: #5a5a5a;
  padding: 8px 14px;
  color: white;
  margin: 5px 0 0;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
table#sbactivity-table td small a:hover {
  background-color: #464646;
}

table#summary-table td {
  font-size: 14px;
}

.activity-subtable td {
  border: none;
}

#wrapper {
  width: 100%;
  height: 100%;
}

body.logged-out #wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.tp-registration-form-template #wrapper {
  align-items: flex-start;
}

.content-container {
  display: flex;
  flex-direction: row;
}

.content-body {
  padding: 4rem 2rem;
}

.site-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 93px 0 0 250px;
  z-index: 50;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

body.logged-out .site-content {
  margin: 0 !important;
}

body.menu-collapse .site-content {
  margin: 93px 0 0 80px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1340px;
}

.bootstrap-width {
  max-width: 1340px;
  margin: 0 auto !important;
}

.row-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-title > h3 {
  margin: 0;
  padding: 0;
}
.row-title.session {
  display: block;
}
.row-title.session > h4 {
  line-height: 1.7;
  margin: 0;
}
.row-title.indent {
  padding: 0 31px;
}

.session-nav {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 1.7rem;
  border: 1px solid #ccc;
  color: #ccc;
  line-height: 1.6;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.session-nav.next > span {
  left: -120px;
  top: 16px;
}
.session-nav.prev > span {
  right: -120px;
  top: 16px;
}
.session-nav > span {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.session-nav:hover {
  background-color: #d51d34;
  color: white;
  border: 1px solid #d51d34;
}
.session-nav:hover > span {
  opacity: 1;
  color: rgb(119, 119, 119);
}
.session-nav:hover > span.prev {
  right: -100px;
}
.session-nav:hover > span.next {
  left: -100px;
}

.verified {
  color: rgb(53, 168, 53);
}

.small-message {
  line-height: 0;
}

.nf-account-validation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nf-account-validation > img {
  width: 30%;
  margin-bottom: 20px;
}

.student-template-actions {
  display: flex;
  flex-direction: column-reverse;
}

.report-badges-container {
  display: flex;
  max-width: 800px;
  flex-flow: row wrap;
  padding: 10px;
}
.report-badges-container > .badge-item {
  width: 20%;
  margin: 0 15px 15px;
  text-align: center;
}

.page-actions {
  display: flex;
  flex-direction: row;
}
.page-actions > a {
  background-color: #4275a0;
  padding: 8px;
  text-align: center;
  margin: 0 0 0 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-actions > a:hover {
  background-color: #204666;
}

.fa-spin {
  animation: fa-spin 1s infinite linear !important;
}

.certificate-icon {
  width: 100px;
}

.sub-class-selection {
  padding: 10px;
  background-color: rgb(224, 224, 224);
  margin-bottom: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.sub-class-selection > label {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 13px !important;
  font-style: italic !important;
}

.main-nav {
  width: 250px !important;
  height: 100vh;
  background-color: #d51d34;
  overflow: hidden;
  position: fixed;
  top: 93px;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
  /* & li:last-child span {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    margin-left: 0px;

    &::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 9px;
      height: 9px;
      margin: -4px 0 0 0;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: white;
      position: relative;
      background-color: transparent;
      top: 0px;
      right: -9px;
      transform-origin: center;

      @include transition(all, 0.3s);
      @include rotate(135deg);
    }

    &::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 9px;
      height: 9px;
      margin: -4px 0 0 0;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: white;
      position: relative;
      background-color: transparent;
      top: 0px;
      right: -6px;
      transform-origin: center;

      @include transition(all, 0.3s);
      @include rotate(135deg);
    }
  } */
}
.main-nav > ul li a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-nav > ul li a i {
  width: 30px;
  height: 30px;
  background-image: url("img/nav-sprites.png");
  background-position: left top;
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 1.2rem;
}
.main-nav > ul li a:hover {
  background-color: #951424;
}
.main-nav > ul li.users a i {
  background-position: 0 -33px;
}
.main-nav > ul li:nth-child(3) a i {
  background-position: 0 -63px;
}
.main-nav > ul li.classes a i {
  background-position: 0 -93px;
}
.main-nav > ul li.lesson-plans a i {
  background-position: 0 -124px;
}
.main-nav > ul li.schedule a i {
  background-position: 0 -156px;
}
.main-nav > ul li.reports a i {
  background-position: 0 -63px;
}
.main-nav > ul li.logout a i {
  background-position: 0 -186px;
}
.main-nav > ul li.wp-admin a i {
  background-position: 0 -218px;
}
.main-nav > ul li.program-updates a i {
  background-position: 0 -248px;
}
.main-nav > ul li.teacher-support a i {
  background-position: 0 -278px;
}
.main-nav > ul li.tech-support a i {
  background-position: 0 -309px;
}
.main-nav > ul li.registrations a i {
  background-position: 0 -344px;
}
.main-nav > ul li.certificates a i {
  background-position: 0 -377px;
}
.main-nav > ul li.badges a i {
  background-position: 0 -414px;
}
.main-nav > ul li.substitutes a i {
  background-position: 0 -345px;
}
.main-nav > ul li.return a i {
  background-position: 0 -445px;
}
.main-nav > ul li.knowledgebase a i {
  background-position: 0 -475px;
}
.main-nav > ul li span {
  margin-left: 8px;
}

body.menu-collapse .main-nav {
  width: 80px !important;
}
body.menu-collapse .main-nav ul li a span {
  display: none;
}

body.menu-collapse .main-nav > ul li:last-child span::before {
  right: -5px;
  transform: rotate(-45deg);
}
body.menu-collapse .main-nav > ul li:last-child span::after {
  right: -2px;
  transform: rotate(-45deg);
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-7 {
  top: 7px;
}

.top-8 {
  top: 8px;
}

.top-9 {
  top: 9px;
}

.top-10 {
  top: 10px;
}

.top-11 {
  top: 11px;
}

.top-12 {
  top: 12px;
}

.top-13 {
  top: 13px;
}

.top-14 {
  top: 14px;
}

.top-15 {
  top: 15px;
}

.top-16 {
  top: 16px;
}

.top-17 {
  top: 17px;
}

.top-18 {
  top: 18px;
}

.top-19 {
  top: 19px;
}

.top-20 {
  top: 20px;
}

.top-21 {
  top: 21px;
}

.top-22 {
  top: 22px;
}

.top-23 {
  top: 23px;
}

.top-24 {
  top: 24px;
}

.top-25 {
  top: 25px;
}

.top-26 {
  top: 26px;
}

.top-27 {
  top: 27px;
}

.top-28 {
  top: 28px;
}

.top-29 {
  top: 29px;
}

.top-30 {
  top: 30px;
}

.top-31 {
  top: 31px;
}

.top-32 {
  top: 32px;
}

.top-33 {
  top: 33px;
}

.top-34 {
  top: 34px;
}

.top-35 {
  top: 35px;
}

.top-36 {
  top: 36px;
}

.top-37 {
  top: 37px;
}

.top-38 {
  top: 38px;
}

.top-39 {
  top: 39px;
}

.top-40 {
  top: 40px;
}

.masonry-cols {
  -moz-columns: 3 150px;
       columns: 3 150px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.masonry-cols > div {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 2rem;
  background-color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

small {
  font-size: 70% !important;
}

.block-display {
  display: block !important;
}

.full-width {
  width: 100% !important;
}

.no-visibilty {
  visibility: hidden;
}

.auto-height {
  height: auto;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.sticky-top {
  z-index: 100 !important;
  top: 60px !important;
}

.block {
  display: block;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.primary {
  color: #d51d34;
}

.secondary {
  color: #385678;
}

.align-self-center {
  align-self: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}
.divider.show {
  display: block !important;
}
.divider.session {
  margin: 10px 0 20px 0;
}

.align-center {
  text-align: center !important;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: #d51d34;
}

.flex-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  height: 100%;
}
.flex-list > li {
  margin: 0 0.3rem;
}
.flex-list.column {
  flex-direction: column;
}
.flex-list.row {
  flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.relative {
  position: relative;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.hidden {
  display: none !important;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

/* (min-width: 1200px) and (max-width: 5000px) */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-hd {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .laptop-hd {
    display: none;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .hidden-xl {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .mt-product-item-container:hover .mt-product-item-hover-desc {
    padding-top: 25%;
    opacity: 1;
  }
  .mt-product-item-container:hover .mt-product-thumb > img {
    transform: scale(1.2);
  }
  .mt-product-item-container:hover > span {
    opacity: 0.8;
  }
}
/* (min-width: 991px) and (max-width: 1200px) */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-lg {
    display: none;
  }
  .mt-product-item-container:hover .mt-product-item-hover-desc {
    padding-top: 35%;
    opacity: 1;
  }
  .mt-product-item-container:hover .mt-product-thumb > img {
    transform: scale(1.2);
  }
  .mt-product-item-container:hover > span {
    opacity: 0.8;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .mt-blog-img-container {
    padding-top: 100px;
  }
  .mt-coffee-cup {
    left: 10px;
  }
  .mt-cupcake {
    right: 10px;
  }
  .mt-header {
    padding: 40px 20px;
  }
  body.fixed-nav .mt-header {
    padding: 10px 20px;
  }
  .mt-footer nav ul + ul {
    margin-left: 20px;
  }
  nav.footer-nav {
    padding: 0px 40px;
  }
  .mt-footer address {
    padding-left: 40px;
  }
  .mt-footer a {
    font-size: 12px;
  }
  .mt-footer {
    padding: 70px 0px;
  }
  /* Intro banner */
  .mt-hero-banner > svg {
    display: none;
  }
  .mt-showcase-text {
    padding: 0px;
  }
  .mt-coffee-cup,
  .mt-cupcake {
    display: none;
  }
}
/* (min-width: 767px) and (max-width: 991px) */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  /* Template Samples carousel */
  .mt-container.bg-half.mt-template-samples::after,
  .mt-container.bg-half.mt-back-end-samples::after {
    height: 0;
  }
  .mt-template-samples-col {
    order: 2;
    margin-top: 50px;
  }
  .mt-template-samples-carousel-col {
    order: 1;
  }
  /* Template Samples carousel end */
  .mt-banner-ipad > div {
    transform: translateX(30px);
  }
  .mt-banner-ipad a {
    transform: translateX(30px);
  }
  .mt-showcase-text {
    padding: 30px 0 0;
  }
  body.home .mt-content {
    margin-top: 30%;
  }
  .mt-banner-ipad {
    width: 780px;
    left: -20px;
    transform: scale(0.7);
  }
  .mt-coffee-cup,
  .mt-cupcake {
    display: none;
  }
  /* Footer */
  .mt-footer {
    padding: 70px 0px 40px;
  }
  .mt-copyright {
    min-height: 0;
  }
  .mt-footer a {
    font-size: 12px;
  }
  .mt-footer nav ul + ul {
    margin-left: 25px;
  }
  .mt-col.footer-col {
    flex-basis: calc(25% - 50px) !important;
  }
  .mt-col.footer-col-last {
    flex-basis: 100%;
    text-align: center;
    padding-top: 40px;
  }
  /* Intro banner */
  .mt-hero-banner > svg {
    display: none;
  }
  /* Mobile menu collapse */
  .mt-header {
    padding: 10px 25px;
  }
  body.fixed-nav .mt-header {
    background-color: #2c3e50;
    padding: 10px 25px;
  }
  .mt-logo {
    padding-top: 5px;
  }
  .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: black;
  }
  .nav::after {
    content: "";
    height: 68px;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .mt-nav {
    flex-direction: column;
    width: 100%;
  }
  .mt-nav > li {
    border-bottom: 1px solid #242424;
  }
  .mt-nav > li:first-child {
    border-top: 1px solid #242424;
  }
  .mt-nav > li a {
    color: white;
    display: block;
    text-align: center;
  }
  .mt-nav > li.sub-menu > ul {
    left: 0px;
    top: 0px;
    border-radius: 0px;
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .mt-nav li ul::before {
    border-width: 0px;
  }
  .mt-nav > li > a.client-login {
    position: fixed;
    z-index: 6;
    right: 70px;
    top: 0;
    border-bottom: 0;
    border-right: 1px solid #242424;
    border-left: 1px solid #242424;
    line-height: 2.1em;
  }
  .mt-nav > li > a.client-login > span {
    display: inline;
    padding-left: 10px;
  }
  .mt-col.risk-free {
    margin-bottom: 80px;
    padding: 0 15px;
  }
  .showcase-carousel {
    padding: 0px;
  }
  .mt-container.bg-half::after {
    height: 50%;
    width: 100% !important;
    background-color: #ffea5b;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: bottom right;
  }
  .mt-container.bg-half.mt-post::after {
    height: 0;
  }
  .mt-col.blog-post-home {
    padding-right: 0px;
  }
  .mt-center-md {
    text-align: center;
  }
  .mt-back-end-samples {
    padding-bottom: 120px;
  }
  #single_blog_sidebar {
    margin-top: 30px;
  }
}
/* (max-width: 767px) */
@media only screen and (max-width: 767px) {
  #single_blog_sidebar {
    margin-top: 30px;
  }
  /* Template Samples carousel */
  .mt-container.bg-half.mt-template-samples::after,
  .mt-container.bg-half.mt-back-end-samples::after {
    height: 0;
  }
  .mt-back-end-samples {
    padding-bottom: 120px;
  }
  /* Woocommerce */
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  body.woocommerce select {
    width: 100%;
  }
  a.reset_variations,
  .order-again a {
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  /* Woocommerce end */
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  /* Order now page */
  .mt-hero-banner.order-now .mt-hero-banner-group {
    width: 100%;
  }
  .mt-project-platform-banner-text {
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .mt-project-platform-selector {
    width: 300px;
    align-content: center;
    display: grid;
    grid-gap: 10px;
    grid-template-rows: repeat(auto-fill, minmax(50px, 1fr));
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-auto-rows: minmax(50px, auto);
    grid-auto-flow: dense;
    margin: 0 auto;
  }
  /* Template Samples carousel */
  .mt-container.bg-half.mt-template-samples::after {
    height: 0;
  }
  .mt-template-samples-col {
    order: 2;
    margin-top: 50px;
  }
  .mt-template-samples-carousel-col {
    order: 1;
  }
  /* Template Samples carousel end */
  body.home .mt-nav-tabs {
    margin: 50px 40px 50px;
  }
  /* ipad */
  .mt-banner-ipad {
    width: 90%;
    top: 75%;
  }
  .mt-banner-ipad > img {
    width: 100%;
    left: 0;
    top: 0;
  }
  .mt-banner-ipad > img.tablet-item {
    width: 90%;
    left: 30px;
    top: 18px;
  }
  .mt-banner-ipad div p {
    font-size: 16px;
  }
  .mt-banner-ipad:hover > div {
    top: 120px;
    opacity: 1;
  }
  .mt-banner-ipad a {
    top: 250px;
  }
  .mt-banner-ipad:hover a {
    top: 220px;
    opacity: 1;
  }
  .mt-banner-ipad:hover > img.tablet-item {
    transform: scale(0.98);
    filter: brightness(10%);
  }
  /* ipad end */
  .mt-col.wordpress-service {
    padding-bottom: 0px;
  }
  body.home .mt-content {
    margin-top: 45%;
  }
  .mt-coffee-cup,
  .mt-cupcake {
    display: none;
  }
  /* Footer */
  .col-border-left {
    border: 0px solid grey;
  }
  .mt-footer ul {
    display: block;
    margin-bottom: 30px;
  }
  .mt-copyright {
    min-height: 0;
  }
  .mt-footer a {
    font-size: 14px;
  }
  .mt-footer h5,
  .mt-footer ul {
    text-align: center;
  }
  .mt-footer address {
    padding-left: 0;
    text-align: center;
  }
  .mt-footer nav ul + ul {
    margin-left: 0px;
  }
  .mt-col.footer-col {
    flex-basis: 100% !important;
  }
  .mt-col.footer-col-last {
    flex-basis: 100%;
    text-align: center;
    padding-top: 40px;
  }
  nav.footer-nav {
    padding: 0px;
  }
  /* Intro banner */
  .mt-hero-banner > svg {
    display: none;
  }
  /* Mobile menu collapse */
  .mt-header {
    padding: 10px 20px;
  }
  body.fixed-nav .mt-header {
    background-color: #2c3e50;
    padding: 10px 20px;
  }
  .mt-logo {
    padding-top: 5px;
  }
  .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: black;
  }
  .nav::after {
    content: "";
    height: 68px;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .mt-nav {
    flex-direction: column;
    width: 100%;
  }
  .mt-nav > li {
    border-bottom: 1px solid #242424;
  }
  .mt-nav > li:first-child {
    border-top: 1px solid #242424;
  }
  .mt-nav > li a {
    color: white;
    display: block;
    text-align: center;
  }
  .mt-nav > li.sub-menu > ul {
    left: 0px;
    top: 0px;
    border-radius: 0px;
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .mt-nav li ul::before {
    border-width: 0px;
  }
  .mt-nav > li > a.client-login {
    position: fixed;
    z-index: 6;
    right: 70px;
    top: 0;
    border-bottom: 0;
    border-right: 1px solid #242424;
    border-left: 1px solid #242424;
    line-height: 2.1em;
  }
  .mt-nav > li > a.client-login > span {
    display: inline;
    padding-left: 10px;
  }
  .mt-col.risk-free {
    margin-bottom: 80px;
  }
  .mt-container.bg-half::after {
    height: 50%;
    width: 100% !important;
    background-color: #ffea5b;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: bottom right;
  }
  .mt-container.bg-half.mt-post::after {
    height: 0;
  }
  .mt-col.blog-post-home {
    padding-right: 0px;
  }
  .footer-border-left {
    border-left: 0px solid #cccccc;
  }
  .mt-center-sm {
    text-align: center;
  }
  /* Step boxes */
  .mt-step-box-1 {
    order: 1;
  }
  .mt-step-box-2 {
    order: 2;
  }
  .mt-step-box-3 {
    order: 3;
  }
  .mt-step-box-4 {
    order: 4;
  }
  .mt-step-box-5 {
    order: 5;
  }
  .mt-step-box-6 {
    order: 6;
  }
  /* Step boxes end */
}
/* (max-width: 480px) */
@media (max-width: 480px) {
  /* Step boxes */
  .mt-step-box-1 {
    order: 1;
  }
  .mt-step-box-2 {
    order: 2;
  }
  .mt-step-box-3 {
    order: 3;
  }
  .mt-step-box-4 {
    order: 4;
  }
  .mt-step-box-5 {
    order: 5;
  }
  .mt-step-box-6 {
    order: 6;
  }
  /* Step boxes end */
  /* ipad */
  .mt-banner-ipad > div {
    top: 20px;
  }
  .mt-banner-ipad:hover > div {
    top: 70px;
    opacity: 1;
  }
  .mt-banner-ipad div p {
    font-size: 12px;
  }
  .mt-banner-ipad > div {
    width: 200px;
  }
  .mt-banner-ipad a {
    top: 160px;
    font-size: 12px;
    width: 140px;
  }
  .mt-banner-ipad:hover a {
    top: 130px;
    opacity: 1;
  }
  .mt-banner-ipad > img.tablet-item {
    top: 9px;
    transform: scale(0.95);
    left: 11px;
  }
  .mt-banner-ipad:hover > img.tablet-item {
    transform: scale(1);
    filter: brightness(10%);
  }
  /* ipad end */
  .mt-col-title {
    font-size: 24px;
  }
  .mt-column-title {
    font-size: 22px;
    line-height: 1.6;
  }
  .mt-col-title.small {
    font-size: 22px;
  }
  .mt-note-title {
    font-size: 1em;
  }
  .mt-container.bg-half.mt-post::after {
    height: 0;
  }
  body.home .mt-content {
    margin-top: 40%;
  }
  .mt-banner-ipad {
    top: 90%;
  }
  .mt-hero-banner-group h1 {
    font-size: 36px;
    padding: 20px;
  }
  .mt-hero-banner.home > .mt-hero-banner-group {
    margin-top: -50px;
  }
  .mt-hero-banner-group p {
    font-size: 14px;
  }
  .mt-hero-banner-group small {
    font-size: 14px;
  }
  body.fixed-nav .mt-header {
    background-color: #2c3e50;
  }
  .mt-col-icon {
    display: block;
    height: auto;
    float: none;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .mt-center-xs {
    text-align: center;
  }
  body.home .mt-nav-tabs {
    margin: 50px 40px 10px;
  }
  #order_form {
    padding-bottom: 10px;
  }
}
/* (max-width: 320px) */
@media (max-width: 320px) {
  /* ipad */
  .mt-banner-ipad {
    width: 90%;
    top: 90%;
  }
  .mt-banner-ipad > div {
    top: 20px;
  }
  .mt-banner-ipad:hover > div {
    top: 40px;
    opacity: 1;
  }
  .mt-banner-ipad div p {
    font-size: 12px;
  }
  .mt-banner-ipad > div {
    width: 200px;
  }
  .mt-banner-ipad a {
    top: 120px;
    font-size: 12px;
    width: 140px;
  }
  .mt-banner-ipad:hover a {
    top: 100px;
    opacity: 1;
  }
  .mt-banner-ipad > img.tablet-item {
    top: 7px;
    transform: scale(0.95);
    left: 11px;
  }
  .mt-banner-ipad:hover > img.tablet-item {
    transform: scale(1);
    filter: brightness(10%);
  }
  /* ipad end */
}
header.tp-site-header {
  padding: 0.7rem 2rem 0.7rem 1.2rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.tp-site-header-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tp-site-header-columns .column {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-title {
  font-size: 1.7rem;
  padding: 0;
  margin: 0 0 0 1rem;
}

.header-admin-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: 100%;
}

.notification-status {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 15%;
  margin-right: 2rem;
  padding-top: 5px;
}
.notification-status > a {
  margin-left: 0.7rem;
  top: 6px;
  position: relative;
  text-decoration: none;
  color: rgb(90, 90, 90);
  font-size: 1.8rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.notification-status > a:hover {
  color: #d51d34;
}
.notification-status > a > i {
  font-size: 0.7rem;
  line-height: 1.6;
  color: rgb(165, 165, 165);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0px;
  background-color: rgb(255, 166, 0);
  display: block;
  width: 16px;
  height: 16px;
  color: white;
  font-family: "Poppins";
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.notification-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.notification-icon li {
  width: 9px;
  height: 9px;
  background-color: #d51d34;
  position: relative;
  transform: rotate(45deg);
}
.notification-icon li:nth-child(1) {
  margin-bottom: 15px;
  top: 4px;
}
.notification-icon li:nth-child(3) {
  position: absolute;
  top: 14px;
  left: -10px;
  opacity: 0.7;
}
.notification-icon li:nth-child(4) {
  position: absolute;
  top: 14px;
  right: -10px;
  opacity: 0.7;
}
.notification-icon.active li {
  animation: pulse 3s infinite;
  /* Top */
  /* Right */
  /* Bottom */
  /* Left */
}
.notification-icon.active li:nth-child(1) {
  animation-delay: 0.15s;
}
.notification-icon.active li:nth-child(4) {
  animation-delay: 0.3s;
}
.notification-icon.active li:nth-child(2) {
  animation-delay: 0.45s;
}
.notification-icon.active li:nth-child(3) {
  animation-delay: 0.7s;
}

@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.login-info {
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.login-info > a {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login-info > a.disabled {
  opacity: 1;
}
.login-info > a > span {
  font-size: 11px;
  color: rgb(105, 105, 105);
  display: block;
}
.login-info > a:hover {
  color: #d51d34;
}

.avatar-preview {
  width: 45px;
  height: 45px;
  background-color: #d51d34;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 15px;
  color: white !important;
  display: inline-table;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.avatar-preview.thumb {
  background-color: white;
  line-height: 0;
}

.page-header {
  width: 100%;
  padding: 1.4rem 2rem 1.4rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efefef;
}
.page-header p {
  margin: 0;
  font-weight: 600;
}

.page-header-date {
  padding: 0.5rem 1rem;
  background-color: #d6d6d6;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

footer {
  background-color: black;
  padding: 2rem 0;
}

.gl-btn {
  text-transform: uppercase;
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 0.9rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 12px 0 0;
  padding: 0.8rem 1.8rem !important;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #d51d34;
  display: inline-flex;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gl-btn:hover {
  background-color: #951424;
  color: white;
}
.gl-btn.offset {
  background-color: #385678;
}
.gl-btn.offset:hover {
  background-color: #2d425a;
}
.gl-btn.small {
  padding: 0.4rem 1.1rem !important;
  font-size: 0.7rem;
}
.gl-btn.small > i.lds-dual-ring {
  top: -2px;
}
.gl-btn.block-display {
  display: inline-block;
}
.gl-btn.centered {
  justify-content: center;
}
.gl-btn > i {
  margin-left: 10px;
  line-height: 2;
  font-size: 10px;
}
.gl-btn.report-progress-submit, .gl-btn.progress-submit, .gl-btn.progress-sub-submit {
  background-color: rgb(36, 69, 100);
  text-align: center;
  padding: 0.5rem 1.2rem !important;
}
.gl-btn.report-progress-submit > i, .gl-btn.progress-submit > i, .gl-btn.progress-sub-submit > i {
  margin-left: 0;
  font-size: 14px;
}
.gl-btn.report-progress-submit:hover, .gl-btn.progress-submit:hover, .gl-btn.progress-sub-submit:hover {
  background-color: rgb(25, 51, 75);
}
.gl-btn.complete-module {
  text-align: center;
  color: white;
}
.gl-btn.complete-module:hover {
  color: white;
  cursor: pointer;
}

.gl-btn-regular {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
  padding: 0 1.8rem !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gl-btn-regular:hover {
  color: #ccc;
}
.gl-btn-regular::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: relative;
  background-color: transparent;
  top: 2px;
  right: -9px;
  transform: rotate(-45deg);
}

.btn-group {
  display: flex;
  flex-direction: row;
}
.btn-group > a {
  margin: 0 0.7rem;
}
@media (max-width: 480px) {
  .btn-group {
    flex-direction: column;
  }
  .btn-group > a {
    margin: 0 0 0.7rem 0;
  }
}

/* Action btn for registration form */
.action-btn {
  padding: 1rem 1.2rem;
  text-align: center;
  color: white !important;
  background-color: #d51d34;
  display: inline-flex;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.action-btn > i {
  position: relative;
  top: 3px;
}
.action-btn.secondary {
  background-color: #385678;
}
.action-btn.alternate {
  background-color: #f2b849;
  color: black !important;
}
.action-btn.alternate:hover {
  background-color: #666;
  color: white !important;
}
.action-btn.alternate.inactive:hover {
  background-color: #f2b849;
  color: black !important;
}
.action-btn.inactive:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}
.action-btn:hover {
  background-color: #951424;
  color: white;
}
.action-btn.step__btn {
  display: none;
}
.action-btn.step__btn.active {
  display: inline-flex;
}
.action-btn.disabled {
  opacity: 0.3;
}
.action-btn.disabled:hover {
  cursor: default;
}

.textwidget a.action-btn {
  color: white !important;
}
.textwidget a.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.btn.action {
  font-size: 12px;
  background-color: #385678;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 6px;
  line-height: 1.8;
  margin: 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn.action:hover {
  background-color: #273b58;
  color: white;
}
.btn.action.primary {
  background-color: #d51d34;
  color: white;
}
.btn.action.primary:hover {
  background-color: #8a1522;
}

.image-cropper {
  position: relative;
  width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 9997;
}

.image-cropper-mask {
  width: 300px;
  height: 300px;
  opacity: 0.777;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(transparent 150px, rgb(0, 0, 0) 150px);
  /* background: -webkit-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
  background: -ms-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
   background: -o-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px); */
}

/* Enable this if uploaded image is tiny in the preview window */
.cropit-preview-image {
  max-width: none;
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  cursor: grab;
  margin: 0 0 1.2rem;
}

input.cropit-image-input {
  visibility: hidden;
}

i#cropit-rotation-left,
i#cropit-rotation-right,
i#cropit-small-icon,
i#cropit-large-icon {
  color: #666;
}

i#cropit-rotation-left,
i#cropit-rotation-right {
  background-color: #d51d34;
  padding: 1rem;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
i#cropit-rotation-left:hover,
i#cropit-rotation-right:hover {
  background-color: #666;
  cursor: pointer;
}

input[type=range] {
  margin: 2rem 0;
}

a#select-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #f04e50;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a#select-avatar:hover {
  color: black !important;
  background-color: #f2b849;
}

a#cancel-avatar {
  padding: 1rem 1.6rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a#cancel-avatar:hover {
  color: white !important;
  background-color: #666;
}

.input-with-label span,
label {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  color: #252525;
  letter-spacing: 0px;
  font-weight: 600;
  display: block;
  cursor: default;
}
.input-with-label span > p,
label > p {
  font-weight: 400;
}

label > .note {
  float: right;
  font-size: 12px;
  color: rgb(143, 143, 143);
  font-weight: 400;
}

input[type=file] {
  font-size: 16px !important;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #616a66;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 20px;
  margin: 0 0 13px;
  font-family: "Poppins", Arial, sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input:focus {
  background-color: rgb(97, 97, 97);
  color: white;
  outline: #fff;
}

textarea:focus {
  border: 1px solid #d51d34;
  background-color: #d51d34;
  color: white;
  outline: #d51d34;
}

select {
  width: 100%;
  margin: 0 0 13px;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
}

input[type=range] {
  display: block;
  width: 100%;
}

.search-component {
  width: 100%;
  position: relative;
  /* & > i.lds-dual-ring {
      position: absolute;
      top: 7px;
      right: 7px;
  } */
}

.search-component form {
  display: flex;
  flex-direction: row;
}
.search-component form input:first-child {
  margin: 0 4px 0 0;
}
.search-component form input:last-child {
  margin: 0 0 0 4px;
}
.search-component form input {
  margin: 0 4px;
}

.submit {
  text-transform: uppercase;
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 0.9rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 12px 0 0;
  padding: 0.8rem 1.8rem !important;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #d51d34;
  width: 180px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.submit:hover {
  background-color: #b21e31;
}

.form-edit-btn {
  background-color: #d51d34;
  padding: 6px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.form-edit-btn:hover {
  background-color: #a11b2b;
  color: white;
}

input:-moz-read-only {
  border: 1px solid rgb(197, 197, 197);
  background-color: rgb(223, 223, 223);
  cursor: auto;
  color: black;
}

input:read-only {
  border: 1px solid rgb(197, 197, 197);
  background-color: rgb(223, 223, 223);
  cursor: auto;
  color: black;
}

input#date_of_birth,
input#student_date_of_birth {
  background-color: white;
}
input#date_of_birth:hover,
input#student_date_of_birth:hover {
  cursor: text;
}
input#date_of_birth:focus,
input#student_date_of_birth:focus {
  background-color: #d51d34;
}

input:focus:-moz-read-only {
  color: black !important;
  background-color: #dfdfdf !important;
  border: 1px solid transparent !important;
}

input:focus:read-only {
  color: black !important;
  background-color: #dfdfdf !important;
  border: 1px solid transparent !important;
}

.error-message {
  padding: 0.7rem 1rem;
  background-color: #e86084;
  border: 1px solid #ba2c51;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.error-message.active {
  display: block;
}
.error-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.success-message {
  padding: 0.7rem 1rem;
  background-color: #3164f0;
  border: 1px solid #1d44af;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.success-message.active {
  display: block;
}
.success-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

#teacher_registration_form {
  width: 600px;
}

.form-small {
  font-size: 0.9rem !important;
}

.registration-success {
  max-width: 600px;
  text-align: center;
  padding: 2rem 0;
}
.registration-success > h5 {
  font-size: 1.7rem;
  color: #d51d34;
  margin-bottom: 1rem;
}

.form-field-message {
  font-size: 11px;
  font-style: italic;
  margin: 5px 0 10px;
  padding: 0;
  color: rgb(119, 119, 119);
  position: relative;
}

.deleting-post-status {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.deleting-post-status.hidden {
  display: none;
}
.deleting-post-status > p {
  color: #d51d34;
  margin: 0 10px 0 0;
}

label.summary {
  display: block;
}

p.summary-value {
  display: block;
  font-size: 14px;
}

/* Edit event form popup */
.edit-event-form .form-field-group {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.edit-event-form .form-field-group > .form-field {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}
.edit-event-form .form-field {
  display: flex;
  flex-direction: row;
  background-color: #e6e6e6;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.edit-event-form .form-field.drop {
  background-color: #464748 !important;
  color: white !important;
}
.edit-event-form .form-field.drop label {
  color: white !important;
}
.edit-event-form .form-field.drop a {
  color: rgb(255, 208, 0);
}
.edit-event-form .form-field.drop a:hover {
  color: white !important;
}
.edit-event-form .form-field .left-col {
  width: 25%;
}
.edit-event-form .form-field .right-col {
  width: 75%;
}
.edit-event-form .form-field .right-col > input {
  width: 100%;
}
.edit-event-form .form-field .right-col > input[type=radio] {
  width: auto;
}
.edit-event-form .form-field .right-col > label {
  display: inline;
  position: relative;
  top: -2px;
}
.edit-event-form .form-field .right-col > textarea {
  width: 100%;
  height: 100px;
}

.time-field {
  width: 16% !important;
  text-align: center;
}

.schedule-resources-container > a {
  color: white;
  font-size: 0.8rem;
  line-height: 1.7;
  background-color: rgb(48, 83, 112);
  padding: 0.5rem 0.7rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.schedule-resources-container > a:hover {
  color: #fff;
  background-color: #d51d34;
}

.event-resource-entry {
  background-color: #efefef;
  padding: 1rem;
  border: 1px solid #e8e8e8;
  position: relative;
  margin: 5px 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.event-resource-entry:hover {
  background-color: #e0e0e0;
}

.delete-resource-entry {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d51d34;
  font-size: 1rem;
}

.resource-type-selection > p {
  font-weight: 500;
  margin: 0 0 0.5rem;
  padding: 0;
}
.resource-type-selection > label {
  display: inline;
}

.event-resource-field > input[type=text] {
  padding: 0px 16px 8px;
}

.form-control {
  height: auto !important;
}

.sol-container {
  display: flex;
  flex-direction: column;
}
.sol-container.form-control {
  padding: 0.375rem 0.35rem;
}

.sol-selection-container {
  order: 3;
}

.sol-input-container input:focus {
  background-color: transparent !important;
  border: none !important;
}

.sol-container.sol-active .sol-selection-container {
  position: inherit;
  margin-bottom: 10px;
  margin-top: 5px;
}

.sol-input-container input[type=text] {
  color: #555 !important;
}

.recurring-event-days {
  display: flex;
  margin: 10px 0;
}
.recurring-event-days > input {
  display: none;
}
.recurring-event-days > label {
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  height: 32px;
  line-height: 0.6;
  margin-right: 6px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.recurring-event-days > label:hover {
  border: 1px solid #305370;
}
.recurring-event-days > label.active {
  background-color: #305370;
  color: white;
  border: 1px solid #305370;
}

.recurring-event-date-range-selections .date-fields {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0;
}
.recurring-event-date-range-selections .date-fields > div {
  width: 50%;
  margin-right: 10px;
}
.recurring-event-date-range-selections .date-fields > div:last-child {
  margin-right: 0px;
}

.event-date-range-selections .date-fields {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0;
}
.event-date-range-selections .date-fields > div {
  width: 50%;
  margin-right: 10px;
}
.event-date-range-selections .date-fields > div:last-child {
  margin-right: 0px;
}

.time-fields {
  display: flex;
  flex-direction: row;
  margin: 5px 0 0;
}
.time-fields > div {
  width: 50%;
  margin-right: 10px;
}
.time-fields > div:last-child {
  margin-right: 0px;
}

.date-dropdowns > select {
  width: 32.1%;
  margin-right: 5px;
}
.date-dropdowns > select:last-child {
  margin-right: 0;
}

/* Timepicki override */
a.reset_time {
  float: none !important;
  color: #000;
  text-align: center !important;
  padding: 20px 0 10px !important;
  display: block !important;
  clear: both !important;
}

.field-item.teacher-filter {
  width: 300px;
  justify-content: space-between;
  align-items: center;
}
.field-item.teacher-filter > label {
  width: 100px;
  margin: 0;
}
.field-item.teacher-filter > select {
  margin: 0;
}

body.page-template-template-edit-schedule .dialogify.fixed,
body.page-template-template-edit-lesson-plan .dialogify.fixed {
  background-color: #f5f5f5;
}

body.page-template-template-edit-schedule .edit-event-form .form-field,
body.page-template-template-edit-lesson-plan .edit-event-form .form-field {
  background-color: #fff;
}

.small-select {
  width: 33.33%;
}

body.page-template-template-login {
  overflow-x: hidden;
}

.nf-login-form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-image: url("img/sign-in.jpg");
  background-position: center;
  background-size: cover;
  flex-direction: column;
}
.nf-login-form-container > p {
  font-size: 3rem;
  color: rgb(133, 133, 133);
  text-transform: uppercase;
  font-family: "Futura Lt BT";
  margin-bottom: 0;
}

.nf-login-form {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3rem;
  border-radius: 20px;
  margin-top: 2rem;
  position: relative;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
.nf-login-form > p {
  font-size: 2rem;
  color: #d51d34;
  text-transform: uppercase;
  text-align: center;
}
.nf-login-form span.icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #d51d34;
  border: 2px solid white;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.nf-login-form span.icon > i {
  font-size: 2rem;
  color: white;
  line-height: 2;
}

.login-username > label,
.login-password > label {
  display: block;
}

.login-username > input,
.login-password > input {
  border: 1px solid #ccc;
}

.login-submit input[type=submit] {
  height: auto;
  line-height: 20px;
  padding: 13px;
  float: none;
  width: 100%;
  border: none !important;
  background-color: #d51d34;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login-submit input[type=submit]:hover {
  background-color: #951424;
}

#loginform p {
  margin: 0;
}

.login-remember {
  float: left;
  font-family: "Poppins";
  color: black;
  font-size: 0.8rem !important;
}
.login-remember > label {
  font-size: 0.8rem !important;
}

.lost-password {
  float: right;
  font-family: "Poppins";
  color: black !important;
  font-size: 0.8rem;
}

.dashboard-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-height: 370px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.dashboard-card.program-update {
  max-height: inherit !important;
}
.dashboard-card.auto-height {
  height: auto;
  max-height: inherit !important;
}
.dashboard-card > header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.dashboard-card > header p {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.dashboard-card > header .actions a {
  background-color: #385678;
  color: #fff;
  padding: 6px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 2px;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.dashboard-card > header .actions a > i {
  position: relative;
  top: 1px;
}
.dashboard-card > header .actions a:hover {
  background-color: #273b58;
  color: white;
}

.notification-entries {
  overflow-y: auto;
  padding-right: 30px;
}
.notification-entries::-webkit-scrollbar {
  width: 2px;
}
.notification-entries::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
.notification-entries::-webkit-scrollbar-thumb {
  background: #d51d34;
}

.post-entry {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.post-entry.last {
  border-bottom: 0px dotted #ccc;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-entry .avatar-preview {
  margin-left: 0;
  margin-right: 10px;
  width: 60px;
}
.post-entry .avatar-preview.thumb {
  line-height: 0;
  background-color: transparent;
}

.notification-divider {
  width: 100%;
  height: 1px;
  margin: 5px 0 !important;
  display: block !important;
}

.post-entry-meta {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.post-entry-meta p {
  margin: 0;
  padding: 0;
}
.post-entry-meta p.notification-message {
  color: #4b4b4b;
  font-size: 12px;
}
.post-entry-meta p > span {
  color: #7f7f7f;
  margin-top: 3px;
  font-size: 12px;
  display: block;
  margin: 0;
}
.post-entry-meta > a {
  background-color: #385678;
  color: #fff;
  padding: 6px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 2px;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.post-entry-meta > a:hover {
  background-color: #d51d34;
  color: white;
}

.tooltipster-sidetip .tooltipster-content {
  color: grey;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-box {
  border-radius: 2px;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Poppins";
  color: grey !important;
  background-color: white;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-box:before {
  border: none;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-box:after {
  border: none;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-content {
  padding: 12px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-content:before {
  border: none;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-content:after {
  border: none;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0px;
  top: -3px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: transparent;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: transparent;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: transparent;
}

.protip-skin-default--size-normal {
  padding: 14px 16px;
  font-size: 12px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(122, 122, 122);
}

/* Upcoming Lessons */
.upcoming-lessons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upcoming-lessons-list > li {
  margin-bottom: 2px;
}
.upcoming-lessons-list > li > a {
  display: block;
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 14px;
  background-color: rgb(233, 233, 233);
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.upcoming-lessons-list > li > a > span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.upcoming-lessons-list > li > a > span.title {
  z-index: 11;
  position: relative;
}
.upcoming-lessons-list > li > a:hover > span.overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.upcoming-lessons-list > li > a > i {
  position: absolute;
  top: 0;
  right: 0;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}
.lds-dual-ring.button {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  top: 1px;
  left: 4px;
}
.lds-dual-ring.button::after {
  width: 16px;
  height: 16px;
}
.lds-dual-ring.action-button {
  width: 14px;
  height: 14px;
  display: inline-table;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
}
.lds-dual-ring.action-button::after {
  width: 16px;
  height: 16px;
}
.lds-dual-ring.centered {
  margin: 0;
}
.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}
.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}
.lds-dual-ring.primary::after {
  border-color: #d51d34 transparent #d51d34 transparent;
}
.lds-dual-ring.active {
  opacity: 1;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.class-entry {
  border-bottom: 1px solid rgb(238, 238, 238);
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.class-entry > .actions a.btn {
  font-size: 12px;
  background-color: #385678;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 6px;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.class-entry > .actions a.btn:hover {
  background-color: #d51d34;
  color: white;
}

.welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome-container > p {
  font-size: 2rem;
}
.welcome-container > img {
  margin-bottom: 1rem;
}
.welcome-container.registration > img, .welcome-container.sub-invite > img {
  width: 150px;
}

img#new-aswco-interactive-map-full,
img#aswco-interactive-map-full,
img.region {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px !important;
  height: auto !important;
}

img.region.region-hidden {
  display: none;
}

div.new-registration-table {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 1em;
}

div.new-registration-table .new-registration-row {
  width: calc(100% - 2em);
  margin: 0 0 1em 0;
  padding: 0;
}

div.new-registration-table .new-registration-row .new-registration-col-left {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

.region-map {
  overflow: hidden;
  display: flex;
  padding-left: 20%;
  position: relative;
}
.region-map > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: white;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

td {
  font-size: 12px;
}

th {
  font-size: 14px;
  font-weight: 600;
}
th > small {
  display: block;
}

tr:nth-child(even) {
  background-color: rgb(248, 248, 248);
}

.table-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.table-actions.flex-centered {
  justify-content: center;
}
.table-actions a {
  font-size: 12px;
  background-color: #385678;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 6px;
  line-height: 1.8;
  margin: 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.table-actions a:hover {
  background-color: #273b58;
  color: white;
}
.table-actions a.primary {
  background-color: #d51d34;
  color: white;
}
.table-actions a.primary:hover {
  background-color: #8a1522;
}
.table-actions a.offset {
  background-color: #1f7586;
  color: white;
}
.table-actions a.offset:hover {
  background-color: #185561;
}
.table-actions a.deleting {
  background-color: #d51d34;
}
.table-actions a > i.lds-dual-ring {
  margin-left: 0;
  top: -1px;
  left: -3px;
}
.table-actions a.sending {
  background-color: #d51d34;
}
.table-actions a > img {
  max-width: initial;
}

.borderless-table {
  /* & tr:nth-child(even) {
    background-color: transparent;
  } */
}
.borderless-table td,
.borderless-table th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.borderless-table tr {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.borderless-table tr:first-child:hover {
  background-color: transparent;
}
.borderless-table tr:hover {
  background-color: rgb(226, 226, 226);
}

.performance-cell {
  background-color: rgb(231, 231, 231);
}
.performance-cell > img {
  width: 40px;
}

.core-cell {
  background-color: #d51d34;
  color: white;
}
.core-cell > img {
  width: 50px;
}

.intro-cell {
  background-color: #304252;
  color: white;
}
.intro-cell > img {
  width: 50px;
}

/* .student-cell {
    background-color: rgb(250, 250, 250);
} */
table.activity-subtable tr.not-vetted-task:nth-child(odd) {
  background-color: #1896af !important;
  color: white;
}
table.activity-subtable tr.not-vetted-task:nth-child(odd) a {
  color: white;
}

.table-check {
  width: 35px;
  height: 35px;
  background-color: #12a336;
  color: white;
  text-align: center;
  font-size: 1.2rem !important;
  line-height: 1.9 !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.dialogify {
  box-shadow: none;
  background-color: #f8f8f8;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
}
.dialogify.disable {
  display: none;
  pointer-events: none;
}

.dialogify .dialogify__body {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 20px;
  overflow-x: hidden;
}
.dialogify .dialogify__body::-webkit-scrollbar {
  width: 5px;
}
.dialogify .dialogify__body::-webkit-scrollbar-track {
  background: #ddd;
}
.dialogify .dialogify__body::-webkit-scrollbar-thumb {
  background: #666;
}

.dialogify h5.dialogify_title img {
  display: none;
}

.dialogify h5.dialogify_title {
  border-bottom: 1px solid rgb(226, 226, 226);
  padding-bottom: 15px;
  max-width: 800px;
  line-height: 1.4;
}

.dialogify .btn {
  letter-spacing: 0;
}

.btn-box .success-message,
.btn-box .error-message {
  display: block !important;
  text-align: left;
}

.dialogify__body #popup-content {
  min-width: 800px !important;
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .dialogify__body #popup-content {
    min-width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .dialogify__body #popup-content {
    min-width: auto !important;
  }
}

.extra-large {
  min-width: 800px;
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .extra-large {
    min-width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .extra-large {
    min-width: auto !important;
  }
}

.dialog-button-cancel {
  background-color: #2c3e50 !important;
  color: #fff !important;
}
.dialog-button-cancel:hover {
  background-color: #1e2c3a !important;
}

.dialog-button-trash {
  background-color: #d63031 !important;
  color: #fff !important;
}
.dialog-button-trash:hover {
  background-color: #a72323 !important;
}

.toggle-switcher-single {
  width: 50px;
  height: 50px;
}

.toggle-switcher-single.no-trips-option {
  float: left;
  margin-right: 30px;
}

.toggle-switcher-single.sticky {
  padding: 26px 0 0;
}

.toggle-switcher-single-btn {
  width: 61px;
  height: 36px;
  display: block;
  position: relative;
  background-color: #CCC;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.toggle-switcher-single-btn.active {
  background-color: #6DDC5F;
}

.toggle-switcher-single-btn.active i {
  left: 28px;
}

.toggle-switcher-single-btn:hover {
  cursor: pointer;
}

.toggle-switcher-single span i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.toast-success {
  background-color: #51a351 !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: #cc1414 !important;
  opacity: 1 !important;
}

.ln-breadcrumbs {
  display: flex;
  flex-direction: row;
}
.ln-breadcrumbs p {
  margin: 0 3px;
}

.lesson-plans-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 500;
}
.lesson-plans-list li {
  position: relative;
  width: 100%;
}
.lesson-plans-list li a.has-sub-menu::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 15px;
  top: 25px;
  z-index: 2;
}
.lesson-plans-list li a.has-sub-menu::after {
  content: "";
  width: 1px;
  height: 7px;
  background-color: white;
  position: absolute;
  left: 18px;
  top: 22px;
  z-index: 1;
}
.lesson-plans-list li a.active.has-sub-menu::after {
  content: none;
}
.lesson-plans-list li > a > span.title {
  z-index: 11;
  position: relative;
}
.lesson-plans-list li > a > span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.lesson-plans-list li > a:hover > span.overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.lesson-plans-list li a {
  padding: 1rem 5rem 1rem 1.8rem;
  display: block;
  width: 100%;
  background-color: #848484;
  font-size: 14px;
  position: relative;
  color: white;
  margin-bottom: 1px;
  z-index: 200;
  transition: none;
  font-family: "Montserrat";
  font-weight: 500;
  /* &:hover {
      background-color: #616161;
  } */
}
.lesson-plans-list li a i {
  background-image: url("img/drag.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  z-index: 100;
  /* @include transition(all, 0.3s); */
}
.lesson-plans-list li a i:hover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: grab;
}
.lesson-plans-list .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.sub-menu.active {
  display: block;
}

.lesson-plan-structure-container {
  padding: 1.7rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  min-height: 500px;
  display: flex;
  justify-content: center;
  z-index: 100;
  flex-direction: column;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.lesson-plan-structure-container.active {
  justify-content: flex-start;
}
.lesson-plan-structure-container > p {
  display: flex;
  align-self: center;
  text-align: center;
  color: rgb(61, 61, 61);
}
.lesson-plan-structure-container.ui-droppable-active {
  background-color: rgb(60, 93, 119);
}
.lesson-plan-structure-container.ui-droppable-active a {
  transition: none !important;
}
.lesson-plan-structure-container.ui-droppable-active > p {
  color: white;
}

.ui-droppable-active .lesson-plan-entry {
  background-color: white;
}

.lesson-plan-entry {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  /* &.activity {
      padding-left: 1.4rem;
  } */
}
.lesson-plan-entry::after {
  content: "";
  width: 98%;
  height: 1px;
  position: absolute;
  left: 9px;
  bottom: -10px;
  border-bottom: 1px dashed #aeaeae;
}
.lesson-plan-entry.no-drag:hover {
  cursor: pointer;
}
.lesson-plan-entry:hover {
  background-color: rgb(231, 231, 231);
  cursor: move;
}
.lesson-plan-entry > .lesson-title {
  font-size: 0.7rem;
  border-right: 1px solid #ccc;
  margin-right: 20px;
  padding-right: 20px;
  width: 12%;
}
.lesson-plan-entry.activity .title p {
  font-size: 0.9rem;
  padding-right: 20px;
}
.lesson-plan-entry.activity .title span {
  width: 11px;
  height: 11px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}
.lesson-plan-entry .title {
  display: flex;
  flex-direction: row;
  width: 78%;
}
.lesson-plan-entry .title p {
  margin: 0;
  padding: 0;
  color: #161616;
  font-family: "Montserrat";
  font-weight: 500;
}
.lesson-plan-entry .title span {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  display: block;
  margin: 3px 8px 0 0;
  display: inline-table;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.lesson-plan-entry .actions {
  display: flex;
  justify-content: flex-end;
}
.lesson-plan-entry .actions a {
  color: rgb(104, 104, 104);
  font-size: 1.2rem;
  margin-left: 2px;
  color: #fff;
  padding: 6px;
  text-align: center;
  width: 35px;
  height: 35px;
  background-color: #d51d34;
  line-height: 1.3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.lesson-plan-entry .actions a.dark {
  background-color: #385678;
  color: white;
}
.lesson-plan-entry .actions a.dark:hover {
  background-color: #273b58;
}
.lesson-plan-entry .actions a.offset {
  background-color: #1f7586;
  color: white;
}
.lesson-plan-entry .actions a.offset:hover {
  background-color: #185561;
}
.lesson-plan-entry .actions a.move:hover {
  cursor: move;
}
.lesson-plan-entry .actions a:hover {
  background-color: #8a1522;
  color: white;
}

.lesson-plan-structure-container .lesson_plan__draggable.ui-draggable {
  padding: 20px !important;
  width: 95% !important;
  background-color: white !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.calendar-spinner {
  position: absolute;
  display: none;
}
.calendar-spinner.top {
  top: 27px;
  right: 10px;
}
.calendar-spinner.bottom {
  bottom: -60px;
  right: 10px;
}

.lesson-plan-weekly-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.lesson-plan-weekly-tabs > a {
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lesson-plan-weekly-tabs > a.active {
  background-color: #1f7586;
}

.lesson-plan-week-container {
  display: none;
}
.lesson-plan-week-container.active {
  display: block;
}

.lesson-plan-schedule-view-entry {
  background-color: white;
  margin: 5px 0;
  display: flex;
  padding: 20px;
  flex-direction: column;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.lesson-plan-schedule-view-entry .lesson-plan-entry {
  padding: 10px;
}
.lesson-plan-schedule-view-entry .lesson-plan-entry .lesson-title {
  width: 17%;
  font-size: 80% !important;
  font-weight: bold;
}
.lesson-plan-schedule-view-entry .lesson-plan-entry .lesson-title p {
  font-weight: normal;
}
.lesson-plan-schedule-view-entry .lesson-plan-entry:last-child {
  margin-bottom: 0;
}
.lesson-plan-schedule-view-entry .lesson-plan-entry:last-child::after {
  content: none;
}

#student_registration_form {
  width: 650px;
}
@media only screen and (max-width: 767px) {
  #student_registration_form {
    width: 100%;
  }
}

h3.step-title {
  font-size: 1.7rem !important;
  margin: 1rem 0 0;
  color: black !important;
  text-transform: none !important;
  display: inline-block;
  width: 100%;
}
h3.step-title small {
  font-size: 1.2rem !important;
  color: #f04e50 !important;
  margin: 5px 0 0;
  float: right;
}

select {
  width: 100%;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}
.fields-set.active {
  display: block;
}

.registration-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 2rem 0 0;
  margin: 2rem 0 0;
}

.asterisk {
  color: #d51d34;
}

.field-item input[type=checkbox],
.field-item input[type=radio] {
  margin: 4px 7px 0 0;
  float: left;
}
.field-item input[type=checkbox]:hover,
.field-item input[type=radio]:hover {
  cursor: pointer;
}

input[type=range]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

.add-certification-container {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 2rem;
  margin: 0 0 0.6rem;
}
.add-certification-container.active {
  display: flex;
}
.add-certification-container > a {
  color: #242424;
  font-size: 1.4rem;
}
.add-certification-container > a:hover {
  color: #d51d34;
}
.add-certification-container > a:hover > span {
  background-color: #d51d34;
  border: 1px solid #d51d34;
}
.add-certification-container > a:hover > span::before {
  background-color: white;
}
.add-certification-container > a:hover > span::after {
  background-color: white;
}
.add-certification-container > a > span {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.add-certification-container > a > span::before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #d51d34;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.add-certification-container > a > span::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #d51d34;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.inputfile + label > strong {
  background-color: #07074e;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #3f3f3f;
}

/* Certification fields */
.certification-fields {
  width: 100%;
}

.certification-field {
  /* width:100%; */
  position: relative;
  margin: 10px 10px 10px 50px;
}
.certification-field.bottom-border {
  border-bottom: 1px solid #ccc;
}

.delete-certification-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.delete-certification-btn:hover {
  background-color: #d51d34;
  border: 1px solid #d51d34;
}
.delete-certification-btn:hover::after {
  background-color: white;
}
.delete-certification-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #d51d34;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input {
  transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}

input[type=text]:focus {
  border: 1px solid #d51d34;
  background-color: #d51d34;
  color: white;
}

.form-message {
  font-size: 1.4rem;
  color: #d51d34;
}

/* Datepicker overrides */
/* .datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 2em !important;
}

.datepick-nav,
.datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
} */
.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .registration-summary-fields {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .registration-summary-fields {
    width: 100%;
  }
}
.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}
.registration-summary-fields > h4::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #d51d34;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-certifications ul,
.registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: flex;
  flex-direction: column;
}

h6.summary-title {
  color: #d51d34;
  margin-bottom: 15px;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-sports ul,
.registration-summary-sports ol {
  margin: 0 0 0 3rem;
  list-style-image: url("img/list-icon.png");
}

.submit-registration-status {
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 10% 0;
}
.submit-registration-status.active {
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #d51d34;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

#registration_team_selection_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.registration-selected-team {
  display: none;
  padding-left: 50px;
  position: relative;
}

.delete-registration-team-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.delete-registration-team-btn:hover {
  background-color: #d51d34;
  border: 1px solid #d51d34;
}
.delete-registration-team-btn:hover::after {
  background-color: white;
}
.delete-registration-team-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #d51d34;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Material Datepicker overrides */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background-color: #d51d34 !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #970c1d !important;
}

.dtp .p10 > a {
  color: white !important;
}

.dtp table.dtp-picker-days tr > td > a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background-color: #d51d34 !important;
}

.dtp table.dtp-picker-days tr > td > a:hover {
  background-color: #d51d34 !important;
  color: white !important;
}

.year-picker-item:hover {
  color: #d51d34 !important;
}

.year-picker-item.active {
  color: #d51d34 !important;
}

.schedule-list-tabs {
  list-style: none;
  margin: 0 0 2.4rem;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.schedule-list-tabs > li > a {
  background-color: white;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  margin: 0 3px 0 0;
  background-color: #2c3e50;
  color: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.schedule-list-tabs > li > a:hover {
  background-color: #1a252f;
}
.schedule-list-tabs > li > a.active {
  background-color: #1a252f;
}

.lesson-plans-list.schedule {
  display: none;
}
.lesson-plans-list.schedule.active {
  display: block;
}

.fc-event-dragging {
  opacity: 0 !important;
}

.fc-event {
  opacity: 1 !important;
}

#schedule_container {
  position: relative;
}

#schedule_container_overlay {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1000;
  opacity: 0;
  display: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#schedule_container_overlay.active {
  opacity: 0.5;
}

.external-events-list {
  width: 100%;
  min-height: 200px;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 5px;
}

.lesson-plan-event {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #ccc;
  padding: 7px;
  margin: 0 0 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.lesson-plan-event > .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dialog-button-session {
  background-color: rgb(67, 153, 10) !important;
  color: white !important;
}
.dialog-button-session:hover {
  background-color: rgb(56, 122, 12) !important;
}

.dashboard-calendar-component {
  background-color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.dashboard-calendar-component > p {
  font-weight: 600;
}

.dashboard-calendar-view {
  min-height: 500px;
}

.dashboard-calendar-classes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  padding-right: 20px;
}
.dashboard-calendar-classes-list::-webkit-scrollbar {
  width: 2px;
}
.dashboard-calendar-classes-list::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
.dashboard-calendar-classes-list::-webkit-scrollbar-thumb {
  background: #d51d34;
}
.dashboard-calendar-classes-list > li > a {
  display: block;
  padding: 10px;
  background-color: rgb(238, 238, 238);
  margin-bottom: 3px;
  color: black;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dashboard-calendar-classes-list > li > a:hover {
  background-color: #d51d34;
  color: white;
  border: 1px solid rgb(238, 238, 238);
}
.dashboard-calendar-classes-list > li > a.active {
  background-color: #d51d34;
  color: white;
}

.easyPieChart {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  color: rgb(90, 90, 90);
}
.easyPieChart span {
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.student-progress-dashboard-certificates {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.student-progress-dashboard-certificates > li {
  margin: 2px;
}
.student-progress-dashboard-certificates > li a > img {
  width: 30px;
}

.fc-event-custom-content {
  display: flex;
  padding: 5px;
  overflow: hidden;
}
.fc-event-custom-content:hover {
  cursor: pointer;
}
.fc-event-custom-content.fc-all-day-event i {
  color: white;
}
.fc-event-custom-content.fc-all-day-event p {
  color: white;
}
.fc-event-custom-content > .left-col {
  text-align: center;
  margin-right: 5px;
}
.fc-event-custom-content > .left-col > i {
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: center;
  width: 15px;
  display: block;
}
.fc-event-custom-content > .left-col > i:hover {
  cursor: pointer;
}
.fc-event-custom-content > .right-col {
  width: 85%;
}
.fc-event-custom-content > .right-col p {
  margin: 0;
}
.fc-event-custom-content > .right-col p.data-type {
  font-weight: bold;
}

.fc-event-tooltip p {
  margin: 0;
}
.fc-event-tooltip p.time {
  color: rgb(22, 64, 99);
  font-size: 0.7rem;
  margin-top: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  overflow: hidden;
}

.fc-daygrid-event {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.tp-card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  align-items: flex-start;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.tp-card.flex-center {
  align-items: center;
}
.tp-card.equal-height {
  height: 100%;
}
.tp-card > header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.tp-card > header p {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.tp-card > header .actions a {
  background-color: #385678;
  color: #fff;
  padding: 6px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 2px;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.tp-card > header .actions a > i {
  position: relative;
  top: 1px;
}
.tp-card > header .actions a:hover {
  background-color: #d51d34;
  color: white;
}

.tp-card div.divider:last-of-type {
  display: none;
}

.tp-card ol,
.tp-card ul {
  margin: 10px 0;
}

.tp-card > div.post-entry:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.session-resources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.session-resources-list li {
  margin-bottom: 15px;
}
.session-resources-list li p {
  margin-bottom: 0px;
}
.session-resources-list li a {
  font-size: 13px;
  margin-bottom: 0px;
  background-color: #305370;
  padding: 8px 14px;
  margin: 5px 0 0;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.session-resources-list li a:hover {
  background-color: #d51d34;
  color: white;
}

.session-btn {
  font-size: 15px;
  margin-bottom: 0px;
  background-color: #305370;
  padding: 8px 14px;
  margin: 5px 0 0;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.session-btn:hover {
  background-color: #d51d34;
  color: white;
}

.session-textarea {
  width: 100%;
  height: 150px;
  background-color: rgb(238, 238, 238);
}

.lesson-title {
  font-size: 1.2rem;
}

.session-sidebar.sticky-top {
  top: 120px !important;
}

.session-media-container {
  width: 100%;
  z-index: 1000;
  position: relative;
}
.session-media-container > span {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  color: #d51d34;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.session-media-container > span:hover {
  cursor: pointer;
}
.session-media-container.minified > span {
  top: -35px;
  opacity: 1;
  background-color: #d51d34;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 99px;
  line-height: 1.3;
  color: white;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.session-media-container.minified > span:hover {
  background-color: #951424;
}
.session-media-container.minified > iframe {
  width: 100%;
  height: 200px !important;
}
.session-media-container > video {
  width: 100%;
  height: 100%;
}
.session-media-container > audio {
  width: 100%;
}
.session-media-container > iframe {
  width: 100%;
}

.session-accordion {
  width: 100%;
}

.session-activity-completed > i {
  width: 45px;
  height: 45px;
  background-color: rgb(18, 163, 54);
  color: white;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

#session_edit_moderators {
  display: flex;
}
#session_edit_moderators > .form-control {
  height: 105px !important;
  padding: 0;
  font-size: 13px;
}

.event-moderators-actions {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.event-moderators-actions > a {
  margin: 2px 0;
  border: none;
  background-color: #305370;
  color: white;
  padding: 3px 5px;
  width: 25px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.event-moderators-actions > a:hover {
  background-color: #d51d34;
}

.session-students-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
}
.session-students-list > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2px 0;
  align-items: center;
}
.session-students-list > li > p {
  margin: 0;
}

.student-session-activities-dialog > .loader {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.student-session-activity-template-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
  align-items: center;
  background-color: #efefef;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.student-session-activity-template-header > p {
  margin: 0;
}

.session-preview-notice {
  background-color: #4fa0c3;
  color: white;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

/* Bootstrap 4 overrides */
#accordion {
  width: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card {
  margin-bottom: 3px;
}

.card-header {
  border-bottom: none !important;
}
.card-header > h5 {
  line-height: 1.2;
}
.card-header > h5 > .btn {
  padding: 0.375rem 0;
  width: 100%;
  text-align: left;
  position: relative;
  color: #d51d34;
  left: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.card-header > h5 > .btn.collapsed {
  left: 0;
  color: rgb(27, 27, 27);
}
.card-header > h5 > .btn.collapsed::before {
  left: -22px;
  opacity: 0;
}
.card-header > h5 > .btn:hover {
  text-decoration: none !important;
  color: #d51d34;
  left: 15px;
}
.card-header > h5 > .btn:hover::before {
  left: -16px;
  opacity: 1;
}
.card-header > h5 > .btn::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #d51d34;
  position: absolute;
  top: 8px;
  left: -16px;
  opacity: 1;
  font-size: 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tp-chat-component {
  display: flex;
  flex-direction: column;
}

.tp-chat-admin-info {
  padding: 0 1rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.tp-chat-entry {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tp-chat-entry > textarea {
  height: 150px;
  background-color: rgb(241, 241, 241);
  margin-bottom: 0;
  color: black;
}

.tp-chat-submit {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #d51d34;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.tp-chat-messages-component {
  display: flex;
  flex-direction: column;
  max-height: 330px;
  overflow-y: auto;
  padding-right: 20px;
  width: 100%;
}
.tp-chat-messages-component::-webkit-scrollbar {
  width: 2px;
}
.tp-chat-messages-component::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
.tp-chat-messages-component::-webkit-scrollbar-thumb {
  background: #d51d34;
}
.tp-chat-messages-component > div.tp-chat-message:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted rgb(231, 231, 231);
}

.tp-chat-message {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgb(231, 231, 231);
}
.tp-chat-message > .user-name {
  font-size: 13px;
  text-align: left;
}
.tp-chat-message > .user-name > span {
  color: #d51d34;
}
.tp-chat-message > .message-date {
  font-size: 12px;
  text-align: left;
  color: rgb(41, 63, 83);
}

.chat-meta-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.chat-message {
  font-size: 14px;
  padding: 5px 0 14px 0;
}

.sticky-top.chat {
  top: -138px !important;
}

.sticky-top.chat.no-moderators {
  top: 120px !important;
}

.ln-pagination {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.ln-pagination li a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #dadada;
  text-align: center;
  display: block;
  color: #474747;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  font-size: 12px;
  transition: all 0.3s;
}

.ln-pagination li a:hover {
  background: #d51d34;
  color: white;
}

.ln-pagination li a.active {
  background: #d51d34;
  color: white;
}

.ln-pagination-display {
  text-align: center;
  font-size: 12px;
  clear: both;
}

.ln-pagination-display p {
  margin: 0 0 2rem;
  padding: 0;
}

@media print {
  .page-actions,
  .tp-site-header,
  .page-header,
  .main-nav,
  .protip-container {
    display: none;
  }
  .core-cell {
    color: black;
  }
}
.pm-single-knowledgebase-tags {
  float: right;
}

.pm-single-knowledgebase-tags .tags {
  color: #2a313a !important;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pm-single-knowledgebase-tags .tags a {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pm-single-knowledgebase-tags .tags a:hover {
  color: #385678;
}

.pm-single-knowledgebase-cats {
  float: left;
}

.pm-single-knowledgebase-cats .cats {
  color: #2a313a !important;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pm-single-knowledgebase-cats .cats a {
  color: #d51d34;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pm-single-knowledgebase-cats .cats a:hover {
  color: #385678;
}

.pm-ln-glossary-index {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  flex-flow: row wrap;
}

.pm-ln-glossary-index li:before {
  content: "";
  margin: 0;
  padding: 0;
}

/* .pm-ln-glossary-index li {
    height: 31px !important;
} */
.pm-ln-glossary-index li a {
  padding: 5px 8px;
  width: 30px;
  height: 30px;
  display: block;
  background-color: #647588;
  margin: 0 1px;
  text-align: center;
  font-size: 13px;
  color: white;
  line-height: 1.7;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.pm-ln-glossary-index li a:hover {
  background-color: #33475e;
}
.pm-ln-glossary-index li a.current {
  background-color: #33475e;
}

.pm-glossary-search-box {
  overflow: hidden;
  margin: 0 0 30px;
}

.pm-glossary-search-box a {
  float: right;
  padding: 13px 10px;
}

.pm-glossary-search-box input {
  border: 0px solid white;
  width: 80%;
  padding: 10px 30px;
  background-color: #ffffff;
  color: rgb(31, 31, 31);
  margin: 0 auto;
  border: 3px solid #e0e0e0;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.pm-glossary-sort-text {
  float: right;
  padding: 8px;
}

.pm-glossary-filter {
  max-width: 150px;
  float: right;
  background-image: none;
  padding: 8px;
  margin-top: 0px;
}

#pm-ln-glossary-search-results-container {
  background-color: white;
  border: 1px solid #e1e1e1;
  display: none;
  left: 15px;
  margin-top: 5px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 999;
}

#pm-ln-glossary-search-results-close {
  display: block;
  float: right;
  font-family: "FontAwesome";
}

.pm-ln-glossary-index-list {
  width: 100%;
  padding: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
.pm-ln-glossary-index-list li {
  padding: 15px 20px;
  background-color: white;
  display: block;
  width: 100%;
  box-shadow: 0px 0px 6px #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}/*# sourceMappingURL=main.css.map */