/* /Components/CopyContent.razor.rz.scp.css */
.meter[b-q3lcd00wkv] {
    box-sizing: content-box;
    height: 20px; /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    .meter > span[b-q3lcd00wkv] {
        display: block;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43, 194, 83);
        background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
        box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

        .meter > span[b-q3lcd00wkv]:after,
        .animate > span > span[b-q3lcd00wkv] {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
            z-index: 1;
            background-size: 50px 50px;
            animation: move-b-q3lcd00wkv 2s linear infinite;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

@keyframes move-b-q3lcd00wkv {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.orange > span[b-q3lcd00wkv] {
    background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span[b-q3lcd00wkv] {
    background-image: linear-gradient(#19f903, #f81212);
}

.arete > span[b-q3lcd00wkv] {
    background-image: linear-gradient(#f97303, #f97303);
}

body[b-q3lcd00wkv] {
    background: #333;
    text-align: center;
    color: #eee;
    font-family: system-ui, sans-serif;
}
/* /Components/MultiSelect.razor.rz.scp.css */
.multi-selector[b-8bqd7xv3v7] {
    display: flex;
    width: 100%;
}

.selectable-ul[b-8bqd7xv3v7] {
    height: 200px;
    overflow-y: auto;
    list-style-type: none;
    width: 50%;
    padding: 1%;
    border-radius: 3px;
    border: 1px solid #ccc;
}

    .selectable-ul li[b-8bqd7xv3v7] {
        cursor: pointer;
        border-bottom: 2px #eee solid;
        padding: 2px 10px;
        font-size: 14px;
    }

        .selectable-ul li:hover[b-8bqd7xv3v7] {
            background-color: #08c;
        }

.multi-selector-buttons[b-8bqd7xv3v7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

    .multi-selector-buttons button[b-8bqd7xv3v7] {
        margin: 5px;
    }
/* /Components/ProgressBar.razor.rz.scp.css */
.meter[b-uhq8j92y6p] {
    box-sizing: content-box;
    height: 20px; /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    .meter > span[b-uhq8j92y6p] {
        display: block;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43, 194, 83);
        background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
        box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

        .meter > span[b-uhq8j92y6p]:after,
        .animate > span > span[b-uhq8j92y6p] {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
            z-index: 1;
            background-size: 50px 50px;
            animation: move-b-uhq8j92y6p 2s linear infinite;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

@keyframes move-b-uhq8j92y6p {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.orange > span[b-uhq8j92y6p] {
    background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span[b-uhq8j92y6p] {
    background-image: linear-gradient(#19f903, #f81212);
}

.arete > span[b-uhq8j92y6p] {
    background-image: linear-gradient(#f97303, #f97303);
}

body[b-uhq8j92y6p] {
    background: #333;
    text-align: center;
    color: #eee;
    font-family: system-ui, sans-serif;
}
/* /Components/Spinner-Wave.razor.rz.scp.css */
.spin-wave[b-6kpfupjub6] {
    margin: 10px auto;
    width: 100px;
    height: 50px;
    text-align: center;
}

    .spin-wave .spin-rect[b-6kpfupjub6] {
        background-color: var(--primary);
        height: 100%;
        width: 10px;
        display: inline-block;
        -webkit-animation: spin-waveStretchDelay 1.2s infinite ease-in-out;
        animation: spin-waveStretchDelay-b-6kpfupjub6 1.2s infinite ease-in-out;
    }

    .spin-wave .spin-rect1[b-6kpfupjub6] {
        background-color: #F97303;
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
    }

    .spin-wave .spin-rect2[b-6kpfupjub6] {
        background-color: #F97303;
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spin-wave .spin-rect3[b-6kpfupjub6] {
        background-color: #F97303;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spin-wave .spin-rect4[b-6kpfupjub6] {
        background-color: #F97303;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spin-wave .spin-rect5[b-6kpfupjub6] {
        background-color: #F97303;
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes spin-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes spin-waveStretchDelay-b-6kpfupjub6 {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/* /Pages/Calendar.razor.rz.scp.css */
/* Events */

.upcoming[b-duacclmywk] {
}

    .upcoming i[b-duacclmywk] {
        color: #66ccff;
    }

tr.upcoming:hover[b-duacclmywk] {
    background-color: #66ccff;
    cursor: pointer;
}

.upcoming td:first-child[b-duacclmywk] {
    border-left: 3px solid #66ccff;
}

.upcoming td:last-child[b-duacclmywk] {
    border-right: 3px solid #66ccff;
}

.upcoming span[b-duacclmywk] {
    border-bottom: 2px solid #66ccff;
}

/* Past */
.past[b-duacclmywk] {
}

    .past i[b-duacclmywk] {
        color: #E89CC2;
    }

tr.past:hover[b-duacclmywk] {
    background-color: #E89CC2;
    cursor: pointer;
}

.past td:first-child[b-duacclmywk] {
    border-left: 3px solid #E89CC2;
}

.past td:last-child[b-duacclmywk] {
    border-right: 3px solid #E89CC2;
}

.past span[b-duacclmywk] {
    border-bottom: 2px solid #E89CC2;
}
/* /Pages/Coverage.razor.rz.scp.css */
/*
tbody tr:nth-child(even) {
    background-color: Red;
}

tbody tr:nth-child(odd) {
    background-color: yellow;
}
*/

thead tr[b-3xlqqs79n4] {
    background-color: #C0BCBC;
}

tbody tr:hover[b-3xlqqs79n4] {
    background-color: #FFFF00;
}
/* /Pages/CoverageHistory.razor.rz.scp.css */
/*
tbody tr:nth-child(even) {
    background-color: Red;
}

tbody tr:nth-child(odd) {
    background-color: yellow;
}
*/

thead tr[b-head0v870l] {
    background-color: #C0BCBC;
}

tbody tr:hover[b-head0v870l] {
    background-color: #FFFF00;
}


fieldset.scheduler-border[b-head0v870l] {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border[b-head0v870l] {
    font-size: inherit !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
/* /Pages/FlashNotes.razor.rz.scp.css */
/* Flash Notes */

/* Telecom Equipment */
.fnSector_1[b-8s5n9pz2bq] {
}

    .fnSector_1 i[b-8s5n9pz2bq] {
        color: #ECEBA5;
    }

tr.fnSector_1:hover[b-8s5n9pz2bq] {
    background-color: #ECEBA5;
    cursor: pointer;
}

.fnSector_1 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #ECEBA5;
}

.fnSector_1 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #ECEBA5;
}

.fnSector_1 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #ECEBA5;
}


/* Telecom Operators */
.fnSector_2[b-8s5n9pz2bq] {
}

    .fnSector_2 i[b-8s5n9pz2bq] {
        color: #CCCCCC;
    }

tr.fnSector_2:hover[b-8s5n9pz2bq] {
    background-color: #CCCCCC;
    cursor: pointer;
}

.fnSector_2 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #CCCCCC;
}

.fnSector_2 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #CCCCCC;
}

.fnSector_2 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #CCCCCC;
}


/* Strategy */
.fnSector_3[b-8s5n9pz2bq] {
}

    .fnSector_3 i[b-8s5n9pz2bq] {
        color: #C87878;
    }

tr.fnSector_3:hover[b-8s5n9pz2bq] {
    background-color: #C87878;
    cursor: pointer;
}

.fnSector_3 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #C87878;
}

.fnSector_3 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #C87878;
}

.fnSector_3 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #C87878;
}


/* Enterprise Software & Security */
.fnSector_4[b-8s5n9pz2bq] {
}

    .fnSector_4 i[b-8s5n9pz2bq] {
        color: #E89CC2;
    }

tr.fnSector_4:hover[b-8s5n9pz2bq] {
    background-color: #E89CC2;
    cursor: pointer;
}

.fnSector_4 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #E89CC2;
}

.fnSector_4 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #E89CC2;
}

.fnSector_4 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #E89CC2;
}


/* Semiconductors */
.fnSector_5[b-8s5n9pz2bq] {
}

    .fnSector_5 i[b-8s5n9pz2bq] {
        color: #95B3CF;
    }

tr.fnSector_5:hover[b-8s5n9pz2bq] {
    background-color: #95B3CF;
    cursor: pointer;
}

.fnSector_5 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #95B3CF;
}

.fnSector_5 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #95B3CF;
}

.fnSector_5 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #95B3CF;
}


/* Cable, Satellite & Media */
.fnSector_6[b-8s5n9pz2bq] {
}

    .fnSector_6 i[b-8s5n9pz2bq] {
        color: #66ccff;
    }

tr.fnSector_6:hover[b-8s5n9pz2bq] {
    background-color: #66ccff;
    cursor: pointer;
}

.fnSector_6 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #66ccff;
}

.fnSector_6 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #66ccff;
}

.fnSector_6 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #66ccff;
}


/* Digital Consumer */
.fnSector_7[b-8s5n9pz2bq] {
}

    .fnSector_7 i[b-8s5n9pz2bq] {
        color: #CC9900;
    }

tr.fnSector_7:hover[b-8s5n9pz2bq] {
    background-color: #CC9900;
    cursor: pointer;
}

.fnSector_7 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #CC9900;
}

.fnSector_7 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #CC9900;
}

.fnSector_7 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #CC9900;
}


/* Alternative Energy */
.fnSector_8[b-8s5n9pz2bq] {
}

    .fnSector_8 i[b-8s5n9pz2bq] {
        color: green;
    }


tr.fnSector_8:hover[b-8s5n9pz2bq] {
    background-color: green;
    cursor: pointer;
}

.fnSector_8 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid green;
}

.fnSector_8 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid green;
}

.fnSector_8 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid green;
}


/* Internet */
.fnSector_9[b-8s5n9pz2bq] {
}

    .fnSector_9 i[b-8s5n9pz2bq] {
        color: #FEDCBA;
    }

tr.fnSector_9:hover[b-8s5n9pz2bq] {
    background-color: #FEDCBA;
    cursor: pointer;
}

.fnSector_9 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #FEDCBA;
}

.fnSector_9 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #FEDCBA;
}

.fnSector_9 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #FEDCBA;
}


/* Intelligent Automation 11*/
.fnSector_11[b-8s5n9pz2bq] {
}

    .fnSector_11 i[b-8s5n9pz2bq] {
        color: #9D00FF;
    }

tr.fnSector_11:hover[b-8s5n9pz2bq] {
    background-color: #9D00FF;
    cursor: pointer;
}

.fnSector_11 td:first-child[b-8s5n9pz2bq] {
    border-left: 3px solid #9D00FF;
}

.fnSector_11 td:last-child[b-8s5n9pz2bq] {
    border-right: 3px solid #9D00FF;
}

.fnSector_11 span[b-8s5n9pz2bq] {
    border-bottom: 2px solid #9D00FF;
}
/* /Pages/MessageBoard.razor.rz.scp.css */
/* Message Board */

/* Telecom Equipment */
.mbSector_1[b-043x1fy01b] {
}

    .mbSector_1 i[b-043x1fy01b] {
        color: #ECEBA5;
    }

tr.mbSector_1:hover[b-043x1fy01b] {
    background-color: #ECEBA5;
    cursor: pointer;
}

.mbSector_1 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #ECEBA5;
}

.mbSector_1 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #ECEBA5;
}

.mbSector_1 span[b-043x1fy01b] {
    border-bottom: 2px solid #ECEBA5;
}

/* Semiconductors */
.mbSector_2[b-043x1fy01b] {
}

    .mbSector_2 i[b-043x1fy01b] {
        color: #95B3CF;
    }

tr.mbSector_2:hover[b-043x1fy01b] {
    background-color: #95B3CF;
    cursor: pointer;
}

.mbSector_2 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #95B3CF;
}

.mbSector_2 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #95B3CF;
}

.mbSector_2 span[b-043x1fy01b] {
    border-bottom: 2px solid #95B3CF;
}

/* Computing Services */
.mbSector_3[b-043x1fy01b] {
}

    .mbSector_3 i[b-043x1fy01b] {
        color: #C87878;
    }

tr.mbSector_3:hover[b-043x1fy01b] {
    background-color: #C87878;
    cursor: pointer;
}

.mbSector_3 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #C87878;
}

.mbSector_3 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #C87878;
}

.mbSector_3 span[b-043x1fy01b] {
    border-bottom: 2px solid #C87878;
}

/* Software */
.mbSector_4[b-043x1fy01b] {
}

    .mbSector_4 i[b-043x1fy01b] {
        color: #E89CC2;
    }

tr.mbSector_4:hover[b-043x1fy01b] {
    background-color: #E89CC2;
    cursor: pointer;
}

.mbSector_4 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #E89CC2;
}

.mbSector_4 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #E89CC2;
}

.mbSector_4 span[b-043x1fy01b] {
    border-bottom: 2px solid #E89CC2;
}

/* Digital Consumer */
.mbSector_5[b-043x1fy01b] {
}

    .mbSector_5 i[b-043x1fy01b] {
        color: #CC9900;
    }

tr.mbSector_5:hover[b-043x1fy01b] {
    background-color: #CC9900;
    cursor: pointer;
}

.mbSector_5 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #CC9900;
}

.mbSector_5 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #CC9900;
}

.mbSector_5 span[b-043x1fy01b] {
    border-bottom: 2px solid #CC9900;
}

/* Telecom Operators */
.mbSector_6[b-043x1fy01b] {
}

    .mbSector_6 i[b-043x1fy01b] {
        color: #CCCCCC;
    }

tr.mbSector_6:hover[b-043x1fy01b] {
    background-color: #CCCCCC;
    cursor: pointer;
}

.mbSector_6 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #CCCCCC;
}

.mbSector_6 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #CCCCCC;
}

.mbSector_6 span[b-043x1fy01b] {
    border-bottom: 2px solid #CCCCCC;
}

/* Mid Cap Technology */
.mbSector_7[b-043x1fy01b] {
}

    .mbSector_7 i[b-043x1fy01b] {
        color: #9EC09E;
    }

tr.mbSector_7:hover[b-043x1fy01b] {
    background-color: #9EC09E;
    cursor: pointer;
}

.mbSector_7 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #9EC09E;
}

.mbSector_7 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #9EC09E;
}

.mbSector_7 span[b-043x1fy01b] {
    border-bottom: 2px solid #9EC09E;
}

/* China/Taiwan Tech */
.mbSector_8[b-043x1fy01b] {
}

    .mbSector_8 i[b-043x1fy01b] {
        color: #B7AEDB;
    }

tr.mbSector_8:hover[b-043x1fy01b] {
    background-color: #B7AEDB;
    cursor: pointer;
}

.mbSector_8 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #B7AEDB;
}

.mbSector_8 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #B7AEDB;
}

.mbSector_8 span[b-043x1fy01b] {
    border-bottom: 2px solid #B7AEDB;
}

/* Solar */
.mbSector_9[b-043x1fy01b] {
}

    .mbSector_9 i[b-043x1fy01b] {
        color: #666699;
    }

tr.mbSector_9:hover[b-043x1fy01b] {
    background-color: #666699;
    cursor: pointer;
}

.mbSector_9 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #666699;
}

.mbSector_9 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #666699;
}

.mbSector_9 span[b-043x1fy01b] {
    border-bottom: 2px solid #666699;
}

/* Cable, Satellite & Media */
.mbSector_10[b-043x1fy01b] {
}

    .mbSector_10 i[b-043x1fy01b] {
        color: #66ccff;
    }

tr.mbSector_10:hover[b-043x1fy01b] {
    background-color: #66ccff;
    cursor: pointer;
}

.mbSector_10 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #66ccff;
}

.mbSector_10 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #66ccff;
}

.mbSector_10 span[b-043x1fy01b] {
    border-bottom: 2px solid #66ccff;
}

/* Cloud */
.mbSector_11[b-043x1fy01b] {
}

    .mbSector_11 i[b-043x1fy01b] {
        color: #00FA9A;
    }

tr.mbSector_11:hover[b-043x1fy01b] {
    background-color: #00FA9A;
    cursor: pointer;
}

.mbSector_11 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #00FA9A;
}

.mbSector_11 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #00FA9A;
}

.mbSector_11 span[b-043x1fy01b] {
    border-bottom: 2px solid #00FA9A;
}

/* Internet */
.mbSector_12[b-043x1fy01b] {
}

    .mbSector_12 i[b-043x1fy01b] {
        color: #FEDCBA;
    }

tr.mbSector_12:hover[b-043x1fy01b] {
    background-color: #FEDCBA;
    cursor: pointer;
}

.mbSector_12 td:first-child[b-043x1fy01b] {
    border-left: 3px solid #FEDCBA;
}

.mbSector_12 td:last-child[b-043x1fy01b] {
    border-right: 3px solid #FEDCBA;
}

.mbSector_12 span[b-043x1fy01b] {
    border-bottom: 2px solid #FEDCBA;
}

/* Automotive */
.mbSector_13[b-043x1fy01b] {
}

    .mbSector_13 i[b-043x1fy01b] {
        color: green;
    }


tr.mbSector_13:hover[b-043x1fy01b] {
    background-color: green;
    cursor: pointer;
}

.mbSector_13 td:first-child[b-043x1fy01b] {
    border-left: 3px solid green;
}

.mbSector_13 td:last-child[b-043x1fy01b] {
    border-right: 3px solid green;
}

.mbSector_13 span[b-043x1fy01b] {
    border-bottom: 2px solid green;
}
/* /Pages/RiskValuationDisclosure.razor.rz.scp.css */
thead tr[b-g86k6m0ysb] {
    background-color: #C0BCBC;
}

/*tbody tr:hover {
    background-color: cyan;
}*/

tbody td:hover:not(:last-child)[b-g86k6m0ysb] {
    background-color: lightcyan;
}

/*
// remove style from td where 'class="no-hover"' 
tbody td:not(.no-hover):hover: {
    background-color: lightcyan;
}

// remove style from column 2,4 and 6
tbody td:hover:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(6)) {
    background-color: lightcyan;
}
*/
/* /Pages/TargetPriceHistory.razor.rz.scp.css */
/*
tbody tr:nth-child(even) {
    background-color: Red;
}

tbody tr:nth-child(odd) {
    background-color: yellow;
}
*/

thead tr[b-6lzkcn95za] {
    background-color: #C0BCBC;
}

tbody tr:hover[b-6lzkcn95za] {
    background-color: #FFFF00;
}


fieldset.scheduler-border[b-6lzkcn95za] {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border[b-6lzkcn95za] {
    font-size: inherit !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
/* /Pages/Users.razor.rz.scp.css */


.userImage[b-28k22xcxpg] {
    width: 70px;
    height: 70px;
    background-color: dodgerblue;
    color: white;
    border-radius: 50%;
    border: 1px solid #023d67;
    text-align: center;
}

fieldset.scheduler-border[b-28k22xcxpg] {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border[b-28k22xcxpg] {
    font-size: inherit !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
