body {
    display: flex;
    flex-direction: column;
    font-family: Inter, "Open Sans", sans-serif;
    font-size: 16px;
    min-height: 100vh;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: rgb(5, 5, 30);
    background: rgb(255, 255, 255);
    overflow: auto;
    height: 100%;
}

.modebar {
    display: none !important;
}

.js-plotly-plot .plotly .cursor-crosshair {
    cursor: default !important;
}


.sidebar {
    position: flex;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 20px;
    margin-top: 0px;
}


.sidebar-subheading {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    padding: 0px 20px;
    padding-right: 3px;
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgb(153,153,153);
}

.sidebar-item {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 16px;
    position: relative;
    color: #05051E;
    cursor: default;
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    padding: 3px 3px 3px 18px;
    font-size: 11px;
    text-decoration: none;
    background: transparent;
}

.sidebar-item a {
    color: inherit;
    text-decoration: none;
}

.sidebar-button1 {
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: content-box;
    cursor: default;
    position: relative;
    text-align: left;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    display: flex;
    flex: 0 1 auto;
    padding: 3px 10px 1px 1px;
    margin: 0px 0px 0px -19px;
    overflow: hidden;
    border-radius: 26px;
    transition: color 150ms ease 0s, box-shadow 150ms ease 0s;   
}

.sidebar-span-1 {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 5px;
    color: rgb(153,153,153);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
    transform: rotateZ(90deg);
    transition: transform 0.1s ease-out 0s;
}

.sidebar-button-2 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px auto;
    padding: 0px;
    outline: 0px;
    line-height: normal;
    background: none;
    border: 1px solid transparent;
    border-radius: 100%;
    cursor: default;
    transition: all 150ms ease-out 0s;
    color: rgb(5, 5, 30, 0.7);
}

.sidebar-button-2 svg {
    width: 10px;
    height: 10px;
}

.sidebar-svg-1 {
    shape-rendering: inherit;
    transform: translate3d(0px, 0px, 0px);
    display: block;
}

.page-container {
    display: flex;
    background: rgb(255, 255, 255);
    -webkit-box-pack: center;
    justify-content: center;
    padding: 2px;
    min-height: 100vh;
    box-sizing: border-box;
    /* padding-left: 5%;
    padding-right: 5%; */
}

.main-wrapper {
    max-width: 1000px;
    width: 100%;
}

.main-h1 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    color: #05051E;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 20px 0px 8px;
    padding: 0px;
    cursor: text;
    position: relative;
}

.main-h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
    border-bottom: none;
    color: #05051E;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 20px 0px 8px;
    padding: 0px 0px 4px;
    cursor: text;
    position: relative;

}

.main-header-card {
    margin-top: 20px;
    margin-bottom: 16px;
    min-height: 100px;
    transform: translateZ(0);
    overflow: auto;
    background: #ffffff;
    position: relative;
}

.main-header-grid {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: column;
    overflow: auto;
    width: 1000px;
    height: 100%;
    background: #ffffff;
}

.main-back-home {
    text-decoration: none;
    font-size: 10px;
    color: #0660c8;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    transition: color 110ms cubic-bezier(0.4, 0.14, 0.3, 1);
}

.main-header-title {
    margin-left: 18px;
    padding-right: 16px;
    font-size: 20px;
    font-weight: 700;
    -webkit-box-align: center;
    align-items: center;
    color: #05051E;
    hyphens: auto;
    word-break: break-word;
}

.main-header-span {
    display: inline-flex;
    vertical-align: text-bottom;
    font-weight: 400;
    margin-left: 12px;
}

.main-header-span-1 {
    background-color: #e2f8ec;
    border: 1px solid #b1edcd;
    border-radius: 1.5rem;
    margin: 0.25rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    max-width: calc(100% - 0.5rem);
}

.main-header-span-2 {
    background-color: #3ed483;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: auto 0.5rem auto 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
}

.main-header-span-3 {
    font-size: 10px;
    letter-spacing: 0;
    color: #05051E;
    line-height: 1.375rem;
    margin: auto 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


.home-card-group {
    font-family: Inter, "Open Sans", sans-serif !important;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
}

.home-card {
    font-family: Inter, "Open Sans", sans-serif;
    margin: 12px;
    width: calc(33.3333% - 24px);
    color: #05051E;
    font-size: 12px;
    font-weight: 400;
    word-break: break-word;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    cursor: auto;
    opacity: 1;
    border-top-color: #c6c6d0;
    background: white;
    gap: 1rem;
    padding: 0px;
}

.home-card a {
    color: inherit;
    text-decoration: none;
}

.home-card-a {
    color: #05051E;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    text-decoration: none;
}

.home-card-title {
    color: #05051E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.home-card-icon {
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.home-card-icon-1 {
    margin-left: auto;
    width: 18px;
    height: 18px;
    color: inherit;
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: text-bottom;
}

.home-alert {
    display: flex;
    position: relative;
    margin-bottom: 24px;
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background: #e6f0fb;
    border-left: 2px solid #0556b2;
}

.home-alert-1 {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0px auto;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
}

.home-alert-icon {
    flex-shrink: 1;
    align-self: flex-start;
    margin-top: 12px;
    margin-right: 12px;
    line-height: 20px;
}

.home-alert-icon-1 {
    color: #0556b2;
    fill: #0556b2;
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: text-bottom;
}

.home-alert-text {
    display: block;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 20px;
}

.home-alert-ui {
    margin-top: 8px;
    padding-left: 1rem;
    margin: 0px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 12px;
}

.explorer-card-group {
    display: flex;
    flex-wrap: wrap;
}

.explorer-card {
    width: 1000px;
    position: relative;
    overflow: hidden;
    margin: 25px 0px 15px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.explorer-card-1 {
    width: calc(49%);
    position: relative;
    overflow: hidden;
    margin: 15px 10px 15px;
    margin-left: 0px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

.explorer-card-2 {
    width: calc(49%);
    position: relative;
    overflow: hidden;
    margin: 15px 10px 15px;
    margin-right: 0px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

.explorer-card-chart {
    display: block;
    position: relative;
    flex-flow: column wrap;
    overflow: auto;
    padding: 30px 20px;
    margin: -10px;
}

.scenario-card {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    word-break: break-word;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    cursor: auto;
    opacity: 1;
    border-top-color: #c6c6d0;
    background: white;
    gap: 1rem;
    padding: 0px;
}

.nav-link {
    color: #05051E;
    text-decoration: none;
}

#scenario-stepper {
    font-family: Inter, "Open Sans", sans-serif;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin: 25px 15px 25px 15px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    flex-direction: column;
}

.dentsu-button {
    cursor: default;
    appearance: none;
    user-select: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    color: #0660c8;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    box-shadow: none;
    border: 2px solid #0660c8;
    border-radius: 0.25rem;
    padding: 0px 1.5rem;
    height: 2rem;
    width: auto;
    transition: background 110ms cubic-bezier(0.4, 0.14, 0.3, 1);
    background: #ffffff;
}

#upload-scenario {
    width: 100%;
    cursor: pointer;
}

#output-scenario-upload {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px;
}

#scenario-output-channel {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px;
}

#upload-scenario-optimization {
    width: 100%;
    cursor: pointer;
}

.optimization-card {
    font-family: Inter, "Open Sans", sans-serif;
    margin: 12px;
    width: 100%;
    color: #05051E;
    font-size: 12px;
    font-weight: 400;
    word-break: break-word;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    cursor: auto;
    opacity: 1;
    border-top-color: #c6c6d0;
    background: white;
    gap: 1rem;
    padding: 0px;
}

.optimization-card a {
    color: inherit;
    text-decoration: none;
}

#output-optimization {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px;
}