/* _content/BeOneBSS/Pages/Activation/PrepaidActivation.razor.rz.scp.css */

/* Filter Section */
.filter[b-h6cp3bjd9m] {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    margin: 20px 0;
}

    .filter label[b-h6cp3bjd9m] {
        font-weight: bold;
        margin-right: 5px;
    }

.filter-select[b-h6cp3bjd9m] {
    border: 1px solid var(--Desaturate9);
    border-radius: 5px;
    padding: 5px 10px;
    /*height: 25px;*/
    background-color: var(--Light);
    font-size:14px;
}

.filter-input[b-h6cp3bjd9m] {
    border: 1px solid var(--Desaturate9);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    width: 120px;
    background-color: var(--Light);
    font-size: 14px;
}

.filter-apply[b-h6cp3bjd9m] {
    background-color: var(--Primary);
    color: var(--Light);
    border-radius: 5px;
    padding: 5px 15px;
    height: 25px;
    cursor: pointer;
}

    .filter-apply:hover[b-h6cp3bjd9m] {
        background-color: var(--Darken3);
    }

.filter-reset[b-h6cp3bjd9m] {
    background-color: transparent;
    color: var(--Desaturate7);
    border: none;
    cursor: pointer;
}

.date-range[b-h6cp3bjd9m] {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.filter-date[b-h6cp3bjd9m] {
    border: 1px solid var(--Desaturate9);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    background-color: var(--Light);
    font-size: 14px;
}
/* _content/BeOneBSS/Pages/Client/ClientInfo.razor.rz.scp.css */
.clientinfo-container[b-bmiovvrtqk] {
    display: flex;
    flex-direction: row;
    /*    border: 2px solid black;*/
    padding: 0;
    height: 100vh;
    transition: all 0.3s ease;
    position: relative;
}
.account-info[b-bmiovvrtqk] {
    width: 30%;
    transition: width 0.3s ease;
}
.central-content[b-bmiovvrtqk] {
    width: 70%;
    transition: width 0.3s ease;
    height: 100vh;
    overflow-y: scroll;
}
.ticket[b-bmiovvrtqk] {
    width: 15%;
    transition: width 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}

    .ticket.hidden[b-bmiovvrtqk] {
        width: 0;
        opacity: 0;
        pointer-events: none;
    }

.clientinfo-container.expand-central .central-content[b-bmiovvrtqk] {
    width: 75%;
}

.clientinfo-container.expand-central .account-info[b-bmiovvrtqk] {
    width: 25%;
}

.ticket-toggle-btn[b-bmiovvrtqk] {
    position: fixed;
    bottom:0;
    right:5px;
    transform: translateY(-50%);
    z-index: 10;
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .ticket-toggle-btn:hover[b-bmiovvrtqk] {
        background: var(--blueGrey100);
    }


/*temporary pic*/
.ticket-img[b-bmiovvrtqk] {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}
/* _content/BeOneBSS/Pages/Client/ClientInfoList.razor.rz.scp.css */
.clientInfoList-container[b-4qw3qs9mv9] {
    padding: 10px;
    box-sizing: border-box;
}



/* Filter Section */
.filter[b-4qw3qs9mv9] {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 13px
}

    .filter label[b-4qw3qs9mv9] {
        font-weight: bold;
        margin-right: 5px;
    }

.filter-select[b-4qw3qs9mv9] {
    border: 1px solid var(--Desaturate9);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    background-color: var(--Light);
}

.filter-input[b-4qw3qs9mv9] {
    border: 1px solid var(--Desaturate9);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    width: 120px;
    background-color: var(--Light);
    font-size: 13px;
}

.filter-apply[b-4qw3qs9mv9] {
    background-color: var(--Primary);
    color: var(--Light);
    border-radius: 5px;
    padding: 5px 15px;
    height: 25px;
    cursor: pointer;
}

    .filter-apply:hover[b-4qw3qs9mv9] {
        background-color: var(--Darken3);
    }

.filter-reset[b-4qw3qs9mv9] {
    background-color: transparent;
    color: var(--Desaturate7);
    border: none;
    cursor: pointer;
}

.date-range[b-4qw3qs9mv9] {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.filter-date[b-4qw3qs9mv9] {
    border: 1px solid var(--Desaturate9);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    background-color: var(--Light);
}
/* _content/BeOneBSS/Pages/Client/ClientInfo_AccountInfo.razor.rz.scp.css */
.account-info-container[b-rfozvmmpwv] {
    overflow-y:scroll;
    height: 100%;
    border-right: 1px solid var(--blueGrey50);
    padding-bottom:20px;
}
/* Main Container */
.main[b-rfozvmmpwv] {
    display: flex;
    flex-direction: column;
    gap: 2%;
    padding: 10px;
    margin-right: 3%;
    white-space: nowrap;
    color: var(--blueGrey900);
    font-size: 13px;
}
/* Header Section */
.header[b-rfozvmmpwv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icons[b-rfozvmmpwv] {
    display: flex;
    gap: 0.5rem;
}

    .icons i[b-rfozvmmpwv] {
        font-size: 1rem;
        color: var(--blueGrey500);
        cursor: pointer;
        border: 1px solid #D0D5DD;
        border-radius: 8px;
        padding: 0.25rem 0.5rem;
    }

.dropdown select[b-rfozvmmpwv] {
    padding: 0.25rem 0.35rem;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
}
/* Info Section */
.info[b-rfozvmmpwv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    gap: 0.8rem;
}

.tag[b-rfozvmmpwv] {
    border-radius: 8px;
    padding: 8px 12px;
    /*width: 61px; */
}

.active[b-rfozvmmpwv] {
    background-color: #E8F5E9;
    color: #4CAF50;
    border: 1px solid #C8E6C9;
}

.suspend[b-rfozvmmpwv] {
    background-color: #f7ee09;
    color: #4f4c4c;
    border: 1px solid #d5c94f;
}

.ported_terminated[b-rfozvmmpwv] {
    background-color: #dc3545;
    color: #fff;
    border: 1px solid #c11717;
}

.mobile-info[b-rfozvmmpwv] {
    display: flex;
    flex-direction: column;
}

    .mobile-info .ID[b-rfozvmmpwv] {
        color: var(--blueGrey500);
        font-weight: 500;
        padding: 0;
    }

    .mobile-info .name[b-rfozvmmpwv] {
        color: #546E7A;
        font-size: 15px;
        font-weight: 600;
        padding: 0;
    }
/* Content Section */
.content[b-rfozvmmpwv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    color: #546E7A;
    width: 100%;
}

.phone-number[b-rfozvmmpwv] {
    width: 50%;
    border-right: 1px solid #546E7A;
}

.network[b-rfozvmmpwv] {
    width: 50%;
}
/* Banner Section */
.banner[b-rfozvmmpwv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.balance[b-rfozvmmpwv] {
    border: 1px solid var(--blueGrey100);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background-color: #FEEBEE;
    color: #E57373;*/
}

.data[b-rfozvmmpwv] {
    border: 1px solid var(--blueGrey100);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.balance[b-rfozvmmpwv],
.data[b-rfozvmmpwv] {
    border-radius: 8px;
    width: 48%;
    padding: 12px;
    /*height: 75px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    /* Balance Card Styles */
    .balance .balance-label[b-rfozvmmpwv] {
        /*font-size: 0.85rem;*/
        font-weight: normal;
        max-width: 100%;
        margin-bottom:5px;
    }

    .balance .balance-content[b-rfozvmmpwv] {
        font-weight: bold;
        color: #546E7A;
        white-space: break-spaces;
        max-width: 100%;
    }

    /* Data Card Styles */
    .data .data-label[b-rfozvmmpwv] {
        color: var(--blueGrey500);
        /*font-size: 0.65rem;*/
        font-weight: normal;
        max-width: 100%;
    }

    .data .data-content[b-rfozvmmpwv] {
        color: var(--blueGrey500);
        white-space: break-spaces;
        max-width: 100%;
    }

        .data .data-content span[b-rfozvmmpwv] {
            font-weight: bold;
            color: #546E7A;
            max-width: 100%;
        }

    /* Progress Bar Styles */
    .data .progress-bar[b-rfozvmmpwv] {
        background-color: #ECEFF1;
        height: 8px;
        border-radius: 4px;
        margin-top: 8px;
        position: relative;
        overflow: hidden;
    }

        .data .progress-bar .process[b-rfozvmmpwv] {
            background-color: #2887E7;
            height: 100%;
            width: 50%;
            border-radius: 4px;
        }

/* General Info Section */
.general-info .additional-info[b-rfozvmmpwv] {
    display: flex;
    flex-direction: column;
    color: #546E7A;
    padding-right: 10px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.general-info[b-rfozvmmpwv] {
    margin-top: 20px;
 
}

.item[b-rfozvmmpwv] {
    display: flex;
    align-items: center;
    line-height: 2.5;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.item-title[b-rfozvmmpwv] {
    color: var(--blueGrey500);
    flex: 0 0 40%;
    text-align: left;
    font-weight: bold;
}

.item-content[b-rfozvmmpwv] {
    flex: 1;
    color: var(--blueGrey900);
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.see-more-btn[b-rfozvmmpwv] {
    background: none;
    border: none;
    color: #2887E7;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}

    .see-more-btn i[b-rfozvmmpwv] {
        transition: transform 0.3s;
    }

    .see-more-btn.toggle i[b-rfozvmmpwv] {
        transform: rotate(180deg);
    }

.hidden[b-rfozvmmpwv] {
    display: none;
}
/* Buttons Container */

.buttons-container[b-rfozvmmpwv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    /* margin-right: 10px;*/
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.button[b-rfozvmmpwv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--blueGrey100);
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: white;
    color: var(--blueGrey800);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    padding: 3%;
    cursor: pointer;
    font-size: 13px;
}

    .button i[b-rfozvmmpwv] {
        color: var(--blueGrey800);
        margin-bottom: 10%;
        font-size: 26px !important;
    }

    .button span[b-rfozvmmpwv] {
        color: var(--blueGrey800);
        width: 100%;
        line-height: 0.8;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .button.selected[b-rfozvmmpwv] {
        background-color: var(--blueGrey100);
        border-color: var(--blueGrey100);
        color: var(--Primary);
    }

        .button.selected i[b-rfozvmmpwv] {
            color: var(--Primary);
        }

        .button.selected span[b-rfozvmmpwv] {
            color: var(--Primary);
        }

    .button:hover[b-rfozvmmpwv] {
        background-color: var(--blueGrey50);
        border-color: var(--blueGrey50);
    }

/* Media Queries */
@media (max-width: 920px) {
    .buttons-container[b-rfozvmmpwv] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2%;
    }

    .general-info[b-rfozvmmpwv] {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

        .general-info .item[b-rfozvmmpwv] {
            flex-direction: column;
            align-items: flex-start;
            line-height: 1.4;
            font-size: 0.7rem;
            gap: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .general-info .item-title[b-rfozvmmpwv] {
            font-size: 0.8rem;
            flex: none;
            text-align: left;
        }

        .general-info .item-content[b-rfozvmmpwv] {
            font-size: 0.75rem;
            text-align: left;
        }

    .main[b-rfozvmmpwv] {
        padding: 2%;
        gap: 3%;
    }

    .header[b-rfozvmmpwv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .icons[b-rfozvmmpwv] {
        gap: 0.8rem;
    }

        .icons i[b-rfozvmmpwv] {
            padding: 0.2rem 0.4rem;
        }

    .dropdown select[b-rfozvmmpwv] {
        padding: 0.2rem 0.3rem;
    }

    .info[b-rfozvmmpwv] {
        gap: 1rem;
    }

    .tag[b-rfozvmmpwv] {
        padding: 6px 10px;
        width: auto;
    }

    .mobile-info .ID[b-rfozvmmpwv] {
        font-size: 0.75rem;
    }

    .mobile-info .name[b-rfozvmmpwv] {
        font-size: 0.9rem;
    }

    .content[b-rfozvmmpwv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        text-align: left;
    }

    .phone-number[b-rfozvmmpwv],
    .network[b-rfozvmmpwv] {
        width: 100%;
        border-right: none;
        font-size: 0.75rem;
    }

    .banner[b-rfozvmmpwv] {
        flex-direction: column;
        gap: 1rem;
    }

    .balance[b-rfozvmmpwv],
    .data[b-rfozvmmpwv] {
        width: 100%;
        height: auto;
        padding: 10px;
    }

        .balance .balance-label[b-rfozvmmpwv],
        .data .data-label[b-rfozvmmpwv] {
            font-size: 0.65rem;
        }

        .balance .balance-content[b-rfozvmmpwv],
        .data .data-content[b-rfozvmmpwv] {
            font-size: 0.8rem;
        }

        .data .progress-bar[b-rfozvmmpwv] {
            height: 6px;
        }
}
@media (min-width: 1920px) {
    .buttons-container[b-rfozvmmpwv] {
        grid-template-columns: repeat(6, 1fr);
        gap: 2%;
    }
}
/* _content/BeOneBSS/Pages/Client/ClientInfo_CentralContent.razor.rz.scp.css */
.tabs-container[b-m7dgmnx7dm] {
    border-right: 1px solid var(--blueGrey50);
    height: 100vh;
    padding: 1%;
    margin-bottom: 10px;
    overflow-y: scroll !important;
    scrollbar-gutter: stable;
}

.tabs-content[b-m7dgmnx7dm] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid var(--blueGrey50);
}

.tab-item[b-m7dgmnx7dm] {
    text-align: center;
    padding: 1%;
    font-size: 13px;
    color: var(--blueGrey400);
    cursor: pointer;
}

    .tab-item.active[b-m7dgmnx7dm] {
        color: var(--Primary);
        border-bottom: 2px solid var(--Primary);
    }

    .tab-item:hover[b-m7dgmnx7dm] {
        color: var(--Primary);
/*        border-bottom: 2px solid var(--Primary);*/
    }

/* tables */
.tables-container[b-m7dgmnx7dm] {
    margin-bottom: 50px;
}
.table-section[b-m7dgmnx7dm] {
    padding-top: 10px;
}

.table-title[b-m7dgmnx7dm] {
    font-size: 0.8rem;
}

    

.styled-table[b-m7dgmnx7dm] {
    width: 100%;
    border-collapse: separate;
/*    border: 1px solid #e0e0e0;*/
    border-radius: 5px;
    border-spacing: 0;
    font-size: 0.65rem;
    text-align: left;
    overflow-x: auto;
}

    .styled-table thead tr[b-m7dgmnx7dm] {
        white-space: nowrap;
        background-color: #E3F2FD;
        color: #2887E7;
        font-weight: bold;
        border: none;
        padding: 6px 16px;
    }

    .styled-table th[b-m7dgmnx7dm] {
        padding: 10px;
    }

    .styled-table td[b-m7dgmnx7dm] {
        padding: 10px;
        border-bottom: 1px solid var(--Border);
    }

    .styled-table tbody tr:hover[b-m7dgmnx7dm] {
        background-color: var(--Border);
    }

    .styled-table input[type="checkbox"][b-m7dgmnx7dm] {
        border: 1px solid var(--blueGrey50);
        margin: 0 auto;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .styled-table[b-m7dgmnx7dm] {
        font-size: 0.65rem;
        overflow-x: auto;
    }

        .styled-table th[b-m7dgmnx7dm], .styled-table td[b-m7dgmnx7dm] {
            padding: 6px;
            text-align: center;
        }

    .table-section[b-m7dgmnx7dm] {
        padding: 0.5rem;
    }

    .table-title[b-m7dgmnx7dm] {
        font-size: 0.7rem;
    }
}
/* _content/BeOneBSS/Pages/Client/ClientInfo_Ticket.razor.rz.scp.css */
.ticket-container[b-i36goc7tkg] {
    padding:20px;
    height: 100vh;
}
/* _content/BeOneBSS/Pages/Developer/ExceptionList.razor.rz.scp.css */
.table-responsive[b-jl65a1x6rb] {
    margin-top: 1rem;
}

pre[b-jl65a1x6rb] {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 300px;
    overflow-y: auto;
}

.card[b-jl65a1x6rb] {
    margin-top: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn-info[b-jl65a1x6rb] {
    color: #fff;
} 
/* _content/BeOneBSS/Pages/index.razor.rz.scp.css */
.dashboard-layout[b-ich6wm38gx] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 13% 18% 18% 38%;
    gap: 10px;
    padding: 10px;
    height: 100vh;
    box-sizing: border-box;
    color: var(--blueGrey900);
    overflow-y: scroll !important;
    scrollbar-gutter: stable;
    padding-bottom: 25px;
}

/*grid*/
.grid-item[b-ich6wm38gx] {
    display: flex;
    color: #333;
    border: 2px solid var(--blueGrey50);
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*item 1*/
.active-customer[b-ich6wm38gx] {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 16px;
}


/*item 2*/
.postpaid-customer[b-ich6wm38gx] {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 16px;
}
/*item 3*/
.prepaid-customer[b-ich6wm38gx] {
    grid-column: 5 / 7;
    grid-row: 1 / 2;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 16px;
}
/*item 4*/
.available-cards[b-ich6wm38gx] {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-row[b-ich6wm38gx] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.simInventory-container[b-ich6wm38gx] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.SIM-container[b-ich6wm38gx] {
    background-color: var(--Light);
    border: 1px solid var(--blueGrey100);
    padding: 3px 0 2px 3px;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 45px;
}

.eSIM[b-ich6wm38gx], .SIM[b-ich6wm38gx] {
    color: var(--blueGrey700);
    border-radius: 8px;
    background-color: #F5F8FA;
    padding: 10px;
    font-size: 9.5px;
    width: 48%;
}

.SIM-number[b-ich6wm38gx] {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 8px 0 5px;
}
/*item 5*/
.available-numbers[b-ich6wm38gx] {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 16px;
}

.dropdown-list select[b-ich6wm38gx] {
    padding: 0.25rem 0.35rem;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-size: 0.65rem;
    margin-left: 1.3rem;
    width: 5.6rem;
}
/*item 6*/
.canada-map[b-ich6wm38gx] {
    grid-column: 3 / 7;
    grid-row: 2 / 4;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    overflow: hidden;
    font-size: 13px;
}

.data-list[b-ich6wm38gx] {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding: 8px;
    
}

    .data-list p[b-ich6wm38gx] {
        font-size: 13px;
        font-weight: bold;
        margin-top: 0;
    }

.map-container[b-ich6wm38gx] {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#provinceList[b-ich6wm38gx] {
    display: grid;
    margin-top: 0;
    grid-template-columns: repeat(2, auto); 
    column-gap: 3px; 
    row-gap: 3px; 
}


[b-ich6wm38gx] .dot {
    width: 3px;
    height: 3px;
    border: 3px solid;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
    box-sizing: content-box;
}

/*item 7*/
.activityChart-container[b-ich6wm38gx] {
    grid-column: 1 / 4;
    grid-row: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}
/*item 8*/
.plansChart-container[b-ich6wm38gx] {
    grid-column: 4 / 7;
    grid-row: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}

.chart-container[b-ich6wm38gx] {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-label[b-ich6wm38gx] {
    position: absolute;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 3px;
    pointer-events: none;
    transform: translate(-65%, -35%);
    white-space: nowrap;
    text-align: center;
}

.chart-title[b-ich6wm38gx] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#plansChart[b-ich6wm38gx] {
    height: 100%;
    width: 100%;
}
/* _content/BeOneBSS/Pages/Inventory/SimInventory.razor.rz.scp.css */
.simInventory-container[b-4zy8a0fkwv] {
    padding: 1rem;
    box-sizing: border-box;
    font-size: 14px;
    color: var(--blueGrey900);
}
/* Action Container */
.action[b-4zy8a0fkwv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}


.create[b-4zy8a0fkwv] {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--Border);
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    background-color: var(--Primary);
    color: var(--Light);
}


/* Filter Section */
/*.filter {
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    margin-bottom: 10px;
}

    .filter label {
        font-weight: bold;
        margin-right: 5px;
    }

.filter-select {
    border: 1px solid var(--Border);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    background-color: var(--Light);
}

.filter-input {
    border: 1px solid var(--Border);
    border-radius: 5px;
    padding: 5px 10px;
    height: 25px;
    width: 120px;
    background-color: var(--Light);
    width: 100%;
}*/

.mudtable-thead[b-4zy8a0fkwv] {
    background-color: red;
}
/* _content/BeOneBSS/Pages/Reports.razor.rz.scp.css */
.report-container[b-2mut5erkff] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* banner  */
.banner[b-2mut5erkff] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
}

.item[b-2mut5erkff] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 5px 5px 8px;
    width: 19.5%;
    border: 2px solid var(--blueGrey50);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    height:80px;
}

/* content  */
.content[b-2mut5erkff] {
/*    border: 1px solid slateblue; */
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 350px;
    margin-bottom: 10px;
}

.chart[b-2mut5erkff] {
    width: 35%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--blueGrey50);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* table  */
.table-section[b-2mut5erkff] {
    border: 1px solid var(--blueGrey50);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 65%;
    padding: 10px;
    border-radius: 12px;
    overflow-y: auto;
    max-height: 350px;
}

.table-title[b-2mut5erkff] {
    font-size: 13px;
    margin-top: 0;
    font-weight: bold;
    /* border: 1px solid palegreen; */
}

.styled-table[b-2mut5erkff] {
    width: 100%;
    border-collapse: separate;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    border-spacing: 0;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
}

    .styled-table thead tr[b-2mut5erkff] {
        white-space: nowrap;
        background-color: #e3f2fd;
        color: #2887e7;
        font-weight: bold;
        border: none;
        padding: 6px 16px;
    }

    .styled-table thead th[b-2mut5erkff] {
        padding: 10px;
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .styled-table td[b-2mut5erkff] {
        padding: 10px;
        border-bottom: 1px solid var(--blueGrey50);
    }

    .styled-table tbody tr:hover[b-2mut5erkff] {
        background-color: var(--blueGrey50);
    }

/* .styled-table input[type="checkbox"] {
  border: 1px solid greenyellow;
  margin: 0 auto;
  cursor: pointer;
} */
.satisfaction-level5[b-2mut5erkff] {
    color: #2e7d32;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satisfaction-level4[b-2mut5erkff] {
    color: #9e9d24;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #f9fbe7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satisfaction-level3[b-2mut5erkff] {
    color: #ff8f00;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff8e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satisfaction-level1[b-2mut5erkff] {
    color: #c62828;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #feebee;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/BeOneBSS/Pages/Reports_Activation.razor.rz.scp.css */
.report-container[b-nnzbw8xl0u] {
    display: flex;
    flex-direction: column;
    padding: 10px;
  
}
/* banner  */
.banner[b-nnzbw8xl0u] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 200px;
/*    border: 1px solid red;*/
}

.left-chart[b-nnzbw8xl0u] {
    border: 1px solid var(--blueGrey50);
    border-radius: 12px;
    padding: 5px 10px;
    width: 55%;
    height: 100%;
}

.right-chart[b-nnzbw8xl0u] {
    border: 1px solid var(--blueGrey50);
    border-radius: 12px;
    padding: 10px;
    width: 44%;
    height: 100%;
}


.chart-container[b-nnzbw8xl0u] {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-label[b-nnzbw8xl0u] {
    position: absolute;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 3px;
    pointer-events: none;
    transform: translate(-45%, -35%);
    white-space: nowrap;
    text-align: center;
}

.chart-title[b-nnzbw8xl0u] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#SimStatusChart[b-nnzbw8xl0u] {
    height: 100%;
    width: 100%;
}
/* table  */
.tabs-container[b-nnzbw8xl0u] {
    height: 300px;
    padding: 0 1%;
    margin-bottom: 10px;
    overflow-y: scroll !important;
    scrollbar-gutter: stable;
    position: relative;
}

.tabs-content[b-nnzbw8xl0u] {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--blueGrey50);

    position: sticky;
    top: 0;
    z-index: 10; 
    background-color: white; 
}

.tab-item[b-nnzbw8xl0u] {
    text-align: center;
    padding: 1%;
    font-size: 13px;
    color: var(--blueGrey400);
    cursor: pointer;
}

    .tab-item.active[b-nnzbw8xl0u] {
        color: var(--Primary);
        border-bottom: 2px solid var(--Primary);
    }

    .tab-item:hover[b-nnzbw8xl0u] {
        color: var(--Primary);
        border-bottom: 2px solid var(--Primary);
    }

/* tables */

.table-section[b-nnzbw8xl0u] {
    max-height: 400px;
    position: relative;
    padding-bottom: 60px;
}

.styled-table[b-nnzbw8xl0u] {
    width: 100%;
/*    border-collapse: separate;*/
    border: 1px solid #e0e0e0;
    padding: 0;
    border-radius: 5px;
    border-spacing: 0;
    font-size: 13px;
    text-align: left;
}
    .styled-table th[b-nnzbw8xl0u] {
        padding: 10px;
        white-space: nowrap;
        background-color: #E3F2FD;
        color: #2887E7;
        font-weight: bold;
        top: 0;
        z-index: 5;
        position: sticky;
    }

    .styled-table td[b-nnzbw8xl0u] {
        padding: 10px;
        border-bottom: 1px solid var(--Border);
    }

    .styled-table tbody tr:hover[b-nnzbw8xl0u] {
        background-color: var(--Border);
    }

    .styled-table input[type="checkbox"][b-nnzbw8xl0u] {
        border: 1px solid var(--blueGrey50);
        margin: 0 auto;
        cursor: pointer;
    }

/* _content/BeOneBSS/Shared/LoginPartial.razor.rz.scp.css */
.container[b-f6d9966cv6] {
    display:flex;
    
}
.icon-container[b-f6d9966cv6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.icon[b-f6d9966cv6] {
    font-size: 1.5rem;
    color: var(--Desaturate7);
    border-radius: 5px;
    padding: 4px 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .icon:not(.selected)[b-f6d9966cv6] {
        background-color: transparent;
    }

    .icon.selected[b-f6d9966cv6] {
        background-color: var(--Desaturate10);
    }

    .icon:hover[b-f6d9966cv6] {
        background-color: var(--Desaturate10);
    }

.user-icon .nav-link[b-f6d9966cv6] {
    font-size: 1rem;
    color: var(--Light);
    font-weight: bold;
    background-color: #155EEF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/BeOneBSS/Shared/MainLayout.razor.rz.scp.css */
.page[b-cnyjbvzw1h] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.nav[b-cnyjbvzw1h] {
    height: 100%;
    overflow: hidden;
}

main[b-cnyjbvzw1h] {
    flex: 1;
    position: relative;
    /*overflow: hidden !important;*/
}

.top-row[b-cnyjbvzw1h] {
    background-color: var(--Light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100%;
}

.search-container[b-cnyjbvzw1h] {
    display: flex;
    align-items: center;
    width: 70%;
}

.search-form[b-cnyjbvzw1h] {
    display: flex;
    flex-direction: row;
    border-radius: 7px;
    width: 70%;
    margin-left: 30px;
    background-color: var(--Border);
}

#search-input[b-cnyjbvzw1h] {
    background-color: transparent;
    flex: 1;
    padding: 0 0.5rem;
    font-size: 1rem;
    border: none;
    line-height: 2.5;
}

.searchinput:focus[b-cnyjbvzw1h] {
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, .25);
    border-color: #86b7fe;
}

.search-btn[b-cnyjbvzw1h] {
    background-color: transparent;
    color: var(--Desaturate9);
    border: none;
    padding: 0.5rem 1rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

    .search-btn:hover[b-cnyjbvzw1h] {
        color: var(--Desaturate9);
    }

.mud-drawer-close-mini-md-left.mud-drawer-left-clipped-never .mud-appbar[b-cnyjbvzw1h] {
    margin-left: var(--mud-drawer-width-mini-left);
    width: calc(100% - var(--mud-drawer-width-mini-left));
}

@media (min-width: 960px) {
    .mud-drawer-open-mini-md-left.mud-drawer-left-clipped-never .mud-appbar[b-cnyjbvzw1h] {
        margin-left: var(--mud-drawer-width-left);
        width: calc(100% - var(--mud-drawer-width-left));
    }
}
/* _content/BeOneBSS/Shared/NavMenu.razor.rz.scp.css */
.nav-menu-wrapper[b-kev88k5ymd] {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.nav-menu-container[b-kev88k5ymd] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.drawer-logo-container[b-kev88k5ymd] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: auto;
    display: flex;
    align-items: center;
    height: 65px;
}

    .drawer-logo-container.expanded[b-kev88k5ymd] {
        justify-content: flex-start;
        padding-left: 8px;
        padding-right: 8px;
    }

    .drawer-logo-container.collapsed[b-kev88k5ymd] {
        /*justify-content: center;*/
        padding-left: 8px;
        padding-right: 8px;
    }

.drawer-logo[b-kev88k5ymd] {
    height: 50px;
    max-width: 100%;
    transition: all 0.3s ease;
}

.menu-scrollable-content[b-kev88k5ymd] {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}



.menu-bottom-fixed[b-kev88k5ymd] {
    flex-shrink: 0;
    background-color: white;
    border-top: 1px solid #eee;
    z-index: 1000;
}
/* _content/BeOneBSS/Shared/NavMenuNew.razor.rz.scp.css */
.sidebar-container[b-8h2ui7xkd0] {
    position: relative;
    height: 100%;
    /*    transition: all 0.3s ease;*/
    overflow: visible; 
}

.sidebar[b-8h2ui7xkd0] {
    display: flex;
    flex-direction: column;
    background-color: #00286b;
    color: var(--Light);
    height: 100vh;
    width: 230px;
    overflow: visible; 
    flex-shrink: 0;
    box-sizing: border-box;
    padding-bottom: 20px;
    /*    transition: width 0.3s, opacity 0.2s ease;*/
    white-space: nowrap;
    position: relative;
    font-size: 13px;
    font-weight: bold;
}

    .sidebar.collapsed[b-8h2ui7xkd0] {
        width: 55px;
/*        transition: width 0.3s ease;*/
    }

.top-row[b-8h2ui7xkd0] {
    height: 55px;
    /*padding-left: 10px;*/
    background-color: var(--Light);
    position: relative;
    z-index: 100;
}

.navbar-brand img[b-8h2ui7xkd0] {
    height: 50px;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.sm-navbar-brand img[b-8h2ui7xkd0] {
    margin: 13px 10px 0 2px;
    height: 32px;
    transition: width 0.3s ease, opacity 0.3s ease;
    width:50px
}

#logo[b-8h2ui7xkd0] {
    display: block;
}

#smlogo[b-8h2ui7xkd0] {
    display: none;
}

/*.sidebar.collapsed .top-row {
    background-color: #00286b;
}
*/
.sidebar.collapsed #logo[b-8h2ui7xkd0] {
    display: none;
}

.sidebar.collapsed #smlogo[b-8h2ui7xkd0] {
    display: block;
}

.nav-menu[b-8h2ui7xkd0] {
    margin-top: 10px;
    flex: 1;
    overflow-y: hidden;
    padding-bottom: 50px;
}

    .nav-menu ul[b-8h2ui7xkd0] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

.nav-item a[b-8h2ui7xkd0] {
    color: var(--Light);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 20px 0 11px;
    padding: 8px 10px;
    border-radius: 8px;
    justify-content: flex-start;
    position: relative;
    width: 92%;
    height: 35px;
    box-sizing: border-box;
}

    .nav-item a:hover[b-8h2ui7xkd0] {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .nav-item a.selected[b-8h2ui7xkd0] {
        background-color: var(--Darken3);
/*        padding: 8px;*/
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

.sidebar.collapsed .menu-text[b-8h2ui7xkd0] {
    display: none;
}

.sidebar.collapsed .nav-item > a[b-8h2ui7xkd0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    font-size: 13px;
    margin: 0 20px 0 10px;
    padding: 8px 10px;
}

.sidebar.collapsed .nav-item > a.selected[b-8h2ui7xkd0],
.sidebar.collapsed .nav-item > a:hover[b-8h2ui7xkd0] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
}

    .sidebar.collapsed .nav-item a.selected[b-8h2ui7xkd0] {
        background-color: var(--Darken3);
    }

.sub-menu[b-8h2ui7xkd0] {
    display: none;
}

    .sub-menu li a[b-8h2ui7xkd0] {
        display: flex;
        align-items: center;
    }

        .sub-menu li a[b-8h2ui7xkd0]::before {
            content: "";
            width: 11px;
            display: inline-block;
        }

.help-support[b-8h2ui7xkd0] {
    position: absolute;
    bottom: 5px;
    padding: 10px 20px;
 
}

    .help-support a[b-8h2ui7xkd0] {
        color: var(--Light);
        text-decoration: none;
        display: flex;
    }

    

.menu-toggle_btn[b-8h2ui7xkd0] {
    color: #00286b;
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: 10px;
    left: 235px;
    z-index: 5000;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

#toggle-btn-left[b-8h2ui7xkd0] {
    display: block;
}

#toggle-btn-right[b-8h2ui7xkd0] {
    display: none;
}

.sidebar.collapsed ~ .menu-toggle_btn[b-8h2ui7xkd0] {
    left: 60px;
}

.sidebar.collapsed #toggle-btn-left[b-8h2ui7xkd0] {
    display: none !important;
    transition: all 0.3s ease;
}

.sidebar.collapsed #toggle-btn-right[b-8h2ui7xkd0] {
    display: block !important;
    transition: all 0.3s ease;
}

button.toggle-btn[b-8h2ui7xkd0] {
    all: unset;
    cursor: pointer;
}

.menu-text[b-8h2ui7xkd0] {
    transition: width 0.3s ease, opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.sidebar.collapsed .arrow-icon[b-8h2ui7xkd0] {
    display: none;
}

.arrow-icon[b-8h2ui7xkd0] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
/*    visibility: hidden;*/
/*    opacity: 0;*/
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-item[b-8h2ui7xkd0] {
    position: relative;

}

.tooltip[b-8h2ui7xkd0] {
    position: fixed;
    /*    border: 1px solid red;*/
    left: 60px;
    background-color: rgba(0, 40, 107, 0.75);
    color: white;
    height: 35px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 99999;
}
.sidebar.collapsed .nav-item:hover .tooltip[b-8h2ui7xkd0],
.sidebar.collapsed .help-support:hover .tooltip[b-8h2ui7xkd0] {
    opacity: 1;
    visibility: visible;
}
