@import url('css/open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('css/selfroboto.css');
/*@import url('https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

html, body {
    width: 100%;
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'XRoboto', sans-serif !important;
    font-size:14px;
    overflow-y:hidden;
    scroll-behavior: smooth;
}

html{
    height:100%;
}

body{
    height:calc(100%);
    overflow-y:auto;
    font-size: 14px;
    /*padding-bottom: 20px;*/
}

/*.qrazor-copy-right-1009{*/
/*    width: 85% !important;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

.height100 {
    height:100% !important;
}

.modal {
    color:var(--mud-palette-text-primary);
    background-color: var(--mud-palette-text-disabled) !important;
}

.billing-page-holders{
    height: calc(100% - 2.5rem);
}

/*&&.qrazor-footer-1009{*/
/*    height: 2rem !important;*/
/*    z-index:1200 !important;*/
/*}*/
@media (min-width: 1920px) and (orientation: landscape), (min-width: 1280px) and (orientation: portrait) {
/*@media (max-width: 1199px) and (orientation: landscape), (max-width: 910px) and (orientation: portrait) {*/
    html, body {
        font-size: 16px;
        /*line-height:14px;*/
    }
}
@media (max-width: 1279px) and (orientation: landscape), (max-width: 959px) and (orientation: portrait) {
/*@media (max-width: 991px) and (orientation: landscape), (max-width: 768px) and (orientation: portrait) {*/
    html, body {
        font-size: 13px;
        /*line-height:14px;*/
    }
}
@media (max-width: 959px) and (orientation: landscape), (max-width: 599px) and (orientation: portrait) {
/*@media (max-width: 767px) and (orientation: landscape), (max-width: 480px) and (orientation: portrait) {*/
    html, body {
        font-size: 11px;
        /*line-height:14px;*/
    }
    .billing-page-holders{
        height: calc(100% - 22.5rem);
    }
}

@media (max-width: 599px) and (orientation: landscape), (max-width:320px) and (orientation: portrait) {
/*@media (max-width: 576px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait) {*/
    html, body {
        font-size: 8px;
        /*line-height:14px;*/
    }
    .billing-page-holders{
        height: calc(100% - 22.5rem);
    }
}

@media screen and (min-width: 2560px)  and (orientation: landscape), (min-width: 1920px) and (orientation: portrait) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.qlogin-resetPass:after {
    content: '\A';
    white-space: break-spaces;
}
/*.qlogin-username:after {*/
/*    content: '\A';*/
/*}*/



.hidden{
    display:none !important;
}

.qrazor-layout-form{
    height:100%;
    min-height:100%;
    max-height:100%;
}

.btn{
    padding: .18rem 1.7rem;
    min-width: 10rem;
    font-size:1.14rem;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    cursor: pointer !important;
    color: #7a96ad !important;
    text-decoration: none !important;
    /*color: #0071c1;*/
}

a:visited {
    color: #244c91;
    /*color: #0071c1;*/
}

.link {
    cursor: pointer !important;
    color: #7a96ad !important
}


button {
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #005CA5;
    border-color: #cccccc;
    border-width: 1px;
    height: 3.1rem;
    /*background-color: #1b6ec2;*/
    /*border-color: #1861ac;*/
}
.btn-secondary {
    color: #202020;
    background-color: #ffffff;
    border:0;
    /*border-color: #202020;*/
    /*border-width: 1px;*/
    height: 3.1rem;
    /*background-color: #1b6ec2;*/
    /*border-color: #1861ac;*/
}
/*.btn-secondary:hover {*/
/*    background-color: ;*/
/*}*/

.qlogin-not-auth-div input {
    /*diaply:inline-block;*/
    display:inline-block;
    width:100%;
    margin: 1rem 0;
}


.mdc-select__selected-text {
    position: absolute !important;
    top: .5rem;
}

.mdc-select__dropdown-icon {
    position: absolute !important;
    right: 0.2rem;
    top: .5rem;
}
.mdc-table td{
    padding:.2rem !important;
}

.hrc{
    height:auto !important;
}

.likeLink{
    cursor: pointer;
}
.navbar-selected {
    background-color: var(--mud-palette-action-default-hover);
}

.mud-input-control-margin-dense{
    content: '\A';
    white-space: break-spaces;
}

.mud-drawer-content{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.qlogin-username, .qlogin-pass {
    width:50%;
}

.qlogin-content-holder{
    position: initial !important;
    text-align: right;
}
.qrazor-login-form .qdropmenuholder-div{
    /*right:1rem !important;*/
    /*position: initial !important;*/
}
.qdropmenuholder-div{
    left: unset !important;
    /*position: initial !important;*/
}

.qrazor-layout-form{
    height:100%;
    min-height:100%;
    max-height:100%;
}

.qlogin-not-auth-div {
    text-align: center !important;
    white-space: pre-line;
    /*background-color:#fdfdfd; */
    background-color:var(--mud-palette-surface);
    border: 1px solid #dde3e7;
    text-align:center;
    border-radius: 1.15rem;
    padding:1.45rem 2.14rem;
}

/*.qlogin-username:after {*/
/*    content: '\A';*/
/*}*/

.q-mat-table, .mdc-paginator{
    background-color: white !important;
}

.mat-select {
    height: 2.5rem;
    padding-top: 1rem;
}
.mdc-select .mdc-select__anchor {
    height: 2.5rem !important;
    padding-top: 1rem;
}
.mdc-table thead {
    /*width: 100%;*/
    /*position: sticky;*/
    /*display: table;*/
}
.mdc-table th{
    line-height: 1rem !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

.content {
    padding-top: 1.1rem;
}

.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;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}





.nav-links, .nav-links-mobile {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links-mobile {
    flex-direction: column;
    gap: 1rem;
    max-width: 50%;
    margin-left: auto;
    width: max-content;
}

.nav-links a, .nav-links-mobile a {
    text-decoration: none;
    color: #1d1d1f;
    font-weight: 400;
    font-size: 1.31rem;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    padding: .517rem 0;
}

.nav-links a::after, .nav-links-mobile a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0071e3;
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.nav-links a:hover, .nav-links-mobile a:hover {
    color: #0071e3;
}

.nav-links a:hover::after, .nav-links-mobile a:hover::after {
    transform: scaleX(1);
}

.nav-links a.active, .nav-links-mobile a.active{
    color: #0071e3;
}

.nav-links a.active::after, .nav-links-mobile a.active::after {
    transform: scaleX(1);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6b7280;
}

/* Mobile menu */
.mobile-menu {
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--mud-palette-appbar-background);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    text-align: right;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu .nav-links {
    flex-direction: column;
    gap: 1rem;
}

/* Hero section */
.hero {
    padding: .5rem 2rem 1rem;
    background: #ffffff;
    min-height: 49vh;
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 85.714rem;
    margin: 0 auto;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 0.25rem;
    color: #1a1a1a;
}

.hero p {
    font-size: 1.5rem;
    color: #86868b;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.011em;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 1.42rem;
    box-shadow: 0 1.42rem 4.28rem rgba(0, 0, 0, 0.1);
}

.trust-indicators {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.avatars {
    display: flex;
    margin-left: .5rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -0.5rem;
}

/* Sections */
section {
    padding: 4rem 2rem;
    background-color: var(--mud-palette-background) !important;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.5rem;
    color: #86868b;
    max-width: 42.85rem;
    margin: 0 auto;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: 0.011em;
}

/* Features */
.features {
    background: #ffffff;
}

.feature-card {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    border: 1px solid #000000;
}

.feature-card:hover {
    transform: translateY(-.57rem);
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #0071e3, #005bb5);
    border-radius: .857rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 .43rem 1.74rem rgba(0, 113, 227, 0.3);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: translateY(-.285rem) scale(1.1);
    box-shadow: 0 .86rem 2.85rem rgba(0, 113, 227, 0.4);
}

.feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.feature-card p {
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Benefits */
.benefits-section {
    background: #ffffff;
}

.benefit-card {
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-.285rem);
}

.benefit-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: .714rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    box-shadow: 0 .428rem 1.714rem rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 .57rem 2.285rem rgba(16, 185, 129, 0.4);
}

.benefit-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.benefit-card p {
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Pricing */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(21.428rem, 1fr));
    gap: 2rem;
    max-width: 71.428rem;
    margin: 0 auto;
}

.pricing-card {
    position: relative;
    text-align: center;
    padding: 2.5rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-.57rem);
    box-shadow: 0 1.43rem 4.285rem rgba(0, 0, 0, 0.15);
    border: 2px solid #0071e3;
}

.pricing-card.featured {
    transform: scale(1.05);
    background: linear-gradient(135deg, var(--mud-palette-background) 0%, var(--mud-palette-background-gray) 100%);
    box-shadow: 0 1.142rem 3.428rem rgba(0, 113, 227, 0.2);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-.57rem);
    box-shadow: 0 1.714rem 4.571rem rgba(0, 113, 227, 0.3);
    border: 2px solid #0056b3;
}

.pricing-card .price {
    font-size: 3rem;
    font-weight: 700;
    color: #0071e3;
    margin-bottom: 0.5rem;
}

.pricing-card .period {
    color: #6b7280;
    margin-bottom: 2rem;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.pricing-features li:before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
    margin-right: 0.5rem;
}



/* Footer */
footer {
    background: #1a1a1a;
    color: white;
    padding: 1rem 2rem .1rem;
    text-align: center;
    position: sticky !important;
    bottom: 0;
}

.qrazor-footer-1009 {
    background-color: #1A1A1A !important;
    /*background-color: #000000 !important;*/
}
.footer-content {
    max-width: 85.714rem;
    margin: 0 auto;
}

.footer-tagline {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #d1d5db;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 1rem;
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Responsive design */
/*@media (max-width: 599px) and (orientation: landscape), (max-width:320px) and (orientation: portrait) {*/
@media (min-width: 600px) and (orientation: landscape), (min-width:700px) and (orientation: portrait) {
    /*@media (max-width: 599px) {*/
    .sm-links-holder {
        display: block;
    }
    .mobile-menu-toggle-item{
        display: none;
    }
    .sm-login-button-holder{
        display: block;
    }
    .xs-login-button-holder{
        display: none;
    }
}
@media (max-width: 599px) and (orientation: landscape), (max-width:699px) and (orientation: portrait) {
/*@media (max-width: 599px) {*/
    .sm-links-holder {
        display: none;
    }

    .mobile-menu-toggle-item{
        display: block;
    }

    .sm-login-button-holder{
        display: none;
    }
    .xs-login-button-holder{
        display: block;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .pricing-card.featured {
        transform: none;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}


@media (min-width: 500px) and (orientation: landscape), (min-width:500px) and (orientation: portrait) {
    .appbar-logo {
        
    }
}
@media (max-width: 499px) and (orientation: landscape), (max-width:499px) and (orientation: portrait) {
    .appbar-logo {
        width: 3.9rem;
        height:100%;
        object-position: left top;
        object-fit:cover;
    }
}
/*!*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*!*/

/*html, body {*/
/*    width: 100%;*/
/*    !*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*!*/
/*    font-family: 'Roboto', sans-serif !important;*/
/*    font-size:14px;*/
/*    overflow-y:hidden;*/
/*}*/

/*html{*/
/*    height:100%;*/
/*}*/

/*body{*/
/*    height: 100%;*/
/*    overflow-y:auto;*/
/*    font-size: 14px;*/
/*    !*padding-bottom: 20px;*!*/
/*}*/
/*.height100 {*/
/*    height:100% !important;*/
/*}*/

/*#virazor-layout-form{*/
/*    height:100%;*/
/*}*/

/*.primary-text{*/
/*    color:var(--mud-palette-primary-text) !important;*/
/*}*/
/*.secondary-text{*/
/*    color:var(--mud-palette-dark-text) !important;*/
/*}*/
/*article {*/
/*    position: fixed;*/
/*    top:6.2rem;*/
/*    height: calc(100% - 8.2rem);*/
/*    left: calc(var(--mud-drawer-width-left) + .25rem);*/
/*    width: calc(100% - var(--mud-drawer-width-left) - .5rem);*/
/*    overflow-y: auto;*/
/*    !*padding-top: 6rem; *!*/
/*    !*margin-left: calc(var(--mud-drawer-width-left) + .25rem); *!*/
/*    !*width: calc(100% - var(--mud-drawer-width-left) - .5rem)*!*/
/*}*/
/*ul{*/
/*    padding-left:1.3rem !important;*/
/*    list-style: initial !important;*/
/*}*/
/*!*&&.qrazor-footer-1009{*!*/
/*!*    height: 2rem !important;*!*/
/*!*    z-index:1200 !important;*!*/
/*!*}*!*/
/*@media (max-width: 1199px) {*/
/*    html, body {*/
/*        font-size: 13px;*/
/*        !*line-height:14px;*!*/
/*    }*/
/*}*/
/*@media (max-width: 991px) {*/
/*    html, body {*/
/*        font-size: 12px;*/
/*        !*line-height:14px;*!*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    html, body {*/
/*        font-size: 10px;*/
/*        !*line-height:14px;*!*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    html, body {*/
/*        font-size: 8px;*/
/*        !*line-height:14px;*!*/
/*    }*/
/*    article {*/
/*        left: calc(var(--mud-drawer-width-mini-left) + .25rem);*/
/*        width: calc(100% - var(--mud-drawer-width-mini-left) - .5rem);*/
/*        overflow-y: auto;*/
/*        !*margin-left: calc(var(--mud-drawer-width-mini-left) + .25rem) !important; *!*/
/*        !*width: calc(100% - var(--mud-drawer-width-mini-left) - .5rem) !important;*!*/
/*    }*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .jumbotron {*/
/*        margin-top: 20px;*/
/*    }*/

/*    .body-content {*/
/*        padding: 0;*/
/*    }*/
/*}*/


/*h1:focus {*/
/*    outline: none;*/
/*}*/

/*a, .btn-link {*/
/*    color: #0071c1;*/
/*}*/

/*!*button {*!*/
/*!*    !*padding: .18rem 1.7rem !important;*!*!*/
/*!*    !*min-width: 10rem;*!*!*/
/*!*    margin:.1rem;*!*/
/*!*}*!*/


/*!*.column-options button{*!*/
/*!*    padding: 0 !important;*!*/
/*!*    min-width: 0 !important;*!*/
/*!*    !*margin:.1rem;*!*!*/
/*!*    *!*/
/*!*}*!*/


/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #1b6ec2;*/
/*    border-color: #1861ac;*/
/*}*/

/*.content {*/
/*    padding-top: 1.1rem;*/
/*}*/

/*.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;*/
/*}*/

/*.blazor-error-boundary {*/
/*    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;*/
/*    padding: 1rem 1rem 1rem 3.7rem;*/
/*    color: white;*/
/*}*/

/*.blazor-error-boundary::after {*/
/*    content: "An error has occurred."*/
/*}*/

/*.qlogin-content-holder{*/
/*    !*    width:60% !important;*!*/
/*    !*    text-align: right !important;*!*/
/*    width:100% !important;*/
/*}*/
/*!*.qlogin-not-auth-div{*!*/
/*!*    text-align: right !important;*!*/
/*!*}*!*/
/*.qlogin-username, .qlogin-pass{*/
/*    width:30% !important; display:inline-block !important;*/
/*}*/




/*!*html, body {*!*/
/*!*    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*!*/
/*!*}*!*/

/*!*a, .btn-link {*!*/
/*!*    color: #006bb7;*!*/
/*!*}*!*/

/*!*.btn-primary {*!*/
/*!*    color: #fff;*!*/
/*!*    background-color: #1b6ec2;*!*/
/*!*    border-color: #1861ac;*!*/
/*!*}*!*/

/*!*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {*!*/
/*!*    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*!*/
/*!*}*!*/

/*!*.content {*!*/
/*!*    padding-top: 1.1rem;*!*/
/*!*}*!*/

/*!*h1:focus {*!*/
/*!*    outline: none;*!*/
/*!*}*!*/

/*!*.valid.modified:not([type=checkbox]) {*!*/
/*!*    outline: 1px solid #26b050;*!*/
/*!*}*!*/

/*!*.invalid {*!*/
/*!*    outline: 1px solid #e50000;*!*/
/*!*}*!*/

/*!*.validation-message {*!*/
/*!*    color: #e50000;*!*/
/*!*}*!*/

/*!*.blazor-error-boundary {*!*/
/*!*    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;*!*/
/*!*    padding: 1rem 1rem 1rem 3.7rem;*!*/
/*!*    color: white;*!*/
/*!*}*!*/

/*!*.blazor-error-boundary::after {*!*/
/*!*    content: "An error has occurred."*!*/
/*!*}*!*/

/*!*.darker-border-checkbox.form-check-input {*!*/
/*!*    border-color: #929292;*!*/
/*!*}*!*/


/*.qlogin-not-auth-div div:first-child{*/
/*    width: 40%;*/
/*    float:left;*/
/*}*/

.fade-out{
    opacity: .2;
    transition: opacity 0.5s ease-out;
    overflow-y: hidden;
}
div:has(div.splashbody){
    position: absolute;
    z-index: 200;
    /*margin: 0 auto;*/
    width: 100%;
}

.main-content-class{
    padding:0 !important; 
    /*height: calc(100% - (var(--mud-appbar-height) - var(--mud-appbar-height) / 8) + 1rem) !important;*/
    height: calc(100% - (var(--mud-appbar-height) - var(--mud-appbar-height) / 8)) !important;
    /*height: calc(100% - 5.5rem) !important;*/
    
    overflow-y: auto !important;
}



a:focus-visible,
button:focus-visible {
    outline: 2px solid #0071e3;
    outline-offset: 2px;
    border-radius: .285rem;
}

/* Apple-inspired styling */
.apple-button-o {
    display:none;
}
.apple-button {
    background-color: var(--mud-palette-primary) !important;
    border-radius: 980px;
    color: var(--mud-palette-surface) !important;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.022em;
    min-width: 2rem;
    padding: .95rem 1.96rem;
    line-height: 1.17648;
    transition: all 0.33s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
}

.apple-button:hover {
    background-color: var(--mud-palette-primary-lighten) !important;
}

.apple-button-outline {
    background: var(--mud-palette-surface) !important;
    color: var(--mud-palette-primary) !important;
    border: 1px solid var(--mud-palette-primary) !important;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
}

.apple-button-outline:hover {
    background-color: var(--mud-palette-primary-hover) !important;
    border-color: var(--mud-palette-primary-lighten) !important;
}

.apple-gradient-text {
    background-image: linear-gradient(90deg, #0071e3 0%, #005bb5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0071e3; /* fallback */
}

.apple-card {
    background-color: var(--mud-palette-surface);
    border-radius: 1.15rem;
    box-shadow: 0 .285rem 1.15rem rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 1.7rem 1.42rem;
}

.apple-card:hover {
    transform: translateY(-.14rem);
    box-shadow: 0 .517rem 1.42rem rgba(0, 0, 0, 0.08);
}

/* Layout utilities */
.container {
    max-width: 85.71rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.grid {
    display: grid;
    gap: 2rem;
}

.grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(21.42rem, 1fr));
}

.grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(14.28rem, 1fr));
}

.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(17.85rem, 1fr));
}

.grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(11.42rem, 1fr));
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}



.mud-main-content::-webkit-scrollbar {
    width: 10px; /* Adjust as needed */
    background-color: transparent; /* Makes the overall scrollbar area transparent */
    /*z-index: calc( inherit + 1)*/
}

.mud-main-content::-webkit-scrollbar-track {
    background-color: transparent; /* Makes the track behind the thumb transparent */
}

.mud-main-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent thumb */
    border-radius: 5px; /* Optional: adds rounded corners */
}

/*div.aos-animate:has(div#splashContent){*/
/*    height: calc(100% - 8rem) !important;*/
/*}*/
.splashContentHolder{
    height: calc(100% - 4rem) !important;
}
/*#xmud-main-content > div:first-child{*/
/*    height: calc(100% - 8rem) !important;*/
/*}*/

.noscroll{
    overflow:hidden !important;
}

.links-o{
    display:none !important;
}


.mud-appbar-over {
    z-index: calc(var(--mud-zindex-appbar) + 5) !important;
}

.mud-avatar.mud-avatar-small {
    width: 1.714rem;
    height: 1.714rem;
}
.mud-avatar.mud-avatar-medium {
    width: 2.857rem;
    height: 2.857rem;
}
.mud-avatar.mud-avatar-large {
    width: 4rem;
    height: 4rem;
}

.xxholder > div.mud-tabs > div.mud-tabs-panels{
    padding-right: 0 !important
}

.mud-drawer.mud-drawer-temporary.mud-drawer-pos-top.mud-drawer--closed{
    top: calc(-2 * var(--mud-drawer-content-height)) !important;
}