:root {
    /* AS adb Advertisement */
    --adb-primary-ads-lbl: 'Advertisement - scroll for more content';
    --adb-secendary-ads-lbl: 'Advertisement';
    --adb-primary-ads-lbl-clr: #787878;
	/* AS Primary Screen */
    --as-primary-gb-p-screen: 0.8889rem;
    --as-primary-p-mb-screen: 0.625rem;
    /* AS Primary Screen */
    /* AS Primary Font */
    --adb-font-heading: 'Roboto Flex', Arial, sans-serif;
    --adb-i-font-heading: 'Noto Serif', Arial, sans-serif;
    --adb-font-content: 'Roboto Flex', Arial, sans-serif;
    --adb-font-figcaption: 'Roboto Flex', Arial, sans-serif;
    --adb-font-tag: 'Roboto Flex', Arial, sans-serif;
    /* AS Primary Color */
    --adb-primary-clr: #303030;
	--adb-primary-clr-w: #fff;
    --adb-heading-m-clr: #303030;
    --adb-content-m-clr: #303030;
    --adb-bg-m-clr: #303030;
    --adb-bd-m-clr: #303030;
    --adb-heading-x-clr: #ffffff;
    --adb-content-x-clr: #ffffff;
    --adb-bg-x-clr: #ffffff;
    --adb-bd-x-clr: #ffffff;
    --as-primary-border-tp-clr: rgb(0, 152, 254);
    --as-primary-auth-logo-clr: #000000;
    --as-primary-clr: #000;
    --as-primary-bg-clr: #000;
    --as-primary-fill-clr: #000;
    --as-primary-fill-clr-ss: #fff;
    --as-primary-clr-ss: #fff;
    --as-primary-bg-clr-ss: #fff;
    --as-primary-cg-hover-clr: #00FF7F;
    --as-primary-reg-btn-hover-clr: #04AA6D;
    --as-primary-subBtn-bg-clr: #1665cf;
    --as-primary-src-icon-clr: #ffffff;
    --as-primary-section-clr: #c2c2c2;
    --as-secendary-fill-clr: #303030;
    --as-secendary-bg-clr: #303030;
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: #0098FE66;
    overflow-y: scroll;
    background: #fff;
    text-size-adjust: none;
    --asNpr-authentication: Today DB;
}
body {
    overflow: visible !important;
    font: 10px / 14px 'Roboto Flex', 'Inter', 'Open Sans', Arial, sans-serif;
    background: unset;
    word-wrap: break-word;
    -webkit-user-select: none;
    user-select: none;
}
a {
    color: #1a73e8;
    text-decoration: none;
}
:focus {
    outline-color: #0098fe;
}
figure, img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.as__m__adb__n {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow-anchor: none;
    position: sticky;
    z-index: 9999999;
    top: 0;
    min-width: 320px;
    background: #fff;
    /* -webkit-user-select: none; */
    -user-select: none;
}
.as__m__hd__if{
	border-top: 5px solid var(--as-primary-border-tp-clr);
    background-color: var(--as-primary-bg-clr-ss);
}
.as__m__tp__hd,
.as__m__adb__gn__w {
    padding: 0 var(--as-primary-gb-p-screen);
    background: #303030;
}
.as__m__tp__hd {
    background: #fff;
}
.adb__tp__hd__w {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Todaydb Branding */
.tn__mX__brand__a {
	max-width: 100%;
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    outline: none;
    text-decoration: none;
}
.tn__mX__brand__a:active,
.tn__mX__brand__a:focus {
    text-decoration: underline;
}
.tn__mX__brand__gb {
	display: inline-block;
    outline: none;
	height: 60px;
    width: 105px;
	vertical-align: middle;
}
.tn__mX__brand__gb::before {
	background-image: url('https://cdn.jsdelivr.net/gh/todaydb/acdn@main/authoring/authoring-assets/as/libs/target/icons/branding/Todaydb__logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 60px;
    width: 105px;
}
.tn__mX__brand__gbQ {
    color: #1f1f1f;
    color: var(--og-logo-color, var(--tn-n-brand__gbQ, #1f1f1f));
	opacity: 1;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	display: block;
    font-family: 'Roboto Flex', 'Inter', 'Open Sans', Arial, sans-serif;
    font-size: 28px;
    line-height: 60px;
    overflow: hidden;
    padding-left: 8px;
    position: relative;
    text-overflow: ellipsis;
    top: -1.5px;
    /* vertical-align: middle; */
}
.adb__brand__ft__gbQ {
    color: #1f1f1f;
    color: var(--og-logo-color, var(--tn-n-brand__gbQ, #ffff));
	opacity: 1;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	display: block;
    font-family: 'Roboto Flex', 'Inter', 'Open Sans', Arial, sans-serif;
    font-size: 28px;
    line-height: 60px;
    overflow: hidden;
    padding-left: 8px;
    position: relative;
    text-overflow: ellipsis;
    top: -1.5px;
    /* vertical-align: middle; */
}
/* /Todaydb Branding */
.adb__n__fl {
    display: flex;
    justify-content: space-evenly;
    max-width: 896px;
    width: calc(100% - 309px);
    padding: 0 4px 0 0;
}
.adb__n__fl__l {
    font: 700 14px / 1 var(--adb-font-heading);
    flex-direction: column;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(200 / 896 * 100%);
    margin: 0 calc(32 / 896 * 100%);
    border-top: 5px solid #f03c4b;
    color: #303030;
}
.adb__n__fl__l:nth-child(2) {
    border-color:#0098fe;
}
.adb__n__fl__l:nth-child(3) {
    border-color:#aa50e6;
}
.adb__n__fl__l:nth-child(4) {
    border-color:#3cc37d;
}
.adb__n__fl__l::before {
    content: attr(data-c-lbl);
    display: block;
    color: #626262;
    font-size: 10px;
    line-height: 20px;
}
@media (max-width: 868px) {
    .adb__n__fl__l {
        width: calc(200 / 2 * 100%);
    }
    .adb__n__fl__l:nth-child(3) {
        display: none;
    }
    .adb__n__fl__l:nth-child(4) {
        display: none;
    }
}
@media (max-width: 767px) {
    .adb__n__fl {
        display: none;
    }
}
.adb__n__sn__a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 140px;
    height: 52px;
    outline-offset: -2px;
    color: #303030;
    font: 700 12px / 14px var(--adb-font-heading);
    text-align: center;
    text-decoration: none;
}
.adb__n__sn__a::before {
    content: var(--adb-sn-mt, 'SUBSCRIBE NOW');
    margin: 0 0 2px;
    color: #1665cf;
    font: 700 16px / 18px var(--adb-font-heading);
}
.adb__n__sn__a::after {
    content: var(--adb-sn-mc, '$1 for the first 6 months');
}
@media (max-width: 519px) {
    .adb__n__sn {
        display: none;
    }
    .adb__tp__hd__w {
        justify-content: center;
    }
}
/* Global Navigation Area */
.as__m__adb__gn {
    position: relative;
    /* contain: layout size; */
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 28px;
    background: #303030;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.adb__gn__list {
    width: max-content;
    max-width: 100%;
    list-style: none;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
@media (max-width: 767px) {
    .as__m__adb__gn {
        flex-flow: column;
        align-items: center;
        height: auto;
    }
    .adb__gn__list {
        order: 2;
        border-top: 1px solid var(--as-primary-section-clr);
    }
}
.gnt_n_mn_l {
    /* overflow: hidden; */
    padding: 0 10px;
    color: #fff;
    font: 700 14px / 28px var(--adb-font-heading);
    text-decoration: none;
    white-space: nowrap;
}
.gnt_n_dd_bt {
    height: 28px;
    margin: 0 0 0 8px;
    padding: 5px;
    border: 0;
    background: 0 0;
    color: #fff;
    fill: #FFF;
    touch-action: manipulation;
    cursor: pointer;
}
.gnt_n_dd_bt_svg {
    height: 18px;
    padding: 4px 8px;
    border-style: solid;
    border-width: 2px;
    border-radius: 9px;
}
.gnt_n_mn_ce:hover {
    color: #e0e0e0;
    fill: #E0E0E0;
}
[data-g-s=nav_ao] .gnt_n_dd_bt_svg {
    transform: rotate(180deg);
    background: currentColor;
    fill: #303030;
}
.gnt_n_dd__sz {
    display: none;
}
.gnt_n_dd {
    overscroll-behavior-y: contain;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    position: absolute; 
    top: 100%;
    right: 0;
    z-index: 99999;
    width: 320px;
    height: calc(var(--gnt-vh, 100vh) - 80px - var(--gnt-sh, 0px));
    margin: 0;
    padding: 20px 20px 20px 32px;
    border-top: 5px solid #0098fe;
    background: #303030;
    color: #fff;
    box-shadow: -5px 5px 15px rgba(0,0,0,0.3);
}
.gnt_n_dd_ls_w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 20px;
}
.gnt_n_dd_nt {
    width: 100%;
    margin: 20px 0 7px;
    color: #c2c2c2;
    font: 700 12px / 22px var(--adb-font-heading);
}
.gnt_n_dd_lt {
    margin: 22px 231px 10px 0;
    border-bottom: 3px solid #0098fe;
    color: #fff;
    font: 700 16px / 20px var(--adb-font-heading);
    text-decoration: none;
    white-space: nowrap;
}
.gnt_n_dd_ls {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 10px 0 0;
}
.gnt_n_dd_ls_a {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto 4px -2px;
    padding: 3px 2px;
    fill: #FFF;
    color: #fff;
    font: 700 14px / 16px var(--adb-font-heading);
    text-decoration: none;
    text-overflow: ellipsis;
}
.gnt_n_dd_ls_a:hover {
    fill: #E0E0E0;
    color: #e0e0e0;
}
.gnt_n_dd_ls_a__et_svg {
    width: 16px;
    height: 16px;
    margin: 0 0 -2px -16px;
}
.gnt_n_us {
    display: flex;
    /* width: calc(28% + 72px); */
}
.gnt_n_se_a {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 9px 0 5px;
    padding: 2px;
    fill: #FFF;
}
.gnt_n_se_a_svg {
    width: 24px;
    height: 24px;
}
[data-g-s~=nav_ao] .gnt_n_se_fm {
    display: flex;
}
.gnt_n_se_fm {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    height: 180px;
    padding: 0 0 15px;
    border-top: 5px solid #0098fe;
    background: #303030;
}
.gnt_n_se_fm_qr {
    width: 492px;
    height: 46px;
    padding: 0px 50px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    outline: 0px;
    background: transparent;
    color: rgb(255, 255, 255);
    font: 700 28px var(--adb-font-heading);
}
.gnt_n_se_fm_qr:-webkit-autofill,
.gnt_n_se_fm_qr:-webkit-autofill:hover, 
.gnt_n_se_fm_qr:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #303030 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.gnt_n_se_fm_qr::placeholder {
    opacity: 1;
    color: #fff;
}
@media (max-width: 520px) {
    .gnt_n_se_fm {
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 100px;
        padding: 0 20px;
        border-top: 4px solid #0098fe;
        background: #303030;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .gnt_n_se_fm_qr {
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        padding: 0 36px 3px 0;
        border-style: solid;
        border-width: 0 0 1px;
        border-color: #f0f0f0;
        border-radius: 0;
        outline: 0;
        background: 0 0;
        color: #fff;
        font: 700 16px var(--adb-font-heading);
    }
}
.gnt_n_se_fm_sm {
    width: 60px;
    height: 50px;
    border: 0;
    margin: 0 -15px 0 -45px;
    padding: 0;
    outline-offset: -8px;
    fill: #FFF;
    background: 0 0;
    touch-action: manipulation;
    cursor: pointer;
}
.gnt_n_se_fm_sm_svg {
    width: 42px;
    height: 42px;
    margin-top: 3px;
    stroke: #303030;
    stroke-width: .5px;
}
@media (min-width: 1200px) {
    .gnt_n_se_a {
        margin: 0 16px 0 10px;
    }
}
@media (min-width: 1200px) {
    .gnt_n_wt {
        width: 74px;
        margin: 0 20px 0 3px;
        font-size: 14px;
        line-height: 16px;
    }
}
.gnt_n_wt {
    display: flex;
    flex: none;
    justify-content: space-between;
    width: 69px;
    margin: 0 4px 0 0;
    padding: 0 4px 0 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    color: #fff;
    font: 700 12px / 18px var(--adb-font-heading);
    text-decoration: underline;
    text-decoration-color: #0098FE;
    text-decoration-thickness: 2px;
    text-underline-offset: 1px;
    text-align: right;
}
.gnt_n_us_sb {
    display: block;
    visibility: var(--gnt-sbvi, 'visible');
    overflow: hidden;
    overflow: clip;
    white-space: nowrap;
    padding: 0 8px;
    flex-shrink: 0;
    width: 74px;
    background: #1665cf;
    color: #fff;
    font: 700 12px / 28px var(--adb-font-heading);
    text-decoration: none;
    text-align: center;
}
.gnt_n_us_sb::after {
    content: var(--gnt-sbtx, 'Subscribe');
}
.gnt_n_us_a {
    display: flex;
    flex: 1;
    margin: 0 0 0 7px;
    padding: 0 6px 0 6px;
    fill: #FFF;
    color: #fff;
    font: 700 12px / 28px 'Roboto Flex', Arial, sans-serif;
    /* font: 700 12px / 28px var(--adb-font-heading); */
    text-decoration: underline;
    text-decoration-color: #0098FE;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 1px;
    text-align: left;
    white-space: nowrap;
}
.gnt_n_us_a::before {
    content: 'Sign In';
}
.gnt_n_us_a_svg {
    width: 14px;
    height: 28px;
    padding: 2px 0 0 6px;
}
