@import url('https://fonts.googleapis.com/css2?family=Inter&family=Roboto:wght@400;700&display=swap');

body {
    background-color: #12295d;
    font-family: 'Poppins';
    height: 1000px;
    width: 100%;
}


.full-width {
    width: 100%
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #80858a;
}


.legendtext {
    font-family: 'Poppins';
}

.main_container {
    max-width: 100%;
    background-color: white;
    padding: 0;
    height:100%;
}

.title {
    color: #1E2B5C;
    font-size: 3em;
    font-family: 'Roboto';
    font-weight: 700;
}

.nav-link {
    color: #4f5055;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1.8rem;
    margin: auto;
}

.merkle-flourish1 {
    margin: 0px;
    padding: 0px;
    height: 200px;
    background-color: #1f3361;
    background-image: url("/assets/media/m-vector.svg");
    background-repeat: no-repeat;
}
.merkle-flourish2 {
    margin: 0px;
    padding: 0px;
    height: 200px;
    background-color: #1f3361;
    background-image: url("/assets/media/m-vector.svg");
    background-repeat: no-repeat;
    background-position: right;
}

.spacer {
    width: 4rem;
}

.main-aria {
    background-color: #12295d;
    height: 100% !important;
}


.merkle-background {
    background-color: #12295d;
}


.merkle-login-aria {
    background-image: url("/assets/media/corridor.jpeg");
    background-size: cover;
    height:900px;
}
.explanation {
    color: white;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 1.2rem;
}

.section-title {
    color:#a74d41;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1.6rem;
    font-style: italic;
    text-shadow: 4px 4px 20px #5e6f85;
}

.content-box {
    padding: 1rem;
    margin-right: 4rem;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 1px;
}

.content-box-text {
    color: white;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 1.2rem;
    text-align: left;
}

.content-box-text-larger {
    color: white;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2rem;
    text-align: left;
}

.content-box-text-login {
    color: white;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1.8rem;
    font-style: italic;
    text-align: left;
    padding-top: 2%;
}

.content-box-link {
    color: white;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 1.4rem;
    font-style: italic;
    text-align: left;
}

.content-box-text-emphasis {
    color: #a74d41;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1.2rem;
}


.darker-background {
    background-color: rgba(24,24,24,0.72);
    padding:3%;
    margin-top:10%;
    margin-left:10%;
    margin-right:10%;
    border-radius: 14px;
}
.icon-border {
    text-align: center;
    padding: 0.2rem;
    margin: 1px;
    border-style: solid;
    border-width: 1px;
    border-radius: 1px;
    border-color: #a74d41;
    width: 24% !important;
}

.detail {
    color: white;
    font-family: "Poppins";
    font-weight: 100;
}

.detail-brighter {
    color: white;
    font-family: "Poppins";
    font-weight: 200;
}

.detail-strong {
    color: rgb(97, 91, 91);
    font-family: "Poppins";
    font-weight: 800;
}

.align-right {
    text-align: right;
}

.bottom {
    height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;
}

.active {
    color: rgb(25, 116, 210);
    font-weight: 600;
}

tbody,
td,
tfoot,
th,
thead,
tr,
table {
    border: none;
    border-collapse: unset;
    font-weight: normal !Important;
    padding: 0px !important;
}


/* Commonly used elements */
.form-select {
    font-family: 'roboto';
    line-height: 2.15;
}


/* Chart Areas By Page */
/*#summary_chart_one {
    width: 100%;
    height: 450px;
}
*/

.plot-container {
    background-color: rgb(230, 230, 230);
}

/* Inference Page */
.inference_charts {
    width: 100%;
    height: 200px;
    margin-bottom: 1em;
    padding: 0px;
}

.tint {
    color:#2e4577
}

.small {
    font-size: 0.8rem !important;
    padding: 0px;
}

/* Padding helpers */
.pad-top-one {
    padding-top: 1rem;
}

.pad-top-two {
    padding-top: 2rem;
}

.pad-top-three {
    padding-top: 3rem;
}

.pad-bottom-one {
    padding-bottom: 1rem;
}

.pad-bottom-two {
    padding-bottom: 2rem;
}

.pad-bottom-three {
    padding-bottom: 3rem;
}

.pad-bottom-four {
    padding-bottom: 4rem;
}

.pad-bottom-five {
    padding-bottom: 5rem;
}

.pad-bottom-six {
    padding-bottom: 6rem;
}

.pad-bottom-seven {
    padding-bottom: 7rem;
}

.pad-left-one {
    padding-left: 1rem;
}

.pad-left-two {
    padding-left: 2rem;
}

.pad-left-three {
    padding-left: 3rem;
}

.pad-left-four {
    padding-left: 4rem;
}

.pad-right-one {
    padding-right: 1rem;
}

.pad-right-two {
    padding-right: 2rem;
}

.margin-bottom-three {
    margin-bottom: 3rem;
}

.margin-left-three {
    margin-left: 3rem;
}
.margin-left-four {
    margin-left: 4rem;
}
.margin-left-five {
    margin-left: 5rem;
}
.margin-two {
    margin: 2rem;
}

.padding-five {
    padding: 5rem;
}

/* ------------------------------------------ */

/* Bg Color Helpers */
.bg-light-grey {
    background-color: rgb(240, 240, 240);
}

/* Border styles */
.border-light {
    border: 1px lightgray solid;
}

.flexheight {
    display: flex;
    height: 250px;
}

/* Elements to be hidden at startup */
#summary_table {
    display: none;
}

#summary_chart {
    display: none;
}

.hide_loader {
    display: none;
}

.show_loader {
    display: inline;
}

#show_content {
    display: inline;
}

#hide_content {
    display: none;
}

.nav_focus {
    font-style: italic;
    font-size: 22px;
    color: #0b5ed7;
}

#dateRangeSelectBtn {
    display: inherit;
    margin-top: 22px;
    margin-bottom: 33px;
}

#dateRangeSelector {
    font-family: 'Roboto';
    font-size: 1.2rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.daterangepicker .drp-buttons .btn {
    font-size: 1.2rem !important;
}

input,
optgroup,
select,
textarea {
    font-size: 1.12rem !important;
    padding: 8px;
}

.cancelBtn.btn.btn-sm.btn-default {
    color: darkred !important;
}