@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 16px;
    margin: 0
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

#root.row {
    margin-left: 0!important;
    margin-right: 0!important
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.gs-category {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-family: Lato,sans-serif;
    justify-content: space-between;
    margin-top: 1rem;
    max-width: 100%;
    width: 100%
}

.gs-category h1 {
    color: #444;
    font-weight: 700;
    margin: 1rem 1rem 2rem .5rem
}

.gs-category-content {
    display: flex;
    flex-basis: 66%;
    flex-direction: column;
    flex-grow: 100
}

.gs-category-popular {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.gs-popular {
    border-radius: 5px;
    flex-basis: 18%;
    flex-shrink: 0;
    margin: .5rem;
    padding: 1.5rem;
    position: relative
}

.gs-popular.link {
    align-items: flex-start;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: iconslide;
    animation-name: iconslide;
    background: #0a5066;
    background: linear-gradient(140deg,#093566,#1a508f);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 100;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 11rem;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in
}

.gs-link-text {
    font-size: 1.6rem;
    font-weight: 700
}

.gs-popular.link:focus-within,.gs-popular.link:hover {
    background: #f6bf35;
    background: linear-gradient(140deg,#f6bf35,#b98a16);
    box-shadow: 0 0 0 5px #f6bf35;
    transition: all .3s ease-in
}

.gs-popular.link:focus-within svg,.gs-popular.link:hover svg {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: iconpop;
    animation-name: iconpop;
    color: #093566
}
.gs-popular.link:focus-within i,.gs-popular.link:hover i {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: iconpop;
    animation-name: iconpop;
    color: #093566
}

.gs-popular.link svg {
    color: #f6bf35;
    display: block;
    flex-grow: 1000;
    height: 36px;
    margin-bottom: 1rem;
    margin-top: 0;
    max-height: 4rem;
    min-height: 2rem;
    width: auto!important
}
.gs-popular.link i {
    color: #f6bf35;
    display: block;
    flex-grow: 1000;
    height: 36px;
    margin-bottom: 1rem;
    margin-top: 0;
    max-height: 4rem;
    min-height: 2rem;
    width: auto!important
}

.gs-popular.link a {
    color: #fff;
    display: block;
    font-weight: 700;
    opacity: 1;
    outline: none!important;
    text-decoration: none;
    transition: opacity .2s ease-in
}

.gs-popular.link:focus-within a,.gs-popular.link:hover a {
    box-shadow: none!important;
    color: #093566;
    outline: none!important
}

.gs-popular.link a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1
}

.gs-popular.link .visuallyhidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

@media only screen and (max-width: 960px) and (min-width:600px) {
    .gs-category {
        flex-direction:column;
        margin-top: 0;
        padding: 1rem
    }

    .gs-popular {
        display: flex;
        flex-basis: 28%!important;
        flex-direction: column;
        min-width: 180px!important
    }
}

@media only screen and (max-width: 599px) and (min-width:450px) {
    .gs-category {
        flex-direction:column;
        margin-top: 0;
        padding: 1rem
    }

    .gs-popular {
        display: flex;
        flex-basis: 38%;
        flex-direction: column;
        min-height: 8rem
    }
}

@media only screen and (max-width: 449px) {
    .gs-category {
        flex-direction:column;
        margin-top: 0;
        padding: 1rem
    }

    .gs-popular {
        display: flex;
        flex-basis: 80%;
        flex-direction: column;
        min-height: 8rem
    }
}

@-webkit-keyframes iconpop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes iconpop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes iconslide {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    20% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes iconslide {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    20% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*# sourceMappingURL=main.05ed83d1.css.map*/


/*# sourceMappingURL=main.05ed83d1.css.map*/


/* -------------------- */



/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/* Google Charts Stuff*/

	/* Style for total row */
	.total-row 
	{
	  font-weight: 700;
	  background-color: #f3f4f6;
	}


/* Scope to this specific table */
  .myHeaderRow {
    background: #0f172a;      /* slate-900 */
    color: #e2e8f0;           /* slate-200 */
    text-transform: uppercase;
  }

	.myHeaderCell {
	font-weight: 700;
	padding: 10px 12px;
	border-bottom: 2px solid #1e293b; /* slate-800 */
	letter-spacing: 0.03em;
	}

	/* Optional: hover styles for column headers */
	.myHeaderCell:hover {
	background: #1f2937; /* gray-800 */
	cursor: default;
	}
