@import url('https://fonts.googleapis.com/css2?family=Allura&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Petemoss&display=swap');

body {
    font-family: "Lato", sans-serif;
    background: #161A1D;
    color: #B6C2CF;
    margin-top: 22px;
}

/* Fixed sidenav, full height */
.sidenav {
    height: calc(100vh - 20px);
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 2;
    padding-top: 20px;
    scroll-padding-top: 20px;
    /* 0.5 second transition effect to slide in the sidebar */
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Fixed sidenav, full height */
.sidenav-open {
    height: 40px;
    width: 40px;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    top: 50;
    left: 50;
    background-color: #111;
    overflow: hidden;
    /* 0.5 second transition effect to slide in the sidebar */
    visibility: visible;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 28px;
    cursor: pointer;
    background-color: #111;
    color: white;
    border: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 100px;
    width: max-content;
    height: max-content;
    font-size: 36px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
    font-size: 12px;
    align-content: end;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container a {
    font-size: 16px;
}

.main {
    /* Same width as the sidebar + left position in px */
    font-size: 20px;
    width: 80%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

h3 {

    background: linear-gradient(90deg, #282E33, #161A1D);

    border-bottom-style: double;
    border-bottom-width: 4px;
    border-bottom-color: #beb4da;

    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #beb4da;



    font-family: EB Garamond;
    font-weight: bold;
    font-size: 1.4em;
    color: #beb4da;


    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -1px;



}

h2 {


    background: linear-gradient(90deg, #282E33, #161A1D);

    border-bottom-style: double;
    border-bottom-width: 4px;
    border-bottom-color: #beb4da;

    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #beb4da;



    font-family: EB Garamond;
    font-weight: bold;
    font-size: 1.8em;
    color: #beb4da;


    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -1px;


}

a {
    color: #beb4da;
}

h1 {
    background: #544D61;
    font-family: EB Garamond;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #beb4da;
    text-align: left;
    top: -5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: none;
    position: relative;
}

h4 {
    background: #544D61;
    font-family: EB Garamond;
    font-weight: bold;
    font-size: 1.0em;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #beb4da;
    text-align: left;
    top: -5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: none;
    position: relative;
}

h6 {

    background: linear-gradient(90deg, #282E33, #161A1D 150%);
    line-height: 24px;
    font-family: 'Niramit';
    font-weight: normal;
    font-size: 1em;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 6px;
    margin-top: -10px;


}

table {
    width: 100%;
    font-family: 'Niramit';

}


thead {
    background: #282E33;
    background-size: 100% 100%;
    line-height: 20px;

}

td {
    text-align: left;
    border: collapse;
    font-size: 0.85em;
    height: 24px;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    padding: 10px 0;
    margin-right: 50px;
    border-left: 2px solid #282e3349;
    background: #282e3349;

}


td:first-child {
    text-align: left;
    padding-left: 18px;
    border: 0px;
}

td:nth-child(2) {
    text-align: left;

}

td:last-child {
    margin-right: 0;
}

th {

    font-size: 0.85em;
    line-height: 25px;
    border-collapse: collapse;
    text-align: left;
    font-weight: normal;
    min-width: 175px;

}


th:first-child {
    text-align: left;
    padding-left: 18px;
    border: 0px;
}

th:nth-child(2) {
    text-align: left;

}

tr:not(:last-child) {
    position: relative;
}

tr:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .main {
        width: 95%;
    }
}