:root {
  --header-height: 0px;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/static/font/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/static/font/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
*, :after, :before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/** try it -->*/
.heading-3 {
    padding-bottom: 10px;
    font-family: 'Editorial New', sans-serif;
    color: #000;
    font-size: 50px;
}
@media (min-width: 1024px){
	.g-body {
	    font-size: 1.25rem;
	    line-height: 1.5;
	    font-family: "nyt-imperial", georgia, "times new roman", times, serif;
	    font-weight: 500;
	    text-size-adjust: 100%;
	    color: #333333;
	}
}
.secondary {
    font-family: 'Varela Round', Arial, sans-serif;
    color: #666;
    font-size: 25px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
}
.hero-image {
    position: relative;
    z-index: 2;
    overflow: visible;
    margin: 0vw;
    padding: 2vw;
    background-color: #ffc824;
}

body.common .page-container {
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
}

a, a:visited {
    /* color: #000080; */
    transition: 0.3s ease-in-out;
    background-color: transparent;
}
a:hover {
    color: #ff0000;
}
.dellipsis {
    fill: red;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    margin-left: 12px;
}
#ellipsis .green{
	 fill: royalblue;
}
.dellipsis2 {
	 transform: translateY(8px) rotate(-6deg);
}
footer {
    position: relative;
    clear: both;
    font-weight: 400;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer li {
    margin: 0 0 12px 12px;
    padding: 0 0 12px 0;
}
footer li.col-title {
	margin: 0 0 0 2px;
	color: rgba(255,255,255,.9);
}

footer, footer a, footer p{
    font-weight: 300;
    text-decoration: none;
    transition: color .1s ease-out;
    /*font-size: 12px;*/
}
.page-end {
    height: 36px;
    border: 1px solid #242424;
    border-top: none;
    width: 96%;
    max-width: 1260px;
    margin: 0 auto;
}
#copy {
    padding: 20px 0;
    float: left;
    width: 100%;
    text-align: center;
}
header {
    height: 60px;
    height: var(--header-height);
}
.home header {
    background-color: #1f3a81;
    background-color: #1d1a1b;
}
body.show-menu {
    overflow: hidden;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.overlay {
    position: fixed;
    left: 0;
    top: 100%;
    width: 75%;
    height: 0%;
    z-index: 9000;
    background-color: rgba(0, 0, 0, .05);   
    transition: all 0.35s ease-in;
}
.show-menu .overlay.btn-menu {
    top: 0;
    height: 100%;
}

.sidebar {
	margin: 0;
    padding: 0;
    min-width: 25%;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    transition: all 0.75s ease-out;
}

#menu__side {
	pointer-events: none;
    background-color: #fff;    
    height: 0;
    top: 0;
    right: 0px;
}
.show-menu #menu__side {
    height: 100vh;
    pointer-events: all;   
}
.view-wrap {
	transition: all 0.25s ease-in 0.75s;
}
.show-menu .view-wrap{
	opacity: 1;
}
#menu__side li {
	position: relative;
    background: #fff;
    text-align: left
}
#menu__side li a {
	color: #111;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 25px;
    display: block;
    /* box-shadow: 0 1px 0 #ECEFF3 inset; */
    /* color: inherit; */
    text-decoration: none;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    text-transform: uppercase;
}
#menu__side li:hover a {
	/*
    color: #3260B1;
    background: rgba(50,96,177,0.05);
    */
    color: #c1432e;
}
#btn-account svg {
	fill: #ce9e62;
	fill: #434B56;	
}
#menu__side-dropdown-trigger {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 14px;
    line-height: 14px;
    z-index: 999;
}
#menu__side-dropdown-trigger a {
    display: inline-block;
    position: relative;
}
#menu__side-dropdown-trigger svg {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    z-index: 2;
    position: relative;
    -webkit-transition: fill 2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: fill 2s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu__side-dropdown-trigger a:hover {
	opacity: 1.0;
}
#menu__side-dropdown-trigger:hover svg {
	fill: #c1432e;
}
#menu__side ul:nth-of-type(2n){
    margin-top: 2rem;
}
#menu__side ul:nth-of-type(2n)::before{
    content: "";
    position: absolute;
    top: -1rem;
    height: 4px;
    width: 80%;
    left: 25px;
    background-color: #eee;
    transition: 0.5s ease all .3s;
    z-index: 1;
    display: block;
}

@media only screen and (min-width: 1100px){
	#menu__side-dropdown-trigger {
	    right: 20px;
	}
}
@media (max-width: 920px) {
	.sidebar {
		min-width: 50%;
	}
}
@media (max-width: 720px) {
	#menu__side-dropdown-trigger {
	    right: 8px;
	}
	.footer-column .bounce-line {
	    height: 2.0rem;
	}
	.sidebar {
		width: 100%;
	}
}
.right {
    float: right !important;
}
.ulink {
	color: inherit;
	text-decoration: underline;
	transition: all 2s ease;
}
.ulink:hover {
    color: #c1432e;   
}

.view-wrap {
	position: relative;
	opacity: 0;
}
.view-content {
	position: relative;
}
.btn-content {
	position: relative;
    height: 46px;
}
.btn-x {
	position: absolute;
    top: 10px;
    right: 18px;
    z-index: 1;
}
.btn-x svg {
    height: 20px;
    width: 20px;
    stroke: #3a3c48;
    stroke-width: 5.2094;
}

.btn-svg {
	background: transparent;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
}
.view-content {
    position: relative;
}
ol, ul {
    padding: 0;
    list-style: none;
}

body {
    font-family: "Montserrat", sans-serif;
    /* font-size: 1.0em; */
    /* line-height: 1.4; */
    color: #2c2c2c;
    min-height: 100%;
    min-height: 100vh;
    background: #fff;  
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}
body.home {
	   background: #1f3a81;
	   background: #3B3738;
	   background: #1d1a1b;
	   /* background: #222222; */
}
h1 {
	margin: 0 0;
}
.h1 span {
    font-weight: 900;
    font-size: 2.0em;
    color: #191919;
}
.h1 span:nth-child(3) {
    color: #888;
    font-weight: 700;
}
.main {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.main.full {
    min-height: 100vh;
}
.main-tabular {
	min-width: 80%;
}
.label-fld {
    width: 100%;
    padding: 2px 0;
}
.label-fld span {
	display: inline-block;
    min-width: 120px;
    color: #6d4444;
}
.label-fld input {
	display: inline-block;
    min-width: 260px;
    
    padding: 0.5em 1em;
    border-radius: 5px;
    font-family: OpenSans;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
    outline: 0;
    border: 1px solid #eee;
    margin: 5px 0;
    
}
.api-txt {
	padding: 12px 12px;
}
.hero-text {
	margin-bottom: 0.5em;
}
.hero-text p {
	display: block;
    /* text-align: justify; */
    margin-bottom: 0;
    color: #c1c9d2;
}
.hero-text2 {
	font-size: 0.9em;
	color: #555;
}

.hero-text3 {
    width: 99%;
    color: #555;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
.api-txt .hero-text {
	max-width: 720px;
}
.api-txt .hero-text .h2dn{
	color: #c1c9d2;
}
.about-text {
	width: 90%;
    max-width: 720px;
}
.whatis {
	max-width: 600px;
	padding: 5px 5px;
}
.js-frame {
    margin: 0px;
    width: 600px;
    /* margin-top: 20px; */
    background-color: transparent; 
}
.hide-api .js-frame {
	display: none;
}

#js-grammar-api {
	width: 90%;
	min-height: 50vh;
	max-height: 100vh;
    margin-bottom: 1em;
    background-color: #f5fbff;
	overflow: auto;
}
.show-api #js-json-api {
	display: block;
}
.show-api #js-hero-txt {
	display: none;
}
.h2dn {
	margin: 0px;
	color: #3260b1;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 1.1em;
    color: #111;
    color: #fff;
}
#js-hero-txt .hero2 {
	color: #555;
	font-size: 0.9em;
	text-align: left;
}
#js-hero-txt .hero-what {
	color: #3260b1;
	color: #555;
	display: block;
	position: relative;
}
#js-hero-txt .hero-what:hover {
	color: #3260b1;
}

.hero-text .btn-red, .about-text .btn-red {
	max-width: 256px;
}
.line {
    width: 100%;
    height: 0.125rem;
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(90deg,hsla(0,0%,100%,.1),#bddbfa 50%);
}
.api-url {
	margin: 12px 0 0 0;
	width: 100%;
    text-align: center;
}
.api-url a, .api-url a:visited {
	color: #fccb06;
	color: #1c63b7;
	text-decoration: none;
}
.api-url a:hover {
	color: #000080;
	color: #ff6332;
}

.error-wrap {
    width: 600px;
    display: none;
}

.error-wrap.content {
    display: block;
}

.highlight {
    line-height: 1.15;
    /* font-weight: 600; */
    /* vertical-align: top; */
}

.btn-red, .btn-red:visited, .btn-red:hover {
    color: rgb(255 255 255 / 90%);
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,opacity .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;
    border-radius: 100px;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    text-decoration: none;
    /* background-color: #b1d795; */
    color: #111;
    border: 4px solid #fccb06;
    
}
.btn-red:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22.414'%3E%3Cg fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 11.207h21M11 21.707l10.5-10.5L11 .707'/%3E%3C/g%3E%3C/svg%3E");
    margin-left: 1rem;
    transition: .3s ease-in-out;
    left: 0;
    position: relative;
    box-sizing: border-box;
}

.btn-red:hover:after {
    left: 1.5rem;
}
  
.main-item {
	/* min-width: 96%; */
    /* max-width: 1440px; */
    /* text-align: left;*/
    padding-left: 0px;
}

.view-item {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.two-columns {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    min-height: 100vh;
    min-height: calc(100vh - var(--header-height));
    /*padding-bottom: 1em;*/
    padding-top: 32px;
}
.words .column-content.api-txt {
	justify-content: start;
}
.bg-blue {
    background: #1f3a81;
    background: #F3E5AB;
    /* background: #FFC300; */
    /* background-color: #ffc824; */
    background-color: #f9f4ee;
    background: #f4f8ff;
}
.bg-gray {
    background-color: #ede9e9;
    background-color: #1f2020;
}
.bg-gray .hero-text2 {
    color: rgb(255 255 255 / 90%);
}
.bg-gray .hero-text2 h3 {
	color: #ffc4a7;
	color: #ff6332;
}

.title-bar {
	/* margin-top: 94px; */
    /* width: 90%; */
}
.column-content {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    /* align-items: center; */
    justify-content: center;
    flex: 1;
    font-size: 1.25rem;
    justify-content: start;
    max-width: 480px;
    padding: 1em 2em;
}
.bg-blue .column-content {
    justify-content: start;
    max-width: 480px;
    padding: 2em;
}
.js-frame .column-content {
	justify-content: flex-start;
}
body.home .js-frame .column-content {
	justify-content: center;
}
.lookup.words .column-content.api-txt {
	justify-content: start;
}
.lookup.words #js-hero-txt p{
	display: none;
}

.title-bar h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
    /** stema */
    color: #c1c9d2;
    color: #AD8A56;
    color: #d2ad75;
}
.title-bar h1 span{
    color: #3260b1;
}

.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
    content: " ";
    display: block;
    height: 95%;
    width: 105%;
    width: calc(100% + 1rem);
    margin-left: -3px;
    margin-right: 3px;
    position: absolute;
    background: #fff9c0;
    transform: rotate(356deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 26% 20% 24%;
    padding: 12px 10px 3px 10px;
}

.item-action {
	display: inline-block;
}
.item-action-btn {
	appearance: none;
    transition: none .3s ease-in-out 0s;
    outline: none !important;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    display: block;
    padding: 2px 10px;
    color: #333;
    line-height: 2.25;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: capitalize;
    text-decoration: none;
    box-shadow: 0 0 0 1px rgba(20, 158, 98, 0.5);
    min-width: 124px;
    margin: 1.1em 1.5em 0 0;
    border-radius: 50px;
    text-align: center;
    
}
.item-action-btn.save {
	color: #000;
	background-color: #d6ecc6;
}
.item-action-btn:hover {
	background-color: aliceblue;
}
/** Tabular data */
table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 0.8rem;
  min-width: 80%;
}

td, th {
  border: 1px solid rgb(190,190,190);
  padding: 10px 20px;
}

th {
  background-color: rgb(245 245 224);
}

td {
  text-align: center;
}

tr:nth-child(even) td {
  background-color: rgb(250,250,250);
}

tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}
.status-response {
	color: #8000ff;
}
caption {
  padding: 10px;
}

svg.logo-text{
  	font-family: Sans-Serif,Arial;
    width: 50px;
    height: 28px;
    font-weight: 900;
    font-size: 70px;
}

svg.logo-text text{
	fill: #ffc928;
	fill: #03a9f4;
    stroke: black;
    stroke-width: 2.5px;
    stroke-linejoin: round;
}
#logo-img svg .ink-pen-steel .cls-1 {
	fill:#888;
}
#logo-img svg .ink-pen {
	fill: #eea40b;
}
#logo-img svg .ink-pen .ink-pen-hole{
	fill: #ffc1079c;
}
.h1{
	position: absolute;
    top: 2%;
    left: 1%;
   /*  background-color: #fdd134; */
    padding: 6px;
}
.docs .h1 {
    left: 25px;
    top: 12px;
}
#logo-img {  
    /* transform: translateX(-32px); */
    text-decoration: none;
    font-size: 32px;
    font-weight: 900;
    color: black;
}
#logo-img:visited, #logo-img:active{
	color: black;
	color: white;
}
#logo-img img{
	vertical-align: middle;
}
.logo-ink-pen{
    padding: 0px;
}
.logo-svg {
	height: 64px;
	width: auto;
	fill: white;
    vertical-align: middle;
}
.logo-scriere{
	fill: #000080;
    stroke: #8888884d;
    stroke-width: 1.25;
}
.logo-scriere, .logo-ink-pen{
	height: 2.0rem;
}
html {
    font-size: calc(16px + (32 - 16) * ((100vw - 375px) / (750 - 375)));
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #fff;
    font-smooth: always;
    color: #000;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
@media (min-width: 1024px){
	html {
	    font-size: calc(10px + (16 - 10) * ((100vw - 1024px) / (1920 - 1024)));
	}
}
.page-container {
	transition: background-color .2s ease-in-out,color .2s ease-in-out;
}

.header {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: 50;
    width: 100%;
    height: 4rem;
    will-change: transform;
    pointer-events: none;
    opacity: 0;
    overflow: visible;
}
.header.isTop {
	opacity: 1;
    visibility: inherit;
}
.header-container {
	width: 100%;
    height: 100%;
    will-change: transform;
    transition: background-color .2s ease-in-out;
    pointer-events: auto;
    
}
.header-container.isTop {
	/* background: #E6E7E8; */
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px transparent;
}
.header_hasColor {
    color: #000;
    border-color: #000;
}
.header_hasColor svg, .header_hasColor svg path {
    fill: #000;
}
.header-wrapper {
	display: flex;
    justify-content: space-between;
    height: 100%;
}
.header-logo {
    display: flex;
    align-items: center;
    aspect-ratio: 311/40;
    height: 100%;
    margin-inline: 1rem auto;
}
.header-logo a{	
	 flex-flow: nowrap;
}
.header-nav {
	margin-inline: auto;
}

.header-locale {
	position: relative;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    cursor: pointer;
}
.header-btn-wrap {
    position: relative;
    margin-inline: auto 1.5625rem;
    display: flex;
    align-items: center;
}
.nav-list {
	margin: 0;
	margin-inline: auto;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.navigation-menu-small .nav-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nav-list-item {
	position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: white;
    min-height: 5.5rem;
    list-style: none;
}
.navigation-menu-small .nav-list-item {
    min-height: 4.5rem;
}
.navigation-menu-small .header-locale, .navigation-menu-small .header-btn-wrap {
    padding-inline: 1.5625rem;
    min-height: 4.5rem;
}
.nav-button{
	background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    text-decoration: none;
	position: relative;
    display: flex;
    align-items: center;

    width: 100%;
    padding-inline: 1.5625rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    color: currentColor;
    overflow: hidden;
    text-transform: capitalize;
}
.nav-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: currentColor;
    opacity: 0;
    transition: opacity .3s,transform .4s ease-in-out;
    transform: translate3d(-100%,0,0);
}

.nav-button:visited {
    /*color: currentColor;*/
}
.header-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.header-btn-ca {
    border: 1px solid #000;
    color: #000;
    border-radius: 2.5rem;
    padding-inline: 1.375rem 1.4375rem;
    padding-block: 0 0;
    transition: .3s ease-in-out;
}
.header-btn-ca:hover {
	border-color: #ff0000;
}
.btn-text {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0;
    transition: .3s ease-in-out;
}
.header-btn-ca:hover .btn-text, .header-locale:hover .btn-text{
	color: #ff0000;
}
.header-container.isTop .nav-list-item {
	color: #000;
    border-color: #000;
}
.local-globe {
    aspect-ratio: 22/22;
    width: 1.375rem;
}
.local-globe svg {
    display: block;
    height: 100%;
    width: 100%;
    stroke: currentColor;
}

.navigation-menu-large {
	display: none;
}
.navigation-menu-small {
    background-color: #000;
    background-color: #000080;
    color: #fff;
    position: fixed;
    inset: 0;
    height: 100%;
    overflow-y: hidden;
    display: block;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    will-change: transform;
    padding-top: 4rem;
    width: 100%;
    z-index: 49;
    transition: transform .4s ease-in-out;
}

.navigation-menu-small.isOn {
    transform: translate(0px, 0px);
    visibility: inherit;
    opacity: 1;
}

.navigation-menu-small .header-btn-ca {
	padding-inline: 1.0rem 1.0rem;
    border: 1px solid #fff;
    color: #fff;
}
.navigation-menu-small .header-btn .btn-text {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.header-btn-wrapper {
    position: relative;
    margin-inline: auto 1.5625rem;
    display: flex;
    align-items: center;
}
.header-menu-btn {
    aspect-ratio: 21/20;
    width: 1.1875rem;
    height: 100%;
}
.header-menu-btn svg {
    display: block;
    height: 100%;
    width: 100%;
    fill: #000;
    overflow: visible;
}
.header-menu-btn svg path {
	transition: transform .4s ease-in-out;
}
@media (min-width: 1024px){
	.navigation-menu-large {
		display: contents;
	}
	.header-btn-wrapper {
		display: none;
	}
	.navigation-menu-small {
		display: none;
	}
	.nav-button {
	    margin-inline: 2.5rem;
	    text-align: center;
	    min-height: auto;
	    padding: 0.625rem 0;
	}
	.nav-list {
		flex-direction: row;
	}
	.header-logo {
		margin-inline: 1.0rem 0;
    	/* width: 8.0rem; */
	}
	.header-container {
		border-bottom: 1px solid rgba(0,0,0,.3);
	    
	}
	.header {
		height: 5.4375rem;
		max-height: 119px;
	}
	.nav-button {
	    margin-inline: 2.0rem;
	    text-align: center;
	    min-height: auto;
	    padding: .625rem 0;
	}
	.header-btn-wrap {
    	margin-inline: auto 2.5rem;
	}
	.local-globe svg {
	    stroke: #000;
	}
	.two-columns {
	    padding-top: 94px;
	}
}
.full-row {
	display: block;
    position: relative;
    width: 100%;
    margin: 0 1em;
    padding-bottom: 1em;
}
.list-btn-bar.left {
    text-align: left;
    width: 100%;
    margin-left: 2em;
}

div.list-btn-bar span{
	font-family: Serif,Arial;
	font-size: 0.9em;
	color: #555;
}
.performa {
	font-size: 12px;
	color: #2d2020;
	color: rgb(255 255 255 / 90%);
}

.map {
	position: relative;
    width: 90%;
    min-height: 400px; 
    border-radius: 5px;
    margin-top: 72px;

}
.map.init {
	background-blend-mode: soft-light;
    background-image: url(/static/images/girl-smartphone.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.map.world {
	background-image: none;
	background-color: #ff6332;
	background-color: #fe6f61;
	background-color: rgb(255 25 25 / 15%);
	background-color: rgb(77 112 209 / 15%);
	padding: 0;
}
.map.words {
    background-image: none;
    background-color: rgb(255 255 255 / 90%);
    margin-top: 12px;
    margin-bottom: 12px;
}
.content-placeholder {
    width: 90%;
    min-height: 50vh;
    max-height: 100vh;
    margin-bottom: 1em;
    overflow: auto;
    /*background: -webkit-linear-gradient(-75deg, transparent 0%,transparent 20%,white 71%,white 100%);*/
}
.wlookup .map{
    margin-top: 24px;
}

.map.init .location{
	display: none;
}
.map.init #js-word-results{
	display: none;
}
.map.init #js-words-list{
	display: none;
}

body.diacritics .map.words {
	background-color: transparent;
}
body.diacritics .nav-lookup-field .nav-input {
	line-height: 1.15;
	padding: 12px 52px 0 16px;
	background: transparent;
    border: none;
    color: rgb(60,64,67);
    flex: 1;
    font-family: inherit;
    overflow: auto hidden;
    resize: none;
    white-space: pre-wrap;
    width: 100%;
    z-index: 1;
}
body.diacritics .nav-lookup-field {
    height: 200px;
    border: 1px solid rgb(0 0 0 / 10%);
}
body.diacritics #nav-lookupbar-box {
    height: 100%;
}
body.diacritics .nav-lookupbar {
    height: 100%;
}
.nav-action-check {
    position: absolute;
    bottom: 40px;
    right: 0px;
    width: 100%;
    display: block;
    z-index: 10;
}
.nav-action-check .nav-lookup-submit {
    position: absolute;
    right: 0px;
    top: 0;
    border-top-right-radius: 0px;
    height: 40px;
    width: 86px;
}
body.diacritics .clear-input {
    top: 12px;
    right: 12px;
}
body.diacritics #navbar {
    position: relative;
    z-index: 20;
    font-size: 16px;
    line-height: 1em;
    width: 100%;
    max-width: 100%;
}
#js-words-list{
	padding: 0.125em 0 0 0.5em;
    margin: 0;
}
.bar-wrap{
	position: relative;
	width: 100%;
	height: 36px;
}

#js-select-limit div {
	display: inline-block;
	position: relative;
}
#js-select-limit {
	position: absolute;
    right: 6px;
    top: 0;
    z-index: 11;
    font-size: 14px;
    color: #555;
    /* background-color: rgb(255 255 255 / 15%); */
    padding: 6px;
}
.map.init #js-select-limit {
	/** stema romaniei : fccb06*/
	border-bottom: 4px solid #fccb06;
}
#js-words {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}
#js-words-list li {
	display: block;
	position: relative;
    min-width: 156px;
    float: left;
    background-color: rgb(255 255 255 / 90%);
    margin: 6px;
    padding: 0 0.5em 0.25em 0.5em;
    border: 0px solid #888;
    border-radius: 6px;
}
#js-words-list li span{
	display: block;
    position: absolute;
    color: #3260b1;
    font-size: 12px;
    font-family: monospace;
    right: 1px;
    bottom: 1px;
}
#js-words-list li a{
    font-family: monospace;
    font-size: 1.25em;
    border-bottom: 1px dotted #888;
    margin-right: 1rem;
    color: #191919;
    cursor: pointer;
    text-decoration: none;
}
#js-words-list li a:hover{
    color: #c92d1f;
}
.suggest-err {
	padding: 0.5em;
	display: none;
}
#js-suggest-not {
	color: #c92d1f;
}
#js-fuzzy-link {
    padding-left: 1em;
}
#js-fuzzy-link a, #js-fuzzy-link a:visited {
    color: #191919;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}
#js-fuzzy-link a:hover{
    color: #c92d1f;
}

.bg-value {
	background: #3f51b5;
	padding: 2px;
}

.x-bttn {
	position: absolute;
    border-radius: 2px;
    cursor:pointer;
    z-index: 100;
}
.x-bttn:before,.x-bttn:after{
    content:'';
    position:absolute;
    background-color:#ccc;
    border-radius:2px;
    transition: background-color 0.3s linear;
}

.x-bttn:before{
    transform:rotate(45deg);
    left:2px;
}
.x-bttn:after{
    transform:rotate(-45deg);
    right:2px;
}
.x-bttn:hover:before,.x-bttn:hover:after{
    background-color:#111;
}

.clear-input{
    height: 22px;
    width: 22px;
    display: block;
    top: 8px;
    right: 98px;
    margin: auto;
    font-size: 0px;
}
.clear-input:before,.clear-input:after{
	width: 18px;
    height: 4px;
    top: 9px;
}

.nav-typein.sp-btm .clear-input{
    right: 4px;
}
.nav-typein.sp-btm .nav-lookup-field .nav-input {
    padding-right: 30px;
    background-color: #fff;
}

/** js formatting */
.words pre {
	padding: 6px;
	margin: 0;
    color: #242424;
    border-radius: 6px;
    background-color: #f5fbff;
}

.error-wrap pre {
    border: 2px solid #ff6332;
    border-radius: 6px;
    padding: 6px;
    overflow: hidden;
    background-color: inherit;
}
.error-value {
    color: #ff6332;
    background: #fffb89;
    padding: 0 0.5em 0 0.5em;
}
.string {
	overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-line;
    font-size: 0.95em;
	color:#0dab2f;
}

.number {
	color: #8582f2;
	color: #1735ee;
}

.boolean {
	color: blue;
}

.null {
	color: #6e1024;
}

.key {
	color: #d7c0cf;
	color: #1e2551;
}

/** Lookup Box */
.input-pattern-wrap {
	position: relative;
}
#navbar * {
    box-sizing: border-box;
}
#nav-lookupbar-box {
    display: flex;
    position: relative;
    width: 100%;   
}
.wlookup #nav-lookupbar-box {
    height: 60px;
}
.wlookup.apiless #nav-lookupbar-box {
    max-width: 600px;
}
.wlookup.apiless .js-frame {
   /**display: none;*/
}
.nav-lookupbar {
    padding: 15px 0px 5px 0px;
    display: block;
    position: relative;
    height: 56px;
    width: 100%;
    flex: 1;
    margin-bottom: 0;
}
.nav-typein {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}
.nav-fields{
	display: flex;
	justify-content: space-between;
}
.nav-typein.sp-btm {
    margin-bottom: 1em;
    width: 32%;
}
.nav-lookup-field {
    position: relative;
    background: #fff;
    height: 460px;
    margin: 0;
    border: 1px solid #6ba9f6;
    border: 1px solid #c1432e;
    border: 1px solid #191919;
    border-radius: 6px;
}
.nav-fields .nav-lookup-field {
    border: 2px solid #fd8181;
    border: 2px solid #fccb06;
}    
.nav-lookup-field .nav-input {
    border: 1px solid transparent;
    padding: 2.0em 14px 4px 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    direction: ltr;
    display: block;
    width: 100%;
    line-height: inherit;
    font-weight: 500;
    outline: 0;
    outline-width: 0;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 50%), inset 0 1px 0 0 rgb(0 0 0 / 7%);
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    margin: 0;
    transition: all .3s linear;
    padding-left: 0.5rem;
    color: #191919;
    font-size: 1.15em;
    line-height: 1.25;
    resize: none;
}
.nav-lookupbar .nav-action {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    display: inline-block;
    z-index: 1;
}
.nav-lookupbar .nav-action.psheader {
    width: 100%;
    left: 1px;
    top: 1px;
}
.nav-bar {
	position: relative;
    height: 2em;
    width: 100%;
    margin: 0;
    background: #2d3335;
}
.nav-lookup-submit {
    position: relative;
    height: 2em;
    width: 94px;
    margin: 0;
    margin-top: 0px;
    cursor: pointer;
    /* border-top-right-radius: 16px; */
    /* border-bottom-right-radius: 16px; */
    display: flex;
    transition: all .3s linear;
    justify-content: center;
    align-items: center;
    background: #3260b1;
    background: #0426a1;
    background: #000080;
    background: #577583;
    background: #2d3335;
    font-weight: 700;
    color: azure;
    color: #bfd7f5;
    color: rgb(255 255 255 / 90%);
}
.nav-lookup-submit:hover {
    color: azure;
}
.nav-lookup-submit .nav-input {
    transition: all .1s linear;
    color: #111;
    font-family: inherit;
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    border: 0;
    background-color: transparent;
    text-indent: -1000px;
    line-height: 1px;
}
.nav-lookup-submit .nav-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 25px;
    height: 25px;
    pointer-events: none;
    fill: #888;
    fill: #111;
    stroke-width: 0;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    transition: all 1s ease-in-out;
}
.nav-lookup-submit:hover .nav-icon {
    fill: royalblue;
    fill: #4169E1;
}
#navbar {
    position: relative;
    z-index: 20;
    font-size: 16px;
    line-height: 1em;
    width: 90%;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* transform: translateY(0px);*/
    max-width: 720px;
}
.navbar-wrap {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
/** */
#lookup-form {
	position: relative;
}
.button-start-lookup {
    background: #2FB2F1;
    padding: 10px 17px;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 12px;
    margin: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: OpenSans, Arial, Sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

#lookup-form a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #bebebe;
}

.check-done textarea {
	min-height: 200px;
    border: 1px solid #e3e8ee;
    padding: 12px 52px 0 16px;
    position: absolute;
    top: 0;
    left: 0;
    height: 256px;
    direction: ltr;
    display: block;
    width: 100%;
    line-height: inherit;
    font-weight: 500;
    outline: 0;
    outline-width: 0;
    border-radius: 6px;
    font-size: 1.25em;
    background-color: #f5f5f5;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    resize: none;
}
/** docs */
.docs #logo-img:hover .txtw, .docs #logo-img:hover .txtw::after {
    color: #ff6332;
}

.docs header {
    z-index: 11;
    position: relative;
	background-color: #fff;
}
.docs .api-section .two-columns {
    min-height: auto; 
}
.docs .top {
    margin-top: 20px;
}
.api-section {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
}
.api-section.top {
    padding: 4vw 0 4vw 0;
}
.api-section::after {
    display: block;
    position: absolute;
    bottom: 0.1em;
    left: 6%;
    right: 6%;
    height: 1px;
    background-color: #e3e8ee;
    border-radius: 0.07143em;
    content: '';
}
.api-section.bottom::after {
    display: none;
    height: 0px;
}
.docs code, .docs pre {
    font-family: Consolas,monospace;
    margin: 0;
    font-size: 1em;
    color: #c1c9d2;
}

.api-example {
    min-width: 300px;
    padding-top: 60px;
    /* flex-grow: 1; */
    position: sticky;
    align-self: flex-start;
    top: 0;
}

.api-example, .api-example-part {
	width: 600px;
    max-width: 600px;
}
.api-example-request, .api-example-response {
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    margin-bottom: 12px;
}
.api-example-request {
    background: #c1c9d2;
}
.api-example-response {
    margin-bottom: 2em;
}
.api-example-request-title, .api-example-response-title {
    color: #697386;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    padding: 6px;
    padding: 10px 12px;
}

.docs .parameter {
    color: #4d70d1;
    font-weight: bold;
}
.docs .parameter-value {
	color: #c1432e;
}
.api-request-top {
    background: #3c4257;
    background: #38434f;
}
.api-example-request-title {
    color: #f5fbff;
    font-weight: 500;
    font-family: "OpenSans",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.api-request-top, .api-example-response-topbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #4f566b;
    letter-spacing: .01em;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.api-example-response-topbar{
	background: #dae4f0;
}

.topbar-btn {
    display: flex;
    align-items: center;
}
.topbar-btn-spacer {
    height: 12px;
    border-left: 1px solid #e3e8ee;
    opacity: .2;
    margin-right: -1px;
}

.box-flex {
    display: flex;
    box-sizing: border-box;
}

.api-example-request-body {
    padding-top: 12px;
    padding-bottom: 8px;
    background: #4f566b;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.docs .string {
    font-size: 1em;
    color: #0dab2f;
}
pre .token.function:before {
    content: "$ ";
    color: #c1c9d2;
}
pre .token.function {
    color: #c1c9d2;
}
pre .token.url {
    color: #7b9dfb;
}

pre .token.api-param, pre .token.param-value {
    color: #85d996;
}
pre .token.request-param {
    color: #ffc107;
}

pre .token.comment {
    color: #b5ffda;
}
pre .token.request-flag {
    color: #f5fbff;
}
.codewrap {
    position: relative;
    box-sizing: content-box;

    min-height: 96px;
    max-height: calc(100vh - 256px);
    max-height: 380px;
    margin-bottom: -10px;
}

pre.codewrap-pre {
    flex-grow: 1;
    margin: 0;
    height: 100%;
    color: #f5fbff;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    tab-size: 0;
    hyphens: none;
    padding: 0 12px;
}

pre.tab-pre {
    flex-grow: 1;
    margin: 0;
    height: 100%;
    color: #4f566b;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    hyphens: none;
    padding: 0 24px;
}
.codewrap-scroll {
    display: flex;
    flex-direction: row;
    position: relative;
    font-size: 13px;
    line-height: 19px;
    max-height: inherit;
    overflow-y: auto;
    overflow-x: auto;
}

.docs button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    border: none;
    display: inline-block;
    border: 0;
    padding: 0;
}
.btn-copy {
    cursor: pointer;
    pointer-events: auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .33px;
    font-weight: 600;
    transition: all .3s ease;
}
.btn-copy:hover {
    background-color: #32374a;
    box-shadow: 0 0 2px #393f52;
}
.topbar-btn a, .topbar-btn button {
    padding: 8px;
    color: #a4cdfe;
    border-radius: 8px;
}
.btn-svg {
    color: #a7afb9;
    width: 16px;
    height: 16px;
}
.btn-svg.right {
    color: #f5fbff;
}
.svg-wrap svg {
    fill: currentColor;
}
.api-example-part p, .api-example-response p {
    margin: 0;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #4f566b;
    
}
.topbar-btn-spacer {
    height: 12px;
    border-left: 1px solid #e3e8ee;
    opacity: .2;
    margin-right: -1px;
}

.spacer-mid {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}



#footer {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #191919;
    color: #eae1d3;
    /* background-color: #1f3a81; */
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer {
    overflow: hidden;
}

#google-maps-icon {
	position: absolute;
    top: 46px;
    left: 0px;
    z-index: 5;
}
footer a, footer a:visited {
    color: #eae1d3;
    /*color: #191919;*/
}
footer a:hover {
    color: #fff;
    color: #c1432e;
}

input.clear-input {
    border: none;
    background: rgb(33 31 31 / 25%);
}
.about {
    position: relative;
    padding: 1em 1em;
}
.about ul {
    padding: 0;
    list-style: circle;
}
.about li {
	margin-left: 1.25em;
}
.about.third {
    width: 66%;
}
.about .label{
    position: relative;
    padding: 0;
    margin: 0;
}
.about.fourth {
    width: 75%;
}
.head-dress {
    margin: 1em 0;
    position: relative;
}
.about-txt {
    padding: 12px 12px;
    display: inline-flex;
    justify-content: center;
}
.emm::after {
    content: '\0073\0075\0070\0070\006F\0072\0074\0040\0077\006F\0072\0064\0062\0065\006C\006C\0065\002E\0063\006F\006D';
    color: #4d70d1;
    font-weight: bold;
}

.simpli_terms {
	width: 100%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    
}
.simpli_terms li {
    list-style: none;
    display: inline-block;
}
.simpli_terms li a {
    padding: 0.5em 1.6em;
    border-radius: 100px;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
    background-color: #ffc107;
    color: #000;
}
.simpli_terms li a:hover {
	color: #fccb06;
	color: #fff;
	color: #c1432e;
    /* background-color: #ff6332; */
}


.search-menu {
    height: 28px;
    width: 28px;
    position: fixed;
    top: 10px;
    right: 14px;
}
.search-menu svg {
    fill: #4f566b;
    stroke-width: 0;
    transition: 0.3s ease-in-out;
}
.search-menu:hover svg {
    fill: #4d70d1;
}

/** Word info popup */
.word-type {
	color:  #ebb101;
}
.word-it {
	font-weight: 700;
	color: #111;
}
ul.word-sentence {
	font-style: italic;
	list-style: none;
	padding-left: 2.0em;
	margin: 0;
	margin-bottom: 0.5em;
	color: #70757a;
}
ul.word-sentence li::marker {
	content: "â€ž ";
	color: #c1c9d2;
    font-weight: bold;
}

ul.word-expression {
	list-style: square;
    padding-left: 1em;
    margin: 0;
    margin-bottom: 0.5em;
}
ul.word-expression li::marker {
  content: "â�š ";
  color: #c1c9d2;
  font-weight: bold;
}
.wi-content-wrap {
	padding: 12px 12px 0 12px;
	line-height: 1.5;
}
.wi-title-wrap {
	background-color: #ebedf0;
	border-bottom: 1px solid #c7c3c3;
	padding: 5px 12px;
}
.wi-title {
	color: #c92d1f;
	margin: 0;
}
.des-similar {
	color: #4d70d1;
}
.def-category{
	background-color: #faf8f4;
    color: #888;
    border-radius: 2px;
}
.des-similar a, .des-similar a:visited{
	color: #4d70d1;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}
.des-inflected a, .des-inflected a:visited{
	color: #bc337c;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}
.des-related a, .des-related a:visited{
	color: #067d06;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}

.sample-author {
	font-style: normal;
    padding-left: 1em;
    color: #888;
    font-size: 0.8em;
}
.sample.meaning{
	padding-left: 1.0em;
	color: #70757a;
}
.etm-root{
	padding-left: 1.0em;
	color: #1a73e8;
}
.etm-origin {
	font-style: italic;
}
.etm-origin::after {
	content: "â‡¨";
	margin-left: 1.0em
}
.word-etymology {
	margin-top: 0;
}
a.fuzzy-link:hover, .des-similar a:hover, .des-inflected a:hover, .des-related a:hover{
    color: #c92d1f;
}
.des-inflected {
	color: #c92d1f;
}
.des-inflected.all {
	color: #ff6332;
}
.des-related {
	color: #067d06;
}
.eq-meaning {
	color: #ffc107;
    font-weight: 900;
}
.exp-meaning {
	color: #111;
}
.etymology-head {
	background-color: rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 3px;
}
.des-topic {
	background-color: #eee;
    padding: 2px;
    border-radius: 2px;
    color: #555;
    font-size: 0.8em;
}
.def-head {
	font-style: normal;
	color: #111;
}
.def-number{
	font-style: normal;
    color: #555;
    font-weight: 600;
}
.word-defs-item{
	margin-top: 0.75em;
}
.word-defs.level1{
	margin-left: 1.0em;
}
.word-defs.level2{
	margin-left: 1.0em;
}
.word-defs.level3{
	margin-left: 1.0em;
}
.word-frequency {
	position: absolute;
    right: 12px;
}

.tippy-content .def-category {
	background-color: #fbf2cf;
    color: #555;
    margin-top: 2px;
    margin-right: 4px;
    display: inline-block;
}
.word-frequency-label {
    position: absolute;
    right: 12px;
    padding: 0;
    font-size: 12px;
    font-style: italic;
    font-weight: bolder;
    color: #5f6368;
    display: none;
}
.freq-bar {
    padding: 12px 0;
    display: inline-flex;
}
.freq {
    border-radius: 1px;
    height: 6px;
    margin: 1px;
    width: 12px;
    background-color: #a99f9f;
}
.freq.used {
    background-color: #1a73e8;
}
/** top words */
body.common .main {
	margin: 54px 20px;
}
body.common .main-item {
    font-size: 16px;
}
.top-h {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
.top-h-count {
	color: rgb(128, 0, 0);
}
.word-source {
	font-size: 1em;
}
.extra-info li {
	padding-left: 1em;
}
.common ol, .common ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 6px;
}
.top-wrap {
    display: table;
}
.common-list {
	/** display: flex; */
}
.common-list.liner li {
  float: left;
}

.common-list li a, .common-list li a:visited {
    display: block;
    padding-right: 1em;
    color: #c92d1f;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    font-weight: bolder;
}

.common-list li a:hover {
  color:  #ff0000;
}
.word-freq {
	font-size: 0.9em;
	font-style: italic;
	color: #888;
}

.top-words-tbl {
	border: none;
    letter-spacing: normal;
    font-size: 1em;
}

.top-words-tbl th, .top-words-tbl td {
	font: inherit;
	text-align: left;
	background-color: transparent;
    border: none;
    padding: 6px;
}
.top-words-tbl thead th {
	font-size: 1em;
	font-weight: bold;
}
.top-words-tbl tbody th {
    border-bottom: 1px solid #fafafa;
}
.top-words-tbl tr:nth-child(odd) td {
    background-color: #fff;
}

.top-word.wordh, .top-word.freqh, .top-word.defh {
	/** font-size: 14px; */
}

.top-words-tbd {
	/** font-size: 12px; */
}

.list-word {
	font-size: 1em;
	font-weight: bold;
}

.list-word a, .list-word a:visited {
	color: #3260b1;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	text-decoration: none;
}

.list-word a:hover {
	color: #ff0000;
}

.list-freq {
	font-size: 0.9em;
	color: #5f6368;
	font-style: italic;
}

.list-def {
	text-align: left;
	color: #000;
    font-size: 0.9em;
}
.list-def span {
	font-style: italic;
	color: #36728f;
	background-color: #eee;
	font-size: 0.9em;
}
.top-words-tbl th a, .top-words-tbl th a:visited {
	transition: 0.3s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}

/** tippy theme */
.tippy-box[data-theme~='dicty'] {
  background-color: #f8f9f6;
  color: #191919;
  padding: 0;
}
.tippy-box[data-theme~='dicty'] .tippy-content {
    padding: 0;
    border: 2px solid #e2e3e5;
    border-radius: 4px;
}
.tippy-box[data-theme~='dicty'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #e0e0e0;
}
.tippy-box[data-theme~='dicty'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #e0e0e0;
}
.tippy-box[data-theme~='dicty'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #e0e0e0;
}
.tippy-box[data-theme~='dicty'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #e0e0e0;
}

@media only screen and (max-width: 1300px) {
	.view-item {
	    display: block;
	    flex-direction: column;
	}
	.h2dn {
    	margin-top: 1em;
    }
    
    .main-item {
	    min-width: auto;
	}
	.js-frame {
    	margin-top: 10px;
	}
	.column-content.third {
		background-color: #fddccb;
	}
	
	.docs .top {
	    margin-top: 64px;
	}
	
	.two-columns {
	    min-height: 300px;
	}
}
@media only screen and (max-width: 920px){
	.nav-lookupbar {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

@media (min-width: 768px){
	.simpli_terms {
	    width: 50%;
    	display: inline-block;
	}
	.top-words-tbl th a.freqa {
	    position: relative;
	    margin-left: -1.5em;
	}
}
@media all and (max-width: 760px){
	.top-words-tbl {
		display: block;
	}
	
	.top-words-tbl caption {
		display: inline-block;
	}
	
	.top-words-tbl tr {
		display: list-item;
		border: none;
	}
	
	.top-words-tbl th {
		display: inline-block;
		margin-right: 0.2rem;
	}
	
	.top-words-tbl td {
		display: inline-block;
		margin-right: 0.2rem;
	}

	.top-words-tbl thead tr::marker {
	    unicode-bidi: isolate;
	    font-variant-numeric: tabular-nums;
	    text-transform: none;
	    text-indent: 0px !important;
	    text-align: start !important;
	    text-align-last: start !important;
	}
}
@media only screen and (max-width: 720px){
	#navbar {
	    padding: 0 0px;
	    width: 100%;
	}
	.map {
	  width: 100%;
	}
	.nav-fields {
	    display: block;
	}
	.nav-typein.sp-btm {
	    margin-bottom: 0.25em;
	    width: 100%;
	}
	#nav-lookupbar-box {
	    height: 202px;
	}
	.nav-lookup-submit {
    	width: 74px;
	}
	.nav-lookup-field, .nav-lookup-submit {
	    height: 44px;
	}
	.clear-input {
	    top: 10px;
	    right: 78px;
	}
	.map {
	    /*margin-top: 24px;*/
        /*min-height: 300px;*/
    }
    .wlookup .map{
        margin-top: 12px;
    }
	#js-words-list li {
	    min-width: 40%;
	}
	#js-words-list li a {
	    font-size: 1.1em;
	}
	.h2dn {
	    font-size: 1.5em;
	}
	.simpli_terms li a {
	    padding: 0.5em 1.1em;
	}
	.extra-info li {
	    padding-left: 0.5em;
	}
}
@media only screen and (max-width: 620px) {
	.hero { 
	 	margin: 0.1em;
    	width: 95%;
    	padding: 10px;
	}
	.hero h2 {
	    font-size: 1.5em;
	    font-weight: 300;
	}
	
	.main {
	    display: block;
	    overflow: visible;
	}
	
	.js-frame {
		width: auto;
    	margin: 5px;
    	margin-top: 10px;
	}
	.column-content {
	    padding: 0 8px;
	    width: auto;
        align-items: flex-start;
	}

	.api-example, .api-example-part {
	    max-width: 100%;
	    width: 100%;
	}
	
	.title-bar {
	    margin-top: 64px;
	    line-height: 1;
	}
	
	.simpli_terms {
	    margin-top: 1em;
	}
	.simpli_terms li {
	    display: block;
	}
	
	footer li {
	    padding: 14px 0 14px 0;
	}

	.hero-text3 {
	    height: auto;
	}
	.about.fourth {
	    width: 95%;
	}
	.title-bar h1 {
	    line-height: 1.0;
	    font-size: 1.5em;
	}
    #js-json-api {
        width: 100%;
    }
    
    .top-words-tbl th, .top-words-tbl td {
	    padding: 2px;
	}
	
	.logo-ink-pen{
		/* height: 28px; */
	}
	.logo-scriere{
		height: 1.5rem;
	}
	.word-defs.level1{
		margin-left: 0.25em;
	}
	.word-defs.level2{
		margin-left: 0.25em;
	}
	.word-defs.level3{
		margin-left: 0.25em;
	}
	ul.word-sentence {
	    padding-left: 0.5em;
	}
}
@media only screen and (max-width: 480px) {

}
.hide {
	display: none;
}
