/* /Components/CustomCardComponent.razor.rz.scp.css */
.mcard[b-civywifi06] {
    padding: 0.2rem;
    margin: 0.3rem;
    width: 8rem;
    border: 1px solid gray;
    box-shadow: 1px 1px 3px #00000080;
    transition: 0.2s;
    background-color: #FFFFFF;
    border-radius: 0.4rem;
}

    .mcard:hover[b-civywifi06] {
        cursor: pointer;
        background-color: #00990030;
        box-shadow: 5px 5px 5px #00000080;
    }

.mcactive[b-civywifi06] {
    background-color: #00990030;
}

.mcbody[b-civywifi06] {
    display: flex;
    flex-direction: column;
}

.mcimg[b-civywifi06] {
    width: 100%;
}

.mclabel[b-civywifi06] {
    text-align: center;
}
/* /Components/Dashboard/CategoryCard.razor.rz.scp.css */
.card-title[b-t1tq9ps2r0] {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 500;
    color: rgb(71 78 107);
}

.e-chart[b-t1tq9ps2r0] {
    width: inherit !important;
    height: inherit !important;
}

.e-accumulationchart[b-t1tq9ps2r0] {
    width: inherit !important;
    height: inherit !important;
}



    
@media only screen and (max-width: 768px) {
    .divCharts[b-t1tq9ps2r0] {
        flex-direction: column;
        align-items: center;
    }
    .flex-container[b-t1tq9ps2r0] {
        display: block;
    }
}

.e-card-layout[b-t1tq9ps2r0] {
    margin: auto;
    max-width: 25%;
}
/* /Components/LoadingComponent.razor.rz.scp.css */
.my-component[b-ww5zx0qdii] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* /Pages/Administration/Configurations/Configurations.razor.rz.scp.css */
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-b3jvszi42l] {
    overflow: scroll;
    overflow-y: hidden;
}

span .e-label[b-b3jvszi42l] {
    font-size: medium;
}

.topBar[b-b3jvszi42l] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}

.divStatus[b-b3jvszi42l] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-b3jvszi42l] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .topBar[b-b3jvszi42l] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-b3jvszi42l] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-b3jvszi42l] {
    margin-top: 0.5rem;
    overflow-x: none;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.loader[b-f5acg9gc2s] {
    margin-top: 200px;
}

.lead[b-f5acg9gc2s] {
    font-size: 1.35rem;
    font-weight: 500;
    color: rgb(71 78 107);
}

.card-without-padding[b-f5acg9gc2s] {
    padding: 0 !important;
}

.informationCards[b-f5acg9gc2s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .informationCards[b-f5acg9gc2s] {
        flex-direction: column;
    }
}

.interactive-div[b-f5acg9gc2s] {
    padding: 0 .5rem;
}

.interactive-div:hover[b-f5acg9gc2s] {
    cursor: pointer !important;
    background-color: #00000020;
}

.my-card-header[b-f5acg9gc2s] {
    height: 5rem;
}

.info-div[b-f5acg9gc2s] {
    justify-content: space-between;
}

.join-text-icon-div[b-f5acg9gc2s] {
    display: flex;
    align-items: center;
}
/* /Pages/IncidencesV2/AddIncidenceV2.razor.rz.scp.css */
body[b-ke7unk6jm6] {
}
.divGetTelefone[b-ke7unk6jm6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.divButtons[b-ke7unk6jm6] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1rem 0;
}
.marginHorizontal[b-ke7unk6jm6] {
    margin: 0 0.5rem;
}
.fitContent[b-ke7unk6jm6] {
    width: fit-content;
}
.divCards[b-ke7unk6jm6] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .divGetTelefone[b-ke7unk6jm6] {
        flex-direction: column;
    }
    .divButtons[b-ke7unk6jm6] {
        flex-direction: column;
    }
}
/* /Pages/IncidencesV2/Components/IncidenceDataGrid.razor.rz.scp.css */
body[b-auj5f7qc5n] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-auj5f7qc5n] {
    overflow: scroll;
    overflow-y: hidden;
}

span .e-label[b-auj5f7qc5n] {
    font-size: medium;
}

.topBar[b-auj5f7qc5n] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}

.divStatus[b-auj5f7qc5n] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-auj5f7qc5n] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .topBar[b-auj5f7qc5n] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-auj5f7qc5n] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-auj5f7qc5n] {
    margin-top: 0.5rem;
    overflow-x: none;
}
/* /Pages/IncidencesV2/IncidencesListV2.razor.rz.scp.css */
body[b-ggvzinsoyk] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-ggvzinsoyk] {
    overflow: scroll;
    overflow-y: hidden;
}
span .e-label[b-ggvzinsoyk] {
    font-size: medium;
}
.topBar[b-ggvzinsoyk] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}
.divStatus[b-ggvzinsoyk] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-ggvzinsoyk] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }
    .topBar[b-ggvzinsoyk] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-ggvzinsoyk] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-ggvzinsoyk] {
    margin-top: 0.5rem;
    overflow-x: none;
}

/* BADGE */
.my-badge[b-ggvzinsoyk] {
    position: absolute;
    transform: translate(0, -40%) !important;
    display: inline-block;
    padding: 0px 0.15em;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
/* /Pages/Incidences/IncidencesRateList.razor.rz.scp.css */
body[b-m07xue9vsb] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-m07xue9vsb] {
    overflow: scroll;
    overflow-y: hidden;
}

.topBar[b-m07xue9vsb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0.3rem 1rem;
}
.starsBar[b-m07xue9vsb] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media only screen and (max-width: 768px) {
    .topBar[b-m07xue9vsb] {
       flex-direction: column;
    }
    .starsBar[b-m07xue9vsb] {
        flex-direction: column;
    }
}
/* /Pages/IPAssetsListView/Components/LampsDataGrid.razor.rz.scp.css */
body[b-gfirzodxcs] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-gfirzodxcs] {
    overflow: scroll;
    overflow-y: hidden;
}

span .e-label[b-gfirzodxcs] {
    font-size: medium;
}

.topBar[b-gfirzodxcs] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}

.divStatus[b-gfirzodxcs] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-gfirzodxcs] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .topBar[b-gfirzodxcs] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-gfirzodxcs] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-gfirzodxcs] {
    margin-top: 0.5rem;
    overflow-x: none;
}
/* /Pages/IPAssetsListView/Components/PolesDataGrid.razor.rz.scp.css */
body[b-r0kuc202gs] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-r0kuc202gs] {
    overflow: scroll;
    overflow-y: hidden;
}

span .e-label[b-r0kuc202gs] {
    font-size: medium;
}

.topBar[b-r0kuc202gs] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}

.divStatus[b-r0kuc202gs] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-r0kuc202gs] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .topBar[b-r0kuc202gs] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-r0kuc202gs] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-r0kuc202gs] {
    margin-top: 0.5rem;
    overflow-x: none;
}
/* /Pages/ServiceOrdersV2/ActionManager.razor.rz.scp.css */


@media only screen and (max-width: 768px) {
    .divBody[b-q27yj05bc4] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Pages/ServiceOrdersV2/Components/AddOcc2SO.razor.rz.scp.css */


@media only screen and (max-width: 768px) {
    .divBody[b-j5f9mts3sp] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Pages/ServiceOrdersV2/Components/SODataGrid.razor.rz.scp.css */
body[b-rlrbc454pm] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-rlrbc454pm] {
    overflow: scroll;
    overflow-y: hidden;
}

span .e-label[b-rlrbc454pm] {
    font-size: medium;
}

.topBar[b-rlrbc454pm] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}

.divStatus[b-rlrbc454pm] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-rlrbc454pm] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .topBar[b-rlrbc454pm] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-rlrbc454pm] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-rlrbc454pm] {
    margin-top: 0.5rem;
    overflow-x: none;
}
/* /Pages/ServiceOrdersV2/Components/SOTaskIncidences.razor.rz.scp.css */


@media only screen and (max-width: 768px) {
    .divBody[b-8w3taxl4ia] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Pages/ServiceOrdersV2/Components/SOTaskPoles.razor.rz.scp.css */


@media only screen and (max-width: 768px) {
    .divBody[b-9x9k8uhsbh] {
        flex-direction: column;
        align-items: center;
    }
}

.activities_header[b-9x9k8uhsbh] {
    /*display: flex;*/
    justify-content: space-around;
}

button.btn.default[b-9x9k8uhsbh] {
    background-color: white;
    border: none;
}
/* /Pages/ServiceOrdersV2/SODetailsV2.razor.rz.scp.css */


@media only screen and (max-width: 768px) {
    .divBody[b-gpgeo1n0wi] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Pages/ServiceOrdersV2/SOListV2.razor.rz.scp.css */
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-qbi6nhy4j8] {
    overflow: scroll;
    overflow-y: hidden;
}

span .e-label[b-qbi6nhy4j8] {
    font-size: medium;
}

.topBar[b-qbi6nhy4j8] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}

.divStatus[b-qbi6nhy4j8] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-qbi6nhy4j8] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .topBar[b-qbi6nhy4j8] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-qbi6nhy4j8] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-qbi6nhy4j8] {
    margin-top: 0.5rem;
    overflow-x: none;
}

/* BADGE */
.my-badge[b-qbi6nhy4j8] {
    position: absolute;
    transform: translate(0, -40%) !important;
    display: inline-block;
    padding: 0px 0.15em;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
/* /Pages/Summaries/SummaryListV2.razor.rz.scp.css */
body[b-hu7w54ywv1] {
}
/* Hide scrollbar for IE, Edge and Firefox */
.bodyTable[b-hu7w54ywv1] {
    overflow: scroll;
    overflow-y: hidden;
}
span .e-label[b-hu7w54ywv1] {
    font-size: medium;
}
.topBar[b-hu7w54ywv1] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.3rem 1rem;
}
.divStatus[b-hu7w54ywv1] {
    flex: 1;
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}

@media only screen and (max-width: 768px) {
    .divStatus[b-hu7w54ywv1] {
        display: block;
        align-items: flex-start;
        align-self: self-start;
        padding: 0;
        padding-bottom: 0.5rem;
    }
    .topBar[b-hu7w54ywv1] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile[b-hu7w54ywv1] {
    margin-top: 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: scroll;
    display: -webkit-box;
}

.nomobile[b-hu7w54ywv1] {
    margin-top: 0.5rem;
    overflow-x: none;
}

/* BADGE */
.my-badge[b-hu7w54ywv1] {
    position: absolute;
    transform: translate(0, -40%) !important;
    display: inline-block;
    padding: 0px 0.15em;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
/* /Pages/TrashCollection/Trash.razor.rz.scp.css */

.divButtons[b-ph45lfzoir] {
    display: flex;
    justify-content: space-between;
    margin: 1rem 2rem;
}

@media only screen and (max-width: 768px) {
    .divButtons[b-ph45lfzoir] {
        margin: 0.3rem;
    }
}

/* /Shared/LoginDisplay.razor.rz.scp.css */
.divider[b-jdbfhy7a01] {
    margin-left: 1vw;
    margin-right: 1vw;
    display: flex;
    justify-content: space-around;
    color: gray;
}
@media only screen and (max-width: 768px) {
    .companyLogo[b-jdbfhy7a01] {
        display: none;
    }
    .divider[b-jdbfhy7a01] {
        display:none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-e7z76y6qvu] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.back-image[b-e7z76y6qvu] {
/*    background-image: url('.\\Public\\images\\bg_login_siga.jpg'), linear-gradient(180deg, rgb(71 78 107) 0%, #0a0a27 99%);*/
    background-repeat: no-repeat;
    background-size: cover, cover;
}
.imageLogo[b-e7z76y6qvu] {
    height: 10vh;
    margin-left: 7vw;
}
.pltPrivacidade[b-e7z76y6qvu] {
    margin-right: 15vw;
}

.auth-layout-header[b-e7z76y6qvu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: white;
    min-height: 15vh;
}

.auth-layout-body[b-e7z76y6qvu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.auth-middel-box[b-e7z76y6qvu] {
    margin: auto;
    width: 50vw;
    padding: 30px;
    background-color: transparent;
}

.auth-layout-footer[b-e7z76y6qvu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    color: white;
    min-height: 15vh;
}

.layout-header[b-e7z76y6qvu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
}

.topbar[b-e7z76y6qvu] {
    background-image: linear-gradient(180deg, rgb(71 78 107) 0%, #0a0a27 99%);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 3rem;
}

.layout-body[b-e7z76y6qvu] {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgb(119, 166, 224);
    background-repeat: no-repeat;
    background-size: cover, cover;
}

.layout-body-content[b-e7z76y6qvu] {
    flex:1;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 1rem 0.7rem 1rem 0.7rem;
}

.main[b-e7z76y6qvu] {
    flex: 1;
}

.top-row[b-e7z76y6qvu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-e7z76y6qvu]  a, .top-row .btn-link[b-e7z76y6qvu] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-e7z76y6qvu] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
    .imageLogo[b-e7z76y6qvu] {
        height: 7vh;
        margin: 0;
    }
    .pltPrivacidade[b-e7z76y6qvu] {
        display:none;
    }
    .topbar[b-e7z76y6qvu] {
        flex-direction: column;
    }
    .layout-body[b-e7z76y6qvu] {
        flex-direction: column;
    }
    .auth-layout-header[b-e7z76y6qvu] {
        flex-direction: column;
        justify-content: space-around;
        align-content: center;
    }
    .auth-layout-footer[b-e7z76y6qvu] {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j0slmdr2dc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-j0slmdr2dc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j0slmdr2dc] {
    font-size: 1.1rem;
}

.oi[b-j0slmdr2dc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-j0slmdr2dc] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    padding-right: 0.5rem;
}

    .nav-item:first-of-type[b-j0slmdr2dc] {
        padding-left: 1rem;
    }

    .nav-item:last-of-type[b-j0slmdr2dc] {
        padding-right: 1rem;
    }

    .nav-item[b-j0slmdr2dc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-j0slmdr2dc]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-j0slmdr2dc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.my-alert-badge[b-j0slmdr2dc] {
    font-family: emoji;
    position: absolute;
    transform: translate(-100%, 40%) !important;
    display: inline-block;
    padding: 0px 0.55em;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    --bs-bg-opacity: 1;
    background-color: orangered !important;
    font-size: smaller !important;
}
