﻿
:root {
    --primary-color: #3aa765;
    --primary-color-dark: #2f8c55;
    --primary-color-light: #5bc489;
}


body, html {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    background-color: white;
    color: black;
}

.heading {
    font-size: 36px;
    margin-top: 20px;
}

input,
select,
textarea {
    max-width: 280px;
    margin: 4px;
}

h1, .h1 {
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

h1, h2 {
    margin-top: 5px;
}

hr {
    height: 10px;
    margin: 16px 0px 16px 0px;
    margin: 16px 0px 16px 0px;
}

.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: 20px;
}

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: var(--primary-color);
    color: #fff;
    border: none;
}

.container {
    z-index: 10;
}

.HomePage {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.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, .10), rgba(212,232,248, .10));
}

.CanvasCover2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/**/

.navbar {
    background-color: var(--primary-color);
    border-color: #00458b;
}

.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: #00458b;
}

.navbar-inverse .navbar-toggle {
    border-color: #00458b;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.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;
}

.comparison-grid {
    border-radius: 12px;
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

    .comparison-grid th {
        background: #f0f6fa;
        font-weight: 600;
    }

    .comparison-grid th,
    .comparison-grid td {
        border: 1px solid #ddd;
        padding: 10px;
    }

        .comparison-grid td.yes {
            font-size: 20px;
        }

        .comparison-grid td.no {
            font-size: 20px;
        }

        .comparison-grid td.partial {
            font-size: 20px;
        }

.yes {
    color: #2e7d32;
}

.no {
    color: #c62828;
}

.partial {
    color: #ed6c02;
}