@import 'Tomas.Client.j8k41yy066.bundle.scp.css';
@import '_content/Sst.Web.Ui/Sst.Web.Ui.8l8ux9vzq7.bundle.scp.css';

/* _content/Tomas.Server/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-yz5cwh1474] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/Tomas.Server/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-h6dgq28w7o] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-h6dgq28w7o] {
    display: flex;
    gap: 0.625rem;
}
/* _content/Tomas.Server/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-6da30lsfqu] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-6da30lsfqu] {
        flex-direction: column;
    }
}
/* _content/Tomas.Server/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-i6yhuf471q] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-i6yhuf471q] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-i6yhuf471q] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-i6yhuf471q] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-i6yhuf471q] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-i6yhuf471q] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-i6yhuf471q] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/Tomas.Server/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-2nhebxpw2w] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/Tomas.Server/Components/Layout/_MustGo_Drawer.razor.rz.scp.css */
[b-0o79yv5vdi] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-0o79yv5vdi] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-0o79yv5vdi] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-0o79yv5vdi] {
        display: none;
        visibility: hidden;
    }

    [b-0o79yv5vdi] .shading-copy {
     /*   background-color: var(--dxbl-drawer-content-shading-bg);*/
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-0o79yv5vdi] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/Tomas.Server/Components/Layout/_MustGo_MainLayout.razor.rz.scp.css */
.page[b-sjpyrnneuy] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-sjpyrnneuy] .navigation-drawer > .dxbl-drawer-panel {
    /*TO_DO_TD Remove this style when done*/
    /* background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);*/
}

[b-sjpyrnneuy] .dxbl-drawer .dxbl-drawer-content {
    /*TO_DO_TD  This is a bug fix for page hight not showing the full page 
        the orriginal value
        
        height: 100vh;

        results in the page being cut at the bottom 
    */

    height: 94vh;
    overflow: auto;
}

[b-sjpyrnneuy] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-sjpyrnneuy] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;


}

[b-sjpyrnneuy] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}


[b-sjpyrnneuy] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-sjpyrnneuy] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-sjpyrnneuy] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--bs-primary);
}

[b-sjpyrnneuy] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-sjpyrnneuy] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-sjpyrnneuy] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-sjpyrnneuy] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-sjpyrnneuy] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-sjpyrnneuy] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-sjpyrnneuy] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--bs-primary);
}

[b-sjpyrnneuy] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--bs-primary);
}

[b-sjpyrnneuy] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sjpyrnneuy] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sjpyrnneuy] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sjpyrnneuy] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-sjpyrnneuy] {
    display: inline-flex;
}

.menu-button-nav[b-sjpyrnneuy] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-sjpyrnneuy] {
    display: flex;
    gap: 10px;
    padding: 10px;
}

    .nav-buttons-container[b-sjpyrnneuy]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-sjpyrnneuy]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-sjpyrnneuy] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-sjpyrnneuy] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-sjpyrnneuy] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-sjpyrnneuy] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-sjpyrnneuy] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-sjpyrnneuy] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}



.tomas-card[b-sjpyrnneuy] {
    display: flex;
    align-items: center;
     border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    height :60px


}

.tomas-logo[b-sjpyrnneuy] {
    max-height: 70px;
    width: auto;
    display: block;
}

.tomas-header[b-sjpyrnneuy] { 
    
    align-items: center;
    border: solid 1px #ccc;      
   
 
}
/* _content/Tomas.Server/Components/Layout/_MustGo_NavMenu.razor.rz.scp.css */
/*
    TO_DO_TD: Remove this file when the new layout is implemented.

    #sidebar {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo {
    text-align: center;
}

::deep .menu.display-mobile {
    margin-bottom: 2rem;
}

::deep .menu.display-iam {
    margin-bottom: 2rem;
}

::deep .menu {
    background-color: inherit;
}

    ::deep .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

::deep .menu-item {
    color: var(--bs-white);
}

::deep .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

::deep .home-icon {
    background-image: url("images/home.svg");
}

::deep .weather-icon {
    background-image: url("images/weather.svg");
}

::deep .counter-icon {
    background-image: url("images/counter.svg");
}

::deep .settings-icon {
    background-image: url("images/account/settings.svg");
}

::deep .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

::deep .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

::deep .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo {
        text-align: inherit;
    }
}*/

