.sticky-self.tg-sticky-self-black {
    background-color: #000;
}

#terms-popup,
#privacys-popup,
#cookie-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}

.terms-content {
    background: #fff;
    padding: 30px;
    max-width: 100%;
    margin: 0% auto;
    position: relative;
}

.main-text-content {
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding: 20px;
    background: #fff;

}
#terms-popup h2.t-title-text, #privacys-popup h2.t-title-text{
    font-size: 32px;
}
#terms-popup ul li, #privacys-popup ul li
{
    list-style: none;
}
.t-title-text {
    font-weight: 700;
    color: #192C46;
    font-size: 64px;
}

.t-title-text span {
    color: #FDD292;
    margin-right: 15px;
}

.main-text-content hr {
    border-color: #efa73c;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Terms/Privacy/Cookie popup close button */
#terms-popup .close-terms,
#privacys-popup .close-terms,
#cookie-popup .close-terms {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 6px;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}

#terms-popup .close-terms svg,
#privacys-popup .close-terms svg,
#cookie-popup .close-terms svg {
    width: 22px;
    height: 22px;
    display: block;
}

#terms-popup .terms-content,
#privacys-popup .terms-content,
#cookie-popup .terms-content {
    position: relative;
    padding-top: 52px;
}