* {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0px !important;
  font-family: "flowrota";
  overflow-x: hidden !important;
  background: #f8f9fa;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

.bodyBlog {
  background: linear-gradient(to right, #e5effb, #f0e9f4);
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 500;
  /* color: #143051;    */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-bold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 600; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-extrabold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 700; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-extralight.otf") format("opentype"); /* Adjust the file path */
  font-weight: 300; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-normal.otf") format("opentype"); /* Adjust the file path */
  font-weight: 400; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-medium.otf") format("opentype"); /* Adjust the file path */
  font-weight: 500; /* Map to the corresponding numeric value */
}
.none {
  display: none !important;
}

.navbar {
  /* background-color: blue; */
  min-height: calc(100dvh - 100px);
  max-height: calc(100dvh - 100px);
  overflow: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 100px;
}

.suppHeader {
  width: 100dvw;
  max-width: 100dvw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 5%;
  padding-right: 5%;
}
.suppHeaderBlog {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: none !important;
}
.suppLogo {
  width: 160px;
}

.headerRightMob {
  display: flex;
  align-items: center;
  margin-right: 6dvw;
}

.burger-menu {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 22px;
  transition: transform 0.3s ease;
  z-index: 9999;
  width: 24px;
  /* margin-left: -30px; */
}

.bar {
  min-width: 24px;
  min-height: 4px;
  background-color: #143051;
  margin: 2px 0;
  transition: background-color 0.3s ease;
  border-radius: 2px;
}

.burger-menu.open {
  transform: rotate(-45deg);
  /* margin-right: 10px; */
  position: fixed;
  top: 0px;
  padding: 20px;
  width: 30px;

  right: 10px;
}

h1[id],
h2[id],
h3[id],
h4[id],
section[id] {
  scroll-margin-top: 120px !important; /* adjust to your header height */
}

.imgCaption {
  font-size: 14px;
  color: #0077ff;
  border-left: 2px solid #0077ff;
  padding-left: 8px;
  margin-left: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
}

.burger-menu.open .bar:nth-child(1) {
  transform: translateY(10px) rotate(90deg);
  background-color: #143051;
  min-width: 30px;
  min-height: 6px;
  margin-bottom: 5px;
  /* margin-top: 4px; */
}

.burger-menu.open .bar:nth-child(2) {
  opacity: 0;
  min-width: 30px;
  min-height: 6px;
}

.burger-menu.open .bar:nth-child(3) {
  transform: translateY(-14px) rotate(0deg);
  background-color: #143051;
  min-width: 30px;
  min-height: 6px;
}

.startTodayMobLink {
  background-color: #ce19a5;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  align-items: center;
  color: white !important;
  margin-top: -10px;
  margin-right: -15px;
}

.desktopMenu,
.headerRightDesktop,
.suppLeft {
  display: none;
}

.show {
  display: block !important;
}
.suppBody {
  display: flex;
  flex-direction: row;
}

.suppFooter {
  background-color: #f8f9fa;
  /* background-color: blue; */
  min-height: 20px;
  margin-left: 270px;
  padding-left: 5%;
  align-items: center;

  display: flex;
}

.suppLeftTitle {
  color: #a3bad5;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 5px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-top: 1px solid #eeeeee;
}

.suppLink {
  color: #143051 !important;
  height: fit-content;
  font-size: 14px;
  line-height: 19px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  /* padding-bottom: 7px; */
  opacity: 1;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 3px;
  border-radius: 5px;
  padding-right: 4px;
  /* max-width: 200px; */
  cursor: pointer !important;
}

.suppLinkContact {
  display: flex;
  overflow: visible;
}

.contactIcon {
  width: 13px;
  margin-top: -1px;
  margin-right: 5px;
  /* margin-left: -19px; */
}

.icsIcon {
  width: 45px;
}

.articleCode {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
}
.suppLeftSearch {
  background-color: white;
  cursor: text;
  min-height: 35px;
  display: flex;
  box-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
  align-items: center;
  padding-left: 12px;
  text-align: left;
  justify-content: flex-start;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #143051;
  max-width: 86%;
  margin-left: 1%;
  border: 1px solid #e3e4e4;
  font-family: "flowrota";
}

.slug {
  display: flex;
  align-items: center;
  margin-left: 2%;
  margin-top: 10px;
}

.slugHome {
  width: 14px;
  margin-left: 8px;
  margin-top: 1px;
  /* padding-top: 2px; */
  /* padding-bottom: 2px; */
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.slugHome:hover {
  content: url("../img/homeHov.svg"); /* Change the image on hover */
}

.slugArr {
  width: 10px;
  margin-left: 11px;
  margin-right: 11px;
  /* opacity: 0.8; */
}

.slugTxt {
  font-size: 14px;

  color: #626674;
}

.searchResults {
  min-height: calc(100dvh - 157px);
  max-height: calc(100dvh - 157px);
  min-width: 40px;
  /* background-color: blue; */
  display: none;
  overflow-y: auto;
}

.searchResults.show {
  display: block;
}

.floatArticleTxt {
  line-height: 22px;
  color: #143051;
  background-color: #fafcff;
  border: 1px solid #dae6f3;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
}
.slugTxtActive {
  /* color: #0077ff; */
  /* font-weight: 500; */
}
.articleContainer {
  padding-left: 3%;
  /* background-color: yellow; */
  padding-right: 220px;
  color: #171823bf;
}

.key {
  background-color: white;
  max-width: 200px;
  min-width: 200px;
  float: right;
  position: fixed;
  top: 180px;
  right: 3%;
  z-index: 10;
  padding: 6px;
  color: #143051;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.gifScreenImg {
  border: 2px solid #07f;
  border-radius: 15px;
  margin-left: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 2222px) {
  .key {
    right: 80px;
  }
}

.keyTitle {
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.keyLink {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  color: #171823bf;
  margin-top: -2px;
  padding-right: 6px;
}

.articleH3 {
  font-weight: 500;
  color: #0077ff;
}

.keyLink:hover {
  color: #0077ff;
}
.articleH1 {
  font-weight: 500;
  color: #143051;
  font-size: 2.2em;
}

.articleList {
  color: #214978;
}

.articleList li {
  line-height: 26px;
  margin-bottom: 10px;
}

.inlineLink {
  /* font-weight: 500; */
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dae6f3;
  padding: 4px;
  color: #0077ff !important;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 6px;
  min-width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  /* margin-right: 5px; */
  transition: background-color 0.3s ease;
  height: 24px;
  max-height: 24px;
  min-height: 24px;
}

.articleH2 {
  font-weight: 500;
  color: #143051;
  font-size: 1.4em;
}

.articleText {
  line-height: 26px;
  color: #214978;
}

.no-results {
  font-weight: 500;
  color: #214978;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 10px;
}

.search-result-item {
  display: flex;
  flex-direction: column;
  border: 1px solid ebf2f8;
  border-radius: 5px;
}

.search-result-title {
  background-color: white !important;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  border: 1px solid #ebf2f8;
  border-bottom: none;
  color: #143051;
  font-weight: 500;
  font-size: 14px;
}

.search-result-preview {
  background-color: white !important;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  border: 1px solid #ebf2f8;
  border-top: none;
  font-weight: 400;
  font-size: 12px;
  color: #214978;
  padding-top: 0px;
}

section {
  margin-top: 60px;
}
/* MOBILE ONLY */
@media only screen and (max-width: 999px) {
  .no-results {
    margin-left: 35px;
  }
  .search-results-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .searchResults {
    min-height: calc(100dvh - 148px);
    max-height: calc(100dvh - 148px);
    /* background-color: yellow; */
  }

  .noScroll {
    overflow: hidden !important;
    scrollbar-width: none !important;
    /* scrollbar-width: ; */
  }
  .suppLink {
    min-height: 24px;
  }
  .imgCaption {
    margin-left: 10px;
  }
  .gifScreenImg {
    width: 90dvw;
    margin-left: 0px;
  }
  section {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .key {
    display: none;
  }
  .articleContainer {
    /* margin-left: %; */
    padding-right: 30px;
    background-color: white;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding-bottom: 40px;
    margin-top: 10px;
    padding-top: 1px;
    padding-left: 20px;
  }
  .mobMenu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    min-width: 100dvw;
    min-height: 100dvh;
    max-width: 100dvw;
    max-height: 100dvh;
    background-color: #f8f9fa;
    overflow: auto;
    /* padding: 2%; */
    /* padding-top: 50px; */
  }

  .suppLeftSearch {
    margin-top: 80px;
    max-width: 65%;
    margin-left: 5%;
  }

  .navScrollBox {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
  }

  .slug {
    margin-left: 4%;
    margin-top: -4px;
  }

  .suppMenuLogo {
    width: 120px;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: -40px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1510px) {
  .suppRight {
    width: calc(100dvw - 342px) !important;
  }

  .suppFooter {
    width: calc(100dvw - 342px) !important;
  }
}
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@media only screen and (min-width: 1000px) {
  .inlineLink:hover {
    background-color: #e2f0ff;
  }

  .suppMenuLogo {
    display: none;
  }
  .headerRightMob {
    display: none;
  }
  .navScrollBox {
    /* max-height: calc(100dvh - -320px);
    min-height: calc(100dvh - -320px); */
    min-height: fit-content;
    max-height: fit-content;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
    margin-top: 20px;
    min-width: 174px;
    /* background-color: yellow; */
    padding-right: 40px !important;
  }
  .suppLink {
    /* opacity: 0.9; */
  }
  .suppLink:hover {
    /* opacity: 1; */
    background-color: #ebf2f8;
    /* color: #000 !important; */
  }
  .suppLogo {
    width: 200px;
  }
  .suppHeader {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    background: linear-gradient(
      to bottom,
      #f8f9fa 0%,
      /* fully opaque start */ #f8f9fa 75%,
      /* still opaque until 75% down */ #f8f9fa00 100%
        /* fade to transparent over the last 25% */
    );
  }

  .headerRightDesktop {
    display: flex;
    align-items: center;
    margin-right: calc(5dvw + 70px);
  }
  .suppHeaderLeft {
    display: flex;
    align-items: center;
  }

  .desktopMenu {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: 25px;
  }

  .desktopMenuLink {
    width: fit-content;
    margin-left: 30px;
    font-weight: 00;
    color: #171823bf !important;
  }

  .supportHighlight {
    color: #07f !important;
    font-weight: 500;
  }

  .desktopTopRightLink {
    border: 1px solid #07f;
    color: #07f !important;
    border-radius: 5px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .desktopTopRightLinkStart {
    color: white !important;
    background-color: #07f;
  }

  .desktopTopRightLink:hover {
    background-color: #93c5fd80;
  }
  .desktopTopRightLinkStart:hover {
    background-color: #0077ffc2;
    /* border-color: #143051; */
  }

  .suppBody {
    display: flex;
    flex-direction: row;
    padding-left: 5%;
    /* padding-right: 5%; */
    min-height: calc(100dvw - 336px);
  }

  .suppLeft {
    display: flex;
    flex-direction: column;
    width: 200px;
    padding-top: 2px;
    min-height: calc(100dvh - 200px);
    max-height: calc(100dvh - 200px);

    /* background-color: green; */
  }

  .suppRight {
    background-color: white;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    width: calc(100dvw - 368px);
    min-height: 1000px;
    padding-bottom: 80px;
    margin-left: 210px;
    margin-top: 102px;
  }

  .suppFooter {
    width: calc(100dvw - 368px);
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1050px) {
  .desktopMenuLinkBlog {
    display: none !important;
  }
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #143051 !important;
}

#CookiebotWidget {
  right: 10px !important;
  left: auto !important;
}

@media only screen and (min-width: 601px) {
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    background: #a39db0;
    min-width: 110px;
    max-width: 110px;
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    min-width: 100%;
    max-width: 100%;
  }
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:first-of-type),
  #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    margin-top: 0.5em;
    background: #bbb5c9;
    border-color: #a39db0;
    height: 38px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}

#CookiebotWidget,
#CookiebotWidget * {
  background: #f3f5ff;
  box-sizing: border-box;
  /* color: #FFFFFF !important; */
  font-size: 15px;
  letter-spacing: 0.1px;
  margin: 0;
  outline: 0;
  padding: 0;
  font-family: flowrota !important;
}

#CookiebotWidget {
  color: #143051;
}
