@import url("https://use.typekit.net/scb4ajn.css");
/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@import url("https://use.typekit.net/scb4ajn.css");
@import url("https://use.typekit.net/scb4ajn.css");
@import url("https://use.typekit.net/scb4ajn.css");
@import url("https://use.typekit.net/scb4ajn.css");
@import url("https://use.typekit.net/scb4ajn.css");
@import url("https://use.typekit.net/scb4ajn.css");
@import url("https://use.typekit.net/scb4ajn.css");
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, input[type=submit]:disabled, input[type=submit], input[type=button], .btnLg, .pagination a, .btnBurger, .whoMe, button, .btn, .btnSmall, .btnBig, .btnSector, .btnSectorOn {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, input[type=submit]:disabled, input[type=submit], input[type=button], .btnLg, .pagination a, .btnBurger, .whoMe, button, .btn, .btnSmall, .btnBig, .btnSector, .btnSectorOn {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

.loader, .loaderReverse {
  position: fixed; /**/
  left: 0;
  width: 100%;
  height: 4em;
  padding: 0;
  /*-webkit-animation: pulse 5s infinite ease-in-out;
  animation: pulse 5s infinite ease-in-out;*/
  overflow: hidden;
  z-index: 500000;
  /*background-color:$clrBlk;*/
  bottom: 0;
}

.info > .loader {
  left: 0;
  width: 100%;
  height: 1em;
  padding: 0;
  /*-webkit-animation: pulse 5s infinite ease-in-out;
  animation: pulse 5s infinite ease-in-out;*/
  overflow: hidden;
  z-index: 500000;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
}

.loader:after {
  content: "";
  /* background: $clrPrimary;*/
  background: rgb(237, 200, 136);
  position: absolute;
  left: 0;
  /*   background: -moz-linear-gradient(right, $clrPrimaryTransparent, $clrSecondary);
  background: -webkit-linear-gradient(right, $clrPrimaryTransparent, $clrSecondary);
  background: -o-linear-gradient(right, $clrPrimaryTransparent, $clrSecondary);
  background: -ms-linear-gradient(right, $clrPrimaryTransparent, $clrSecondary);
  background: linear-gradient(to right, $clrPrimaryTransparent, $clrSecondary);*/
  /**/
  width: 1em;
  /*@include border-radius-size(2em);*/
  height: 0.5em;
  margin: 0.5em 0;
  border-radius: 5em;
  display: block;
  -webkit-animation: pulse 6s infinite ease-in;
  animation: pulse 6s infinite ease-in;
}

.local > .loader {
  position: relative;
}

.local {
  color: rgb(237, 200, 136);
  text-align: center;
  /*  margin-top: -2em;*/
  z-index: 100;
}

.local > .loader:after {
  background: rgb(237, 200, 136);
  -webkit-animation: bounce 6s infinite ease-in;
  animation: bounce 6s infinite ease-in;
}

.loaderReverse:after {
  content: "";
  background: rgb(237, 200, 136);
  position: absolute;
  left: 0;
  /*        background: -moz-linear-gradient(right, $clrWhiteFade, $clrWhite);
      background: -webkit-linear-gradient(right, $clrWhiteFade, $clrWhite);
      background: -o-linear-gradient(right, $clrWhiteFade, $clrWhite);
      background: -ms-linear-gradient(right, $clrWhiteFade, $clrWhite);
      background: linear-gradient(to right, $clrWhiteFade, $clrWhite);*/
  /**/
  width: 1em;
  /*@include border-radius-size(2em);*/
  height: 0.5em;
  display: block;
  -webkit-animation: pulse 6s infinite ease-in;
  animation: pulse 6s infinite ease-in;
}

/*.loader:before {
    content: '';
    background: $clrPrimary;
    position: absolute;
    left: 0;
    background: -moz-linear-gradient(right, $clrPrimaryFade, $clrPrimary);
    background: -webkit-linear-gradient(right, $clrPrimaryFade, $clrPrimary);
    background: -o-linear-gradient(right, $clrPrimaryFade, $clrPrimary);
    background: -ms-linear-gradient(right, $clrPrimaryFade, $clrPrimary);
    background: linear-gradient(to right, $clrPrimaryFade, $clrPrimary);
    width: 1em;
    height: 1em;
    display: block;
    -webkit-animation: pulse 5s infinite ease-in-out;
    animation: pulse 5s infinite ease-in-out;
    animation-delay: 2.5s;
}*/
@-webkit-keyframes bounce {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 1em);
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    padding-left: 0em;
    left: 0;
  }
  16.66% {
    padding-left: 33%;
    left: 0;
  }
  33.33% {
    padding-left: 0;
    left: 33%;
  }
  50% {
    padding-left: 33%;
    left: 33%;
  }
  66.66% {
    padding-left: 0;
    left: 66%;
  }
  83.33% {
    padding-left: 33%;
    left: 66%;
  }
  100% {
    padding-left: 0;
    left: 99%;
  }
}
@keyframes pulse {
  0% {
    padding-left: 0em;
    left: 0;
  }
  16.66% {
    padding-left: 33%;
    left: 0;
  }
  33.33% {
    padding-left: 0;
    left: 33%;
  }
  50% {
    padding-left: 33%;
    left: 33%;
  }
  66.66% {
    padding-left: 0;
    left: 66%;
  }
  83.33% {
    padding-left: 33%;
    left: 66%;
  }
  100% {
    padding-left: 0;
    left: 99%;
  }
}
/*.spinner {
    color: white;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.spinner:after {
    background: #0dc5c1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/
/*@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/
/*BEGIN ANIMATIONS*/
@keyframes animMessage {
  0%, 9%, 99%, 100% {
    top: -4em;
  }
  10%, 70% {
    top: 0em;
  }
}
@-webkit-keyframes animMessage {
  0%, 9%, 99%, 100% {
    top: -4em;
  }
  10%, 70% {
    top: 0em;
  }
}
/*END ANIMATIONS*/
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.localLoaderWrapper {
  position: relative;
}

.localLoader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-content: center; */
  align-items: center;
}
.localLoader .loading {
  position: relative;
  -webkit-animation: spinner 2s infinite ease;
  animation: spinner 2s infinite ease; /* */
  content: "";
  position: relative;
  border-color: #dedede;
  border-width: 0.5em;
  border-style: solid;
  width: 2.3em;
  height: 2.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5em;
  /**/
  margin: 0.1em;
}
.localLoader .loading:after {
  content: "";
  display: block;
  /* -webkit-animation: spinner 2s infinite ease-out;
  animation: spinner 2s infinite ease-out;*/
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  /*      border-color: $clrBlk transparent transparent transparent;
  border-width: 0.5em;
  border-style: solid;*/
  background-color: rgb(8, 34, 40);
  width: 0.5em;
  height: 0.5em;
  border-radius: 5em;
}

/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, input[type=submit]:disabled, input[type=submit], input[type=button], .btnLg, .pagination a, .btnBurger, .whoMe, button, .btn, .btnSmall, .btnBig, .btnSector, .btnSectorOn {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

/*Pop ups*/
.popUpWrapper {
  -moz-transition: display linear 1s;
  -o-transition: display linear 1s;
  -webkit-transition: display linear 1s;
  transition: display linear 1s;
  background-color: rgba(8, 34, 40, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow: auto; /**/
  display: flex;
  /*align-items: center;
  justify-content: center;*/
}

.popUpWrapperIndex {
  -moz-transition: display linear 1s;
  -o-transition: display linear 1s;
  -webkit-transition: display linear 1s;
  transition: display linear 1s;
  background-color: #636666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow: auto; /**/
  display: none;
}

.popUp {
  /* max-width: 45em;

  max-width: 35em;*/
  border-radius: 0.75em;
  padding: 1em;
  background-color: white;
  color: rgb(8, 34, 40);
  margin: auto;
  min-width: 12em;
  /*   width:28em;*/
  /*table{ width:100%}*/
}

/*.popUpWrapper {
    -moz-transition: display linear 1s;
    -o-transition: display linear 1s;
    -webkit-transition: display linear 1s;
    transition: display linear 1s;
    background-color: $clrDkTranparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    overflow: auto;*/ /**/
/*display: flex;*/
/*align-items: center;
    justify-content: center;*/
/*}*/
.popUpCookies {
  padding: 1em;
  background-color: #2d6377;
  color: white;
  margin: auto;
  max-width: 40em;
  margin: 1em;
  position: fixed;
  bottom: 0em;
  left: 0em;
  -moz-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  z-index: 1000;
  overflow: auto;
  max-height: calc(100vh - 2em);
}
.popUpCookies h3 {
  padding-bottom: 0.25em;
}
.popUpCookies p {
  margin-top: 0em;
}

.popUpSectors {
  /*max-width: 45em;
   max-width: 35em;*/
  border-radius: 0.75em;
  padding: 1em;
  background-color: #0e3645;
  margin: 3em;
  min-width: 12em;
}

.thinPop {
  width: 22em;
}

.widePop {
  width: 45em;
}

.midPop {
  max-width: 30em;
  text-align: left;
  width: 30em;
}

/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, input[type=submit]:disabled, input[type=submit], input[type=button], .btnLg, .pagination a, .btnBurger, .whoMe, button, .btn, .btnSmall, .btnBig, .btnSector, .btnSectorOn {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

#gtx-trans {
  display: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p a {
  color: rgb(237, 200, 136);
  text-decoration: underline;
  border-radius: 1em;
  padding: 0 0.25em;
}

p a:hover {
  background-color: #dedede;
  color: rgb(8, 34, 40);
}

a.lnk {
  color: rgb(237, 200, 136);
  display: inline-block;
  text-decoration: underline;
  border-radius: 1em;
  text-align: center;
  min-width: 1em;
  padding: 0 0.1em;
  /*display: flex;
  gap: 0.25em;
  justify-content: center;*/
}

a.lnk:hover {
  background-color: #dedede;
  color: rgb(8, 34, 40);
}

/*a.lnk:after {
    content: "";
    height: 0.25em;
    width: 100%;
    display: block;
    border-radius: 0.5em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}*/
/*a.lnk:hover:after {
    background-color: $clrGold;
}*/
/*.dashNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin: 1em;

    a {
        @include button-radius;
        color: $clrBlk;
        display: flex;
        flex-direction: column;
        padding: 1em;
        text-align: left;
        height: 10em;
        width: 10em;
        overflow: hidden;*/
/*border: 1px solid $clrGrey1;*/
/*        @include glow;

@include border-radius;*/
/*gap: 1em;
    background-color: $clrOffWhite;

    > span {
        font-weight: bold;
        display: block;
    }

    > em {
        font-size: 0.8em;
        font-style: normal;
    }
}

a:hover {
    background-color: $clrGrey1;*/
/*border: 1px solid $clrGold;*/
/*@include glow;
    }
}*/
.btnSector, .btnSectorOn {
  background-color: white;
  /*min-width: 8em;*/
  /*    border: 1px solid $clrHMBGreen2;*/
  /*filter: brightness(85%);*/
  align-self: start;
  margin: 0.1em auto;
  color: rgb(8, 34, 40);
  border: 2px solid white;
}

.btnSectorOn {
  border: 2px solid rgb(237, 200, 136);
}

buttom {
  border: none;
}

button, .btn, .btnSmall, .btnBig {
  background-color: #bbbdbd;
  align-self: start;
  margin: auto;
  color: rgb(8, 34, 40);
}

button {
  border: none;
  -moz-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
}

.btnBig {
  font-size: 1.25em;
  font-weight: bold;
  min-width: 5em;
  padding: 0 0.25em;
  background-color: rgb(237, 200, 136);
  color: rgb(8, 34, 40);
  -moz-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
}

.btnSmall {
  font-size: 0.8em;
}

button:hover, .btn:hover {
  background-color: #636666;
  color: rgb(237, 200, 136);
}

button:active, .btn:active {
  -moz-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
}

.btnMonth {
  width: 12em;
}

.whoMe {
  background-color: rgb(237, 200, 136);
  /*width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em;*/
  color: rgb(8, 34, 40);
  font-family: "collier", sans-serif;
  text-transform: uppercase;
}

.btnBurger {
  background-color: rgb(237, 200, 136);
}

.btnBurger::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/assets/Burger.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icnContext {
  display: flex;
  justify-content: space-between;
}

.icnContext::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/assets/Context.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.whoMe::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/assets/User.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.clearInpt, .ddl, .ddlOn {
  /*font-size: 1.1em;*/
  border-radius: 5em;
  /**/
  text-decoration: none;
  height: 1.5em;
  width: 1.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  background-color: #dedede;
  color: rgb(8, 34, 40);
  position: absolute;
  right: 0;
  margin-right: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.clearInpt {
  background-image: url("/assets/close.svg");
}

.ddl {
  background-image: url("/assets/arrowDown.svg");
  background-size: 80%;
}

.ddlOn {
  background-image: url("/assets/arrowDown.svg");
  transform: rotate(180deg);
  background-size: 80%;
}

.btnPaused {
  background-color: #bbbdbd;
  border: 1px solid #bbbdbd;
  color: #dedede;
}

.icnOrder {
  display: flex;
  justify-content: center;
}

.icnOrder:before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("/assets/updown.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icnSearch {
  content: "";
  width: 7em;
  padding-left: 1em;
  background-image: url("/assets/search.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.icnClose {
  display: flex;
  justify-content: space-between;
}

.icnClose {
  border-radius: 5em;
  background-color: white;
  content: "";
  width: 2em;
  height: 2em;
  background-image: url("/assets/Close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.PassWrapper {
  position: relative;
  display: inline-block;
  /*margin: auto;*/
}
.PassWrapper .icnShowPass {
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  right: 0em;
  bottom: 0.25em;
  background-image: url("/assets/LookOff.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.PassWrapper .icnHidePass {
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  right: 0em;
  bottom: 0.25em;
  background-image: url("/assets/LookOn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.contextWrapper {
  position: relative;
  height: 3em;
  /*float:right;*/
}
.contextWrapper > a {
  position: relative;
}

/*.contextMenuWrapper {
    position: relative;
}*/
.contextMenu {
  z-index: 10;
  position: absolute;
  display: flex;
  /*  top: 0;
    right: 0;*/
  min-width: 10em;
  min-height: 8em;
  padding: 1em;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  border-radius: 0.75em;
  -moz-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  flex-direction: column;
  /* gap: 1em;*/
  /*> a {
      color: $clrBlk;
      padding: 1em;*/
  /*@extend .btnDefaults;*/ /**/
  /*width: 100%;
  }

  >*/ /*a.lnkSmall {
color: $clrBlk;*/
  /* padding: 1em;*/
  /*font-size:0.8em;*/
  /*width: 100%;
  }*/
  /**/
}
.contextMenu > a:hover {
  background-color: #bbbdbd;
}
.contextMenu > a:active {
  background-color: #dedede;
}
.contextMenu hr {
  border-top: 2px dotted #bbbdbd;
  width: 100%;
}
.contextMenu hr:before {
  content: none;
}

.accountNav, .footerNav, .dashNav {
  display: flex;
  gap: 1em;
  overflow: auto;
}
.accountNav a, .footerNav a, .dashNav a {
  color: white;
  /*margin: 1em;*/
  border-radius: 0.75em;
  padding: 1em;
}

.footerNav > div {
  text-align: left;
  margin: 1em 0; /**/
  flex-grow: 1;
}
.footerNav > div a {
  padding: 0 0.5em;
}

.contextMenu a {
  color: rgb(8, 34, 40);
  /*margin: 1em;*/
  border-radius: 5em;
  padding: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.dashNav {
  background-color: #0e3645;
}

.accountNav a:after, .footerNav a:after, .dashNav a:after {
  content: "";
  height: 0.25em;
  width: 100%;
  display: block;
  border-radius: 0.5em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accountNav a:hover:after, .footerNav a:hover:after, .dashNav a:hover:after {
  background-color: rgb(237, 200, 136);
}

.socialNav > a {
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  border-radius: 5em;
  transition: all ease-in-out 0.3s;
  background-color: #0e3645;
  margin: 0 0.5em;
}
.socialNav a:hover {
  background-color: rgb(237, 200, 136);
}
.socialNav .li {
  background-image: url("/assets/Social-LinkedIn.svg");
}
.socialNav .twitter {
  background-image: url("/assets/Social-Twitter.svg");
}
.socialNav .instragram {
  background-image: url("/assets/Social-Instagram.svg");
}
.socialNav .fb {
  background-image: url("/assets/Social-FaceBook.svg");
}

a {
  transition: all ease-out 0.3s;
}

.sectors {
  /*    a:after {
      content: "";
      height: 0.25em;
      width: 100%;
      display: block;
      border-radius: 0.5em;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      margin-top: 0.5em
  }

  a:hover:after {
      background-color: $clrGold;
  }*/
}
.sectors a {
  box-sizing: border-box;
  padding: 1em 1em 0.5em 1em;
  margin: 1em;
  /*background-color: $clrOffBlk2;*/
  /*border-top-left-radius: 1em;
  border-top-right-radius: 1em;*/
  border-radius: 0.75em;
  /*        background-color: $clrOffBlk2;*/
  width: 20em;
  border: 8px solid rgba(45, 99, 119, 0.4509803922);
  background-image: radial-gradient(#2d6377, rgba(45, 99, 119, 0.4509803922));
}
.sectors a img {
  width: 15em;
  height: 18em;
}
.sectors a:hover {
  -moz-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  background-color: #0e3645;
  border: 8px solid rgb(237, 200, 136);
}

/*.btnRow{display:flex; gap:0.25em;

        a:after{content:'';
                width:1em;
                height:1em;*/
/*border:1px solid green;*/
/*}

}*/
.btnDelete {
  background-color: rgb(255, 76, 26);
}

a.btnDelete {
  background-color: transparent;
}

.btnDelete:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  background-image: url("/assets/Close.svg");
  /*    background-color: $clrWhite;*/
  border-radius: 5em;
}

.btnEdit:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  background-image: url("/assets/Edit.svg");
  /*  background-color: $clrWhite;*/
  border-radius: 5em;
}

a.btnView:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  background-image: url("/assets/View.svg");
  /*    background-color:$clrWhite;*/
  border-radius: 5em;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  flex-direction: column;
  min-width: 2.5em;
}
.pagination a:hover {
  background-color: rgba(237, 200, 136, 0.5);
}
.pagination a.navOn:after {
  content: "";
  /*border: 1px solid $clrGrey8;*/ /**/
  /*background-image: radial-gradient($clrGrey8 0px 5px, transparent 6px);*/
  width: 100%;
  height: 0.25em;
  background-color: rgb(237, 200, 136);
  border-radius: 3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: contain;
}
.pagination .ngx-pagination .pagination-previous a::before, .pagination .ngx-pagination .pagination-previous.disabled::before {
  content: " ";
  margin: 0;
}
.pagination .ngx-pagination .pagination-next a::after, .pagination .ngx-pagination .pagination-next.disabled::after {
  content: " ";
  margin: 0;
}
.pagination .ngx-pagination > .small-screen {
  display: none;
}

.icn:after {
  height: 1.5em;
  width: 1.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  position: absolute;
  right: 0;
  margin-right: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icnArrowRight:after {
  content: "";
  background-image: url(/assets/arrowDownWhite.svg);
  background-size: 80%;
  transform: rotate(270deg);
}

.icnArrowLeft:after {
  content: "";
  background-image: url(/assets/arrowDownWhite.svg);
  background-size: 80%;
  transform: rotate(90deg);
}

.btnFaq, .btnFaqClose {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  padding-right: 2em;
  background-color: #dedede;
  min-height: 2em;
  position: relative;
  border-radius: 0.75em;
  min-height: 2em;
  padding: 0.5em 2em 0.5em 0.5em;
  text-align: left;
}

.btnFaqClose:after {
  content: "";
  background-image: url(/assets/arrowDownWhite.svg);
  background-size: 80%;
  transform: rotate(180deg);
}

.btnFaq:after {
  content: "";
  background-image: url(/assets/arrowDownWhite.svg);
  background-size: 80%;
  /*transform: rotate(80deg);*/
}

.btnGreen {
  background-color: rgb(143, 203, 124);
}

.btnOrange {
  background-color: rgb(246, 166, 35);
}

.btnRed {
  background-color: rgb(255, 76, 26);
}

/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, input[type=submit]:disabled, input[type=submit], input[type=button], .btnLg, .btnSector, .btnSectorOn, button, .btn, .btnSmall, .btnBig, .whoMe, .btnBurger, .pagination a {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

*:focus {
  outline: none;
}

.formCol {
  max-width: 22em;
}

input[type=submit], input[type=button], .btnLg {
  border: none;
  font-size: 1.25em;
  font-weight: bold;
  min-width: 5em;
  padding: 0 0.25em;
  background-color: rgb(237, 200, 136);
  color: rgb(8, 34, 40);
  -moz-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  margin: 0.5em auto;
}

input[type=submit]:hover {
  -moz-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
}

input[type=submit]:disabled {
  background-color: #dedede;
  color: rgb(8, 34, 40);
}

input[type=submit].btnSmall {
  font-size: 1em;
}

.table {
  gap: 1em;
  white-space: nowrap;
}

thead > tr > td, .likelabel {
  font-size: 0.8em; /**/
  text-align: left;
  padding: 0 1em;
  color: rgb(237, 200, 136);
  text-transform: uppercase;
}

.myDataBox .formGroup label {
  font-weight: lighter;
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgb(237, 200, 136);
}

.formGroup, .tableGroup {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0.25em 0;
  text-align: left;
}
.formGroup label, .tableGroup label {
  text-align: left;
  padding: 0 0 0.25em 0;
  font-weight: bold;
  white-space: nowrap;
  min-height: 1.5em;
}
.formGroup input:focus, .tableGroup input:focus {
  -moz-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0 0.2em -0.05em rgb(8, 34, 40);
}
.formGroup .hint, .tableGroup .hint {
  display: none;
}
.formGroup input:focus + .hint, .tableGroup input:focus + .hint {
  display: block;
}
.formGroup input[type=text], .formGroup button, .formGroup input[type=password], .formGroup input[type=date], .formGroup select, .formGroup textarea, .tableGroup input[type=text], .tableGroup button, .tableGroup input[type=password], .tableGroup input[type=date], .tableGroup select, .tableGroup textarea {
  font-size: 1.1em;
  padding: 0.5em;
  width: 20rem;
  height: 2.5em;
  overflow: hidden;
  line-height: 1.25em;
  border-radius: 0.25em;
  border: 2px solid #bbbdbd;
}
.formGroup input[type=date], .tableGroup input[type=date] {
  width: 10rem;
}
.formGroup textarea, .tableGroup textarea {
  width: 100%;
  height: 8em;
}
.formGroup input.inptM, .tableGroup input.inptM {
  width: 11rem;
}
.formGroup input.inptPromo, .tableGroup input.inptPromo {
  width: 10rem;
}
.formGroup input::placeholder, .formGroup textarea::placeholder, .formGroup textarea::placeholder, .tableGroup input::placeholder, .tableGroup textarea::placeholder, .tableGroup textarea::placeholder {
  color: #bbbdbd;
}

.dk label {
  color: white;
  font-size: 0.75em;
  text-transform: uppercase;
}
.dk input, .dk select, .dk textarea {
  border: none;
}
.dk small {
  color: white;
}

form input[type=text].ng-valid, form input[type=password].ng-valid, form input[type=date].ng-valid, form input.ng-valid, form textarea.ng-valid, form select.ng-valid {
  border-color: rgb(143, 203, 124);
}
form input[type=text].ng-untouched, form input[type=password].ng-untouched, form input[type=date].ng-untouched, form input.ng-untouched, form textarea.ng-untouched, form select.ng-untouched {
  border-color: #bbbdbd;
}
form input[type=text].ng-invalid.ng-untouched, form input[type=password].ng-invalid.ng-untouched, form input[type=date].ng-invalid.ng-untouched, form input.ng-invalid.ng-untouched, form textarea.ng-invalid.ng-untouched, form select.ng-invalid.ng-untouched {
  border-color: rgb(237, 200, 136);
}
form input[type=text].ng-invalid, form input[type=password].ng-invalid, form input[type=date].ng-invalid, form input.ng-invalid, form textarea.ng-invalid, form select.ng-invalid {
  border-color: rgb(255, 76, 26);
}
form input[type=text]::placeholder, form input[type=password]::placeholder, form input[type=date]::placeholder, form input::placeholder, form textarea::placeholder {
  color: #bbbdbd;
}
form input:focus, form textarea:focus {
  outline: none;
}
form input:focus::placeholder, form textarea:focus::placeholder {
  color: transparent;
}

::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-image: url("/assets/calendar.svg");
  width: 1em;
  height: 1em;
  cursor: pointer;
  /*    border-radius: 50%;*/
  margin-left: 0.5rem;
}

.switchWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  justify-content: center;
  margin: 1em;
  /* The slider */
  /* Rounded sliders */
}
.switchWrapper > div > a:after {
  content: "";
  height: 0.25em;
  width: 100%;
  display: block;
  border-radius: 0.75em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switchWrapper > div > a.lnkOn:after {
  background-color: rgb(237, 200, 136);
}
.switchWrapper .switch {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 2em;
}
.switchWrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switchWrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgb(237, 200, 136);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switchWrapper .slider:before {
  position: absolute;
  content: "";
  height: 1.5em;
  width: 1.5em;
  left: 0.25em;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switchWrapper input:checked + .slider {
  background-color: rgb(237, 200, 136);
}
.switchWrapper input:focus + .slider {
  box-shadow: 0em 0em 0.15em rgb(237, 200, 136);
}
.switchWrapper input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switchWrapper .slider.round {
  border-radius: 3em;
}
.switchWrapper .slider.round:before {
  border-radius: 50%;
}

.switchGrey > div > a.lnkOn:after {
  background-color: rgb(143, 203, 124);
}
.switchGrey .slider {
  background-color: #bbbdbd;
}
.switchGrey input:checked + .slider {
  background-color: #bbbdbd;
}
.switchGrey input:focus + .slider {
  box-shadow: 0em 0em 0.15em #bbbdbd;
}

.autoCompleteWrapper {
  position: relative;
}
.autoCompleteWrapper .autoCompleteResults {
  border-radius: 0.75em;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 100;
  color: rgb(8, 34, 40);
  padding: 0;
  background-color: #dedede;
  -moz-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  width: 20rem;
  overflow: hidden;
}
.autoCompleteWrapper .autoCompleteResults a {
  position: relative;
  text-decoration: none;
  background-color: #dedede;
  border-bottom: 1px dashed #636666;
  color: rgb(8, 34, 40);
  line-height: 1.5em;
  padding: 0.5em 0 0.5em 0.5em;
}
.autoCompleteWrapper .autoCompleteResults a:hover {
  background-color: white;
}

.inptM .autoCompleteResults {
  width: 11rem;
}

.formGroup .col {
  gap: 0;
}

.option {
  position: relative;
  display: inline-flex;
  background-color: #dedede;
  border: 2px solid #dedede;
  font-size: 1.1em;
  padding: 0.15em 2.25em 0.15em 0.5em;
  overflow: hidden;
  border-radius: 5em;
  white-space: nowrap;
}
.option > .clearInpt {
  background-color: transparent;
}

.optionWrapper {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  /*    max-width: 20rem;*/
  width: 11rem;
  gap: 0.25em;
  padding-top: 0.25em;
}

.inptWrapper {
  display: inline-flex;
  align-items: center;
}

.chkBx {
  display: none; /**/
}

.chkBx:checked + .checker::before {
  content: "";
  background-image: url("/assets/TickOn.svg");
}

.checker {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}

.checker::before, .btnTick:before {
  content: "";
  display: inline-flex;
  height: 2em;
  width: 2em;
  content: "";
  background-image: url("/assets/TickOff.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

/**/
/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, .btnSector, .btnSectorOn, button, .btn, .btnSmall, .btnBig, .whoMe, .btnBurger, .pagination a, input[type=submit], input[type=button], .btnLg, input[type=submit]:disabled {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

.home .day {
  min-height: 6em;
}
@media (min-width: 1024px) {
  .home .day {
    padding: 1em 0.5em;
  }
}
@media (min-width: 512px) and (max-width: 1024px) {
  .home .day {
    padding: 1em 0.5em;
  }
}
@media (max-width: 512px) {
  .home .day {
    padding: 1em 0.25em 0.5em 0.25em;
  }
}

/*.calendarPopUpInner h1, .calendarPopUpInner h2 {
    text-align: left;*/
/*color:$clrGreenDark;*/
/*}*/
.calendarNav {
  /*font-family:$fontFamilyHeader;*/
  font-size: 0.85em;
  gap: 1em;
  display: flex;
  margin: 0 0 1em 0;
}

.month {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  max-width: 100%;
  gap: 0em;
  overflow: auto;
}

.calendar .dayHeader {
  text-align: center;
  min-height: 1em;
  color: rgb(8, 34, 40);
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar {
  box-sizing: border-box;
  /* min-height: 100vh;*/
}
.calendar .today {
  /*border: 0.25em solid $clrGreen;*/
  background-color: #dedede;
}
.calendar .today > div:first-child {
  font-size: 0.75em;
  height: 1em;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.calendar .day {
  color: rgb(8, 34, 40);
  border-radius: 0.75em;
  position: relative;
}
.calendar .day > :last-child {
  display: flex;
  flex-direction: column;
  /*width: calc(14.28% - 0.5em);*/
  overflow: hidden;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.75em;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.calendar .day > :last-child .dateLabel {
  color: rgb(8, 34, 40);
  text-align: left;
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar .day > :last-child .projectSummary {
  color: white;
  text-align: center;
  /* width: 100%;*/
  *white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar .fade a {
  background-color: rgba(237, 200, 136, 0.5); /**/
}

.home {
  max-width: 60em;
  margin: auto;
  padding: 0.5em;
}
.home .day {
  /*   padding: 1em 0.5em;
     min-height: 6em;*/
}
.home .day > :last-child {
  background-color: rgb(237, 200, 136);
  padding: 0.25em 0.25em;
  -moz-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  -webkit-box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  box-shadow: 0 0.15em 0.15em -0.05em rgb(8, 34, 40);
  display: flex;
  height: 100%;
  /* a:hover {
                 background-color: $clrGoldHover;
             }
  */
}
.home .day > :last-child a {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* @include border-radius;*/
  padding: 0 0 0.25em 0;
}
.home .day > :last-child a:after {
  content: "";
  height: 0.25em;
  width: 100%;
  display: block;
  border-radius: 0.5em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home .day > :last-child a:hover:after {
  background-color: white;
}

.jobs {
  max-width: 30em;
}
.jobs .day {
  padding: 0.25em;
}
.jobs .day > :last-child {
  background-color: white;
  padding: 0.25em;
  border: 1px solid #bbbdbd;
}
.jobs .day a.on {
  background-color: rgb(143, 203, 124);
}
.jobs .day a.inRange {
  background-color: rgba(143, 203, 124, 0.3);
}

.dowBtns {
  display: flex;
  gap: 0.5em !important;
}
.dowBtns .btn {
  border: 1px solid #bbbdbd;
  background-color: white;
  min-width: 3em;
  /* margin: 0.1em;*/
  border-radius: 0.75em;
  height: 2.5em;
}
.dowBtns .on {
  background-color: rgb(143, 203, 124);
}

.my-datepicker {
  display: inline-block;
}

.calendarPopUpWrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(125, 194, 74, 0.9);
  z-index: 200;
  text-align: center;
  top: 0;
  left: 0;
}

.calendarPopUpWrapper::before {
  content: "";
  height: 100vh;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}

.calendarPopUp {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: auto auto;
  /*@include box-shadow();*/
  z-index: 100;
  background-color: #fff;
  padding: 0.5em;
  transition: display ease-out 0.3s;
  z-index: 100;
  width: 35em;
  max-width: calc(100% - 1em);
}

.calendarPopUpInner {
  text-align: left;
  /*background-color: #fff;*/
  width: 100%;
  min-height: 15em;
  display: block;
  padding: 0 1em;
  border-radius: 0.75em;
  background-color: white;
}

/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, .btnSector, .btnSectorOn, button, .btn, .btnSmall, .btnBig, .whoMe, .btnBurger, .pagination a, input[type=submit], input[type=button], .btnLg, input[type=submit]:disabled {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

table {
  /* border: 1px solid #ccc;*/
  border-collapse: collapse;
  /*margin: 0;*/
  padding: 0;
  /* width: 100%;*/
  table-layout: fixed;
  /*    margin-bottom:1em;*/
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tbody tr, table thead tr {
  /*    background-color: #f8f8f8;*/
  border-bottom: 1px solid #dedede;
  padding: 0.35em;
}

table tr td.lineLeft {
  border-left: 1px solid #dedede;
}

table th,
table td {
  padding: 0.5em;
  height: 2.25em;
  text-align: left;
  /*height: 2.5em;*/
}

table td:last-child {
  /* text-align: right;*/
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}

/*@media screen and (max-width: 1024px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;*/
/*font-size: .8em;*/
/*text-align: right;
}

table td::before {*/
/*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
/*content: attr(data-label);
float: left;*/
/*font-weight: bold;*/
/*     text-transform: uppercase;*/
/* font-size:0.8em;*/
/*color: $clrGold;
        margin-right: 1em;

    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:last-child {
        text-align: center;
    }

}*/
* {
  box-sizing: border-box;
  /*font-family: "libre-franklin", sans-serif;*/
  font-family: "basic-sans", sans-serif;
}

body {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background-color: #e7e7e7;
}

.NB {
  background-color: yellow;
}

.NB::after {
  content: "-->";
}

.NB::before {
  content: "<!--";
}

hr {
  border: none;
  width: 100%;
}

hr:before {
  content: "";
  width: 100%;
  /* border-top: 0.25em dotted #eac27c;
  /*background-color: $clrWhite;
  @include border-radius;*/
  display: block;
  height: 0.1em;
  margin: 0 0;
  background-image: repeating-linear-gradient(90deg, #dedede 0, #dedede 0.1em, white 0.1em, white 0.2em);
}

.contentWrapper {
  background-color: white;
  padding: 1em;
  display: flex;
  justify-content: center;
}

.usrName {
  font-weight: bold;
  text-align: center;
  display: flex;
  /* border: 1px solid green; */
  margin: auto;
}

.twoCol {
  gap: 1em;
  margin: 1em;
}
.twoCol > div {
  /*margin: 1em auto;*/
  max-width: 24em;
  padding: 0.5em;
  background-color: #e7e7e7;
}

.textCopy {
  max-width: 30em;
  margin: 1em;
}
.textCopy ul {
  text-align: left;
}

.vcenter {
  align-items: center;
  gap: 1em;
}

.box {
  /*border: 4px solid $clrGrey2;
  margin: 1em auto;*/
  padding: 1em;
  background-color: white;
  text-align: left;
  margin: 1em auto;
}

.box {
  max-width: 44em; /**/
  /*width: 44em;*/
  width: 100%;
}

.bigBox {
  width: 100%;
}

.myDataBox {
  background-color: white;
  /*padding: 1em;*/
  /*    @include border-radius;*/
  color: rgb(8, 34, 40);
  /*    max-width: 40em;*/
  padding: 1em 0;
}
.myDataBox .filterPreview {
  display: flex;
  flex-wrap: wrap;
  /*padding: 2em;*/
  gap: 1em;
}
.myDataBox .filterGroup {
  display: flex;
  flex-direction: column;
  border: 2px solid #2d6377;
  /*@include border-round;*/
  padding: 0.25em 0.5em 0.5em 0.5em;
  margin-top: 1em;
  /*flex-grow: 1;*/
}
.myDataBox .filterGroup label {
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #2d6377;
  color: #e7e7e7;
  text-align: center;
  /*@include border-round;*/
  /*@include border-round;*/
  padding: 0 0.5em;
  margin: -1.5em -0.75em 0.25em -0.75em;
}

.dataRow {
  border-top: 1px solid #2d6377;
}
.dataRow > .column > .row {
  justify-content: space-between;
}

/*.cards {
    display: flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:center;*/
/*  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;*/
/*gap: 1em;*/
/*overflow: auto;*/
/*padding:0 1em;

}
.dataCard {*/
/*@include border-radius;*/
/*background-color:$clrWhite;
    padding:1em;
    min-width:14em;

    > .column > .row {
        justify-content: space-between;
    }
}*/
h1, h2, h3, h4, h5 {
  /*font-family: "collier", sans-serif;*/
  font-weight: bold;
  margin: 0 0;
  padding: 0.75em 0;
  line-height: 1em;
  text-align: center;
}

h1 {
  color: rgb(237, 200, 136);
  background-color: #0e3645;
}
h1 small {
  font-size: 0.75em;
}
h1 .lbl {
  font-weight: normal;
  font-size: 0.75em;
}

h1.trans {
  background-color: transparent;
}

.dk h2 {
  color: white;
}

h3 {
  font-size: 1.25em;
  /* font-weight:normal;*/
}

.strapLine {
  font-size: 1.25em;
  color: rgb(237, 200, 136);
  text-transform: uppercase;
  font-weight: bold;
}

.flex {
  display: flex;
}

.col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
}
.col .col {
  gap: 0;
}
.col .col h3 {
  padding: 0;
}

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

.copy {
  max-width: 1024px;
}

.row {
  display: flex;
  flex-direction: row;
  /* justify-content: space-evenly;*/
  gap: 1em 0.5em;
  flex-wrap: wrap;
  align-items: center;
  /**/
  margin: auto;
}

/*.evntRow {
    > div {
        flex:1
    }
}*/
.round {
  border-radius: 0.75em;
}

.steps {
  display: flex;
  /*flex-direction: row;*/
  flex-wrap: wrap;
  margin: auto;
  padding: 1em;
  gap: 1em;
  justify-content: center;
  align-content: center;
  /*background-color:$clrOffBlk;*/
  /*
      > div.twoTimes {
          flex-grow: 2;
      }*/
}
.steps > div {
  width: 22em;
  padding: 1em;
  background-color: white;
  text-align: left;
  /*flex-grow: 1;*/
}

.myDataBox .steps > div {
  border: 3px solid rgb(237, 200, 136);
}

.center {
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: auto;
  /*align-items: center;*/
}

.sector {
  /* display:flex;*/
  min-height: 3em;
  background-color: #e7e7e7;
  align-items: center;
  /*font-size: 0.8em;*/
  width: 100%;
  justify-content: space-between;
  /*  display: block;*/
}

.banner {
  background-color: rgb(8, 34, 40);
  align-items: center;
  /*font-size: 0.8em;*/
  width: 100%;
  justify-content: space-between;
  /*  display: block;*/
}

.navigation {
  display: flex;
  position: relative;
  /*justify-content: space-between;
  display: grid;*/
  /* grid-auto-flow: column;
  grid-auto-columns: 1fr;*/
  height: 5em;
  align-items: center;
  /*> div {*/
  /* flex: 0 1 auto;*/
  /*justify-content: center;*/
  /* border: 1px solid green;*/
  /*}*/
}
.navigation > * {
  /* flex-grow: 2*/
  /*  display: inline-block;*/
}
.navigation > *:first-child {
  position: absolute;
  left: 0;
}
.navigation > *:last-child {
  position: absolute;
  right: 0;
}

.logoBanner {
  display: inline-flex;
  width: 12em;
  /* height: 2em;*/
  margin: 1em;
  transition: opacity ease-in 0.3s;
}
.logoBanner img {
  object-fit: contain;
  width: 12em;
}

.logoBannerHide {
  opacity: 0;
}

.logoBannerShow {
  opacity: 0;
}

.logoHome {
  display: flex;
  width: 10em;
  height: 10em;
  margin: auto;
}
.logoHome > img {
  width: 100%;
}

.bkgrndGold {
  background-color: rgb(237, 200, 136);
}

.bkgrndBlk {
  background-color: #0e3645;
}

.bkgrndWht {
  background-color: white;
}

.red {
  color: rgb(255, 76, 26);
}

div.red {
  background-color: rgb(255, 76, 26);
}

.spot {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

p.red {
  background-color: rgb(255, 76, 26);
  color: white;
  text-align: center;
  padding: 1em;
  margin: auto;
}

.green {
  color: rgb(143, 203, 124);
}

div.green {
  background-color: rgb(143, 203, 124);
}

.orange {
  color: rgb(246, 166, 35);
}

div.orange {
  background-color: rgb(246, 166, 35);
}

.gold {
  color: rgb(237, 200, 136);
}

.filters {
  margin: auto;
  gap: 0.5em;
  align-items: flex-start;
}

.msgLocal {
  position: relative;
  display: inline-flex;
  width: 20em;
  justify-content: center;
  margin: auto;
}
.msgLocal > div.success {
  background-color: rgb(143, 203, 124);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.msgLocal > div.error {
  background-color: rgb(255, 76, 26);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.msgLocal > div.notice {
  background-color: rgb(246, 166, 35);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.msgLocal > div.info {
  background-color: #bbbdbd;
  color: rgb(8, 34, 40);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.msg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.msg > div.error {
  background-color: rgb(255, 76, 26);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.msg > div.success {
  background-color: rgb(143, 203, 124);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.msg > div.notice {
  background-color: rgb(246, 166, 35);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.msgLocal > div.error {
  background-color: rgb(255, 76, 26);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.msgLocal > div.notice {
  background-color: rgb(246, 166, 35);
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.content {
  /*min-height:calc(100vh - 5em);
  display:flex;*/
  /*justify-content:center;
  align-content:center;*/
}

main {
  flex-grow: 1;
}

.homeSectors {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  /*    height: calc(100vh - 10em);*/
  padding-bottom: 3em;
}

.homeFilters {
  padding-bottom: 1em;
}

.odd {
  background-color: #bbbdbd;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  /*    align-content: center;
  align-content: center;
  align-items: center;*/
  flex-direction: column;
}
.wrapper > * {
  width: 100%;
}

footer {
  /*    bottom: 0;
  position: sticky;
  width: 100%;*/
  /*  position: sticky;
  top: calc(100vh - 3em);*/
}

.footer {
  min-height: 5em;
  display: flex;
  align-items: center;
  /*flex-direction: row;
  flex-wrap: wrap;*/
  justify-content: center;
  gap: 1em;
  width: 100%;
  color: white;
}

.affiliates {
  min-height: 5em;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap; /**/
  justify-content: center;
  gap: 1em;
  width: 100%;
}
.affiliates label {
  padding: 1em;
}
.affiliates a {
  color: rgb(8, 34, 40);
}
.affiliates .logo {
  display: block;
}
.affiliates .logo img {
  /*width: 6em;*/
  height: 3em;
  object-fit: contain;
}

.step {
  background-color: rgb(237, 200, 136);
  font-size: 2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5em;
  /*  font-weight: bold;*/
  /*        font-family: collier;*/
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.on {
  background-color: rgb(143, 203, 124);
}

.tick {
  background-image: url("/assets/TickOn.svg");
}

.off {
  background-color: rgb(255, 76, 26);
  background-image: url("/assets/Close.svg");
}

/*.step::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/assets/asterixRed.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}*/
table {
  margin: auto auto 1em auto;
  border-collapse: collapse;
}
table tr td {
  /* border-bottom: 1px solid $clrGrey2;*/
  padding: 0.2em 0.5em;
}

.dk a, .dk p {
  color: white;
}

.eventList {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.eventList > a {
  border-radius: 0.75em;
  padding: 0.5em;
  width: 100%;
  justify-content: space-between;
  /* border: 2px solid $clrWhite;*/
  /*      > :first-child {
      width: 25em;


  }*/
  /* @include borderBottom*/
}
.eventList > a > :last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventList > a:hover {
  background-color: rgba(237, 200, 136, 0.5);
  /* border: 2px solid $clrGoldFade;*/
}
.eventList > a.on {
  background-color: rgb(237, 200, 136);
  /*  border: 2px solid $clrGold;*/
}
.eventList > a.on > div label {
  color: white;
}

.navRight {
  margin: 1em;
}

.gold {
  color: rgb(237, 200, 136);
}

.evnt {
  border-left: 3px dashed #dedede;
  padding-left: 1em;
}

.evntRowOn {
  background-color: rgb(237, 200, 136);
  /* > :last-child {
          border-top-right-radius: 0.5em;
          border-bottom-right-radius: 0.5em;
      }

      > :first-child {
          border-top-left-radius: 0.5em;
          border-bottom-left-radius: 0.5em;
      }
  */
  /*   td > div > label {
         border-bottom:1px solid white;
     }*/
}
.evntRowOn td > div > label {
  color: white !important;
}

/*.evntRowRight {
    display: flex;
    flex-direction: row;
    >div{flex:1}
}*/
/*.evntRow:last-child{display:flex; flex-direction:row; margin:0;}
*/
/*.col50{
    > *{width:50%;
        max-width:40em;
    }
}*/
.dkMode {
  background-color: #2d6377;
  color: white;
  min-height: 100vh;
  background-image: repeating-linear-gradient(45deg, rgb(14, 54, 69) 0, rgb(14, 54, 69) 1em, rgba(14, 54, 69, 0.85) 1em, rgba(14, 54, 69, 0.85) 2em);
}
.dkMode .steps > div {
  background-color: rgb(8, 34, 40);
}
.dkMode .row {
  justify-content: space-evenly;
}
.dkMode .popUp {
  background-color: #2d6377;
  color: white;
  background-image: repeating-linear-gradient(45deg, rgb(14, 54, 69) 0, rgb(14, 54, 69) 1em, rgba(14, 54, 69, 0.85) 1em, rgba(14, 54, 69, 0.85) 2em);
}
.dkMode .popUp table {
  background-color: rgb(8, 34, 40);
  border: 1em solid rgb(8, 34, 40);
  margin-top: 1em;
}
.dkMode a.btnDelete {
  background-color: rgb(255, 76, 26);
}

.faqWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  max-width: 40em;
}
.faqWrapper .faqItm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.align-left {
  text-align: left;
}

.mainOL,
.mainOL > li > ol {
  list-style: none;
}

.mainOL {
  text-align: left;
  counter-reset: outer;
}
.mainOL h3 {
  text-align: left;
  display: inline-block;
}
.mainOL ol {
  /* display: flex;
  flex-direction: column;
  gap: 1em;*/
}
.mainOL li {
  padding: 0.5em;
}
.mainOL li span {
  display: block;
  padding: 0.5em 0;
  /*
              b {
                  display: block;
                  padding: 0.5em 0;
              }*/
}

.mainOL > li:before {
  counter-increment: outer;
  content: counter(outer, decimal) ".";
  margin-right: 1em;
}

/* second level*/
.mainOL > li > ol {
  counter-reset: inner;
}

.mainOL > li > ol > li:before {
  counter-increment: inner;
  margin-right: 1em;
  content: counter(outer, decimal) "." counters(inner, ".");
}

.mainOL > li > ol > li > ol {
  counter-reset: inner;
}

.mainOL > li > ol > li > ol > li:before {
  counter-increment: inner;
  margin-right: 1em;
  content: counter(outer, decimal) "." counters(inner, ".");
}

.mainOL > li > ol > li > ol > li::marker {
  content: "";
}

/**/
.bannerPromo {
  display: flex;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  background-color: #2d6377;
  color: white;
  font-size: 0.85em;
  text-transform: uppercase;
}

.asteriskRed, .asteriskGreen {
  display: inline-flex;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.asteriskRed {
  background-image: url("/assets/asterixRed.svg");
}

.asteriskGreen {
  background-image: url("/assets/asterixGreen.svg");
}

.pie {
  --w: 150px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 0.25em;
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(143, 203, 124);
}

.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(rgb(143, 203, 124) calc(var(--aSize) * 1%), rgb(246, 166, 35) calc(var(--aSize) * 1%), rgb(246, 166, 35) calc((var(--aSize) + var(--bSize)) * 1%), rgb(255, 76, 26) calc((var(--aSize) + var(--bSize)) * 1%), rgb(255, 76, 26) calc((var(--aSize) + var(--bSize) + var(--cSize)) * 1%));
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

/*   background: conic-gradient(var(--aColor) calc(var(--aSize)*1%), var(--bColor) calc(var(--bSize)*1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));*/
.pie:before { /*this is the background to teh ring*/
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--d) 100%, rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

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

.stats b {
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(237, 200, 136);
}

.eql * {
  flex: 1 1 0px;
}

/*$bp-xlarge: 120em; // 1920px
$bp-xxlarge: 160em; // 2560px*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}
.btnDefaults, .btnSector, .btnSectorOn, button, .btn, .btnSmall, .btnBig, .whoMe, .btnBurger, .pagination a, input[type=submit], input[type=button], .btnLg, input[type=submit]:disabled {
  display: inline-flex;
  justify-content: center;
  /*font-size: 1.1em; */
  border-radius: 5em;
  /**/
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  /*margin: auto;*/
  height: 2.5em;
  /* min-width: 2.5em;*/
  align-items: center;
  white-space: nowrap;
  /*background-color: $clrGrey1;
   border:1px solid $clrGrey3;
  color: $clrBlk;*/
}

/**/
@media (min-width: 1024px) {
  .isDskTop {
    /*     display: flex;*/
  }
}
@media (min-width: 512px) and (max-width: 1024px) {
  .isDskTop {
    /*      display: flex;*/
  }
}
@media (max-width: 512px) {
  .isDskTop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .isMobile {
    display: none;
  }
}
@media (min-width: 512px) and (max-width: 1024px) {
  .isMobile {
    display: none;
  }
}
@media (max-width: 512px) {
  .isMobile {
    /*        display: flex;*/
  }
}

@media (min-width: 512px) and (max-width: 1024px) {
  .tblWrapper {
    overflow: auto;
  }
}
@media (max-width: 512px) {
  .tblWrapper {
    overflow: auto;
  }
}

.subRow {
  /*    border: 1px solid green;*/
}
@media (min-width: 1024px) {
  .subRow > div.subGroup > div.subPart {
    flex-direction: row;
  }
}
@media (min-width: 512px) and (max-width: 1024px) {
  .subRow > div.subGroup > div.subPart {
    flex-direction: row;
  }
}
@media (max-width: 512px) {
  .subRow > div.subGroup > div.subPart {
    flex-direction: column-reverse;
  }
}

/*# sourceMappingURL=Styles.css.map */
