@font-face {
  font-family: TT-NORMS_BOLD;
  src: url(/bold) format("woff2");
  font-display: auto;
}
@font-face {
  font-family: TT-NORMS-REGULAR;
  src: url(/regular) format("woff");
  font-display: auto;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: hidden;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4.5rem;
}

main.pageContainer {
  position: absolute;
  top: 4.5rem;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  margin: 0;
  max-width: none;
}

.componentContainer {
  width: 100%;
  height: inherit;
  margin: 0;
  padding:0;
}

.pageContainer.notFound,
.pageContainer.expiredSession {
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageContainer.notFound .hero,
.pageContainer.expiredSession .hero {
  height: inherit;
  max-height: 100%;
  width: 100%;
  text-align: center;
}
.pageContainer.notFound .hero .container {
  height: 300px;
}
.pageContainer.expiredSession .hero .container {
  height: 250px;
}
.pageContainer.notFound .hero .container,
.pageContainer.expiredSession .hero .container {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.notFound #errorCase {
  border: 1px solid #163141;
}
.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 0 dotted black;
}

#navContainer {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin: 0 auto;
}

#navContainer > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#backUp {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 11%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backUp::after {
  content: "\f077";
  font-family: FontAwesome, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backUp:hover {
  cursor: pointer;
  background-color: #333;
}
#backUp:active {
  background-color: #555;
}
#backUp.show {
  opacity: 1;
  visibility: visible;
}
#footer {
  border-top: solid #3891a1 3px;
}

#editDetailsButton,
#changePasswordButton {
  cursor: pointer;
  color: #4a494a;
}

#editDetailsButton.is-active,
#changePasswordButton.is-active {
  color: #163141;
  text-decoration: underline;
}

.menu-list {
  line-height: 1;
}

.menu-label:not(:last-child) {
  margin-bottom: 0.5em;
}
b {
  font-family: "TT-NORMS_BOLD", Sans-serif, serif !important;
}
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: #163141;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
}

.deleteButton {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 29;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

#footer {
  border-top: solid #3891a1 3px;
}

.accordianButton {
  cursor: pointer !important;
}
.accordianButton:hover {
  background: whitesmoke !important;
}

#saveNotification,
#responseNotification {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

#saveNotification{
  text-align: center;
}


@media screen and (max-width: 1530px) and (min-width: 1024px) {
  .is-very-small {
    max-width: 637px !important;
  }
}

@media screen and (min-width: 1024px) {
  #dropdowunButton {
    display: none !important;
  }

  #aside {
    overflow-y: auto;
    position: absolute;
    top: 4.5rem;
    left: 0;
    bottom: 0;
    width: 18%;
    max-width: 260px;
    padding-bottom: 1.5rem;
    z-index: 1000;
  }
}

@media screen and (max-width: 1024px) {
  #menu-toggle:checked + .nav-menu {
    display: block;
  }

  #aside {
    transform: translateX(-100%);
    overflow-y: auto;
    position: absolute;
    top: 4.5rem;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    padding-bottom: 1.5rem;
    z-index: 1000;
    transition: 0.5s;
  }
  #backUp {
    display: none;
  }
}

.navbar {
  border-bottom: 0 solid #c2c2c2;
  width: 100%;
}
.opacitiButton {
  background: #ffffff42 !important;
}
.star-handle {
  display: none;
}
.is-active .star-handle {
  display: block !important;
}

.tabcontentAll {
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .tabcontentAll {
    min-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .tabcontentAll {
    min-height: 320px;
  }
}
.tabcontent {
  display: none;
}
.overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    250,
    250,
    250,
    0.5
  );
}

#languageSelect{
    display: none!important;
}

.logo {
  max-height: 63px !important;
}
.liSmall li {
  font-size: 1rem !important;
}
.table-warper {
  overflow-y: scroll;
}
.mercuriButton.is-outlined {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.dropdownHome {
  vertical-align: top;
  justify-content: end;
}
.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.progressBar {
  height: 3px;
  width: 0;
  background-color: #3891a1;
  position: absolute;
  top: 60px;
}
iframe {
  display: none;
}
#forget {
  bottom: 0;
  right: 4%;
  width: 100%;
}

.bullet {
  position: absolute;
  border-radius: 100%;
  width: 3.4%;
}
.navbar-burger {
  margin-left: 0;
  margin-right: auto;
}
.heroContact {
  background-image: url(/public/media/contact-bg.png);
  background-position: center;
  background-size: cover;
}
.heroIntro {
  background-image: url(/public/media/bg.png);
  background-position: 0 30%;
  background-size: cover;
}
.palloz {
  background-image: url(/public/media/body-bg.png);
  background-position: 10%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.palloz2 {
  background-image: url(/public/media/CE-outcome.svg);
  background-position: right top;
  background-size: 9%;
  background-repeat: no-repeat;
}
select {
  border-radius: 0 !important;
}

.mercuriButton {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 2px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 2px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 2px);
  text-align: center;
  white-space: nowrap;
  height: 2.5em;
  font-size: 1rem;
  text-transform: uppercase;
}
.mercuriButton:hover {
  opacity: 0.9;
}

.mercuriButton.is-sky {
  background-color: #3891a1 !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuriButton.is-navy {
  background-color: #163141 !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuriButton.is-stone {
  background-color: #4a494a !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuriButton.is-leather {
  background-color: #989284 !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuriButton.is-zest {
  background-color: #d7e516 !important;
  border-color: transparent;
  color: #163141 !important;
}
.mercuriButton.is-poppy {
  background-color: #de5226 !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuriButton.is-berry {
  background-color: #73365d !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuriButton.is-grape {
  background-color: #38375e !important;
  border-color: transparent;
  color: #fff !important;
}
.mercuryBold {
  font-family: "TT-NORMS_BOLD", Sans-serif, serif !important;
}
.mercuriDivider {
  height: 0.1rem;
  width: 7rem;
  background-color: #000000;
}
.mercuriDivider.has-shadow {
  box-shadow: 1px 1px rgb(152 146 132 / 90%);
}

/* CONCLUSION PAGE*/


.conclusion-page .cardContent,
.contact-alignment .cardContent{
  padding: 3rem;
}
.conclusion-page .pin{
  width: 20%;
}
.conclusion-page .minHeight{
  min-height: 250px;
  max-width: 250px;
}
.conclusion-page .deleteButton{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.conclusion-page .labelElement,
.contact-alignment .labelElement {
  min-width: 0.8rem;
}
.conclusion-page .is-checkradio[type="radio"] + label,
.contact-alignment .is-checkradio[type="radio"] + label{
  font-size: 1.5rem!important;
  line-height: 1rem!important;
  padding-left: 0.8rem!important;
}
.conclusion-page .shape,
.contact-alignment .shape{
  position: absolute;
  width: 116px;
  height: 8px;
  top: 7px;
  left: 2px;
}
.conclusion-page .shape2,
.contact-alignment .shape2{
  position: absolute;
  width: 206px;
  height: 7px;
  top: 7px;
  left: 2px;
}

/* CONTACT ALIGNMENT PAGE */

.contact-alignment .buttonCard{
  border-top: grey;
}

.contact-alignment .pin {
  width: 15%;
  height: 48%;
}

.contact-alignment .panel {
  position: absolute;
  width: 81%;
  height: 74%;
  top: 13%;
  left: 18%;
  box-shadow: none;
}
.contact-alignment .is-absolute{
  position: absolute;
  width: 33%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact-alignment .column1{
  left: 0%;
  display: flex;
}
.contact-alignment .column2 {
  left: 33%;
  display: flex;
}

.contact-alignment .column3 {
  left: 66%;
  display: flex;
}
.contact-alignment .line1{
  top: 0%;
  display: flex;
}
.contact-alignment .line2{
  top: 20%;
  display: flex;
}
.contact-alignment .line3{
  top: 40%;
  display: flex;
}
.contact-alignment .line4{
  top: 60%;
  display: flex;
}
.contact-alignment .line5{
  top: 80%;
  display: flex;
}

/* GENERIC QUESTIONS PAGE */

.generic-questions .is-checkradio[type="radio"]:hover:not([disabled]) + label::before, .is-checkradio[type="radio"]:hover:not([disabled]) + label:before, .is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before, .is-checkradio[type="radio"]:checked + label::before, .is-checkradio[type="radio"]:checked + label:before, .is-checkradio[type="checkbox"]:checked + label::before, .is-checkradio[type="checkbox"]:checked + label:before {
  background-color: white;
}
.generic-questions input:checked {
  background-color: #fff;
}

.generic-questions .question {
  position: relative;
  padding-left: 27px;
  padding: 0.8rem;
  background-color: whitesmoke !important;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
}

.generic-questions .question .icon {
  border-radius: 2px;
  color: white;
  background-color: #f14668;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  padding: 1rem;
}

/* HOW-SELECT PAGE */
.how-select .minHeight,
.open-meeting .minHeight {
  min-height: 250px;
}

.how-select .level {
  align-items: start;
  justify-content: space-between;
}

/* INFO ANALYSIS PAGE */
.info-analysis label {
  display: block!important;
  padding-left: 2.1em!important;
}

/*INTRO PAGE*/
.intro-page #goToOverview{
  text-decoration: underline;
}
.intro-page img{
  pointer-events: none;
}
.intro-page .containerCard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1em;
}

.intro-page .containerCard1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 1em;
}
.intro-page .card{
  min-height: max-content;
  padding-bottom: 40px;
}

.intro-page .col{
  min-width: 240px;
}

.intro-page .card .button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1rem;
}

.intro-page #bg-decor{
  min-height: 400px;
  background-image: url(/public/media/bg-edit.png);
  background-position: left bottom;
  background-size: 14%;
  background-repeat: no-repeat;
}

/*OPEN MEETING PAGE*/
@media (max-width: 767px) {
  .open-meeting .custom-columns {
    flex-direction: column;
    display: flex;
  }
  .open-meeting .custom-columns .minHeight {
    height: fit-content;
    min-height: 100px;
}
}

/*OPPORTUNITY ASSESSMENT PAGE*/
.opportunity-assessment .accordianElement p{
  font-size: 1.30rem;
}

.opportunity-assessment .handle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 28%;
  cursor: pointer;
  background: #163141;
  z-index: 1;
  border-color: #fff;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
  padding-top: 0;
  margin-left: -1px;
  pointer-events: auto;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.opportunity-assessment .handleSquare {
  width: 72px;
  height: 43px;
  border-radius: 0%;
  background: #163141;
  z-index: 1;
  border-color: #fff;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 24px;
  margin-top: 0;
  position: absolute;
  padding-top: 10px;
  margin-left: -1px;
  pointer-events: auto;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.opportunity-assessment .tip {
  border-radius: 0%;
  width: 150px;
  height: 25px;
  position: absolute;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  display: none;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  z-index: 1;
  bottom: 120%;
  left: -120%;
  margin-left: 0;
  opacity: 0;
}

.opportunity-assessment .tipSquare {
  border-radius: 0%;
  width: 72px;
  height: 43px;
  position: absolute;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  display: none;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  z-index: 1;
  bottom: 120%;
  margin-left: 0;
}

.opportunity-assessment .warp0 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.opportunity-assessment .dragdealer {
  width: 100%;
  position: relative;
  height: 25px;
  background: #d4d4d4;
  border-radius: 30px;
}

.opportunity-assessment .bar {
  width: 0%;
  height: 25px;
  background: #163141cc;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  border-radius: 200px;
  position: absolute;
  margin-top: -1px;
  margin-left: 0 !important;
}


.opportunity-assessment .dragdealer .tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -4px;

  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.opportunity-assessment .dragdealer: .tip {
  visibility: visible;

}

.opportunity-assessment .dragdealer .disabled {
  background: #898989;
}

.opportunity-assessment .mostT {
  opacity: 0.29;
}

.opportunity-assessment .mostF {
  opacity: 0.29;
}

.opportunity-assessment .bar {
  width: 0%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  position: absolute;
  margin-top: -1px;
  margin-left: 0px !important;
}

.opportunity-assessment .bar1 {
  width: 0%;
  height: 20px;
  background: #163141;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  position: absolute;
  margin-top: -1px;
  margin-left: 0px !important;
}

.opportunity-assessment .dragdealer .red-bar {
  width: 40px;
  height: 40px;
  background: #163141;
  z-index: 1;
  border-color: #163141;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  margin-top: -15px;
  position: absolute;
  padding-top: 10px;
  margin-left: -1px;
  pointer-events: auto;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.opportunity-assessment .warp0{
  margin-bottom: 0.5rem;
}
.opportunity-assessment .has-text-weight-bold{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.opportunity-assessment .red-up {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */

}

.opportunity-assessment .red-up {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  margin-left: 0;
}

.opportunity-assessment .dragdealer .red-up::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -4px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.opportunity-assessment .dragdealer .red-up {
  visibility: visible;

}

.opportunity-assessment .dragdealer .disabled {
  background: #898989;
}

.opportunity-assessment .total {

  width: 100%;
  max-width: 200px;
  text-align: center;
  height: 30px;
  background: #002D72;
  border-color: #002D72;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  border-radius: 50px;
  margin-bottom: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.opportunity-assessment .slider {
  margin-left: 20px;
  margin-right: 20px;
}

.opportunity-assessment .active {
  display: block !important;
}

.opportunity-assessment .hoverFlow {
  width: 100%;
  position: relative;
  height: 25px;
  background: #d4d4d4;
  border-radius: 30px;
  overflow: hidden;
}

.opportunity-assessment #oppRealGO,
.opportunity-assessment #oppAttrGO,
.opportunity-assessment #winProbGO{
  font-weight: bold;
}

/* OVERVIEW EDIT PAGE */
.overview-edit #mandatory{
  border-radius: 4px;
}

/* POSTS PAGE */
.posts-page .absolute{
  position: absolute;
}

.posts-page .iconDelete{
  top:0;
  right: 1%;
}
.posts-page .iconEdit{
  top:0;
  right: 4%;
}

@media screen and (max-width: 700px) {
  .posts-page .iconEdit {
    top: 0;
    right: 6%;
  }
}
@media screen and (max-width: 400px) {
  .posts-page .iconEdit {
    top: 0;
    right: 9%;
  }
}
.posts-page .heroIntro{
  background-image: url(/public/media/bg-intro.png);
}

  #infoMenu {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 30px;
  }

  #infoMenuList {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

.infoLi {
  height: 100%;
  width: fit-content;
  z-index: 50;
}

#swipeArrows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
}

.swipeArrow {
  position: absolute;
  height: 100%;
  background-color: #3891A1;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 100;
}

#swipeLeft {
  left: 0;
}

#swipeRight {
  right: 0;
}


/* PRESENT OFFER PAGE*/
.present-offer .is-checkradio[type="radio"]:hover:not([disabled]) + label::before,
.present-offer .is-checkradio[type="radio"]:hover:not([disabled]) + label:before,
.present-offer .is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before,
.present-offer .is-checkradio[type="radio"]:checked + label::before,
.present-offer .is-checkradio[type="radio"]:checked + label:before,
.present-offer .is-checkradio[type="checkbox"]:checked + label::before,
.present-offer .is-checkradio[type="checkbox"]:checked + label:before,
.question-bank .is-checkradio[type="radio"]:hover:not([disabled]) + label::before,
.question-bank .is-checkradio[type="radio"]:hover:not([disabled]) + label:before,
.question-bank .is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before,
.question-bank .is-checkradio[type="radio"]:checked + label::before,
.question-bank .is-checkradio[type="radio"]:checked + label:before,
.question-bank .is-checkradio[type="checkbox"]:checked + label::before,
.question-bank .is-checkradio[type="checkbox"]:checked + label:before {
  background-color: white;
}
.present-offer input:checked,
.question-bank input:checked {
  background-color: #fff;
}

.present-offer label {
  display: block !important;
  padding-left: 2.1em !important;
}

/*  question bank page */
.question-bank .colLeft {
  display: flex;
  align-items: center;
}
.question-bank .imgLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-bank .question {
  position: relative;
  padding-left: 27px;
  padding: 0.8rem;
  background-color: whitesmoke !important;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
}

.question-bank .question .icon {
  border-radius: 2px;
  color: white;
  background-color: #f14668;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  padding: 1rem;
}

/*  SOLUTION STRATEGY PAGE */
.solution-strategy .options {
  min-height: 140px;
  justify-content: center;
}

/*  VALUE FACTORS PAGE */
.value-factors .minHeight,
.value-proposition .minHeight{
  min-height: 250px;
}
.value-factors .text {
  min-height: 250px;
  text-align: center;
}

/*scrollbar*/
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #163141 #3891a1;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(56, 145, 161, 0.4);
}

*::-webkit-scrollbar-track:hover {
  background-color: rgba(56, 145, 161, 0.7);
}

*::-webkit-scrollbar-track:active {
  background-color: #3891a1;
}

*::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: rgba(22, 49, 65, 0.4);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(22, 49, 65, 0.7);
}

*::-webkit-scrollbar-thumb:active {
  background-color: #163141;
} /*# sourceMappingURL=style.css.map */
