.notification {
  width: 300px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.notification > footer {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
}

.arrow.is-active {
  display: block;
  position: absolute;
  left: 310px;
  z-index: 10;
}

.arrow .triangle {
  display: inline-block;
  position: relative;
  top: 50px;
  left: -15px;
  transform: rotate(270deg);
  color: var(--primary-color);
  font-size: 32px;
}

.modal-card-head {
  background-color: var(--primary-color);
}

#content .modal-card-title {
  color: var(--inverted-font-color);
}

.modal-card-head {
  background-color: var(--primary-color) !important;
}

#image-modal .modal-content {
  width: unset;
  max-width: 60vw;
}

.is-not-active {
  display: none !important;
}

ul.steps {
  list-style: none;
}
ul.steps li + li {
  margin-top: 0;
}

/* Hero overides */
.hero.is-primary .subtitle {
  color: #fff !important;
}

/* Pagination Override */
.steps-segment::after {
  background-color: var(--primary-color);
}
.steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow) {
  background-color: var(--primary-color);
  color: var(--inverted-font-color);
}
.steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
  background-color: var(--primary-color);
  color: var(--inverted-font-color);
}

.progress-wrapper {
  position: relative;
}

ul.pagination-list {
  list-style: none;
}

div.pagination-ellipsis {
  color: var(--primary-color);
}

/* Menu Override */
.menu-list {
  width: 100%;
}
.menu-label {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.menu-label:not(:last-child) {
  margin-bottom: 0;
}
.menu-list > li > input:not(:checked) + ul {
  display: none;
}
.menu-list > li > ul > li > a {
  font-size: 0.9rem;
  margin-left: 15px;
}


.menu-list .sub-menu {
  margin-top: 0;
  margin-left: 1.6em;
  padding-left: 0.5em;
}
.menu-icon {
  margin-right: 15px;
}

.menu-list .quota-menu-item{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
#sidemenu-container {
  height: 100%;
  width: 100%;
}
#sidemenu-container > div{
/*  height: 100%;*/
  width: 100%;
  background-color: var(--element-background-color);
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);

  display: flex;
  justify-content: space-between;
  flex-direction: column;
}




/* colours */

.has-text-primary {
  color: var(--primary-color) !important;
}
/* a.has-text-primary:focus,
a.has-text-primary:hover {
  color: #009e86 !important;
} */
.has-background-primary {
  background-color: var(--primary-color) !important;
}
.navbar.is-primary {
  background-color: var(--primary-color);
  color: var(--inverted-font-color);
}

/* navbar */
@media screen and (max-width: 1023px) {
  #main-logo {
    max-height: 2.5rem;
  }
  .nav-mobile-item {
    display: flex;
  }
  .nav-desktop-item {
    display: none;
  }
  .navbar-brand {
    justify-content: space-between;
  }
  .navbar-link {
    display: none;
  }
  .navbar-dropdown .navbar-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  #main-logo {
    max-height: 3rem;
  }
  .nav-mobile-item {
    display: none !important;
  }
  .nav-desktop-item {
    display: flex;
  }
}
nav.navbar {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}
div.buttons {
  display: flex;
  margin: 0;
}
.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:hover {
  background-color: var(--primary-hover-color);
  color: var(--inverted-font-color);
}
.navbar-link,
.navbar-item {
  font-size: 20px;
}

#bottom-nav .navbar-link,
#bottom-nav .navbar-item {
  font-size: 16px;
}

/* responsive code for header and footer */
@media screen and (min-width: 1450px) {
  .navbar-item.navbar-fullwidth-link {
    display: inherit;
  }
  #links-dropdown {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .navbar-item.navbar-fullwidth-link {
    display: none !important;
  }
  #links-dropdown {
    display: inherit;
  }
}
@media screen and (max-width: 1150px) {
  #bottom-nav > .navbar-menu > .navbar-end > .navbar-item,
  #bottom-nav > .navbar-menu > .navbar-start > .navbar-item {
    font-size: 14px;
    padding: 0.25rem 0.25rem;
  }
}
/* Title */
.title {
  margin: 0 0 0.5em 0;
}
/* Rounding tile borders */
.tile.is-child {
  border-radius: 10px;
}

.tile.is-primary {
  background-color: var(--primary-color);
  color: var(--inverted-font-color);
}

/* thermometer */

.progress-center {
  padding: 10px 0;
}

/* pricing table */
.pricing-table.detailed-table {
  background-color: var(--element-background-color);
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.pricing-plan .is-recommended {
  position: absolute;
  top: -65px;
  left: -50%;
  color: var(--primary-color);
  padding: 0.25em 0.25em;
}

/* .pricing-table.detailed-table.is-comparative .pricing-plan.is-primary.is-active {
  border: 5px solid var(--primary-color);
} */

.pricing-table.detailed-table .pricing-plan.is-features .plan-item {
  text-align: left;
}

.pricing-details td:not(:first-child) {
  text-align: center;
}

.pricing-table.detailed-table .pricing-plan .plan-item {
  background-color: var(--element-background-color);
  border-bottom: var(--tertiary-color) solid 1px;
}

.pricing-table.detailed-table .pricing-plan .plan-item.plan-section-item {
  background-color: white;
  display: none;
  padding: 0px;
}

.pricing-table.detailed-table .pricing-plan.is-features .plan-item.plan-section-item {
  background-color: white;
  display: none;
  padding: 0px;
  padding-left: 20px;
}

.pricing-table.detailed-table .pricing-plan .plan-item.plan-section-item.slide-down {
  display: block;
}

.pricing-table.detailed-table.is-comparative
  .pricing-plan
  .plan-item.plan-section-header::before {
  color: #858484;
}

#pricing-buttons-mobile {
  width: 100%;
  margin-bottom: 1rem;
  display: none;
}

@media screen and (max-width: 900px) {
  .pricing-table.detailed-table.is-comparative .pricing-plan.is-features {
    display: none;
  }
  .pricing-table.detailed-table .pricing-plan {
    width: 90vw;
  }
  .pricing-plan:nth-child(n + 3) {
    display: none;
  }
  .pricing-table.detailed-table.is-comparative .pricing-plan .plan-section-item > i,
  .pricing-table.detailed-table.is-comparative .pricing-plan .plan-section-item > p {
    margin-top: 3px !important;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-left: 10px;
    height: 16px;
    float: left;
  }
  .pricing-table.detailed-table.is-comparative .pricing-plan .plan-section-item i {
    padding-top: 0.25em;
  }
  .pricing-table.detailed-table.is-comparative .pricing-plan .plan-item::before {
    content: "";
  }
  .pricing-table.detailed-table.is-comparative .pricing-plan .plan-section-item {
    text-align: left;
  }
  .pricing-table.detailed-table.is-comparative .pricing-plan .plan-item::after {
    content: attr(data-feature);
  }
  .pricing-table.detailed-table .pricing-plan .plan-header,
  .pricing-table.detailed-table .pricing-plan .plan-price {
    padding: 0;
  }
  .pricing-table.detailed-table .pricing-plan .plan-item,
  .pricing-table.detailed-table .pricing-plan .plan-footer {
    padding: 0.25em;
  }
}

@media screen and (max-width: 1023px) {
  .pricing-plan:nth-child(n + 4) {
    display: none;
  }
  /* .pricing-plan.is-primary.is-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  } */
  .pricing-plan .is-recommended {
    top: -60px;
    left: 125px;
    background-color: transparent;
    font-size: 1rem;
  }
  #pricing-buttons-mobile {
    display: block;
  }
}

/* rules to fix mobile view, should get moved to a different file */
@media screen and (max-width: 767px) {
  #content {
    width: 100%;
  }
  div#content > p > img.float-right {
    height: auto !important;
    width: 90vw;
  }
  #search_field {
    border: 2px solid var(--primary-color);
  }
  #bodywrap {
    overflow-x: hidden;
  }
  .hero {
    width: 90vw;
    max-width: 90vw;
  }
}

@media screen and (min-width: 768px) {
  #content {
    width: 100%;
  }
  div#content > p > img.float-right {
    height: auto !important;
    width: 30vh;
  }
  #search_field {
    border: 2px solid var(--primary-color);
  }
}

@media screen and (min-width: 1024px) {
  #content {
    padding-left: 0;
    padding-right: 0;
  }
  #bottom-nav .navbar-link,
  #bottom-nav .navbar-item {
    font-size: 13px;
  }
}

@media screen and (min-width: 1400px) {
  #content {
    padding-left: 3vw;
    padding-bottom: 2rem;
  }
  #bottom-nav .navbar-link,
  #bottom-nav .navbar-item {
    font-size: 16px;
  }
}

.tabs {
  margin-bottom: 1em;
}

/* thermometer */

progress[value]::-webkit-progress-bar {
  background-color: var(--tertiary-color);
}
progress[value]::-webkit-progress-value {
  background-color: #60c0ff;
}

.progress-value {
  top: -26px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  box-sizing: inherit;
}

.progress-link {
  top: -24px;
  position: relative;
  font-size: 0.75rem;
  text-decoration: underline;
}

.progress-wrapper {
  position: relative;
  box-sizing: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  width: 20rem;
}

.progress.is-small + .progress-value {
  font-size: 0.8rem;
  line-height: 0.75rem;
}

.progress.is-medium + .progress-value {
  font-size: 0.9rem;
  line-height: 1.25rem;
}

.progress.is-large + .progress-value {
  font-size: calc(1.5rem / 1.5);
  line-height: 1.5rem;
}
.progress.is-medium {
  margin-bottom: 0.5rem;
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1.1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
  box-sizing: inherit;
}

.progress-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* reduce z index of these elements because they are breaking through modal-background */
.button,
.select::after,
.icon {
  z-index: 0 !important;
}

/* fix for icons being lifted next to h1 tags */
h1 .icon.help-icon .fa-lg {
  font-size: 1.33333rem;
  line-height: 0.75rem;
}
h1 .icon.help-icon {
  margin-left: 1rem;
}

h4 .icon.info-icon {
  font-size: 1.33333rem;
  line-height: 0.75rem;
}

/* stops textrareas from going all the way to the side */
.textarea {
  min-width: 80%;
}

input::placeholder {
  color: var(--primary-font-color) !important;
}

.is-blurred {
  filter: blur(2px);
  pointer-events: none;
}

.button.is-primary.is-outlined {
  background: white;
}

/* animations */
@keyframes slidein {
  from {
    margin-bottom: 100%;
  }

  to {
    margin-bottom: 0%;
  }
}

.modal-card {
  animation-duration: 1s;
  animation-name: slidein;
}

#pageTagsHolder.tags .tag {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
