/* _content/pSemiWebAppSupport/Pages/Admin/Component/DeviceDSASpecInfo.razor.rz.scp.css */
/*https://www.geeksforgeeks.org/how-to-create-a-table-with-fixed-header-and-scrollable-body/*/


.fixTableHead[b-b48uculb5i] {
    overflow-y: auto;
    height: 80px;
}

    .fixTableHead thead th[b-b48uculb5i] {
        position: sticky;
        top: 0;
    }

table[b-b48uculb5i] {
    border-collapse: collapse;
    width: 100%;
}

th[b-b48uculb5i],
td[b-b48uculb5i] {
    padding: 8px 15px;
    border: 2px solid #529432;
}

th[b-b48uculb5i] {
    background: hsl(0, 0%, 100%);
}
/* _content/pSemiWebAppSupport/Pages/Admin/Component/DeviceSWSpecInfo.razor.rz.scp.css */
/*https://www.geeksforgeeks.org/how-to-create-a-table-with-fixed-header-and-scrollable-body/*/


.fixTableHead[b-c7anc93sy2] {
    overflow-y: auto;
    height: 80px;
}

    .fixTableHead thead th[b-c7anc93sy2] {
        position: sticky;
        top: 0;
    }

table[b-c7anc93sy2] {
    border-collapse: collapse;
    width: 100%;
}

th[b-c7anc93sy2],
td[b-c7anc93sy2] {
    padding: 8px 15px;
    border: 2px solid #529432;
}

th[b-c7anc93sy2] {
    background: hsl(0, 0%, 100%);
}
/* _content/pSemiWebAppSupport/Pages/AiMBeamSet/AiMBeamSet.razor.rz.scp.css */



.aim-box[b-yj3yc83aqe] {
    width: 100%;
    height: 500px;
    display: inline-grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    row-gap: 15px;
    column-gap: 15px;
    grid-template-rows: repeat(2,auto);
    position:absolute;
    z-index:1;
    /*overflow:scroll*/
    /*grid-template-columns: repeat(2,auto);*/
}

.aim-beambox[b-yj3yc83aqe] {
    width: 100%;
    height: 500px;
    display: inline-grid;
    align-content: center;
    align-items: center;
    justify-content: stretch;
    justify-items: center;
    row-gap: 15px;
    column-gap: 15px;    
    position:absolute;
    z-index:0;   
}

.aim-totalbox[b-yj3yc83aqe] {
    width: 100%;
    height: 500px;
    /*display: inline-grid;*/
    align-content: stretch;
    justify-content: stretch;
    /*row-gap: 15px;
    column-gap: 15px;*/
    /*grid-template-rows: repeat(2,auto);*/
    position: relative;
    z-index: 0;
    /*overflow:scroll*/
    /*grid-template-columns: repeat(2,auto);*/
}


#beamTab ul li a.active[b-yj3yc83aqe] {
    background-color: hsl(171, 100%, 41%);
    color: white;
    border-top-color: hsl(171, 100%, 41%);
    border-left-color: hsl(171, 100%, 41%);
    border-right-color: hsl(171, 100%, 41%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #beamTab ul li a.active:hover[b-yj3yc83aqe] {
        background-color: white;
        color: hsl(171, 100%, 41%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }


/*primary-light hsl(171, 100%, 96%)*/
#beamTab ul li a:hover[b-yj3yc83aqe] {
    background-color: hsl(171, 100%, 96%);
    border-bottom-color: hsl(171, 100%, 41%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(171, 100%, 41%);
}

.snackbar-aimbeamsetIn[b-yj3yc83aqe] {
    max-height: 20%;
    max-width: 50%;
    height: inherit;
    width: inherit;
    display: grid;
    position: absolute;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    justify-self: center;
    transition: all ease 2s;
    animation-name: slideYIn-b-yj3yc83aqe;
    animation-duration: 2s;
    background-color: white;
    border-radius: 2rem;
}

.snackbar-aimbeamsetOut[b-yj3yc83aqe] {
    max-height: 20%;
    max-width: 50%;
    height: inherit;
    width: inherit;
    display: grid;
    position: absolute;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    justify-self: center;
    transition: all ease 2s;
    animation-name: slideYOut-b-yj3yc83aqe;
    animation-duration: 2s;
    border-radius: 2rem;
}

@keyframes slideYIn-b-yj3yc83aqe {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slideYOut-b-yj3yc83aqe {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}
/* _content/pSemiWebAppSupport/Pages/AiMBeamSet/AiMBeamSetFactory.razor.rz.scp.css */


.aim-box[b-bqg012c2v8] {
    width: 100%;
    height: 500px;
    display: inline-grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    row-gap: 15px;
    column-gap: 15px;
    grid-template-rows: repeat(2,auto);
    position: absolute;
    z-index: 1;
    /*overflow:scroll*/
    /*grid-template-columns: repeat(2,auto);*/
}

.aim-beambox[b-bqg012c2v8] {
    width: 100%;
    height: 500px;
    display: inline-grid;
    align-content: center;
    align-items: center;
    justify-content: stretch;
    justify-items: center;
    row-gap: 15px;
    column-gap: 15px;
    position: absolute;
    z-index: 0;
}

.aim-totalbox[b-bqg012c2v8] {
    width: 100%;
    height: 500px;
    /*display: inline-grid;*/
    align-content: stretch;
    justify-content: stretch;
    /*row-gap: 15px;
    column-gap: 15px;*/
    /*grid-template-rows: repeat(2,auto);*/
    position: relative;
    z-index: 0;
    /*overflow:scroll*/
    /*grid-template-columns: repeat(2,auto);*/
}

#beamFactoryTab ul li a.active[b-bqg012c2v8] {
    background-color: hsl(171, 100%, 41%);
    color: white;
    border-top-color: hsl(171, 100%, 41%);
    border-left-color: hsl(171, 100%, 41%);
    border-right-color: hsl(171, 100%, 41%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #beamFactoryTab ul li a.active:hover[b-bqg012c2v8] {
        background-color: white;
        color: hsl(171, 100%, 41%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }


/*primary-light hsl(171, 100%, 96%)*/
#beamFactoryTab ul li a:hover[b-bqg012c2v8] {
    background-color: hsl(171, 100%, 96%);
    border-bottom-color: hsl(171, 100%, 41%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(171, 100%, 41%);
}

.snackbar-aimfactoryIn[b-bqg012c2v8] {
    max-height: 20%;
    max-width: 50%;
    height: inherit;
    width: inherit;
    display: grid;
    position: absolute;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    justify-self: center;
    transition: all ease 2s;
    animation-name: slideYIn-b-bqg012c2v8;
    animation-duration: 2s;
    background-color: white;
    border-radius: 2rem;
}

.snackbar-aimfactoryOut[b-bqg012c2v8] {
    max-height: 20%;
    max-width: 50%;
    height: inherit;
    width: inherit;
    display: grid;
    position: absolute;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    justify-self: center;
    transition: all ease 2s;
    animation-name: slideYOut-b-bqg012c2v8;
    animation-duration: 2s;
    border-radius: 2rem;
}

@keyframes slideYIn-b-bqg012c2v8 {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slideYOut-b-bqg012c2v8 {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}
/* _content/pSemiWebAppSupport/Pages/AiMBeamSet/Components/AimComponent.razor.rz.scp.css */



    .aim-pad[b-vlv4uxh4p9] {
    height: 30px;
    width: 30px;
    /*display:inline-block;
            margin: 10px;
            border: 1px solid black;
            border-radius: 0px;
            padding: 1px;*/
    background-color: orange;
    opacity: 70%;
    position: relative;
    z-index: 3;
}

.aim[b-vlv4uxh4p9] {
    height: 160px;
    width: 160px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    row-gap: 5px;
    column-gap: 5px;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: forestgreen; /*hsl(141, 53%, 53%);*/
    /*transform: rotate(45deg);*/
    position: absolute;
    z-index: 0;
    transition: all ease 1s;
}

.aim-num[b-vlv4uxh4p9] {
    height: 160px;
    width: 160px;
    z-index: 2;
    position: absolute;
    align-items: center;
    display: grid;
    justify-items: center;
    opacity: 50%;
    /*border: 1px solid black;*/
}

.aim-group[b-vlv4uxh4p9] {
    height: 160px;
    width: 160px;
    position: relative;
    margin: 25px;
    color: white;
    align-content: stretch;
    justify-content: stretch;
    font-size: 50px;
    z-index: 0;
    transition: all ease 1s;
}

.aim-origin[b-vlv4uxh4p9] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: red;
}

.aim-origincontainer[b-vlv4uxh4p9] {
    height: 160px;
    width: 160px;
    z-index: 2;
    position: absolute;
    align-items: end;
    display: grid;
    justify-items: start;
    padding: 10px;
    transition: all ease 1s;
    /*transform: rotate(45deg);*/
}

.aim-offsetcontainer[b-vlv4uxh4p9] {
    height: 160px;
    width: 160px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    row-gap: 5px;
    column-gap: 5px;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    /*transform: rotate(45deg);*/
    position: absolute;
    z-index: 3;
    transition: all ease 1s;
}

.aim-offset[b-vlv4uxh4p9] {
    height: 30px;
    width: 30px;
    background-color: transparent;
    position: relative;
    /*transform: rotate(315deg);*/
    font-size: 10px;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 3;
    transition: all ease 1s;
}

    .aim-offset-num[b-vlv4uxh4p9] {
        height: 30px;
        width: 30px;
        border: none;
        background-color: transparent;
        text-align: center;
        font-weight:bold;
        font-size:15px;
        color:dimgray
    }
/* _content/pSemiWebAppSupport/Pages/AiMBeamSet/Components/ModuleConfigComponent.razor.rz.scp.css */



    .aim-padConf[b-6kkvprmu58] {
    height: 80px;
    width: 80px;
    /*display:inline-block;
            margin: 10px;
            border: 1px solid black;
            border-radius: 0px;
            padding: 1px;*/
    background-color: orange;
    opacity: 100%;
    position: relative;
    z-index: 1;
}

.aim-BFConf[b-6kkvprmu58] {
    height: 70px;
    width: 140px;
    /*display:inline-block;
            margin: 10px;
            border: 1px solid black;
            border-radius: 0px;
            padding: 1px;*/
    background-color: cornflowerblue;
    opacity: 100%;
    position: relative;
    z-index: 2;
}

.aim-UDCConf[b-6kkvprmu58] {
    height: 70px;
    width: 140px;
    /*display:inline-block;
            margin: 10px;
            border: 1px solid black;
            border-radius: 0px;
            padding: 1px;*/
    background-color: darksalmon;
    opacity: 100%;
    position: relative;
    z-index: 3;
}

.aim-InputConf[b-6kkvprmu58] {
    height: 80px;
    width: 100%;
    /*display:inline-block;
            margin: 10px;
            border: 1px solid black;
            border-radius: 0px;
            padding: 1px;*/
    background-color: transparent;
    opacity: 70%;
    position: relative;
    margin-bottom:0rem;
    z-index: 4;
}

.aimConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; /*hsl(141, 53%, 53%);*/
    /*transform: rotate(45deg);*/
    position: absolute;
    z-index: 1;
    transition: all ease 1s;
}

.aimBFConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; /*hsl(141, 53%, 53%);*/
    /*transform: rotate(45deg);*/
    position: absolute;
    z-index: 2;
    transition: all ease 1s;
}

.aimUDCConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; /*hsl(141, 53%, 53%);*/
    /*transform: rotate(45deg);*/
    position: absolute;
    z-index: 3;
    transition: all ease 1s;
}

.aimInputConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(7, 1fr);
    row-gap: 0px;
    column-gap: 0px;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    margin: 0px;
    border: 1px solid black;
    border-radius: 10px;
    /*padding: 10px;*/
    background-color: transparent; /*hsl(141, 53%, 53%);*/
    /*transform: rotate(45deg);*/
    position: absolute;
    z-index: 4;
    transition: all ease 1s;
}

.aim-groupConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    position: relative;
    margin: 25px;
    color: white;
    align-content: stretch;
    justify-content: stretch;
    font-size: 10px;
    z-index: 0;
    border: 1px solid black;
    border-radius: 10px;
    background-color: forestgreen; /*hsl(141, 53%, 53%);*/
    transition: all ease 1s;
}

.aim-originConf[b-6kkvprmu58] {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: red;
}

.aim-origincontainerConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    z-index: 2;
    position: absolute;
    align-items: end;
    display: grid;
    justify-items: start;
    padding: 10px;
    transition: all ease 1s;
    /*transform: rotate(45deg);*/
}

.aim-gapcontainerConf[b-6kkvprmu58] {
    height: 640px;
    width: 640px;
    z-index: 2;
    position: absolute;
    align-items: end;
    display: grid;
    justify-items: start;
    padding: 10px;
    transition: all ease 1s;
    /*transform: rotate(45deg);*/
}
/* _content/pSemiWebAppSupport/Pages/AiMBeamSet/ModuleConfigSet.razor.rz.scp.css */




.aim-totalboxConf[b-3qfwfbux3j] {
    width: 100%;
    height: 780px;
    /*display: inline-grid;*/
    align-content: stretch;
    justify-content: stretch;
    /*row-gap: 15px;
    column-gap: 15px;*/
    /*grid-template-rows: repeat(2,auto);*/
    position: relative;
    z-index: 0;
    /*overflow:scroll*/
    /*grid-template-columns: repeat(2,auto);*/
}

/* _content/pSemiWebAppSupport/Pages/DSA/DSASparameter.razor.rz.scp.css */


table[b-g2wesoey2s], td[b-g2wesoey2s], th[b-g2wesoey2s] {
    /*border: 1px solid #DDD;
    text-align: center;*/
    width: 190px;
    /*padding: 5px;*/
}

thead[b-g2wesoey2s] {
    background: hsl(206, 70%, 96%);
}

table[b-g2wesoey2s] {
    /*width: 400px;*/
    border-collapse: collapse;
}
/* _content/pSemiWebAppSupport/Pages/DSA/DSATableSearch.razor.rz.scp.css */


table[b-gq6i2kjd9l], td[b-gq6i2kjd9l], th[b-gq6i2kjd9l] {
    /*border: 1px solid #DDD;
    text-align: center;*/
    width: 190px;
    /*padding: 5px;*/
}

thead[b-gq6i2kjd9l] {
    background: hsl(206, 70%, 96%);
}

table[b-gq6i2kjd9l] {
    /*width: 400px;*/
    border-collapse: collapse;
}
/* _content/pSemiWebAppSupport/Pages/Exhibition/WirelessJapan2025423211.razor.rz.scp.css */
.image-container[b-3sn77uihz4] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .image-container img[b-3sn77uihz4] {
        width: 100%;
        height: 100%;
    }
/* _content/pSemiWebAppSupport/Pages/Exhibition/WirelessJapan202542447.razor.rz.scp.css */
.image-container[b-31jhyq95gx] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .image-container img[b-31jhyq95gx] {
        width: 100%;
        height: 100%;
    }
/* _content/pSemiWebAppSupport/Pages/Exhibition/WirelessJapan202544951.razor.rz.scp.css */
.image-container[b-o24gqsj9a2] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .image-container img[b-o24gqsj9a2] {
        width: 100%;
        height: 100%;
    }
/* _content/pSemiWebAppSupport/Pages/Exhibition/WirelessJapan2025562212.razor.rz.scp.css */
.image-container[b-455exirqoz] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .image-container img[b-455exirqoz] {
        width: 100%;
        height: 100%;
    }
/* _content/pSemiWebAppSupport/Pages/Internal/BusinessInfoBoard.razor.rz.scp.css */
.custom-btn:hover[b-qy1o7lglh8] {
    background-color: #CCCCCC; /* Darken the button color on hover as an example */
}

/*.custom-btn:active {
    background-color: #2471a3;*/ /* Even darker color on active state */
/*}

.custom-btn:focus {
    outline: none;*/ /* Remove default outline */
    /*box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5);*/ /* Example focus shadow */
/*}*/


#chartTab ul li a.active[b-qy1o7lglh8] {
    background-color: hsl(204, 86%, 53%);
    color: white;
    border-top-color: hsl(204, 86%, 53%);
    border-left-color: hsl(204, 86%, 53%);
    border-right-color: hsl(204, 86%, 53%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #chartTab ul li a.active:hover[b-qy1o7lglh8] {
        background-color: white;
        color: hsl(204, 86%, 53%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }

/*info hsl(204, 86%, 53%)*/
/*info-light hsl(206, 70%, 96%)*/
#chartTab ul li a:hover[b-qy1o7lglh8] {
    background-color: hsl(206, 70%, 96%);
    border-bottom-color: hsl(204, 86%, 53%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(204, 86%, 53%);
}
.table-no-borders td[b-qy1o7lglh8], .table-no-borders th[b-qy1o7lglh8] {
    border-bottom: none;
}
/* _content/pSemiWebAppSupport/Pages/Internal/BusinessInfoUpdate.razor.rz.scp.css */
.part-box[b-mdw5h02vm8] {
    width: 100%;
    /*height: 500px;*/
    display: inline-grid;
    align-content: start;
    /*align-items: center;
    justify-content: center;*/
    justify-items: start;
   /* row-gap: 15px;
    column-gap: 15px;*/
    /*grid-template-rows: repeat(4,auto);*/
    /*position: absolute;
    z-index: 1;*/
    /*overflow:scroll*/
    grid-template-columns: repeat(4,auto);
}


/* _content/pSemiWebAppSupport/Pages/Internal/Chatbot.razor.rz.scp.css */
.email-box[b-f1cr4mpqhw] {
    width: 100%;
    /*height: 500px;*/
    display: inline-grid;
    align-content: start;
    /*align-items: center;
    justify-content: center;*/
    justify-items: start;
   /* row-gap: 15px;
    column-gap: 15px;*/
    /*grid-template-rows: repeat(4,auto);*/
    /*position: absolute;
    z-index: 1;*/
    /*overflow:scroll*/
    grid-template-columns: repeat(4,auto);
}

#sharedFileTab ul li a.active[b-f1cr4mpqhw] {
    background-color: hsl(204, 86%, 53%);
    color: white;
    border-top-color: hsl(204, 86%, 53%);
    border-left-color: hsl(204, 86%, 53%);
    border-right-color: hsl(204, 86%, 53%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #sharedFileTab ul li a.active:hover[b-f1cr4mpqhw] {
        background-color: white;
        color: hsl(204, 86%, 53%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }



#sharedFileTab ul li a:hover[b-f1cr4mpqhw] {
    background-color: hsl(204, 86%, 53%);
    border-bottom-color: hsl(204, 86%, 53%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(204, 86%, 53%);
}
/* _content/pSemiWebAppSupport/Pages/Internal/EVKUpdateHistory.razor.rz.scp.css */
/*https://www.geeksforgeeks.org/how-to-create-a-table-with-fixed-header-and-scrollable-body/*/


.fixTableHead[b-kdt00cwrs7] {
    overflow-y: auto;
    height: 300px;
}

    .fixTableHead thead th[b-kdt00cwrs7] {
        position: sticky;
        top: 0;
        z-index:1;
    }

table[b-kdt00cwrs7] {
    border-collapse: collapse;
    width: 100%;
}

th[b-kdt00cwrs7],
td[b-kdt00cwrs7] {
    padding: 8px 15px;
    border: 2px solid #529432;
    z-index:2;
}

th[b-kdt00cwrs7] {
    background: hsl(0, 0%, 100%);
}
/* _content/pSemiWebAppSupport/Pages/Internal/SharedFiles.razor.rz.scp.css */
.email-box[b-0kljymbbh2] {
    width: 100%;
    /*height: 500px;*/
    display: inline-grid;
    align-content: start;
    /*align-items: center;
    justify-content: center;*/
    justify-items: start;
   /* row-gap: 15px;
    column-gap: 15px;*/
    /*grid-template-rows: repeat(4,auto);*/
    /*position: absolute;
    z-index: 1;*/
    /*overflow:scroll*/
    grid-template-columns: repeat(4,auto);
}

#sharedFileTab ul li a.active[b-0kljymbbh2] {
    background-color: hsl(204, 86%, 53%);
    color: white;
    border-top-color: hsl(204, 86%, 53%);
    border-left-color: hsl(204, 86%, 53%);
    border-right-color: hsl(204, 86%, 53%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #sharedFileTab ul li a.active:hover[b-0kljymbbh2] {
        background-color: white;
        color: hsl(204, 86%, 53%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }



#sharedFileTab ul li a:hover[b-0kljymbbh2] {
    background-color: hsl(204, 86%, 53%);
    border-bottom-color: hsl(204, 86%, 53%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(204, 86%, 53%);
}
/* _content/pSemiWebAppSupport/Pages/RazorComponent/DashBoard.razor.rz.scp.css */
.custom-btn:hover[b-cp9fbyf65q] {
    background-color: #CCCCCC; /* Darken the button color on hover as an example */
}

/*.custom-btn:active {
    background-color: #2471a3;*/ /* Even darker color on active state */
/*}

.custom-btn:focus {
    outline: none;*/ /* Remove default outline */
    /*box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5);*/ /* Example focus shadow */
/*}*/


#chartTab ul li a.active[b-cp9fbyf65q] {
    background-color: hsl(204, 86%, 53%);
    color: white;
    border-top-color: hsl(204, 86%, 53%);
    border-left-color: hsl(204, 86%, 53%);
    border-right-color: hsl(204, 86%, 53%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #chartTab ul li a.active:hover[b-cp9fbyf65q] {
        background-color: white;
        color: hsl(204, 86%, 53%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }

/*info hsl(204, 86%, 53%)*/
/*info-light hsl(206, 70%, 96%)*/
#chartTab ul li a:hover[b-cp9fbyf65q] {
    background-color: hsl(206, 70%, 96%);
    border-bottom-color: hsl(204, 86%, 53%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(204, 86%, 53%);
}
.table-no-borders td[b-cp9fbyf65q], .table-no-borders th[b-cp9fbyf65q] {
    border-bottom: none;
}
/* _content/pSemiWebAppSupport/Pages/RFSwitch/SWSparameter.razor.rz.scp.css */


table[b-7lobulvt0s], td[b-7lobulvt0s], th[b-7lobulvt0s] {
    /*border: 1px solid #DDD;
    text-align: center;*/
    width: 190px;
    /*padding: 5px;*/
}

thead[b-7lobulvt0s] {
    background: hsl(206, 70%, 96%);
}

table[b-7lobulvt0s] {
    /*width: 400px;*/
    border-collapse: collapse;
}
/* _content/pSemiWebAppSupport/Pages/RFSwitch/SWTableSearch.razor.rz.scp.css */


table[b-mwnuth1yqt], td[b-mwnuth1yqt], th[b-mwnuth1yqt] {
    /*border: 1px solid #DDD;
    text-align: center;*/
    width: 190px;
    /*padding: 5px;*/
}

thead[b-mwnuth1yqt] {
    background: hsl(206, 70%, 96%);
}

table[b-mwnuth1yqt] {
    /*width: 400px;*/
    border-collapse: collapse;
}

.content-center[b-mwnuth1yqt] {
    justify-content: center;
    display: grid;
}

#swSearchTab ul li a.active[b-mwnuth1yqt] {
    background-color: hsl(207, 61%, 51%);
    color: white;
    border-top-color: hsl(207, 61%, 51%);
    border-left-color: hsl(207, 61%, 51%);
    border-right-color: hsl(207, 61%, 51%);
    border-bottom-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #swSearchTab ul li a.active:hover[b-mwnuth1yqt] {
        background-color: white;
        color: hsl(207, 61%, 51%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-color: white;
    }



#swSearchTab ul li a:hover[b-mwnuth1yqt] {
    background-color: hsl(207, 61%, 51%);
    border-bottom-color: hsl(207, 61%, 51%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: hsl(207, 61%, 51%);
}


.swSearchInfo-In[b-mwnuth1yqt] {
    
    transition: all ease 1s;
    animation-name: slideXIn-b-mwnuth1yqt;
    animation-duration: 1s;
    /*background-color: white;*/
}

.swSearchInfo-Out[b-mwnuth1yqt] {
    
    transition: all ease 1s;
    animation-name: slideXOut-b-mwnuth1yqt;
    animation-duration: 1s;
}


@keyframes slideXIn-b-mwnuth1yqt {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes slideXOut-b-mwnuth1yqt {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
/* _content/pSemiWebAppSupport/Shared/MainLayout.razor.rz.scp.css */
.page[b-pi4swm68vd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-pi4swm68vd] {
    flex: 1;
}

.sidebar[b-pi4swm68vd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pi4swm68vd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pi4swm68vd]  a, .top-row .btn-link[b-pi4swm68vd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pi4swm68vd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.snackbar-logonTimerIn[b-pi4swm68vd] {
    max-height: 20%;
    max-width: 50%;
    height: inherit;
    width: inherit;
    display: grid;
    position: absolute;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    justify-self: center;
    transition: all ease 2s;
    animation-name: slideYIn-b-pi4swm68vd;
    animation-duration: 2s;
    background-color: white;
    border-radius:2rem;
}

.snackbar-logonTimerOut[b-pi4swm68vd] {
    max-height: 20%;
    max-width: 50%;
    height: inherit;
    width: inherit;
    display: grid;
    position: absolute;
    align-items: center;
    justify-items: center;
    align-content: stretch;
    justify-content: stretch;
    align-self: center;
    justify-self: center;
    transition: all ease 2s;
    animation-name: slideYOut-b-pi4swm68vd;
    animation-duration: 2s;
    border-radius: 2rem;
}

@keyframes slideYIn-b-pi4swm68vd {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slideYOut-b-pi4swm68vd {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pi4swm68vd] {
        display: none;
    }

    .top-row.auth[b-pi4swm68vd] {
        justify-content: space-between;
    }

    .top-row a[b-pi4swm68vd], .top-row .btn-link[b-pi4swm68vd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pi4swm68vd] {
        flex-direction: row;
    }

    .sidebar[b-pi4swm68vd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pi4swm68vd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-pi4swm68vd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/pSemiWebAppSupport/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i8kmrvjxh7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i8kmrvjxh7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i8kmrvjxh7] {
    font-size: 1.1rem;
}

.oi[b-i8kmrvjxh7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i8kmrvjxh7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i8kmrvjxh7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i8kmrvjxh7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i8kmrvjxh7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i8kmrvjxh7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i8kmrvjxh7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i8kmrvjxh7] {
        display: none;
    }

    .collapse[b-i8kmrvjxh7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
