/*@import "colortheme1.css";*/
@import "standardtheme.css";

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

@media (orientation: landscape) {
    .pq-image-box {
        height: 70vh;
    }
}

@media (orientation: portrait) {
    .pq-image-box {
        height: 45vh;
    }
}

.blazored-modal-overlay {
    backdrop-filter: blur(3px);
    background-color: rgba(0,0,0,0.65)!important;
}

body, p, li, a, table td, th, h6, .p, .h6, .a, input, textarea {
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .tiles p, .tiles h5, h5.q-tile-small-title {
    font-family: "Cabin Condensed", sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-weight: 600;
}
body, p, li, a, table td, th, h6, .tiles p, .tiles h5, h5.q-tile-small-title {
    font-weight: 500;
}


    h5.q-tile-small-title {
        font-size: 0.75em;
        font-weight: 600!important;
    }

    h5.q-tile-title {
        font-size: 1em;
        font-weight: 300!important;
    }

.q-font-1 {
    font-size: 1rem !important;
}

.q-font-95 {
    font-size: 95% !important;
}
.q-font-90 {
    font-size: 90% !important;
}
.q-font-150 {
    font-size: 150% !important;
}
.q-font-85 {
    font-size: 85% !important;
}

.text-stylish {
    color: #4B515D;
}

.q-text-extra-muted {
    color: #6c757d73; 
}

.q-max-100 {
    max-width: 100%!important;
    max-height: 100%!important;
}
.q-row-title {
    font-weight: bold;
    color: #607d8b !important;
}

.q-tile-info-button {
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
}

.q-tile-share-status {
    position: absolute;
    left: 8px;
    top: 10px;
    cursor: pointer;
}

.q-tile-mobile {
    height: 50px;
    width: 50px;
}

.q-list-max-height {
    height: 29px;
    overflow-y: hidden;
}

.q-list-max-expanded {
    height: 100%;
}

.nav-light a.nav-link:not(.active) span:not(.q-menu-badge) {
    color: #fff !important;
    opacity: 0.8 !important;
}

.nav-light a.nav-link.active {
    color: #fff!important;
    opacity: 1!important;
}

.nav-light .q-menu-badge {
    position: absolute;
    top: 0px;
    left: 36px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a.nav-link:not(.active) {
    color: #222;
}

a.nav-link.active {
    color: #007bff;
}

.ALO-object-button {
    padding: 12px 10px!important;
}

.q-alo-close-icon {
    font-size: 1.7em;
    line-height: 1em;
    vertical-align: -.18em;
    --fa-primary-color: white;
    --fa-secondary-color: #333;
    --fa-secondary-opacity: 0.80
}

.q-icon-dark-white {
    --fa-primary-color: white;
    --fa-secondary-color: #333;
    --fa-secondary-opacity: 0.80
}

.q-icon-primary-white {
    --fa-primary-color: white;
    --fa-secondary-color: #4285f4;
    --fa-secondary-opacity: 1
}

.q-icon-disabled {
    --fa-secondary-opacity: 0.30!important;
    --fa-primary-opacity: 0.3!important;
}


.q-cursor-pointer {
    cursor: pointer;
}

.q-text-white-small-italic {
    font-size: 0.75em; 
    font-style: italic;
    color: #ffffff;
    opacity: 0.9;
}

.q-editalo-object {
    border-color: #ccc !important;
}
.q-editalo-object:hover {
    border-color: #a00 !important;
}

.q-bg-black100 {
    background: rgba(0,0,0,1)
}
.q-bg-black90 {
    background: rgba(0,0,0,.9)
}
.q-bg-black80 {
    background: rgba(0,0,0,.8)
}
.q-bg-black70 {
    background: rgba(0,0,0,.7)
}
.q-bg-black60 {
    background: rgba(0,0,0,.6)
}
.q-bg-black50 {
    background: rgba(0,0,0,.5)
}

.q-blazored-modal {
    width: 100%;
    max-width: 1250px;
    height: 90vh;
}

.q-blazored-modal .blazored-modal-content {
    height: 100%!important;
}


.q-modal-max {
    width: 100%!important;
    max-width: 100%!important;
}
.q-modal-ordinary {
    width: 100% !important;
    max-width: 1220px !important;
}

.card {
    background: inherit;
    background-color: inherit;
}

.q-tile-color-selector {
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    display: inline-block;
    padding-top: 13px;
    color: transparent;
}
.q-tile-icon-selector .fas,
.q-tile-icon-selector .far,
.q-tile-icon-selector .fal,
.q-tile-icon-selector .fab {
    width: 50px;
    text-align: center;
}

.alo-width-1-1 {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 100%;
}


.q-xsmall {
    font-size: 95%!important;
}

.pedit-form-dark input[type=text], .pedit-form-dark input[type=password], .pedit-form-dark input[type=email] {
    border-bottom: 0 !important;
    background-color: #ccc !important;
    color: #555 !important;
}

.pedit-form-dark .md-form input[type=text]:focus:not([readonly]), .pedit-form-dark .md-form input[type=password]:focus:not([readonly]), .pedit-form-dark .md-form input[type=email]:focus:not([readonly]) {
    border-bottom: 0 !important;
    background-color: #eee !important;
    color: #333!important;
    -webkit-box-shadow: 0!important;
    box-shadow: 0!important;
}

.pedit-form-dark .md-form label {
    color: #fff;
}

    .pedit-form-dark .md-form label.active {
        color: #bbdefb !important;
    }

.q-max-150 {
    max-width: 150px;
}

video {
    max-height: 75vh;
}

.q-img-min-height {
    min-height: 80px;
}


/* Draggable overwrites */
.dropzone {
    min-width: unset !important;
}

div.draggable > div:first-child {
    height: 100%;
}

.draggable-intransit {
    opacity: 0.7 !important;
    background-color: #aaa;
    border: 1px solid black !important;
}

.blazored-modal-container {
    z-index: 999999!important;
}

.q-top-container {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 99 !important;
}

.q-top-inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
}

.q-alo-top-navbar {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 16px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.q-alo-middle-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
    padding: 0 !important;
}

.q-alo-bottom-navbar {
    position: relative;
    height: 65px;
    width: 100%;
   -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}

.q-desktop-main-grid {
    max-width: 1500px;
}


@media (max-width: 991.9px) {
    .q-content-container:not(.q-mobile):not(.q-footer) {
        margin-bottom: 1rem !important;
    }
}


.q-mobile .card-header:first-child {
    border-radius: 0 !important;
}

@media (min-width: 1200px) {

    .q-content-container-column {
        height: calc(100vh - 195px) !important;
    }
    .q-main-home-isalo {
        top: 90px !important;
        height: calc(100% - 90px);
        overflow: hidden;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .q-content-container-column {
        height: calc(100%) !important;
    }
}

@media (max-width: 991.9px) {
    .card {
        border-top-width: 1px;
        border-right-width: 0px !important;
        border-left-width: 0px !important;
        border-bottom-width: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .q-main-home-isalo {
        top: 80px !important;
        height: calc(100% - 80px);
        overflow: hidden;
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {

    .q-content-container-column-main {
        height: calc(100% - 64px) !important;
    }
}

@media (max-width: 767.9px) {
    .q-content-container-column-main {
        height: calc(100% - 63px) !important;
    }

    .q-main-home-isalo {
        top: 80px !important;
        height: calc(100% - 80px);
        overflow: hidden;
        position: absolute;
        width: 100%;
    }
}


@media (min-width: 992px) {
    .q-fullheight-component {
        height: 100vh;
        min-height: 100vh;
    }

        .q-fullheight-component .q-inner-container {
            height: 100% !important;
            overflow: hidden !important;
        }

    .h-lg-100 {
        height: 100% !important;
    }
}

.q-inner-container {
    height: 100% !important;
}


.q-w0-slide-transition {
    z-index: 1080;
    width: 0%;
    overflow: hidden;
    transition: all ease-in 0.4s;
    left: -1px;
    max-width: 200px;
}
.q-w90-slide-transition {
    z-index: 1080!important;
    width: 90%!important;
    max-width: 200px;
    left: 0!important;
}
.q-fade-transition {
    z-index: -1;
    opacity: 0;
    transition: all 0.2s;
    width: 100%;
    left: 0;
}

.q-w0-fade-transition {
    z-index: -1;
    opacity: 0;
    transition: all 1s;
    width: 100%;
    left: 0;
}
.q-w100-fade-transition {
    z-index: 1079;
    opacity: 1;
    width: 100%;
}

.modal-xl {
    max-width: 1200px
}

.q-notification-bell-counter {
    position: absolute;
    top: -27px;
    left: 23px;
    width: 34px;
    height: 34px;
    background-color: #ff3547 !important;
    color: white !important;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    border-radius: 50%;
    border: 2px solid white;
}
.q-notification-bell-counter-small {
    position: absolute;
    top: -17px;
    left: 13px;
    width: 28px;
    height: 28px;
    background-color: #ff3547 !important;
    color: white !important;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 0.9em;
}

.selectedtile {
    border: 1px solid white;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}

.line-height-2-5 {
    line-height: 2.5em !important;
}

.line-height-3 {
    line-height: 3em!important;
}

.embed-responsive-item {
    max-height: 75vh;
}

.scope-page, .scope-all-pages {
    border-left: 2px solid #ff3547;
}


.q-simplegraph-box {
    background-color: #00C851;
    border: 1px solid #999;
    width: 100%;
    max-width: 200px;
    height: 21px;
    overflow: hidden;
    border-radius: 5px;
}

.q-simplegraph-box-score {
    float: right;
    height: 100%;
    background: white;
    border-left: 1px solid #999;
}


.q-filemanager-breadcrumb li:last-child a {
    font-weight: bold;
    color: #333 !important;
}

    .q-filemanager-breadcrumb li:last-child a span {
        color: #4285f4 !important;
    }

.q-filemanager-thumbnail {
    width: 24px;
    height: 16px;
    background-size: cover;
}

.q-icon-shadow {
    text-shadow: 1px 1px 0px #666;
}

.q-progress {
    height: 1.5rem;
}

#settingsSelector .nav-item .active {
    background-color: #f8f9fa !important;
}

.line-height-1-3 {
    line-height: 1.3em !important;
    padding-top: 4px !important;
}

.q-fileupload-label {
}

    .q-fileupload-label input {
        opacity: 0;
        width: 136px;
        position: absolute;
        left: 0;
        height: 31px;
    }

.circle-chart {
    padding: 15px;
    overflow: visible!important;
    box-sizing: border-box;
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.q-graph {
    height: 100%;
    width: 100%;
}

    .q-graph .labels.x-labels {
        text-anchor: middle;
    }

    .q-graph .labels.y-labels {
        text-anchor: end;
    }

    .q-graph .grid {
        stroke: #555;
        stroke-dasharray: 0;
        stroke-width: 1;
    }

    .q-graph .gridhelplines {
        stroke: #ccc;
        stroke-dasharray: 2;
        stroke-width: 1;
    }

    .q-graph .bars {
        stroke: #0079cf;
        stroke-dasharray: 0;
        stroke-width: 10%;
    }
        .q-graph .bars .q-bars-wide {
            stroke-width: 15% !important;
        }
        .q-graph .bars .q-bars-narrow {
            stroke-width: 5% !important;
        }

        .q-graph .bars line:first-of-type {
            stroke: #1266f1;
        }

        .q-graph .bars line:hover {
            stroke: #444 !important;
        }

        .q-graph .bars line:nth-of-type(2) {
            stroke: #b23cfd;
        }

        .q-graph .bars line:nth-of-type(3) {
            stroke: #00b74a;
        }

        .q-graph .bars line:nth-of-type(4) {
            stroke: #f93154;
        }

        .q-graph .bars line:nth-of-type(5) {
            stroke: #ffa900;
        }

        .q-graph .bars line:nth-of-type(6) {
            stroke: #00897B;
        }

        .q-graph .bars line:nth-of-type(7) {
            stroke: #00BCD4;
        }

        .q-graph .bars line:nth-of-type(8) {
            stroke: #FFEB3B;
        }

        .q-graph .bars line:nth-of-type(9) {
            stroke: #795548;
        }

        .q-graph .bars line:nth-of-type(10) {
            stroke: #00ACC1;
        }

    .q-graph .graph-background rect:nth-of-type(1) {
        fill: black;
        opacity: 0.02;
    }

    .q-graph .graph-background rect:nth-of-type(2) {
        fill: black;
        opacity: 0.04;
    }

    .q-graph .graph-background rect:nth-of-type(3) {
        fill: black;
        opacity: 0.06;
    }

    .q-graph .graph-background rect:nth-of-type(4) {
        fill: black;
        opacity: 0.08;
    }

    .q-graph .bar-labels {
        font-size: 11px;
    }

    .q-graph .x-axis-labels {
        font-size: 14px;
    }

    .q-graph .y-axis-labels {
        font-size: 13px;
    }

    .q-graph .data {
        fill: red;
        stroke-width: 1;
    }

.q-chart-color-0 {
    color: #1266f1;
}

.q-chart-color-1 {
    color: #b23cfd;
}

.q-chart-color-2 {
    color: #00b74a;
}

.q-chart-color-3 {
    color: #f93154;
}

.q-chart-color-4 {
    color: #ffa900;
}

.q-chart-color-5 {
    color: #00897B;
}

.q-chart-color-6 {
    color: #00BCD4;
}

.q-chart-color-7 {
    color: #FFEB3B;
}

.q-chart-color-8 {
    color: #795548;
}

.q-chart-color-9 {
    color: #00ACC1;
}


.q-section {
    width: 100%;
    height: 100%;
}

.q-width-25px {
    width: 25px!important;
}

.q-tile-color-selector-small {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    display: inline-block;
    padding-top: 7px;
}


@media (min-width: 1521px) {
    .q-content-container {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Adding some extra padding breakpoints for very large screens */
@media (min-width: 1400px) {
    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pl-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .pr-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pl-xxl-5 {
        padding-left: 3rem !important;
    }

    .pr-xxl-5 {
        padding-right: 3rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}


@media (min-width: 1200px) {
    .q-alo-middle-content {
        height: calc(100% - 115px);
    }
    .q-alo-main-holder {
        height: calc(100%) !important;
    }


    .q-height-calc180 {
        height: calc(100vh - 102px) !important;
    }

    .q-leftmenu .nav-header {
        overflow: hidden;
    }

    .q-leftmenu-right-arrow {
        color: #6c757d !important;
        padding-top: 1rem !important;
        float: right !important;
        display: inline !important;
    }

    .q-leftmenu {
    }

    .q-content {
        height: 100vh;
    }

    .q-icon-circle-resp {
        width: 50px;
        height: 50px;
        padding-top: 13px;
        margin-right: 10px;
    }

        .q-icon-circle-resp .fas,
        .q-icon-circle-resp .far,
        .q-icon-circle-resp .fal,
        .q-icon-circle-resp .fab {
            font-size: 1.333em;
        }
}

.q-alo-edit {
    height: max-content;
}

@media (min-width: 1000px) {
    .q-alo-edit .alo-width-1-2 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 50%;
    }

    .q-alo-edit .alo-width-1-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 33.333%;
    }

    .q-alo-edit .alo-width-2-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 66.666%;
    }
}

@media (min-width: 1200px) {
    .q-playgroundplayer-alo {
        position: absolute;
        max-width: 1024px;
        max-height: 768px;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto !important;
        border-radius: 1rem !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }
    .q-playgroundplayer-alo-editmode {
        position: absolute;
        max-width: 1234px;
        max-height: 848px;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto !important;
        border-radius: 1rem !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }
/*    .q-alo-play {
        position: absolute;
        max-width: 1024px;
        max-height: 568px;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto !important;
        border-radius: 1rem!important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }
*/}

.q-alo-play {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

.q-alo-middle-content {
/*    background-color: white;*/
}


@media (max-width: 1199.99px) {

    .q-alo-edit-title-width {
        width: 40%;
    }
    .q-alo-play {
        margin-top: 0!important;
        margin-bottom: 0.5rem!important;
    }

    .q-icon-circle-resp {
        width: 35px;
        height: 35px;
        padding-top: 5px;
        margin-right: 0px;
    }

    .q-icon-circle-resp-text {
        font-size: 0.8em;
    }

    .q-leftmenu .nav-header {
        height: 100%;
        padding: 7px 20px;
        width: 100%;
        margin-bottom: 8px;
    }

    .q-leftmenu-right-arrow {
        display: none !important;
    }

    .q-leftmenu {
    }

    .q-content {
        max-height: calc(100vh - 125px);
    }
}

@media (min-width: 993px) {
    .ALO-object-button {
        width: 103px;
    }
}

@media (max-width: 992px) {
    .ALO-object-button {
        width: 63px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .q-alo-middle-content {
        height: calc(100% - 115px);
    }
    .q-alo-main-holder {
        height: calc(100% - 0px) !important;
    }

    .q-height-calc180 {
        height: calc(100vh - 80px) !important;
    }

    .q-smaller-onmobile {
        font-size: 95% !important;
    }

    .q-small-onmobile {
        font-size: 90% !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .q-alo-edit .alo-width-1-2,
    .q-alo-edit .alo-width-1-3,
    .q-alo-edit .alo-width-2-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }
}


@media (min-width: 768px) {
    .q-notification-container {
        width: 50%;
        max-width: 500px;
    }

    .q-alo-play .alo-width-1-2 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 50%;
    }

    .q-alo-play .alo-width-1-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 33.333%;
    }

    .q-alo-play .alo-width-2-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 66.666%;
    }

    .q-tile-color-selector {
        height: 60px;
        width: 60px;
        box-sizing: border-box;
        display: inline-block;
        padding-top: 13px;
        color: transparent;
    }
}

@media (max-width: 767px) {
    .q-alo-middle-content {
        height: calc(100% - 115px);
    }
    .q-alo-main-holder {
        height: calc(100% - 0px) !important;
    }


    .q-height-calc180 {
        height: calc(100vh - 81px) !important;
    }

    .q-notification-container {
        width: 100%;
        font-size: 0.8em;
    }

    .alo-width-1-2 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    .alo-width-1-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    .alo-width-2-3 {
        display: block;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    .q-smaller-onmobile {
        font-size: 90% !important;
    }

    .q-small-onmobile {
        font-size: 80% !important;
    }

    .fa-lg-responsive {
        font-size: 1em !important;
    }

    .fa-2x-responsive {
        font-size: 1.5em !important;
    }

    .fa-3x-responsive {
        font-size: 2em !important;
    }

    .fa-4x-responsive {
        font-size: 3em !important;
    }

    .fa-5x-responsive {
        font-size: 4em !important;
    }

    .q-tile-color-selector {
        height: 45px;
        width: 45px;
        box-sizing: border-box;
        display: inline-block;
        padding-top: 11px;
        color: transparent;
        font-size: 175%;
    }
}




@media (min-width: 576px) {
    .q-nav-page-counter {
        min-width: 40px;
    }
}

@media (max-width: 575px) {
    .q-alo-bottom-navbar .fa-3x {
        font-size: 2.5em !important
    }

    .q-alo-bottom-navbar .fa-2x {
        font-size: 1.4em !important
    }

    .q-nav-page-counter {
        min-width: 33px;
    }
}


.q-alo-book-page {
    position: absolute;
}

.e-rte-content .e-content {
    -webkit-user-select: text;
}

.fa-1-3x {
    font-size: 1.3em;
}
.fa-1-5x {
    font-size: 1.5em;
}
.nav-tabs .nav-link:not(.active):hover {
    background-color: rgba(255,255,255,0.4)!important;

}

.blazored-toast-container {
    z-index: 999999999!important;
}

/* Soft style buttons and rounded-xl corners on stuff */

@media (min-width: 992px) {
    .btn:not(.q-btn-special):not(.btn-sm) {
        font-size: 1em !important;
        padding: .5rem 2rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn:not(.q-btn-special):not(.btn-sm) {
        font-size: 0.9em !important;
        padding: .5rem 1.5rem !important;
    }
}

@media (max-width: 767px) {
    .btn:not(.q-btn-special):not(.btn-sm):not(.q-play-footer-btn) {
        font-size: 0.8em !important;
        padding: .5rem 1rem !important;
    }

    .btn.q-play-footer-btn {
        font-size: 0.8em !important;
        padding: .5rem 0.6rem !important;
    }
}

.btn-lg {
    padding: 0.75rem 2.4rem !important;
    font-size: 1rem !important;
}

.form-control:not(.q-form-control-special,.q-playground-page-edit-input) {
    height: auto !important;
    padding: .69rem .75rem !important;
}
.form-control.q-playground-page-edit-input {
    height: auto !important;
    padding: .3rem .6rem !important;
    font-weight: 600;
}

.btn:not(.q-btn-special) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none !important;
}




#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;
    }


/* Strict mobile structure */



.q-footer-background {
    min-height: 50px;
}

@media (min-width: 1200px) {

    .q-footer-background {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
@media (max-width: 1199.99px) {

    .q-footer-background {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

.q-mobile-header {
    height: 80px !important;
}

@media (min-width: 1200px) {
    .q-tablet-header {
        height: 90px !important;
    }
}
@media (max-width: 1199.99px) {
    .q-tablet-header {
        height: 80px !important;
    }
}

@media (min-width: 1200px) {
    .q-desktop-header {
        height: 90px !important;
    }
    .q-desktop-main {
        padding-top: 120px !important;
    }
    .q-tablet-main {
        padding-top: 90px !important
    }

}
@media (max-width: 1199.99px) and (min-width: 992px) {
    .q-desktop-main {
        padding-top: 110px !important;
    }
}
@media (max-width: 991.99px) {
    .q-desktop-main {
        padding-top: 80px !important;
    }
}
@media (max-width: 1199.99px) {
    .q-desktop-header {
        height: 80px !important;
    }
    .q-tablet-main {
        padding-top: 80px !important
    }
}

.q-tablet-main {
    min-height: calc(100% - 50px) !important;
    position: absolute;
    height: calc(100% - 50px) !important;
    overflow: auto;
    left: 0;
    right: 0;
}

.q-mobile-main {
    min-height: calc(100% - 50px) !important;
    position: absolute;
    height: calc(100% - 80px) !important;
    padding-top: 80px !important;
    overflow: auto;
}
.q-desktop-main {
    min-height: calc(100% - 50px) !important;
    height: calc(100% - 50px) !important;
    position: absolute;
    left: 0;
    right: 0;
}
@media (min-width: 992px) {
    .q-footer-q-logo {
        width: 30px;
    }
}
@media (max-width: 991.99px) {
    .q-footer-q-logo {
        width: 20px;
    }
}


.q-mobile-footer {
    height: 50px !important;
    padding: 0 !important;
}


@media (min-width: 992px) {
    .q-tablet-footer {
        height: 50px !important;
        padding: 0 !important;
    }
}
@media (max-width: 991.99px) {
    .q-tablet-footer {
        height: 50px !important;
        padding: 0 !important;
    }
}


.q-desktop-footer {
/*    height: 172px!important;*/
    overflow: hidden!important;
    padding: 0!important;
}

.ql-align-left {
    text-align: left!important;
}
.ql-align-right {
    text-align: right!important;
}
.ql-align-center {
    text-align: center!important;
}
.ql-align-justify {
    text-align: justify!important;
}
