/* /Components/BorderStyle.razor.rz.scp.css */
.headerBox[b-trx8mvejfw] {
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
}

.headerImg[b-trx8mvejfw] {
    width: 40px;
    height: 40px;
}

.headerTitle[b-trx8mvejfw] {
    font-size: 24px;
    color: #4D82B8;
    font-weight: 100;
    margin: 0 0 0 15px;
    align-self: center;
}

.dialogBox[b-trx8mvejfw] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contentBox[b-trx8mvejfw] {
    display: flex;
    margin-top: 20px;
    padding-left: 10px;
}

.contentColumn[b-trx8mvejfw] {
    flex: 1;
}

.buttonGroupBox[b-trx8mvejfw] {
    display: flex;
    flex-direction: column;
}

.groupButton[b-trx8mvejfw] {
    color: #505050;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-size: 15px;
    user-select: none;
    opacity: 0.6;
}

    .groupButton:hover[b-trx8mvejfw] {
        opacity: 1;
    }

.selectedGroupButton[b-trx8mvejfw] {
    color: #505050;
    font-weight: 400;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-size: 15px;
    border-left: 3px solid #00597C;
    user-select: none;
}


.titleBox[b-trx8mvejfw] {
    height:34px;
    display: flex;
    align-items: center;
}

.titleText[b-trx8mvejfw] {
    color: #505050;
    font-size: 12px;
}

.titleLine[b-trx8mvejfw] {
    background-color: black;
    flex: 1;
    height: 2px;
    opacity: 0.1;
}

.opacityText[b-trx8mvejfw] {
    opacity: 0.4;
    margin-right: 10px;
}

.titleTextDisabled[b-trx8mvejfw] {
    color: #505050;
    padding: 10px;
    opacity: 0.5;
}

.inputBox[b-trx8mvejfw] {
    padding-top:8px;
    height:34px;
    display: flex;
}

.emptyBox[b-trx8mvejfw] {
    width: 21px;
}

.inputBoxBorder[b-trx8mvejfw] {
    padding: 7px 0;
    display: flex;
}

.overrideBox[b-trx8mvejfw] {
    display: flex;
    height: 34px;
}

.overrideLine[b-trx8mvejfw] {
    width: 90%;
    background-color: black;
    height: 2px;
    opacity: 0.1;
    align-self: center;
}

.numberInput[b-trx8mvejfw] {
    width: 40px;
    height: 20px;
}

.colorBox[b-trx8mvejfw] {
    width: 46px;
    height: 20px;
    margin-left: 20px;
    border: 0.5px solid #EAEAEA;
    cursor: pointer;
    background-image: url(img/colorpicker.png);
    position: relative;
}

    .colorBox:hover[b-trx8mvejfw] {
        border: 0.5px solid #CEE5F6;
    }

.colorBoxEmpty[b-trx8mvejfw] {
    width: 46px;
    height: 20px;
    margin-left: 20px;
    border: 0.5px solid #EAEAEA;
    cursor: pointer;
    background-image: url(img/emptycolor.svg);
    background-size:100% 100%;
    position: relative;
}

    .colorBoxEmpty:hover[b-trx8mvejfw] {
        border: 0.5px solid #CEE5F6;
    }

.marginLeft[b-trx8mvejfw]{
    margin-left: 0 !important;
}

.colorFill[b-trx8mvejfw] {
    width: 100%;
    height: 100%;
    position: absolute;
}

.backgroundColorBox[b-trx8mvejfw] {
    width: 46px;
    height: 19px;
    background: lightgrey;
    border: 0.5px solid black;
    cursor: pointer;
}

.clearIcon[b-trx8mvejfw] {
    width:20px;
    height:20px;
    cursor: pointer;
}

input[type=number][b-trx8mvejfw]::-webkit-inner-spin-button {
    opacity: 1
}

input[type=number][b-trx8mvejfw] {
    border: 1px solid #7A7A7A
}

    input[type=number]:hover:not(:focus)[b-trx8mvejfw] {
        border: 1px solid #7A7A7A;
    }

    input[type=number]:focus[b-trx8mvejfw] {
        outline: none;
        border: 1px solid #0078D7
    }


.actionButtonsBox[b-trx8mvejfw] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 7px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.confirmButton[b-trx8mvejfw] {
    border: 1px solid #999999;
    width: 90px;
    height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    user-select: none;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.cancelButton[b-trx8mvejfw] {
    border: 1px solid #999999;
    width: 90px;
    height: 18px;
    margin-left: 8px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

    .confirmButton:hover[b-trx8mvejfw], .cancelButton:hover[b-trx8mvejfw] {
        background-color: #D4EDFF;
    }
/* /Components/Subscriptions.razor.rz.scp.css */


.subsrcibeContainer[b-ty2689bb77] {
    overflow: hidden;
    white-space: normal !important;
}

.emptyListBox[b-ty2689bb77] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emptyText[b-ty2689bb77] {
    font-size: 24px;
    margin: 25px 0 0 0;
}

.orderBox[b-ty2689bb77]{
    display: flex;
    justify-content: space-between
}
th[b-ty2689bb77] {
    font-size: 10px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; 

}
.tableStyle[b-ty2689bb77]{
    cursor: pointer;
}

table[b-ty2689bb77] {
    width: calc(100% - 60px);
    border-spacing: 0;
}

.iconBox[b-ty2689bb77] {
    display: flex;
    flex-direction: column;
}

.tableContent[b-ty2689bb77]{
    width: calc(100% - 60px);
    position: absolute;
    height: calc(100% - 50px);
    overflow-y: auto;
}


.displayFlex[b-ty2689bb77]{
    display: flex;
    flex-direction: row;
}

.flexOne[b-ty2689bb77]{
    flex: 1;
}

.flexThree[b-ty2689bb77]{
    flex: 3;
}

.iconSize[b-ty2689bb77] {
    font-size: 9px;
}


    .tableRows:hover[b-ty2689bb77] {
        background-color: #d3edff;
    }

.tableBorderRight[b-ty2689bb77] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
    padding-left: 10px !important;
}

.tableBorderBottom[b-ty2689bb77] {
    border-bottom: solid !important;
    border-width: 1px !important;
    border-color: #f1f1f1 !important;

}

.paddingLeft[b-ty2689bb77]{
    padding-left: 10px !important;
}

.SubscribeBtn[b-ty2689bb77] {
    background-color: #00597c;
    color: white;
    min-width: 100px;
    font-size: 12px;
}
.SubscribeBtn:hover[b-ty2689bb77] {
    background-color: #00597c;
    color: lightgrey;
    min-width: 100px;
    font-size: 12px;
}


.UnSubscribeBtn[b-ty2689bb77] {
    background-color: #7aabd3;
    color: white;
    min-width: 100px;
    font-size: 12px;
    
}
.UnSubscribeBtn:hover[b-ty2689bb77] {
    background-color: #7aabd3;
    color: lightgray;
    min-width: 100px;
    font-size: 12px;
}

.tablePadding[b-ty2689bb77] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tablePaddingTop[b-ty2689bb77] {
    padding-top: 10px !important;
}

[b-ty2689bb77]::-webkit-scrollbar {
    background: white;
    width: 5px;
    height: 5px;
    -webkit-overflow-scrolling: touch;
}

[b-ty2689bb77]::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

[b-ty2689bb77]::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 0px;
}

.hideDisplay[b-ty2689bb77]{
    display: none;
}

.showDisplay[b-ty2689bb77]{

}

.toolTipBox[b-ty2689bb77] {
    position: relative;
    display: inline-block;
}

span[b-ty2689bb77] {
    visibility: hidden;
    position: absolute;
    min-width: 390px;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: white;
    color: #505050;
    text-align: center;
    padding: 5px;
    border: 0.5px solid #D9D9D9;
    z-index: 2;
}

.toolTipText[b-ty2689bb77]{
    font-weight: 100;
}


.toolTipBox:hover span[b-ty2689bb77] {
    visibility: visible;
}

.toggleAlign[b-ty2689bb77] {
    text-align: center;
    align-self: center;
    padding-top: 5px;
}

input[b-ty2689bb77] {
    outline: none;
    -webkit-appearance: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 60%);
    height: 15px;
    width: 35px;
    border-radius: 50px;
    position: relative;
    box-shadow: 0px 0px 0px 2px #4D82B8;
    z-index: 1;
}

.togglePointerShow[b-ty2689bb77]{
    cursor: pointer;
}

.togglePointerHide[b-ty2689bb77]{
    cursor:not-allowed;
}

    input[b-ty2689bb77]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
        border-radius: 50px;
        box-shadow: 0px 0px 0px 2px #4D82B8;
    }

    input:checked[b-ty2689bb77] {
        background: rgb(77, 130, 184);
    }

        input:checked[b-ty2689bb77]:before {
            left: calc(20%);
            transform: translate(100%);
        }
