@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


p {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    background: #eff4f9 !important;
    margin: 0;
    padding: 0;
}

.bg-black {
    background-color: #27272f
}

a, .btn-link {
    color: #0366d6;
}

.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;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}




.nav_bottom {
    display: flex;
    flex-direction: column;
    overflow: overlay;
    position: relative;
}

    .nav_bottom .navLink {
        align-items: center;
        border-radius: 4px;
        display: flex;
        flex-shrink: 0;
        height: 36px;
        margin: 2px 16px;
        overflow: hidden;
        padding-left: 7px;
        position: relative;
        cursor: default;
    }

        .nav_bottom .navLink.selected, .nav_bottom .navLink:hover {
            background: rgb( 0 0 0 / 5%);
        }

        .nav_bottom .navLink img {
            margin: 0 10.5px 0 7px;
        }

        .nav_bottom .navLink:hover {
            background: rgb(0 0 0 / 5%) !important;
        }

    .nav_bottom .marker {
        background: #0067c0;
        border-radius: 3px;
        height: 16px;
        left: 16px;
        position: absolute;
        top: 0;
        transition: -webkit-transform .25s cubic-bezier(1,0,0,1);
        transition: transform .25s cubic-bezier(1,0,0,1);
        transition: transform .25s cubic-bezier(1,0,0,1),-webkit-transform .25s cubic-bezier(1,0,0,1);
        width: 3px;
    }


    .nav_bottom .navLink:nth-child(2).selected ~ .marker {
        -webkit-transform: translateY(52px);
        transform: translateY(52px);
    }

    .nav_bottom .navLink:nth-child(3).selected ~ .marker {
        -webkit-transform: translateY(92px);
        transform: translateY(92px);
    }

    .nav_bottom .navLink:nth-child(4).selected ~ .marker {
        -webkit-transform: translateY(132px);
        transform: translateY(132px);
    }


    .nav_bottom .navLink:nth-child(5).selected ~ .marker {
        -webkit-transform: translateY(172px);
        transform: translateY(172px);
    }

    .nav_bottom .navLink:nth-child(6).selected ~ .marker {
        -webkit-transform: translateY(212px);
        transform: translateY(212px);
    }

    .nav_bottom .navLink:nth-child(7).selected ~ .marker {
        -webkit-transform: translateY(252px);
        transform: translateY(252px);
    }

    .nav_bottom .navLink:nth-child(8).selected ~ .marker {
        -webkit-transform: translateY(292px);
        transform: translateY(292px);
    }

    .nav_bottom .navLink:nth-child(9).selected ~ .marker {
        -webkit-transform: translateY(332px);
        transform: translateY(332px);
    }

    .nav_bottom .navLink:nth-child(10).selected ~ .marker {
        -webkit-transform: translateY(372px);
        transform: translateY(372px);
    }

    .nav_bottom .navLink:nth-child(11).selected ~ .marker {
        -webkit-transform: translateY(412px);
        transform: translateY(412px);
    }


    .nav_bottom .marker, .nav_bottom .navLink:first-child.selected ~ .marker {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

.main-h1 {
    font-size: 28px;
    font-weight: 500;
    padding: 14px 24px;
}




/*---------------------------*/

.tilesCont {
    -webkit-animation: slideUp .2s;
    animation: slideUp .2s;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: overlay;
    padding: 0 24px 44px;
}

    .tilesCont .tile {
        align-items: center;
        background: hsla(0,0%,100%,.67);
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 2px;
        display: flex;
        min-height: 48px;
        /*padding: 7px 20px 7px 0;*/
        position: relative;
        width: 100%;
        cursor: default;
        margin-bottom: 5px;
    }

    .tilesCont .settingsIcon {
        font-size: 20px;
        margin: 0 21px 0 17.5px;
    }

    .tilesCont .tile_main {
        font-size: 14px;
    }

    .tilesCont .tile .tile_desc {
        color: rgb(0 0 0 / 66%);
        font-size: 12px;
    }

    .tilesCont .tile .advertencia {
        height: 50px;
        width: 4px;
        background: #ffc107c9;
    }
    .tilesCont .tile .normal {
        height: 50px;
        width: 4px;
        background: #8bc34a;
    }

    .tilesCont .tile .suspendido {
        height: 50px;
        width: 4px;
        background: red;
    }


        .tilesCont .tile:after {
            content: ">";
            position: absolute;
            right: 16px;
            -webkit-transform: scaleY(2);
            transform: scaleY(2);
        }

        .tilesCont .tile:hover {
            background: #ffffff54;
        }
/*----------------------------*/

.nav_top .account {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: 16px;
    margin: 8px;
    padding: 8px;
    cursor: default;
}

.nav_top .search {
    background: #fff;
    border: 0;
    border: 1px solid #0067c0;
    border-radius: 4px;
    height: 28px;
    margin: 8px 16px 20px;
    /*padding: 8px;*/
    width: 220px;
}


.nav_top .account div p:first-child {
    font-weight: 500;
}

.nav_top .account div p:last-child {
    font-size: smaller;
}


.nav_top .account:hover {
    background: rgb(0 0 0 / 3.33%);
}


.accountsTop .left {
    align-items: center;
    display: flex;
}

.accountsTop .right {
    display: flex;
}

    .accountsTop .right .column {
        align-items: center;
        border-radius: 4px;
        display: flex;
        padding: 8px;
        cursor: default;
    }

        .accountsTop .right .column p {
            font-weight: 500;
            padding: 0 12px;
        }


            .accountsTop .right .column p .column_lower {
                color: rgb(0 0 0 / 60%);
                font-size: 13px;
                font-weight: 400;
            }



.accountsTop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 0 14px;
}




    .accountsTop .right .column:hover {
        background: rgb(0 0 0 / 5%);
    }



button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/*----------------*/

.lockscreen {
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    transition: all 1s ease-in-out;
    z-index: 1;
}

.splashScreen {
    align-items: center;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .2s ease-in-out;
}

.mt-40 {
    margin-top: 10rem;
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/1);
}

.font-semibold {
    font-weight: 600;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/1);
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.fadeinScreen {
    align-items: center;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: all .4s ease-in-out;
}

.imageCont {
    height: auto;
    width: auto;
}

.imageCont, .uicon {
    display: grid;
    place-items: center;
    position: relative;
}

.rounded-full {
    border-radius: 9999px;
}

.imageCont img[data-free=false] {
    max-height: 100%;
    max-width: 100%;
}

.slowfadein {
    -webkit-animation: slowfadein 1s ease-in-out;
    animation: slowfadein 1s ease-in-out;
    opacity: 1;
}

.bootscreen, .lockscreen {
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    position: absolute;
    top: 0;
}


.fadeinScreen[data-faded=false] {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.splashScreen[data-faded=true] {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}


.font-medium {
    font-weight: 500;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.fadeinScreen .signInBtn {
    background: hsla(0,0%,100%,.2);
    border: 2px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    padding: 4px 36px 6px;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.mt-6 {
    margin-top: 1.5rem;
}


.fadeinScreen .signInBtn:hover {
    border: 2px solid hsla(0,0%,100%,.33);
    text-decoration: none
}

/* --------------------------------- */

.settingsApp .restWindow main .sysTop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 0 14px;
    /*  width: min(100%,1000px);*/
}



.sysTop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 0 14px;
    width: min(100%,1000px);
}


    .sysTop .left .device_img {
        border: 4px solid #000;
        border-radius: 4px;
        height: 70px;
    }

    .sysTop .left {
        align-items: center;
        display: flex;
    }

    .sysTop .right {
        display: flex;
    }

        .sysTop .right .column {
            align-items: center;
            border-radius: 4px;
            display: flex;
            padding: 8px;
        }

            .sysTop .right .column p .column_lower {
                color: rgb(0 0 0 / 60%);
                font-size: 13px;
                font-weight: 400;
            }

    .sysTop .left .column_device {
        margin-left: 16px;
    }


        .sysTop .left .column_device .device_name {
            font-size: 18px;
            font-weight: 500;
        }

        .sysTop .left .column_device .device_model {
            color: rgb(0 0 0 /90%);
        }


        .sysTop .left .column_device .device_rename {
            color: #0067c0;
        }


    .sysTop .right .column p {
        font-weight: 500;
        padding: 0 12px;
    }


.tilesCont .subHeading {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-weight: 500;
    height: 45px;
}


.tilesCont .tile .tile_content {
    flex-grow: 1;
}


.langSwitcherTile {
    padding: 7px 14px 7px 0 !important;
}

    .langSwitcherTile::after {
        display: none;
    }

.rocket-icon {
    animation: rocketAnimation 1s infinite;
}


@keyframes runningAnimation {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rocketAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.mypre {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: auto;
    font-size: 16px;
    background-color: whitesmoke;
    margin: 4px;
    border: 1px solid #ccc;
    padding: 10px;
}
