@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body,
#siteWrapper {
    background: #f9f9f9;
    /* font-family: adobe-garamond-pro !important; */
    font-family: Roboto, Sans-serif !important;
    color: rgb(0, 0, 0);
    overflow-x: hidden;
}

html {
    --dark-color: rgba(4, 48, 3, .91);
    --medium-color: #0ab864;
    --light-color: #c1fcdf;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

#page {
    padding: 1rem !important;
}

.container {
    padding: 0 !important;
}

.main-content {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
}

table.table {
    margin: 0rem;
    border-spacing: 0 1.2rem;
    border-collapse: separate;
}

table.table thead tr th,
table.table thead tr td,
table.table tbody tr th,
table.table tbody tr td {
    vertical-align: middle;
    border: none;
}

table.table thead tr th:nth-last-child(1),
table.table thead tr td:nth-last-child(1),
table.table tbody tr th:nth-last-child(1),
table.table tbody tr td:nth-last-child(1) {
    text-align: center;
}

table.table tbody tr {
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0.5rem;
}

table.table tr td:first-child {
    border-top-left-radius: 0.5rem;
}

table.table tr td:last-child {
    border-top-right-radius: 0.5rem;
}

table.table tr td:first-child {
    border-bottom-left-radius: 0.5rem;
}

table.table tr td:last-child {
    border-bottom-right-radius: 0.5rem;
}

.text-center {
    text-align: center;
    margin: auto;
}

.rank-text {
    user-select: none;
    color: #FFFFFF;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rank {
    position: relative;
    margin: auto;
    background: var(--medium-color);
    border-radius: 100%;
    text-align: center;
    width: 0;
    height: 3rem;
    padding-left: 3rem;
}

#laderboard-table thead tr th:nth-child(1) {
    width: 12%;
    overflow: hidden;
}

#laderboard-table thead tr th:nth-child(2) {
    width: 46%;
}

#laderboard-table thead tr th:nth-child(3) {
    width: 21%;
}

#laderboard-table thead tr th:nth-child(4) {
    width: 21%;
}

table.table tbody tr {
    cursor: pointer;
    position: relative;
}

table.table tbody tr:hover {
    border-color: var(--light-color);
    background-color: var(--light-color);
    transform: scaleX(1.02) scaleY(1.07);
}

table.table td,
table.table th {
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.h6,
h6 {
    font-size: 1.25rem !important;
}

h6,
h5,
h4,
h3,
h2,
h {
    font-weight: 600;
}

#search-box {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
    line-height: 2 !important;
}

.btn {
    user-select: none;
    font-weight: 600;
    color: black;
    border-radius: 0.25rem !important;
    background-color: var(--light-color) !important;
    border-color: #c1fcdf00 !important;
}

.btn:active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle {
    background-color: var(--medium-color) !important;
}

.btn:hover {
    background-color: var(--medium-color) !important;
    transform: scaleX(1.05) scaleY(1.07);
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem var(--light-color) !important;
}

.btn-group {
    margin-top: 1.5rem;
    width: 100% !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    align-content: center !important;
}

#headerNav nav a,
#sidecarNav nav a,
#headerNav nav a:visited,
#sidecarNav nav a:visited,
#headerNav nav .folder-toggle,
#sidecarNav nav .folder-toggle {
    font-family: proxima-nova !important;
}

#thumbnail {
    margin: 0 !important;
}

.banner-thumbnail-wrapper {
    min-height: 75vh !important;
    padding: 0 !important;
    position: relative;
}

.desc-wrapper {
    max-width: none !important;
    color: #fff !important;
    font-size: 2.25rem;
    font-family: adobe-garamond-pro;
    font-style: italic;
    font-weight: 400;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    vertical-align: middle !important;
}

.sheet-text {
    font-size: 1rem !important;
}

h6.sheet-text {
    font-size: 1rem !important;
}

.heading.sheet-text {
    font-size: 1rem !important;
}

#spreadsheet-container {
    padding: 0.8rem;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

.sheet_link_div {
    position: absolute !important;
    z-index: 100;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sheet_link a:hover {
    transform: scaleX(1.05) scaleY(1.07) !important;
}

#copy-text {
    position: fixed;
    z-index: 101;
    bottom: 4vmin;
    right: 4vmin;
    border-radius: 100% !important;
    text-align: center;
    font-size: 1.25rem;
    width: 3.4rem;
    height: 3.4rem;
}