



/* Domo Text Styles */

.main-content .sl-py-16 {
    width: 100% !important;
}

.sl-elements {
    height: 90vh;
    scroll-behavior: smooth;
}

.sl-markdown-viewer-toc {
    display: none;
}

.dev-portal {
    margin-top: 60px; 
}

.sl-px-24 {
    padding-left: 12px;
    padding-right: 12px;
}

.sl-py-16 {
    padding-bottom: 32px;
    padding-top: 32px;
}

.toggle-left-nav-button {
    display: block;
    width: 100%;
    height: 56px;
    background-color:#E7F2FE;
    position: sticky;
}

.toggle-left-nav-button > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #111111;
    float: left;
    padding-left: 5%;
}


/** DESKTOP (HEADER) **/
@media only screen and (min-width: 960px) {

    .dev-portal {
        position: sticky;
        top: 88px;
        margin-bottom: 672px;
    }

    .toggle-left-nav-button {
        display: none;
    }

    .sl-markdown-viewer-toc {
        display: block;
    }

    .sl-px-24 {
        padding-left: 96px;
        padding-right: 96px;
    }

    .sl-py-16 {
        padding-bottom: 64px;
        padding-top: 64px;
    }
}







/* Code */

.sl-code-highlight {
    font-family: "SF Mono",ui-monospace,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.sl-code-viewer * {
    font-family: "SF Mono",ui-monospace,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.sl-code-viewer

.sl-code-editor * {
    font-family: "SF Mono",ui-monospace,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
    border: none;
    color: white;
}


.sl-popover {
    font-weight: 400;
}


.TryItPanel input {
    background-color: var(--color-canvas-100);
}

.sl-sticky .sl-bg-canvas-100 {
    background: #F6F6F6;
}

/* Domo.com/Headline/H1 */
h1.sl-text-heading {
    color: #222222;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -0.5px;
}

/* Domo.com/Headline/H2 */
h2.sl-text-heading {
    color: #222222;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.25px;
}

/* Domo.com/Headline/H3 */
h3.sl-text-heading {
    color: #222222;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
}

/* Domo.com/Headline/H4 */
h4.sl-text-heading {
    color: #222222;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
}

div.sl-prose > p, ul, ol, span {
    /* Domo.com/Body/Large */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
}

/* Text Size */



/* Override Stoplight Default Colors */


.sl-elements-article p, ol, ul, span {
    font-weight: 400;
}

.sl-elements-api p, ol, ul, span {
    font-weight: 400;
}

.TryItPanel {
    font-weight: 400;
}


.sl-elements-article pre {
    font-size: inherit;
    padding: 0;
}

.sl-callout {
    padding: 0;
    margin: 0 0 20px;
    font-size: inherit;
    border-left: 0;
}

.sl-pb-1 {
    padding-bottom: 4px !important;
}

.sl-prose {
    font-weight: 400
}

.sl-prose hr {
    margin-bottom: 1em;
    margin-top: 1em;
    border: 1px solid #D4D4D4;
}

.sl-prose ul:not(.contains-task-list) li:before {
    background-color: #222222;
    border-radius: 50%;
    content: "";
    height: 0.25em;
    left: 0.75em;
    opacity: 1;
    position: absolute;
    top: 0.5em;
    width: 0.25em;
}

.sl-text-primary {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #222222;
}

/* .sl-text-muted {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #888888;
} */

/* Left Navigation */



@media only screen and (min-width: 960px) {
    .left-navigation {
        max-width: 450px !important;
        display: flex !important;
    }

    .left-navigation:first-child {
        width: 300px !important;
        min-width: 300px !important;
    }

    .left-navigation-inner-container {
        width: 300px !important;
        min-width: 300px !important;
    }
    .main-content {
        display: flex !important;
    }
}

.left-navigation {
    max-width: none !important;
    width: 100%;
    display: none;
}

.left-navigation-inner-container {
    width: 100%;
    min-width: none;
}

.main-content {
    display: flex;
}


/* Navigation Background */
/* .sl-bg-canvas-100 { */
    /* background-color: var(--color-canvas-100); */
    /* background: #F6F6F6; */
/* } */

.sl-sticky {
    padding-top: 0 !important;
}

/* Section Title */
.sl-text-sm.sl-leading-relaxed.sl-tracking-wide {
    width: 252px;
    height: 16px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: 0.4px;
    text-transform: uppercase;

    /* Domo.com/color/neutral/500 */
    color: #888888;
}

/* Table of Contents Item */

.sl-my-3 .sl-items-center {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #555555; 
}

.sl-my-3 a.ElementsTableOfContentsItem:hover {
    /* Domo.com/shade/brand/15 */
    background: rgba(153, 204, 238, 0.15) !important;
}



button.domo-cta-button {
    background: #FFB656;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
    width: 90%;
    margin-top: 7.5%;
    margin-bottom: 7.5%;
    margin-left: 5%;
    margin-right: 5%;
}

button.domo-cta-button > a {
    /* Domo.com/Label/Button */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;

    /* Domo.com/shade/black/70 */
    color: rgba(0, 0, 0, 0.7);

}


button.domo-dev-portal-login-button {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: flex; 
    text-align: -webkit-center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #276296;
    margin: auto;
}

button.domo-dev-portal-login-button > a > i {
    padding: 0.5em;
}

.my-account-dropdown {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 90%;
    height: 168px;
    /* margin: auto; */
    margin-left: 5%;
    margin-top: 2%;
    background: #E7F2FE;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 30%), 0px 2px 6px 2px rgb(0 0 0 / 15%);
    border-radius: 4px;
    z-index: 1;
}

.my-account-dropdown-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: none;
    order: 0;
    flex-grow: 0;
    height: 33%;
    width: 100%;
    padding: 16px 16px 16px 24px;
}

.my-account-dropdown-list-item:hover {
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.my-account-dropdown-list-item-content {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #111111;
    cursor: pointer;
}

/* Divider */

.left-nav-divider {
    border: 1px solid #D4D4D4;
    width: 90%;
    margin: 5%;
    opacity: .5;
}

/* New Client Template Page */

.manage-client-section {
    position: relative;
    top: 60px;
    
    margin-bottom: 100px;
    /* Domo.com/Body/Large */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.15px;

    color: #222222;
}

.manage-client-section h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 56px;
    /* identical to box height, or 122% */
    letter-spacing: -0.5px;
    margin-bottom: 2%;

    color: #222222;
}

.manage-client-section button {
    background: #FFB656;
    border-radius: 3px;
    width: 252px;
    height: 32px;
}

@media only screen and (min-width: 960px) {

    .manage-client-section {
        position: relative;
        top: 88px;
        margin-bottom: 120px;
    }
}

/* Design Guide Styles */

.color-palette {
    display: flex;
    flex-direction: row;
    border-radius: 3px;
    width: 100%;
}

.color-palette > span {
    flex: 1;
    padding: 15px;
    text-transform: lowercase;
    text-align: center;
    margin: 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.chart-container {
    display: flex;
    flex-direction: row;
}

.color-palette.-chart {
    flex-direction: column;
}

.color-palette span:last-child,
.color-palette span:nth-last-child(2) {
    color: #fff;
}

.color-palette.-headers > span {
    color: #555;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.typography-category {
    color: rgba(0, 0, 0, .4);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.typography-label {
    color: rgba(0, 0, 0, .4);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}