﻿
/* ---------------------------------------------- */
/* AiSQL Purple Theme — Color ONLY                */
/* ---------------------------------------------- */
:root {
    --aisql-purple: #8A2BE2;
    --aisql-purple-light: #B57CFF;
    --aisql-background: #000;
}


body, html {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: var(--aisql-background);
    color: black;
}

.docs-content a {
    color: var(--aisql-purple-light) !important;
    text-decoration: none;
}

li {
  text-wrap:nowrap;
}

.heading {
    font-size: 36px;
    margin-top: 20px;
}

input,
select,
textarea {
    max-width: 280px;
    margin: 4px;
}
 

hr {
    height: 10px;
    margin: 16px 0px 16px 0px;
    margin: 16px 0px 16px 0px;
}
td,tr{
    padding:6px;
}

.rounded-image {
    border-radius: 10px; /* Adjust the value as needed */
    margin: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Default shadow */
}
.rounded-rectangle {
    background-color: rgba(255,255,255, .95);
    border-radius: 10px; /* Adjust the value as needed */
    padding: 15px;
    margin: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Default shadow */
}

.section {
    width: 100%;
}

.rounded-rectangle {
    display: flex;
    flex-direction: row; /* Side by side by default */
    align-items: center; /* Align items vertically in the center */
    justify-content: start; /* Align content to the start of the flex container */
    margin-bottom: 20px; /* Adds space between sections */
  
}

    

    .rounded-rectangle div {
        flex: 1; /* Allows the text content to expand */
    }

.InfoPods img {
    width: 200px !important;
    height: 200px !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Default shadow */
    border-radius: 10px; /* Adjust the value as needed */
    margin-right: 20px;
}



/* Media Query for smaller screens */
@media (max-width: 768px) {
    .rounded-rectangle {
        flex-direction: column; /* Stack vertically on smaller screens */
    }

        .rounded-rectangle img {
            margin-right: 0; /* Remove horizontal margin */
            margin-bottom: 10px; /* Add space below the image */
        }


    .InfoPods img {
   
        margin-right: 0px;
    }
}


.section {
    margin-bottom: 30px;
}

 
footer {
    
    text-align: center;
    padding: 10px 0;
}


.subheading {
    font-size: 18px;
    margin-top: 10px;
    
}

.button {
    padding: 8px 25px;
    margin:5px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    /* margin: 0 10px; */
    display: inline-block;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Default shadow */
    text-decoration:none;
}
    .button:hover {
     
        color: #ecf0f1; /* Hover text color */
        text-decoration: none;
    }
.cancel-button {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #333;
}

.get-started-button {
    background-color: #0066CC;
    color: #fff;
    border: none;
}

.container {
    z-index: 10;
    width: 100%;
    height: 100%;
    justify-content: left;
    align-items: left;
  
}
 

 

.CanvasAnimation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .3;
}

.CanvasCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(212,232,248, .97), rgba(212,232,248, .57));
}

.CanvasCover2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/**/
















.navbar {
    float: left;
    border-color: var(--aisql-purple);
    background-color: var(--aisql-background) !important;
}

.navbar-inverse .navbar-brand {
color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
border-color: var(--aisql-purple);
;
}

.navbar-inverse .navbar-toggle {
border-color: var(--aisql-purple);
 
}


}

.navbar-inverse {
    background-color: var(--aisql-background) !important;
}












.MinAccountInfo {
    display: block;
    color: white;
    padding: 2px; /* Adjust this value to control the space between divs */
    padding-left: 16px;
 
    width:100%
    
}

.MinAccountInfo > * {
display: inline-block;
vertical-align: middle; /* Optional: Vertically align elements if needed */
margin-right: 10px; /* Optional: Add some spacing between elements */
}


.icon {
    width: 16px;
    height: 16px;
    background-color: purple; /* Set the background color to purple as per your request */
    border-radius: 4px;
}
.icon.Root {
  
    background-color: green; /* Set the background color to purple as per your request */
 
}
.icon.Trading {
    background-color: purple; /* Set the background color to purple as per your request */
}
.icon.Main {
 
    background-color: gold; /* Set the background color to purple as per your request */
 
}


.navbar-portal-icon {
    text-align: center;
    vertical-align: middle;
    display: none;
    float: right;
    margin-top: 13px;
    margin-right: 6px;
}




 
 
@media (max-width: 768px) {
    .navbar-portal-icon

{
    text-align: center;
  
    display: block;
}

}
.navbar-portal-icon i {
    font-size: 22px;
    color: white;
    display: block;
}
 
.SignalRLabelCssClass {
    font-weight: bold;
}

.DIVClassSummaryOutterMost {
    margin: 4px;
   
        font-weight: bold;
    padding: 4px;
    border-color: darkgrey;
    border-width: thin;
    border-style: solid;
    width:100%;
    font-size:12px;
}
.DIVClassSummaryItems {
    padding: 4px;
    margin-left: 15px;
    font-weight: normal;
    font-size: 9px;
}
.SignalRLabelValueCssClass {
    font-weight: normal;
    padding-right: 3px;
    padding-left: 2px;
}
 

.SignalRPropertyValueControlCssClass {
   
    padding-right:3px;
}
.SignalRPropertiesBody {
    padding: 2px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.UserMessageControl_Title  {
    padding: 4px;
   
}

.UserMessageControl_Title.Bad {
   
    color: red;
}
.UserMessageControl_Title.Good {
    
    color: green;
}


.zt-doc-icon img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}


.zt-document-card {
    margin: 6px 0;
}

.zt-doc-link {
    display: inline-flex;
    align-items: center;
    text-align: left;
    text-decoration: none;
    color: #222;
}

.zt-doc-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.zt-doc-link:hover .zt-doc-title {
    text-decoration: underline;
}

.zt-doc-title {
    font-size: 15px;
}







.docs-shell {
    display: flex;
    margin-top: 50px; /* navbar height */
    min-height: calc(100vh - 100px);
}

.docs-nav {
    width: 260px;
    
    color: #ddd;
    padding: 20px;
    border-right: 1px solid var(--aisql-purple);
}

    .docs-nav h4 {
        font-size: 13px;
        text-transform: uppercase;
        color: #888;
        margin-top: 20px;
    }

    .docs-nav ul {
        list-style: none;
        padding-left: 0;
    }

    .docs-nav li {
        
        margin: 6px;
        margin-left: 28px;
    }

    .docs-nav a {
        color: #ccc;
        text-decoration: none;
        font-size: 14px;
    }

        .docs-nav a:hover {
            color: #fff;
        }

.docs-content {
    flex: 1;
    padding: 10px 10px;
 
    color: #eee;
    max-width:1000px;
}

.docs-footer {
    padding: 10px 30px;
    font-size: 12px;
 
    color: #777;
}








h1, h2, h3 {
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 2px;
    color: #61dafb;
    text-shadow: 0 0 15px #3c8dbc;
    font-size: 2rem;
    color: var(--aisql-purple-light);
}

p {
  
    margin: 0 auto;
 
    opacity: 0.9;
    text-align: left;
}

.cta-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 15px 40px;
    font-size: 1.2rem;
    border-radius: 8px;
    background: #3aa3ff;
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s ease;
    box-shadow: 0 0 10px rgba(58,163,255,0.4);
}

    .cta-btn:hover {
        background: #1e8fff;
        box-shadow: 0 0 16px rgba(58,163,255,0.8);
    }

.section {
   /* padding: 20px 10px;*/
   
}

pre {
    
    border: 1px solid #27314a;
    padding: 20px;
    border-radius: 5px;
    max-width: 900px;
    margin: 30px auto;
    text-align: left;
    overflow-x: auto;
 
 
}

code {
 
    font-family: Consolas, monospace;
}