html {
  font-size: 62.5%;
}

@font-face {
  font-family: 'Graphik-Medium';
  src: url('../fonts/Graphik-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Medium';
  src: url('../fonts/Graphik-Medium.otf') format('opentype'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url('../fonts/Graphik-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url('../fonts/Graphik-Regular.otf') format('opentype'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Light';
  src: url('../fonts/Graphik-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Light';
  src: url('../fonts/Graphik-Light.otf') format('opentype'), url('../fonts/Graphik-Light.ttf') format('truetype'), url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
  font-family: 'Graphik-Regular';
  font-size: 2rem;
  line-height: 2.8rem;
}

p.small {
  font-family: 'Graphik-Regular';
  font-size: 1.4rem !important;
  line-height: 2rem;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: 'Graphik-Regular';
  line-height: 1.1em;
  margin-bottom: 15px;
}

h3 {
  font-family: 'Graphik-Regular';
  /*font-size: 3.2rem;
    line-height: 3.5rem;*/
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.loading {
  position: fixed;
  top: 10px;
  left: 10px;
}

.clearfix {
  clear: both;
}

.no-padding {
  padding: 0;
}

div[class*="col-"] {
  /*background: rgba(255,0,0,0.2)*/
}

section.content-post {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #e93d7d;
}

section.content-post a {
  color: #e93d7d;
  text-decoration: underline;
}

section.content-post p {
  max-width: 1000px;
}

section.content-post a:hover {
  color: #e93d7d;
  text-decoration: none;
}

section.content-post .content-media .media {
  margin-top: 15px;
}

section.content-post .content-media .media:nth-child(1) {
  margin-top: 30px;
}

section.content-post:first-child {
  margin-top: 0px;
}

.policy {
  color: #3a506a !important;
}

.policy a {
  color: #3a506a !important;
  text-decoration: underline;
}

.policy a:hover {
  color: #3a506a !important;
  text-decoration: none;
}

.carousel {
  display: none;
  margin-bottom: 15px;
  width: 100%;
}

.single-image {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}

.carousel img {
  display: block;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .carousel img {
    height: 300px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .carousel img {
    height: 300px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .carousel img {
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel img {
    height: 400px;
  }
}

.video {
  /*height: 200px;*/
	width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .video {
    /*height: 300px;*/
    width: 100%;
    margin-right: 15px;
  }
}


.video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





.pdf {
  height: 300px;
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .pdf {
    height: 500px;
    margin-right: 15px;
  }
}

.sources {
  font-family: 'Graphik-Regular';
  font-size: 1.4rem !important;
  line-height: 2rem;
}

.sources * {
  font-size: 1.4rem !important;
  line-height: 2rem;
  margin-bottom: 0px !important;
}

span.icon {
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px;
  display: inline-block;
}

span.icon img {
  max-width: 100%;
  margin-bottom: 15px;
}

.flickity-page-dots {
  bottom: 0px;
  position: absolute;
  height: 50px;
  width: 100%;
}

.flickity-page-dots .is-selected {
  background: #e93d7d;
}


/* -- timeline -- */

.timeline--open {
  width: 150px;
  height: 10px;
  position: fixed;
  bottom: 0;
  left: 0px;
  z-index: 80;
  overflow: hidden;
  height: 35px;
  text-align: center;
  cursor: pointer;
  margin-left: -5px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  /*
    -webkit-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.2);
    box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.2);
    opacity: 0.2;
    border-radius: 15px;*/
}

.timeline--open p {
  margin-top: 7px;
  color: #e93d7d;
}


/* external css: flickity.css */

#timeline-flickity {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  width: 100%;
  height: 93%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.carousel-timeline {
  background: transparent;
  height: 100%;
  /* position dots up a bit */
  /* dots are lines */
}

.carousel-timeline .flickity-page-dots {
  bottom: -22px;
}

.carousel-timeline .flickity-page-dots .dot {
  height: 5px;
  width: 20px;
  margin: 0;
  border-radius: 0;
}

.carousel-cell-timeline {
  padding-top: 10px;
  width: 45px;
  height: 100%;
  border-right: 1px solid #f0f0f0;
  counter-increment: carousel-cell;
  color: #e93d7d;
  text-align: center;
}

.carousel-cell-timeline p.small {
  margin-bottom: 15px;
}

.carousel-cell-timeline img {
  max-width: 60%;
  margin-bottom: 10px;
}

.carousel-cell-timeline a {
  color: #35434d !important;
}

.carousel-cell-timeline a:hover,
.carousel-cell-timeline a.active {
  color: #e93d7d !important;
}


/* cell number */

.carousel-cell-timeline:before {
  display: block;
}

.flickity-prev-next-button {
  background: none;
}

.flickity-prev-next-button .arrow {
  fill: #e93d7d;
}

.carousel-main {
  min-width: 100%;
  /*overflow-y: scroll;*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  height: 100% !important;
}

.carousel-cell {
  width: 100%;
  /* min-height: 200px; */
  height: 90% !important;
  /*overflow-y: scroll;*/
  background: white;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  /* padding-bottom: 350px; */
  margin-top: 45px;
}


/* cell number */

.carousel-cell:before {
  display: block;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

.data-timeline-1 {
  width: 100%;
  height: 12px;
  text-align: center;
  padding: 4px 0;
  position: absolute;
}

.data-timeline-1 .line {
  height: 4px;
  width: 45px;
  background-color: black;
}

.data-timeline-2 {
  width: 100%;
  height: 12px;
  text-align: center;
  padding: 6px 0;
}

.data-timeline-2 .line {
  height: 1px;
  width: 45px;
  background-color: black;
}

.data-timeline-3 {
  width: 100%;
  height: 12px;
  text-align: center;
  padding: 8px 0;
}

.data-timeline-3 .line {
  height: 2px;
  width: 45px;
  background-color: black;
}

svg#hwevents,
svg#shmny,
svg#hwconstruction,
svg#shmnyc,
svg#shmus,
svg#hwprograms {
  max-width: 60%;
  fill: #35434d;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
}

#map {
  position: absolute;
  width: 100%;
  height: 93%;
  z-index: 200;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  display: none;
}

.map--content {
  max-width: 300px;
}

.map--content-header {
  font-family: 'Graphik-Regular';
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

.map--content-body p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-family: 'Graphik-Regular';
  font-size: 2rem;
  line-height: 2.5rem;
  color: #ec135f;
}

.modal-header {
  border-bottom: 1px solid black !important;
}

.map--marker-type {
  position: fixed;
  top: 10%;
  left: 20px;
  width: 285px;
  height: 215px;
  background: white;
  z-index: 101;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  padding: 15px;
}

.map--marker-type .icon {
  float: left;
  width: 36px;
}

.map--marker-type .label {
  float: left;
}

.map--information--icon {
  margin-top: 10px;
}

.map--information--icon img {
  width: 30px !important;
  height: 30px !important;
  fill: white;
  float: left;
}

.map--information--icon p {
  float: left;
  min-width: 200px;
  margin-top: 7px;
  margin-left: 10px;
}

#tooltip {
  min-width: 160px;
  height: 70px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 0 7px 0 7px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
}

#tooltip .tooltip-header {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 1.3rem !important;
}

#tooltip .tooltip-header p {
  width: 100%;
  font-size: 1.3rem !important;
  border-bottom: 1px solid #35434d;
}

#tooltip .tooltip-content {
  padding: 0;
  margin: 0;
}

#tooltip .tooltip-content p {
  color: #cb1a5d;
  padding: 0;
  margin: 0;
}

#tooltip img {
  width: 100%;
}

#about {
  position: fixed;
  width: 100%;
  height: 93%;
  bottom: -93%;
  left: 0;
  z-index: 200;
  color: white;
  background: #35434d;
}

#about a {
  color: white !important;
}

#about a:hover {
  color: white !important;
  text-decoration: underline;
}

#about .about-header {
  text-align: center;
  height: 27px;
  padding: 6px 0 2px 0;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

#about .about-content {
  width: 100%;
  height: 100%;
}

#about .about-content p,
#about .about-content h3 {
  font-family: 'Graphik-Light', Helvetica, sans-serif;
  color: white !important;
}

#about .about-content h3 {
  margin-top: 60px;
}

#about .about--information {
  margin-top: 30px;
}

#about .about--information--icon {
  margin-top: 10px;
}

#about .about--information--icon svg {
  width: 30px !important;
  height: 30px !important;
  fill: white;
  float: left;
}

#about .about--information--icon p {
  float: left;
  min-width: 200px;
  margin-top: 7px;
  margin-left: 10px;
}

#about .about--information--icon img {
  width: 30px !important;
  height: 30px !important;
  float: left;
}

#about .about--information--icon-line-1 {
  margin-top: 13px;
  width: 30px !important;
  height: 4px !important;
  float: left;
  background: white;
}

#about .about--information--icon-line-2 {
  margin-top: 13px;
  width: 30px !important;
  height: 2px !important;
  float: left;
  background: white;
}

#about .about--information--icon-line-3 {
  margin-top: 13px;
  width: 30px !important;
  height: 1px !important;
  float: left;
  background: white;
}

#about .about--information--icon:first-child {
  margin-top: 15px;
}

#about .about--credits {
  margin-top: 60px;
}

#about .about--more-credits {
  margin-top: 30px;
}

#about .about--more-credits p {
  font-size: 1.4rem;
  line-height: 1.7rem;
  max-width: 800px;
  margin-top: 15px;
}

#about .gf-logo {
  width: 200px;
  margin-left: -5px;
}


/* carousel height */

.carousel-video {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .carousel-video {
    min-height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-video {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .carousel-video {
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel-video {
    min-height: 600px;
  }
}


/* cell inherit height from carousel */

.carousel-video-cell {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .carousel-video-cell {
    min-height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-video-cell {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .carousel-video-cell {
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel-video-cell {
    min-height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .video--frame {
    min-height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .video--frame {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .video--frame {
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .video--frame {
    min-height: 600px;
  }
}

.video--frame object,
.video--frame embed,
.video--frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

.video--caption {
  font-family: 'Graphik-Regular';
  font-size: 1.4rem !important;
  line-height: 2rem;
  color: #ec135f;
  margin: 0;
  padding: 0;
  margin-left: -15px;
}

.video--caption * {
  font-size: 1.4rem !important;
  line-height: 2rem;
  margin-bottom: 0px !important;
}

#map {
  position: absolute;
  width: 100%;
  height: 93%;
  z-index: 200;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  display: none;
}

.map--content {
  max-width: 300px;
}

.map--content-header {
  font-family: 'Graphik-Regular';
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

.map--content-body p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-family: 'Graphik-Regular';
  font-size: 2rem;
  line-height: 2.5rem;
  color: #ec135f;
}

.modal-header {
  border-bottom: 1px solid black !important;
}

.map--marker-type {
  position: fixed;
  top: 10%;
  left: 20px;
  width: 285px;
  height: 215px;
  background: white;
  z-index: 101;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  padding: 15px;
}

.map--marker-type .icon {
  float: left;
  width: 36px;
}

.map--marker-type .label {
  float: left;
}

.map--information--icon {
  margin-top: 10px;
}

.map--information--icon img {
  width: 30px !important;
  height: 30px !important;
  fill: white;
  float: left;
}

.map--information--icon p {
  float: left;
  min-width: 200px;
  margin-top: 7px;
  margin-left: 10px;
}


/* general settings s */

html {
  /* overflow: -moz-scrollbars-vertical !important;
  -ms-overflow-style: scrollbar !important;
  overflow-y: scroll !important;*/
}

body {
  font-family: 'Graphik-Regular';
  font-size: 2rem;
  line-height: 2.9rem;
  padding: 0;
  margin: 0;
  /* overflow: -moz-scrollbars-vertical !important;
  -ms-overflow-style: scrollbar !important;
  overflow-y: scroll !important;*/
}

strong {
  font-family: 'Graphik-Regular';
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0 0;
  margin: 0;
}

.color-default {
  color: #ec135f !important;
}

a {
  color: #ec135f !important;
}

a:focus {
  outline: 0 !important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  padding: 0;
  margin: 0;
}

.inactive {
  display: none;
}

#main-content {
  /* height: 4000px; */
}

#header {
  position: fixed;
  background: white;
  height: 7% !important;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0px;
  text-align: left;
  padding: 0px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
}

#header h3 {
  margin: 0;
  margin-top: 40px;
}

#header div:nth-child(2) {
  text-align: left;
}

#header div:nth-child(2) {
  text-align: center;
}

#header div:nth-child(3) {
  text-align: right;
}

#header #nav {
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

#header #nav a {
  text-decoration: none !important;
  color: #cccdcc !important;
}

#header #nav a:hover {
  color: #e93d7d !important;
}

#header #nav a.active {
  color: #35434d !important;
}

.line-l {
  width: 100%;
  height: 3px;
  background-color: black;
}

.line-m {
  width: 100%;
  height: 2px;
  background-color: black;
}

.line-s {
  width: 100%;
  height: 1px;
  background-color: black;
}

.before_button {
  height: 100%;
  width: 40px;
}

.before_button p {
  -moz-transform: translateX(0%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(0%) translateY(-50%) rotate(-90deg);
  transform: translateX(0%) translateY(-50%) rotate(-90deg);
  width: 100px;
  text-align: center;
  top: 40%;
  left: -10px;
  position: absolute;
  color: #ec135f;
  cursor: pointer;
}

.today_button {
  height: 100%;
  width: 40px;
}

.today_button p {
  -moz-transform: translateX(0%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(0%) translateY(-50%) rotate(-90deg);
  transform: translateX(0%) translateY(-50%) rotate(-90deg);
  width: 100px;
  text-align: center;
  top: 40%;
  right: 30px;
  position: absolute;
  color: #ec135f;
  cursor: pointer;
}

.arrow-left {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 200;
  left: 15px;
  top: 50%;
  margin-top: -45px;
  -moz-transform: translateX(0%) translateY(100%);
  -webkit-transform: translateX(0%) translateY(100%);
  transform: translateX(0%) translateY(100%);
}

.arrow-left img {
  cursor: pointer;
}

.arrow-right {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 200;
  top: 50%;
  margin-top: -45px;
  -moz-transform: translateX(0%) translateY(100%);
  -webkit-transform: translateX(0%) translateY(100%);
  transform: translateX(0%) translateY(100%);
  right: 15px;
}

.arrow-right img {
  cursor: pointer;
}

.event-icon {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 100;
  left: 0;
  top: 30px;
  /* width will be set using JavaScript */
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

@media only screen and (min-width: 1200px) {
  .event-icon {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}

.event-icon .item:first-child {
  margin-left: 45px;
  width: 41px;
}

.event-icon .item:last-child {
  border: none;
}

.event-icon .item {
  height: 100%;
  width: 40px;
  float: left;
  text-align: center;
  border-right: 1px solid white;
}

.event-icon .item img {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 15px;
  cursor: pointer;
}

.events {
  padding-top: 5px !important;
}

.pink {
  color: #e93d7d;
}

#year {
  position: fixed;
  z-index: 150;
  top: 15px;
  left: 15px;
  width: 100px;
  height: 100px;
}

.loading {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  color: white;
  background: rgba(255, 255, 255, 0.8);
}

.clearfix {
  clear: both;
}


/* inherit height from parent */

.carousel-main {
  height: 100%;
  overflow: -moz-scrollbars-vertical !important;
  -ms-overflow-style: scrollbar !important;
  overflow-y: scroll !important;
}

.carousel-cell {
  width: 100%;
  height: 100%;
  overflow: -moz-scrollbars-vertical !important;
  -ms-overflow-style: scrollbar !important;
  overflow-y: scroll !important;
  /* Let's get this party started */
  /* Track */
  /* Handle */
  min-height: 70%;
 /* background: #efefef; */
  /* background-image: url(https://images-na.ssl-images-amazon.com/images/I/51WRMUCBN5L._UX695_.jpg); */
}


*::-webkit-scrollbar {
    width: 0px;
}
/* Let's get this party started */
#about::-webkit-scrollbar, .modal::-webkit-scrollbar, .is-selected::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
#about::-webkit-scrollbar-track ,.is-selected::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
    background: rgba(100,100,100,0.1);  
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


.modal::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
    background: rgba(100,100,100,0.8);  
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
#about::-webkit-scrollbar-thumb, .is-selected::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(100,100,100,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}


.modal::-webkit-scrollbar-thumb{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}


.modal::-webkit-scrollbar-thumb:window-inactive, .is-selected::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}
