@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.image-background {
    position: relative;
    height: 95%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/mainBackground7129708.jpg')

}

.stockTrack-background {
    position: relative;
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/stockTrackBackGround.jpg')
}

.main-content{
    top:30%;
    position:absolute;
    left: 15%;
    color: #000000;
    justify-content:center
}
.product-content {
    position:relative;
    margin: auto;
    left: 15%;
    color: #000000;
    justify-content: center;
    overflow:scroll;
}

.page-footer {
    position: absolute;
    color: #808080;
    justify-content: center;
    margin: auto;
    font-size: 10px;
}

.loginWidth {
    width: 25% !important;
}

.responsive-image {
    min-width: 100px;
    max-width: 100%;
    height: auto;
}

.pricing-table-header {
    padding: 10px 20px;
    border-radius: 15px;
    border-spacing: 100px;
    border-width: 6px;
    border-color: white;
    background-color: #1992b9;
    color:white;
}

.section-header {
    font-weight:bold;
    font-size:x-large;
    color:#1992b9;
    margin-top:25px;
}

@media screen and (max-width: 600px) {
    .loginWidth {
        width: 100% !important;
    }
}

.showPass {
    width: 16px;
    height: 16px;
    background: url('https://api.iconify.design/material-symbols/visibility-outline.svg') no-repeat center center;
}

.hidePass {
    width: 16px;
    height: 16px;
    background: url('https://api.iconify.design/material-symbols/visibility-off-outline.svg') no-repeat center center
}

.dxbl-btn-primary {
    background-color: cornflowerblue;
    border-color: black;
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
    --dxbl-btn-hover-bg: dodgerblue;
    --dxbl-btn-hover-border-color: Black;
}

    .dxbl-btn-primary:hover {
        background-color: dodgerblue;
    }

    .dxbl-btn-primary:focus {
        background-color: dodgerblue;
    }

    .dxbl-btn-primary:disabled {
        background-color: cornflowerblue;
        border-color: black;
    }