@font-face {
    font-family: 'LatoLight';
    src: url('/https/docs.ethers.org/v5/static/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url('/https/docs.ethers.org/v5/static/lato/Lato-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url('/https/docs.ethers.org/v5/static/lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LatoLight';
    src: url('/https/docs.ethers.org/v5/static/lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

html {
    margin: 0;
}

body {
    background-color: #eee;
    color: #333;
    font-family: "LatoLight", sans-serif;
    margin: 0;
}

/* Since we use the Black font, back off the color a bit (from #333) */
b {
    color: #484848;
}

h1 {
   color: #444;
   font-size: 175%;
   margin: 0 0 0 15px;
   padding: 30px 30px 0 15px;   
   border-top: 1px solid #ddd;
}

h2 {
   color: #444;
   font-size: 150%;
   border-top: 1px solid #ddd;
   margin: 30px 0 0 15px;
   padding: 30px 0 0 15px;
}

h3 {
   color: #333;
   font-size: 125%;
   margin: 10px 0 0 15px;
   padding: 10px 0 0 15px;
}

p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
}

ul {
    line-height: 28px;
    margin: 10px 0 0 30px;
    width: 600px;
}

ul li {
    font-size: 18px;
    line-height: 30px;
}

div.code-title {
    ddd-border: 1px solid green;
    height: 7px;
    margin-left: 30px;
    margin-top: 10px;
    position: relative;
}
    
div.code-title div {
    ddd-border: 1px solid red;
    box-sizing: border-box;
    color: #88a;
    font-style: italic;
    font-size: 18px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 100%;
}

div.code {
    background: #f8f8ff;
    border: 2px solid #88a;
    color: #000;
    margin: 20px 0 30px 30px;
    padding: 15px 20px;
    font-family: monospace;
    font-size: 18px;
    white-space: pre;
    overflow: scroll;
}

div.code .comment {
    color: #000;
    opacity: 0.5;
}

div.code .result.ok {
    color: #00a;
    font-style: italic;
    opacity: 0.7;
}

div.code .result.error {
    color: #a00;
    font-style: italic;
    opacity: 0.7;
}

.content a {    
    text-decoration: none;
    color: #66e;
}

.content a:hover {
    color: #22a;
}

div.breadcrumbs {
    padding: 40px 30px 30px 30px;
}

div.breadcrumbs span.current {
    font-style: italic;
}

.sidebar {
    background: #334;
    box-shadow: 5px 0px 10px 0px #aaa;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 160px;
    overflow: auto;
    width: 260px;
}

.sidebar .header {
    background: #2535a0;
    box-shadow: 0px 5px 15px 0px #115;
    height: 180px;
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
}

.sidebar .footer {
    background: #2535a0;
    bottom: 0;
    box-shadow: 0px -5px 15px 0px #115;
    height: 40px;
    position: fixed;
    left: 0;
    line-height: 40px;
    text-align: center;
    width: 260px;
}

.sidebar .logo {
    color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 30px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    transition: opacity 0.4s linear;
    width: 100;
}

.sidebar .logo .image {
    background: url(/https/docs.ethers.org/v5/static/logo.svg) center no-repeat;
    height: 40px;
    margin-bottom: 5px;
    width: 100%;
}

.sidebar .logo:hover {
    opacity: 1;
    transition: opacity 0.1s linear;
}

.sidebar form {
   display: inline;
}

.sidebar .header .search {
    bottom: 0px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.sidebar .header .search input {
    border: 0;
    border-radius: 15px;
    color: #008;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    opacity: 0.4;
    outline: none;
    padding-left: 30px;
    padding-right: 10px;
    transition: opacity 0.3s linear;
    width: 70%;
}

.sidebar .header .search input:focus {
    opacity: 1;
}

.sidebar .header .search:hover input {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s;
}

.sidebar .header .search-icon {
    color: #004;
    font-weight: bold;
    font-size: 27px;
    position: absolute;
    left: 26px;
    top: 6px;
    transform: rotate(-45deg);
}

.sidebar a {
    color: #fff;
    text-decoration: none;
}

.sidebar .toc .link.hide {
    display: none;
}

.sidebar .toc .link a {
    color: #222;
}

.sidebar .toc .link a:hover {
    color: #668;
}

.sidebar .toc .link.base a {
    color: #fff;
}

.sidebar .toc .link.base a:hover {
    color: #aac;
}


.sidebar .logo .name {
    font-size: 125%;
    font-weight: bold;
}

.sidebar .logo .version {
}

.sidebar .hr {
}

.sidebar .toc {
    padding: 20px 0 70px;
}

.sidebar .toc .link.title {
    font-size: 115%;
    font-weight: bold;
    padding: 15px 10px 15px 20px;
}

.sidebar .toc .link.title a {
    color: #666;
}

.sidebar .toc .link.title a:hover {
    color: #779;
}

.sidebar .toc .link {
    font-size: 90%;
    line-height: 20px;
    padding: 5px 10px 5px 20px;
}

.sidebar .toc .link {
    font-size: 90%;
    padding: 5px 10px 5px 20px;
}

.sidebar .toc .link.depth-2 {
    background-color: #d8d8d8;
    padding-left: 30px;
}

.sidebar .toc .link.ancestor.depth-2 {
    background-color: #c0c0c0;
    border-top: 2px solid #b0b0b0;
}

.sidebar .toc .link.depth-3 {
    background-color: #c0c0c0;
    padding-left: 40px;
}

.sidebar .toc .link.ancestor.depth-3 {
    background-color: #a8a8a8;
    border-top: 2px solid #989898;
}

.sidebar .toc .link.depth-4 {
    background-color: #a8a8a8;
    padding-left: 50px;
}

.sidebar .toc .link.ancestor.depth-4 {
    background-color: #909090;
    border-top: 2px solid #808080;
}

.sidebar .toc .link.depth-5 {
    background-color: #909090;
    padding-left: 60px;
}

.sidebar .toc .link.ancestor.base {
    background: #fff;
}

.sidebar .toc .link.ancestor {
    font-weight: bold;
}

.sidebar .toc .link.ancestor.base a {
    color: #444;
}

.sidebar .toc .link.ancestor.base a:hover {
    color: #779;
}

.sidebar .toc .link.ancestor.base {
    background: #fff;
    dddfont-weight: bold;
}

.sidebar .toc .link.ancestor.base a {
    color: #444;
}


.content {
    background: #fff;
    box-shadow: 5px 0px 10px 0px #888;
    margin: 0;
    padding: 0px 90px 30px 210px;
    padding-left: 270px;
    width: 800px;
}

.content .highlight {
    background: #fe0;
}

.show-anchors > div {
    position: relative;
}

.show-anchors > div > .anchors {
    display: block;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
}

.anchors a {
    height: 50px;
    position: absolute;
    line-height: 50px;
    pointer-events: auto;
    transition: opacity 0.3s linear;
    top: 50%;
}

.anchors a.self {
    background: url(./link.svg) center no-repeat;
    left: -8px;
    opacity: 0;
    transform: translate(-100%, -50%);
    width: 20px;
}

.show-anchors:hover > div > .anchors a.self {
    opacity: 0.3;
}

.show-anchors > div > .anchors a.self:hover {
    opacity: 1;
}

.anchors a.source {
    font-size: 14px;
    font-weight: normal;
    right: 0;
    opacity: 0.3;
    transform: translate(100%, -50%);
}

.show-anchors:hover > div > .anchors a.source {
    opacity: 1;
}

.anchors a.source:hover {
    opacity: 1;
}

.inherits {
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    letter-spacing: 0.1ex;
    padding-left: 18px;
}

.definition {
    margin: 10px 0 0 15px;
    padding: 10px 0 0 15px;
}

.definition p {
    margin-top: 4px;
}

.definition .term {
    font-size: 110%;
}

.definition.container-box {
    border-radius: 5px;
    left: 48px;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80%;
}

.definition.container-box .term {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
}

.definition.container-box p {
    font-size: 16px;
    padding: 0px 30px;
}

.definition.container-box p:first-child {
    padding-top: 15px;
}

.definition.container-box p:last-child {
    padding-bottom: 10px;
}

.definition.container-box.note {
    border: 2px solid #184e80;
}

.definition.container-box.note .term {
    background-color: #65a9e9;
    ddd-border: 2px solid #184e80;
}


.definition.container-box.warning {
    border: 2px solid #804e18;
}

.definition.container-box.warning .term {
    background-color: #cf7a00;
}


code.inline {
    ddd-background: #eef;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.property {
   margin: 10px 0 0 15px;
   padding: 10px 0 0 15px;
}

.property p {
    margin-top: 4px;
}

.property .signature {
    font-size: 115%;
}

.property .signature .modifier {
    color: #555;
    font-weight: bold;
    font-style: italic;
    padding-right: 8px;
}

.property .signature .path {
    font-style: italic;
}

.property .signature .method {
    color: #555;
    font-weight: bold;
}

.property .signature .param {
    font-style: italic;
}

.property .signature .symbol {
   padding-left: 4px;
   padding-right: 4px;
}

.property .arrow {
    color: #888;
    padding-left: 10px;
    padding-right: 5px;
}

.property .returns {
    color: #888;
    font-style: italic;
}

.content table.table {
    border-collapse: collapse;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: -4px;     /* To compensate for the fix column */
}

.content table.table.compact {
    width: 300px;
}

.content table.table.wide {
    width: 500px;
}

.content table.table.full {
    width: 774px;  /* Accomodate the empty end cell to maintain spacing*/
}

/*
.content table.table.full tr:nth-child(even) {
    background-color: #f8f8f8;
}
*/
.content table.table td {
    border: 2px solid #88a;
    color: #444;
    padding: 5px 20px;
}

.content table.table td.fix {
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 0;
}

.content table td.table-title {
    border: none;
    color: #777;
    font-style: italic;
    text-align: center;
}

.content .toc {
   margin: 20px 0 0 0px;
   padding: 0px 0 0 48px;
}

.content .toc div {
    font-size: 18px;
    line-height: 28px;
}

.content .toc div span.bullet {
  position: absolute;
  transform: translate(-16px, 0);
}

.content .copyright {
   font-size: 80%;
   padding: 10px 0 20px 30px;
   text-align: center;
}

.content .footer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 30px 30px 30px 15px;
    position: relative;
    margin: 50px 0 10px 15px;
}

.content .footer .nav {
    line-height: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 300px;
}

.content .footer .nav span {
    background: #449;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.5;
    text-align: center;
    transition: opacity 0.4s linear;
    height: 30px;
    width: 30px;
}

.content .footer .nav:hover span {
    opacity: 1;
    transition: opacity 0.1s linear;
}

.content .footer .nav.previous {
    left: 0;
}

.content .footer .nav.previous span {
    margin-right: 20px;
}

.content .footer .nav.next {
    right: 0;
    text-align: right;
}

.content .footer .nav.next span {
    margin-left: 20px;
}


/* Format-dependent styles */

html.single-page div.breadcrumbs {
    padding: 10px 0 0 0;
}

html.single-page h1 {
   border-top: none;
}

html.single-page .page-separator {
    border-top: 3px solid #aaa;
    margin: 50px 0 10px 15px;
    height: 0;
}

html.single-page .content .footer {
    padding: 0;
}

html.single-page .sidebar .toc .link a {
    color: #fff;
}

html.single-page .sidebar .toc .link.selected a {
    color: #000;
}

html.single-page .sidebar .toc .link a:hover {
    color: #99a;
}

html.single-page .sidebar .toc .link.depth-2 {
    background-color: #334;
    padding-left: 30px;
}

html.single-page .sidebar .toc .link.depth-3 {
    background-color: #334;
    padding-left: 40px;
}

html.single-page .sidebar .toc .link.depth-4 {
    background-color: #334;
    padding-left: 50px;
}

html.single-page .sidebar .toc .link.depth-5 {
    background-color: #334;
    padding-left: 60px;
}

html.single-page .sidebar .toc .link.selected a:hover {
    color: #888;
}

/*
html.single-page .sidebar .toc .link {
    dddtransition: background-color 0.3s linear;
}
*/

html.single-page .sidebar .toc .link.selected {
    dddbackground-color: #aac;
    background-color: #282839;
}

html.single-page .sidebar .toc .link.title.selected {
    background-color: #282839;
}


html.single-page .sidebar .toc .link.selected a {
    ddd-color: #000;
    color: #fff;
}

html.single-page .sidebar .toc .link.title.selected a {
    color: #fff;
}

@media print {
    .sidebar {
        display: none;
    }
    div.code {
        font-size: 10pt;
        white-space: pre-wrap;
        word-break: break-all;
    }
    .content {
        box-shadow: none;
        padding: 0;
        width: auto;
    }
}
