/* /Pages/Apps.razor.rz.scp.css */
.app-overview-btn[b-tbk6off0ma]  .app-btn {
    min-height: 50px;
    padding: 0px;
}

.app-overview-btn[b-tbk6off0ma]  .btn-width-tablet {
    width: 280px;
}

.app-overview-btn[b-tbk6off0ma]  .mud-button:hover {
    background-color: #ECF3F8 !important;
}

.app-overview-btn-mobile[b-tbk6off0ma]  .mud-button {
    width: 100%;
    display: inline;
}

.apps-tablet[b-tbk6off0ma] {
    margin: 16px 10vw;
}

.apps-mobile[b-tbk6off0ma] {
    margin: 16px;
}
/* /Pages/NoDevice.razor.rz.scp.css */

.no-device[b-zulb3d9zau] {
    height: 80vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

    .no-device[b-zulb3d9zau]  .dcbel-device {
        margin-left: auto;
        margin-right: auto;
    }

    .no-device[b-zulb3d9zau]  .title-sm {
        font-size: 14px;
        font-weight: 600;
    }

    .no-device[b-zulb3d9zau]  .note-sm {
        font-size: 12px;
        font-weight: 400;
    }


    .no-device[b-zulb3d9zau]  .title-lg {
        font-size: 22px;
        font-weight: 600;
    }

    .no-device[b-zulb3d9zau]  .note-lg {
        font-size: 16px;
        font-weight: 500;
    }
/* /Shared/Components/AppDetail/AppDetailDesktop.razor.rz.scp.css */
.app-detail-desktop[b-onqud3eb8i]  .btn {
    height: 46px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
}

.app-detail-desktop[b-onqud3eb8i]  .enroll-btn {
    background-color: #218AEE;
    color: white;
    width: 128px;
}

.app-detail-desktop[b-onqud3eb8i]  .disabled-enroll-btn {
    background-color: #ECF3F8;
    color: #218AEE;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.app-detail-desktop[b-onqud3eb8i]  .progress-btn {
    width: 150px;
}

.app-detail-desktop[b-onqud3eb8i]  .image-carousel {
    width: calc((100vw / 12) * 5 - 40px);
    height: calc(((100vw / 12) * 5 - 40px) * 1.05);
}

.app-detail-desktop[b-onqud3eb8i]  .default-image {
    width: 100%;
}

.app-detail-desktop[b-onqud3eb8i]  .align-self-auto {
    align-self: flex-end !important;
    padding-bottom: 12px;
}

.app-detail-desktop[b-onqud3eb8i]  .app-image {
    height: 100%;
    width: auto;
}

.app-detail-desktop[b-onqud3eb8i]  .mud-tab.mud-ripple.font-style {
    max-height: 40px;
    min-height: 40px;
    color: #81868B;
}

.app-detail-desktop[b-onqud3eb8i]  .mud-paper-outlined {
    border: 1px solid #E0E0E0;
}

.app-detail-desktop[b-onqud3eb8i]  .mud-tabs-tabbar-wrapper {
    border-radius: 8px;
    background: #ECF3F8;
    max-height: 40px;
    min-height: 40px;
}

.app-detail-desktop[b-onqud3eb8i]  .mud-tab-slider {
    display: none;
}

.app-detail-desktop[b-onqud3eb8i]  .mud-tab {
    min-width: 0;
    border-radius: 10px;
    text-transform: unset;
}

    .app-detail-desktop[b-onqud3eb8i]  .mud-tab.mud-tab-active {
        background: #218AEE;
        color: #ECF3F8 !important;
        border-radius: 10px;
        height: 40px;
        min-height: 40px;
        border: 3px;
    }
/* /Shared/Components/AppDetail/AppDetailMobile.razor.rz.scp.css */
.app-detail-mobile[b-o4h5a09t3s]  .mud-tab.mud-ripple.font-style {
    max-height: 40px;
    min-height: 40px;
    color: #81868B;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-tooltip-root.mud-tooltip-inline {
    min-width: 86px !important;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-tabs-tabbar-wrapper {
    border-radius: 8px;
    background: #ECF3F8;
    max-height: 40px;
    min-height: 40px;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-tab-slider {
    display: none;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-tab {
    min-width: 0;
    border-radius: 10px;
    text-transform: unset;
}

    .app-detail-mobile[b-o4h5a09t3s]  .mud-tab.mud-tab-active {
        background: #218AEE;
        color: #ECF3F8 !important;
        border-radius: 10px;
        height: 40px;
        min-height: 40px;
        border: 3px;
    }

.app-detail-mobile[b-o4h5a09t3s]  .body .mud-tab.mud-ripple.font-style,
.app-detail-mobile[b-o4h5a09t3s]  .body .mud-tabs-tabbar-inner,
.app-detail-mobile[b-o4h5a09t3s]  .body .mud-tabs-tabbar-wrapper,
.app-detail-mobile[b-o4h5a09t3s]  .body .mud-tab.mud-tab-active {
    height: 32px;
    min-height: 32px;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-paper-outlined {
    border: 1px solid #E0E0E0;
}

.app-detail-mobile[b-o4h5a09t3s]  .disabled-enroll-btn {
    background-color: #ECF3F8;
    color: #218AEE;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.app-detail-mobile[b-o4h5a09t3s]  .enroll-btn {
    background-color: #218AEE;
    color: white;
}

.app-detail-mobile[b-o4h5a09t3s]  .head {
    background-color: #101A24;
    width: 100%;
    height: 172px;
}

.app-detail-mobile[b-o4h5a09t3s]  .body .mud-tab {
    font-size: 12px;
}

.app-detail-mobile[b-o4h5a09t3s]  .btn {
    border-radius: 10px;
}

.app-detail-mobile[b-o4h5a09t3s]  .btn,
.app-detail-mobile[b-o4h5a09t3s]  .footer {
    height: 46px;
}

.app-detail-mobile[b-o4h5a09t3s]  .btn-circle-back {
    justify-content: flex-start;
    border-radius: 0;
    top: 8px;
    z-index: 1;
}

    .app-detail-mobile[b-o4h5a09t3s]  .btn-circle-back .mud-icon-size-medium {
        font-size: 2rem;
    }

.app-detail-mobile[b-o4h5a09t3s]  .mud-tabs-scroll-button,
.app-detail-mobile[b-o4h5a09t3s]  .mud-tabs-scroll-button button {
    height: 100%;
}

.app-detail-mobile[b-o4h5a09t3s]  .fixed-bottom {
    position: fixed;
    bottom: 12px;
    left: 0;
    width: 100%;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-tabs-scroll-button {
    display: none
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-carousel-item > div {
    align-items: center;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-carousel div:has(> div.carousel-bullet) {
    height: 34px;
    justify-content: right !important;
    align-items: center;
    margin-right: 16px;
    gap: 4px;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-carousel .carousel-bullet .mud-icon-button {
    padding: 0px;
}

.app-detail-mobile[b-o4h5a09t3s]  .mud-carousel .carousel-image {
    max-height: 100%;
}
/* /Shared/Components/AppDetail/Tabs/Requirements.razor.rz.scp.css */
.requirements[b-7328401ozc]  .list .model,
.requirements[b-7328401ozc]  .requirement-card .model {
    font-size: 14px;
}

.requirements[b-7328401ozc]  .list .item {
    position: relative;
    margin: 0.25em 0;
}

.requirements[b-7328401ozc]  .detail {
    color: #82888E;
    font-size: 14px;
}

.requirements[b-7328401ozc]  .text,
.requirements[b-7328401ozc]  .note {
    color: #686E74;
}

.requirements[b-7328401ozc]  .title {
    line-height: 16px;
}

.requirements[b-7328401ozc]  .version {
    color: #81868B;
}

.requirements[b-7328401ozc]  .requirement-card .requirement:last-child {
    margin-bottom: 0px !important;
}
/* /Shared/Components/AppDetail/Tabs/WhatsNew.razor.rz.scp.css */
.version-history-items hr:last-of-type[b-eq0ml9cf29] {
    display: none;
}
/* /Shared/Components/AppUnit.razor.rz.scp.css */
.app-overview[b-pkegsvhted]  .free {
    background: #B0D7E5;
    border-radius: 4px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.app-overview[b-pkegsvhted]  .title-width-mobile {
    width: 100%;
}

.app-overview[b-pkegsvhted]  .app-price-mobile {
    margin: auto;
    float: right;
}

.app-overview[b-pkegsvhted]  .price {
    background-color: rgba(28, 38, 47, 0.05);
}

.app-overview[b-pkegsvhted]  .per-mth {
    display: flex;
    justify-content: flex-end;
}

.app-overview[b-pkegsvhted]  .default-app-background {
    background: black;
    min-width: var(--background-width, 74px);
    width: var(--background-width, 74px);
    height: var(--background-width, 74px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.app-overview[b-pkegsvhted]  .app-icon {
    border-radius: 4px;
}

.app-overview[b-pkegsvhted]  .app-name-tablet-detail {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}

.app-overview[b-pkegsvhted]  .app-name-tablet {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
/* /Shared/Components/AppUnitMobile.razor.rz.scp.css */
.app-overview[b-04rkgz3bta]  .default-app-background {
    background: black;
    min-width: var(--background-width, 74px);
    width: var(--background-width, 74px);
    height: var(--background-width, 74px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.app-overview[b-04rkgz3bta]  .app-icon {
    border-radius: 4px;
}

.app-overview[b-04rkgz3bta]  .app-name-mobile {
    font-size: 17px;
    font-weight: 600;
}
/* /Shared/Components/Dialogs/AppEnrollDialog.razor.rz.scp.css */
.dialog-app[b-r04ypt2z1u]  .dialog-app-title {
    font-weight: 700;
    font-size: 20px;
    color: #101A24;
}

.dialog-app[b-r04ypt2z1u]  .dialog-message, .dialog-app[b-r04ypt2z1u]  .dialog-subtitle {
    color: #626263;
}
/* /Shared/Components/Dialogs/AppUpdateDialog.razor.rz.scp.css */
.dialog-app[b-0wejied62g]  .dialog-app-title {
    font-weight: 700;
    font-size: 20px;
    color: #101A24;
}

.dialog-app[b-0wejied62g]  .dialog-message, .dialog-app[b-0wejied62g]  .dialog-subtitle {
    color: #626263;
}
/* /Shared/Components/Dialogs/TermsAndConditionsDialog.razor.rz.scp.css */
.terms-dialog[b-a4p6e3q7mp]  .close-icon {
    background: white;
}

.terms-dialog[b-a4p6e3q7mp]  .term-link-area {
    background: #F7F7F7;
    height: 76px;
}

.terms-dialog[b-a4p6e3q7mp]  .term-check-box:hover,
.terms-dialog[b-a4p6e3q7mp]  .term-check-box:focus,
.terms-dialog[b-a4p6e3q7mp]  .term-check-box:active {
    background: white;
}

.terms-dialog[b-a4p6e3q7mp]  .term-check-box-desktop {
    font-size: 16px;
}

    .terms-dialog[b-a4p6e3q7mp]  .term-check-box-desktop:after,
    .terms-dialog[b-a4p6e3q7mp]  .term-check-box-mobile:after {
        content: "*";
        color: red;
    }

.terms-dialog[b-a4p6e3q7mp]  .term-check-box-mobile {
    font-size: 14px;
}

.terms-dialog[b-a4p6e3q7mp]  .link-divider {
    height: 75%;
    border-right: 2px solid #E0E0E0;
}

.terms-dialog[b-a4p6e3q7mp]  .term-action-desktop {
    height: 150px;
}

.terms-dialog[b-a4p6e3q7mp]  .term-action-mobile {
    height: 90px;
}

.terms-dialog[b-a4p6e3q7mp]  .term-content {
    height: 350px;
}


.terms-dialog[b-a4p6e3q7mp]  .term-title-desktop {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}

.terms-dialog[b-a4p6e3q7mp]  .term-title-mobile {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}


.terms-dialog[b-a4p6e3q7mp]  .term-subtitle-desktop {
    color: #030E18;
    line-height: 24px;
}

.terms-dialog[b-a4p6e3q7mp]  .term-subtitle-mobile {
    color: #030E18;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}


.terms-dialog[b-a4p6e3q7mp]  button.btn-desktop {
    width: 220px;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
}

.terms-dialog[b-a4p6e3q7mp]  button.btn-mobile {
    width: 99px;
    height: 41px;
    font-size: 14px;
    font-weight: 500;
}

.terms-dialog[b-a4p6e3q7mp]  .term-btn-not-accepted {
    background: #81868B;
    color: white;
    border: none !important;
}


.terms-dialog[b-a4p6e3q7mp]  .term-btn-accepted {
    background: #0E69A4;
    color: white !important;
}
/* /Shared/Components/LoadingSpinner.razor.rz.scp.css */
.loading-spinner.loading-mobile[b-um6ic00c9f] {
    left: calc(50% - 25px);
    top: calc(50% - 40px);
    transform: scale(0.8, 0.8);
}

.loading-spinner.loading-tablet[b-um6ic00c9f] {
    left: calc(50% - 40px);
}

.loading-spinner[b-um6ic00c9f] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 48%;
    z-index: 200;
}

    .loading-spinner div[b-um6ic00c9f] {
        transform-origin: 40px 40px;
        animation: loading-spinner-b-um6ic00c9f 1.2s linear infinite;
    }

        .loading-spinner div[b-um6ic00c9f]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #0E69A4;
        }

        .loading-spinner div:nth-child(1)[b-um6ic00c9f] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .loading-spinner div:nth-child(2)[b-um6ic00c9f] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .loading-spinner div:nth-child(3)[b-um6ic00c9f] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .loading-spinner div:nth-child(4)[b-um6ic00c9f] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .loading-spinner div:nth-child(5)[b-um6ic00c9f] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .loading-spinner div:nth-child(6)[b-um6ic00c9f] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .loading-spinner div:nth-child(7)[b-um6ic00c9f] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .loading-spinner div:nth-child(8)[b-um6ic00c9f] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .loading-spinner div:nth-child(9)[b-um6ic00c9f] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .loading-spinner div:nth-child(10)[b-um6ic00c9f] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .loading-spinner div:nth-child(11)[b-um6ic00c9f] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .loading-spinner div:nth-child(12)[b-um6ic00c9f] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes loading-spinner-b-um6ic00c9f {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Shared/Components/Profile/ProfileDropdown.razor.rz.scp.css */
.profile-dropdown-menu[b-2krrjwjwm7]  {
    height: 128px;
}
/* /Shared/Layouts/LayoutTablet.razor.rz.scp.css */
.layout-tablet[b-am2hjuw2id]  .bg-layout-mobile {
    min-height: 100%;
    height: 100%;
}

.layout-tablet[b-am2hjuw2id]  .title-tablet {
    color: #14406C;
    font-weight: 700;
    font-size: 36px;
}

.layout-tablet[b-am2hjuw2id]  .top-colomn {
    min-width: 220px;
}

.layout-tablet[b-am2hjuw2id]  .mud-container-maxwidth-lg {
    max-width: unset;
}

.layout-tablet[b-am2hjuw2id]  .top-colomn-right {
    display: flex;
    justify-content: flex-end;
}

.layout-tablet[b-am2hjuw2id]  .mud-container {
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.layout-tablet[b-am2hjuw2id]  .mud-nav-link {
    padding: 0;
}
/* /Shared/Layouts/LoginLayout.razor.rz.scp.css */
.login-layout[b-t0598tgc7k]  .login-main-layout {
    height: 100%;
    margin-left: unset !important;
    margin-right: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
    padding-top: unset !important;
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.main[b-c5aab1g60g] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .main[b-c5aab1g60g]  .reconnect-blur {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(238, 238, 238, 0.4);
        backdrop-filter: blur(5px);
        justify-content: center;
        align-items: center;
        z-index: 100;
        margin-top: 68px;
    }
/* /Shared/LoginDisplay.razor.rz.scp.css */
.login-display[b-55ep678xem]  .text-white {
    color: white;
}

.login-display[b-55ep678xem]  .text-black {
    color: black;
}

.login-display[b-55ep678xem]  .gradient {
    background: radial-gradient(50% 50% at 50% 50%, #2E2F33 0%, #121216 100%);
}

.login-display[b-55ep678xem]  .wave {
    position: absolute;
    left: -1.24%;
    max-width: 50%;
    max-height: 45%;
    bottom: 0;
}

.login-display[b-55ep678xem]  .mud-container-maxwidth-lg {
    max-width: unset;
}

.login-display[b-55ep678xem]  .mud-container {
    height: 100%;
    padding-left: unset !important;
    padding-right: unset !important;
}

.login-display[b-55ep678xem]  .mud-layout {
    height: 100%
}

.login-display[b-55ep678xem]  html, body[b-55ep678xem] {
    height: 100%;
}

.login-display[b-55ep678xem]  #app {
    height: 100%;
}

.login-display[b-55ep678xem]  .height-100 {
    height: 100%;
}

.login-display[b-55ep678xem]  .height-80 {
    height: 80%;
}

.login-display[b-55ep678xem]  .height-45 {
    height: 45%;
}

.login-display[b-55ep678xem]  .height-40 {
    height: 40%;
}

.login-display[b-55ep678xem]  .height-15 {
    height: 15%;
}

.login-display[b-55ep678xem]  .text-align-center {
    text-align: center;
}

@media screen and (max-width: 999px) {
    .login-display[b-55ep678xem]  .login-desktop {
        display: none;
    }

    .login-display[b-55ep678xem]  .logo-dcbel {
        align-self: center;
        margin-top: 12vh;
    }

    .login-display[b-55ep678xem]  .login-button {
        text-transform: none;
        width: 300px;
        height: 50px;
        margin-top: 45px;
        z-index: 1;
    }

    .login-display[b-55ep678xem]  .wave {
        position: absolute;
        left: -1.24%;
        max-width: 80%;
        max-height: 45%;
        bottom: 0;
    }
}

@media screen and (min-width: 1000px) {
    .login-display[b-55ep678xem]  .login-mobile {
        display: none;
    }

    .login-display[b-55ep678xem]  .logo-dcbel {
        margin-left: 50.16px;
        margin-top: 42.44px;
    }

    .login-display[b-55ep678xem]  .login-button {
        text-transform: none;
        width: 200px;
        margin-top: 25px;
        z-index: 1;
    }
}
