body {
    height: 100vh;
}

.react-entry-point {
    height: 100vh;
}

.right-block {
    background-color: black;
    color: white;
    padding: 20px;
    padding-top: 15%;
    text-align: center;
}

.left-block {
    padding-top: 5%;
}

.vito-logo {
    width: 20%;
    padding-left: 5%;
    padding-bottom: 30%;
}

.ev-logo {
    width: 25%;
    padding-left: 5%;
    padding-bottom: 25%;
}

.full-container-height {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.full-height {
    height: 100%;
    margin: 0;
}

.full-width {
    width: 100%;
    margin: 0;
    padding: 0;
}

.login-card {
    margin-left: 10%;
    margin-right: 10%;
}

.full-logo {
    height: 60%;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: -10%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-composite: destination-in;
    mask-image: linear-gradient(to right, transparent 0%, black 45%, black 55%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-composite: intersect;
    mask-type: luminance;
}

.navbar {
    height: 55px;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-brand {
    margin-left: 15px;
}

.nav-link {
    color: white;
}

.nav-button {
    color: white;
}

.nav-button:hover {
    color: gray;
}

.nav-button:focus {
    outline: none;
    border: none;
}

.nav-icon {
    margin-right: 10px;
}

.dropdown-menu {
    left: auto !important;
    right: 0;
}

.dashboard-body {
    margin: 15px;
}

.swagger-iframe {
    height: 100vh;
    width: 100%;
    border: none;
}

.new-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 80px;
    height: 80px;
    padding: 6px 0;
    border-radius: 40px;
    text-align: center;
}

.table-action {
    margin-right: 0.5rem;
}

.nav-tabs .nav-link {
    background-color: var(--bs-light) !important;
    color: black !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--bs-primary) !important;
    color: white !important;
}

.full-height {
    height: 95vh;
}

.left-column {
    background-color: var(--bs-gray-400);
}

.left-card {
    margin-top: 3em;
}

.benchmark-datepicker {
    float: right;
}

.note-info{
    font-size: 14px
}

.DateInput_input {
    height: 24px;
    font-size: medium;
}

#output-table--all-scenarios{
    display: inline-grid;
    width: 50%;
    margin: 0 auto;
}

.toggle-switch{
    margin: 0.5em;
    display: inline-block;
}

.output-table-div{
    overflow: auto;
    max-height: 500px;
}

.output-table-div table {
    border-collapse: separate;
    border-spacing: 0;
}

.output-table-div td,
.output-table-div th {
    border: 1px solid #dee2e6;
}

/* Do not apply KPI table cell grid to accordion internals */
.outcome-accordion td,
.outcome-accordion th {
    border: none !important;
}

.output-table-div thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.output-table-div thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}
.outcome-accordion{
    overflow-y: auto;
    max-height: 300px;
}

.form-check-input{
    border: 1px solid #696a6c !important;
}

.user-guide-container{
    margin: 8px;
    img{
        width:65%;
    }
}

.doc-img {
  width: 420px;
  max-width: 100%;
  height: auto;
  margin-right: 16px;
}
