body {
    background-color: rgb(0, 0, 0);
    margin: 0;
    overflow-x: hidden;
    /* IE and Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
    min-height: 100%;
}

body::-webkit-scrollbar {
    /* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
}

.textfont {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-family: Roboto, Helvetica, sans-serif;
}

header {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* justify-content: space-between; */
}

#logo_wrapper {
    place-content: stretch center;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 30px;
}

#STO_Icon {
    height: 3rem;
    width: 3rem;
    position: relative;
    top: 20px;
}

nav#header-nav {
    place-content: stretch flex-end;
    align-content: stretch;
    justify-self: end;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 100%;
    position: relative;
    right: 0px;
}

#name_wrapper {
    place-content: stretch flex-start;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 100%;
}

.name_link {
    text-decoration: none;
}

h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 0px 50px;
    transform: translateY(25px);
    letter-spacing: 5px;
}

.nav {
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 45px;
    transform: translateY(25px);
}

#nav_hamburger {
    height: 16px;
    width: 23px;
    margin-left: 45px;
    margin-top: 4px;
    margin-right: 60px;
    cursor: pointer;
    transform: translateY(25px);
}

.header-spacer-left {
    flex: 1 1 42.5%;
}

.header-spacer-right {
    flex: 1 1 50%;
}

main {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-family: Roboto, Helvetica, sans-serif;
    height: 100%;
}

#centerfold {
    display: flex;
    flex-direction: row;
}

#search_box {
    background-color: hsla(0, 0%, 100%, .15);
    margin: 70px 150px 161.7px 0px;
    padding: 30px 50px 6px 50px;
    padding-bottom: 1.34375em;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 30%;
    height: 167.5px;
    border-radius: 4px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: height;
}

#search_box_header {
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

#search_box_text {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

#mat_form_field {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    width: 100%;
}

#mat_form_field_wrapper {
    display: block;
    margin: 0.25em 0;
    position: relative;
    /* padding-bottom: 1.34375em; */
}

#mat_form_field_flex {
    padding: 0 0.75em 0 0.75em;
    /* margin-top: -0.25em; */
    display: inline-flex;
    align-items: baseline;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
}

#mat_form_field_outline {
    width: 100%;
    background-color: hsla(0, 0%, 100%, .15);
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 39.5px;
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    transition: 0.2s;
    box-sizing: inherit;
}

#mat-form-field-infix {
    top: 0;
    border-top: none;
    padding: 0.75em 0;
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 180px;
}

#search_input {
    box-sizing: border-box;
    padding-right: 26px;
    font: inherit;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    padding: 0 0.5em 0 0.5em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
}

.info-pane {
    /* width: 100%; */
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

#info-pane-header {
    margin-bottom: 30px;
}

#info-pane-header-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 26px; */
}

#info-pane-body {
    color: white;
}

aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: none; */
    z-index: -1;
}

#faded-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: hsla(0, 0%, 100%, 0.2); */
    visibility: hidden;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: background-color, visibility;
    /* animation: 0.5s ease-in 0s 1 alternate paused slidein; */
}

#sidebar {
    background-color: rgb(0, 0, 0);
    width: 220px;
    padding: 32px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: -220px;
    bottom: 0;
    margin: 0;
    transition: 0.3s ease-out;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
}

#sidebar-contents {
    display: flex;
    flex-direction: column;
}

#sidebar-close-container {
    width: 100%;
    display: flex;
    justify-content: end;
}

button#sidebar-close {
    background-color: rgba(0, 0, 0, 0);
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    margin-right: calc(30px - ((35px - 1em)/2));
    border: none;
}


/* span#close-icon-wrapper {} */

#close-icon {
    vertical-align: center;
    /* height: 1em;
    width: 1em; */
    cursor: pointer;
    /* justify-self: right; */
    height: 40px;
    width: 50px;
    transform: translateX(-30px);
}

#inbenta-liaison-header-minimize-wrap {
    margin: 10px 10px 0px 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    /* transform: translateX(-30px); */
    /* background-color: rgba(112, 143, 168, 0); */
    background-color: rgba(29, 105, 10, 0);
    cursor: pointer;
    transition: background-color 0.4s;
    /* transform: translateY(0); */
}

.widget-header-minimize-icon {
    position: relative;
    top: 15px;
    right: 0px;
    height: 2px;
    width: 25px;
    background-color: white;
    transform: rotate(0deg);
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform, height;
}

#close-icon:hover .minimize-rotate-ccw {
    transform: rotate(45deg);
    height: 1px;
}

#close-icon:hover .minimize-rotate-cw {
    transform: rotate(-45deg);
    height: 1px;
}

nav#sidebar-nav {
    text-align: end;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.sidebar {
    padding: 20px 0px;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    padding-right: 30px;
    margin: 0;
}

.sidebar:hover {
    background-color: white;
    color: black;
}

.disabled {
    /* background-color: rgba(151, 151, 151, 0.5); */
    color: rgba(151, 151, 151, 0.5) !important;
    background-color: rgba(151, 151, 151, 0) !important;
    cursor: default;
}

.info-pane-content {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, .28);
}

.info-pane-content-header-wrapper {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font: 18px/20px DIN_Bold, Arial, Verdana, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.info-pane-content-header-wrapper:hover {
    color: blanchedalmond;
}

.arrow-up {
    margin-right: 20px;
}

.arrow-up-png {
    height: 12px;
    transform: rotate(180deg);
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform;
}

.info-pane-content-body-wrapper {
    display: none;
    flex-direction: column;
    height: 0px;
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: height, opacity;
    overflow-y: hidden;
    /* transition-duration: 0.4s;
    transition-property: display; */
}

.info-pane-content-body {
    padding-bottom: 20px;
}

.info-pane-content-body {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    position: relative;
    /* width: 100%; */
}

.info-pane-content-body-text {
    /* display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0; */
    font-weight: 200;
    padding-right: 100px;
    line-height: 24px;
    opacity: 0;
    padding-bottom: 10px;
    /* width: auto; */
    max-width: 75%;
    /* transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity; */
}

.skeleton {
    --surface: rgb(230, 230, 230);
    --block: rgb(194, 194, 194, 0.25);
    --loader: rgb(255, 230, 195);
    --padding: 1rem;
    padding: calc(var(--padding)/2);
    border-radius: calc(var(--padding) * 1.5);
    gap: calc(var(--padding) * 0.5);
    width: 500px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
}

.skeleton__block {
    background: linear-gradient( -75deg, transparent 40%, var(--loader), transparent 60%) 0 0 / 200% 100%, var(--block);
    border-radius: calc(var(--padding) * 0.5);
    animation: load 2s infinite linear;
    background-attachment: fixed;
    height: 32px;
}

@keyframes load {
    to {
        background-position: 200% 0;
    }
}

.skeleton__block:first-of-type {
    grid-row: 1 / 2;
    width: 90%;
    /* aspect-ratio: 1; */
}

.skeleton__block:last-of-type {
    width: 65%;
}

.skeleton-body {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 19;
}

#loading-bar-container {
    height: 3px;
    width: 100vw;
}

#loading-bar {
    opacity: 0;
    height: 3px;
    width: 0%;
    background-color: blanchedalmond;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-property: width, height;
}

.footer-bar {
    /* position: sticky;
    bottom: 0px; */
    width: 100%;
    height: 100px;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: Roboto, Helvetica Neue, sans-serif;
}

.footer-left-container,
.footer-right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-left-container p {
    margin-left: 32px;
    font-size: 12px;
    color: white;
}

.footer-right-container p {
    margin-right: 32px;
    font-size: 12px;
    color: rgb(165, 165, 165);
}

.footer-link {
    margin-left: 0;
    font-size: 12px !important;
    font-weight: 300;
}

figure.image img {
    max-width: 100%;
    border-radius: 10px;
}

p img {
    max-width: 100%;
    border-radius: 10px;
}

.rating-container {
    width: 100%;
    height: 53.6px;
    opacity: 0;
    display: flex;
}

.rating-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
}

.rating-text {
    font-size: 12px;
    color: rgb(165, 165, 165);
    text-align: center;
    margin: 10px 0px 15px 0px;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity;
}

.rating-button-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.rating-bubble {
    height: 25px;
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity; */
}

.rating-icon-container {
    height: 25px;
    width: 25px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform;
}

.rating-dislike-container {
    transform: translateX(0px) translateY(0px) rotate(180deg);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity, transform;
}

.rating-like-container {
    /* animation-name: like-rating; */
    opacity: 1;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes like-rating {
    0% {
        transform: translateX(0);
        height: 25px;
        width: 25px;
    }
    20% {
        transform: translateX(37.5px);
        height: 25px;
        width: 25px;
    }
    60% {
        transform: translateX(38.5px) translateY(-2.5px) rotate(-20deg) scale(1.25);
        height: 25px;
        width: 25px;
    }
    95% {
        transform: translateX(37.5px) translateY(0) rotate(0) scale(1);
        height: 25px;
        width: 25px;
    }
    100% {
        transform: translateX(37.5px) translateY(0) rotate(0) scale(0);
        height: 25px;
        width: 25px;
    }
}

.rating-dislike-container #Layer_1 {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity, transform;
}

.rating-like-container #Layer_1 {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity, transform;
}

.rating-dislike-container:hover #Layer_1 {
    transform: translateX(1px) translateY(-2.5px) rotate(-20deg);
    cursor: pointer;
}

.rating-like-container:hover #Layer_1 {
    transform: translateX(1px) translateY(-2.5px) rotate(-20deg);
    cursor: pointer;
}

svg#Layer_1 {
    max-height: 25px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: height, width;
}

.rate_form_field {
    display: flex;
    /* position: relative; */
    justify-content: center;
    text-align: left;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    width: 100%;
}

.rate_form_field_wrapper {
    display: block;
    margin: 0.25em 0;
    position: relative;
    width: 0px;
    opacity: 0;
    transform: translateY(-36px) translateX(55px);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform, width;
    /* padding-bottom: 1.34375em; */
}

.rate_form_field_flex {
    padding: 0 0.75em 0 0.75em;
    margin-top: -0.25em;
    display: inline-flex;
    align-items: baseline;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
}

.rate_form_field_outline {
    width: 100%;
    background-color: hsla(0, 0%, 100%, .15);
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 39.5px;
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    transition: 0.2s;
    box-sizing: inherit;
}

.rate-form-field-infix {
    top: 0;
    border-top: none;
    padding: 1em 0;
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 180px;
}

.rate_input {
    box-sizing: border-box;
    padding-right: 26px;
    font: inherit;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    padding: 0 0.5em 0 0.5em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
}

#topics-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

#topics-header {
    margin-bottom: 30px;
}

#topics-header-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 26px; */
}

#topics-body {
    display: flex;
    flex-wrap: wrap;
    color: white;
    /* padding-right: 30px; */
}

.topics-content {
    width: 48%;
    /* width: 96%; */
    margin: 0 1% 1% 0;
    background-color: hsla(0, 0%, 100%, .15);
    border-radius: 4px;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: width, height;
}

.topics-content:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.topics-content-header-wrapper {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font: 18px/20px DIN_Bold, Arial, Verdana, sans-serif;
    font-weight: 200;
    cursor: pointer;
}

.topics-subtopic-content {
    width: 48%;
    /* width: 96%; */
    margin: 0 1% 1% 1%;
    background-color: hsla(0, 0%, 100%, .15);
    border-radius: 4px;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: width, height;
}

.topics-subtopic-content:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.topics-subtopic-content-header-wrapper {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    place-content: center space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font: 18px/20px DIN_Bold, Arial, Verdana, sans-serif;
    font-weight: 200;
    cursor: pointer;
}

.topics-subcontent-container {
    display: none;
    flex-direction: column;
    height: 0px;
    opacity: 0;
    padding-bottom: 5px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity, height;
}

.topics-subcontent-wrapper {
    opacity: 0;
    display: flex;
    flex-direction: column;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity;
}

.topics-subcontent {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    /* border-bottom: 1px solid hsla(0, 0%, 100%, .28); */
    margin: 5px 10px 5px 10px;
    padding: 5px;
    padding-left: 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.75);
}

.topics-subcontent-header-wrapper {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 10px; */
    font: 18px/20px DIN_Bold, Arial, Verdana, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.topics-subcontent-header-wrapper:hover {
    color: blanchedalmond;
}

.topics-subcontent-header-text-wrap {
    display: flex;
    flex-direction: row;
}

.topics-subcontent-header-image {
    height: 40px;
    /* width: 40px; */
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

.topics-subcontent-header-image img {
    height: 40px;
    /* width: 40px; */
}


/* .arrow-up {
    margin-right: 20px;
}

.arrow-up-png {
    height: 12px;
    transform: rotate(180deg);
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform;
} */

.topics-subcontent-body-wrapper {
    display: none;
    flex-direction: column;
    height: 0px;
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: height, opacity;
    overflow-y: hidden;
    /* transition-duration: 0.4s;
    transition-property: display; */
}


/* .topics-subcontent-body {
    padding-bottom: 20px;
} */

.topics-subcontent-body {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    position: relative;
    padding-bottom: 20px;
    /* width: 100%; */
}

.topics-subcontent-body-text {
    /* display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0; */
    font-weight: 200;
    padding-right: 100px;
    line-height: 24px;
    opacity: 0;
    padding-bottom: 10px;
    /* width: auto; */
    max-width: 75%;
    /* transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity; */
}

.id-link {
    margin-left: 0;
    font-size: 12px !important;
    font-weight: 300;
}

.id-link:hover {
    color: blanchedalmond;
}

#query-container {
    display: none;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 4px;
    width: 96%;
    background-color: hsla(0, 0%, 100%, .15);
}

#query-wrap {
    display: flex;
    flex-direction: column;
}

#query-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, .1);
}

#query-header:hover #query-header-text {
    color: blanchedalmond;
}

#query-header .arrow-up {
    margin-right: 40px;
}

#query-header-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 26px; */
}

#query-body {
    display: none;
    /* flex-wrap: wrap; */
    flex-direction: column;
    height: 0px;
    color: white;
    width: 70%;
    overflow: hidden;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: height, opacity;
    /* padding: 0 0 0 1%; */
    /* padding-right: 30px; */
}

#query-body-text {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
    line-height: 24px;
}

#query-body p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

#recent-search-container {
    display: flex;
    width: 100%;
    /* height: 100%; */
    /* margin-top: 25px; */
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
    /* overflow: hidden; */
    /* height: auto; */
}

#recent-search-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition-duration: 0.4s, 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: height, opacity;
}

#recent-search-header {
    display: flex;
    text-align: left;
    box-shadow: white 0px -1px 0px 0px inset;
    color: white;
}

.recent-search-item {
    display: flex;
    text-align: left;
    /* height: 40px; */
    color: white;
    cursor: pointer;
    box-shadow: hsla(0, 0%, 100%, .15) 0px -1px 0px 0px inset;
    /* background-color: black; */
}

.recent-search-item:hover {
    background-color: hsla(0, 0%, 100%, .15);
    box-shadow: none;
}

.recent-search-text {
    padding: 10px 0 10px 20px;
}