/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-09rx9fyh2u],
.components-reconnect-repeated-attempt-visible[b-09rx9fyh2u],
.components-reconnect-failed-visible[b-09rx9fyh2u],
.components-pause-visible[b-09rx9fyh2u],
.components-resume-failed-visible[b-09rx9fyh2u],
.components-rejoining-animation[b-09rx9fyh2u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-retrying[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-failed[b-09rx9fyh2u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-09rx9fyh2u] {
    display: block;
}


#components-reconnect-modal[b-09rx9fyh2u] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-09rx9fyh2u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-09rx9fyh2u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-09rx9fyh2u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-09rx9fyh2u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-09rx9fyh2u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-09rx9fyh2u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-09rx9fyh2u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-09rx9fyh2u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-09rx9fyh2u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-09rx9fyh2u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-09rx9fyh2u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-09rx9fyh2u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-09rx9fyh2u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-09rx9fyh2u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-09rx9fyh2u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-09rx9fyh2u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-09rx9fyh2u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-09rx9fyh2u {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Mobilization/CountryFlow.razor.rz.scp.css */
tr[b-3doepmkc85] {
    height: 5px;
}

.form-control[b-3doepmkc85] {
    /* width: 40px;*/
    margin: 0px;
    padding: 0px;
    height: 1rem;
    width:3rem;
}

.table[b-3doepmkc85] {
    font-family: serif;
    font-size: large;
    font-weight: bold;
    width:80%;
    margin:auto;
}


.color-divisible-by-3[b-3doepmkc85] {
    background-color: #ff0000; /* Light gray */
    color:white;
}

.color-remainder-1[b-3doepmkc85] {
    background-color: #ffffff; /* Light gray with a tint */
}

.color-remainder-2[b-3doepmkc85] {
    background-color: #d0d0d0; /* Even lighter gray */
}
/* /Components/Pages/Mobilization/Reports/MobilisationDashBoard.razor.rz.scp.css */
.container[b-lcx5wbhymp] {
    display: flex;
    flex-wrap: wrap;
    text-align :center;
    background-color:lavender
}
.dashboard-card[b-lcx5wbhymp] {
    
    background-color: #272953;
    min-width:40px;
    max-width: 120px;
    border-radius: 20px;
    flex: 1 0 auto; /* Flexbox properties for layout */
    margin: 5px;
}

.card-title[b-lcx5wbhymp] {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color:#E5C853;
     
}

.card-text[b-lcx5wbhymp] {
    font-size: 2rem;
    color: #ffffff;
}

.card-footer[b-lcx5wbhymp] {
    background-color: #f8f9fa;
    border-radius: 20px;
    border-color : red;
}

/*a {
    background-color: transparent;*/ /* Set background to transparent */
    /*text-decoration: none;*/ /* Remove underline on hover (optional) */
/*}
    a:hover {
        background-color: transparent;*/ /* Set background to transparent */
        /*text-decoration: none;*/ /* Remove underline on hover (optional) */
    /*}*/



.bar-label[b-lcx5wbhymp] {
    padding: 10px;
    font-weight: bold;
    text-align:right
}

.bar-wrapper[b-lcx5wbhymp] {
    height: 30px; /* Adjust height as needed */
    background-color: #eee; /* Optional background for better visibility */
    border-radius: 5px; /* Optional rounded corners */
}

.button[b-lcx5wbhymp] {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
border-radius:50%
}

table[b-lcx5wbhymp] {
    border-collapse: collapse;
    width: 100%;
}

th[b-lcx5wbhymp], td[b-lcx5wbhymp] {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-lcx5wbhymp] {
    background-color: #f2f2f2;
    color: black;
}

.table tr[b-lcx5wbhymp] {
    height: 0;
    padding: 0rem;
    margin-bottom: 0px;
    background-color: honeydew;
    color: black;
}

th[b-lcx5wbhymp] {
    background-color: #04AA6D;
    color: white;
}
/* /Components/Pages/Mobilization/UpdateData.razor.rz.scp.css */
tr[b-96w174aon5] {
    line-height: 20px;
}

    tr .even[b-96w174aon5] {
        background-color: aqua;
    }

    tr .odd[b-96w174aon5] {
        background-color: aquamarine
    }

.form-check-input[b-96w174aon5] {
    margin-left: 0.5rem;
   
}
.form-check-label[b-96w174aon5] {
    margin-left: 2rem;
}

input[type='radio']:checked[b-96w174aon5]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ff0000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.center[b-96w174aon5] {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.right[b-96w174aon5]
{
    margin-left:auto
}

.highlight[b-96w174aon5] {
    background-color: #007BFF; /* Or any other highlight color */
    color:#FFFFFF;
    font-weight: bold;
}
/* /Components/Pages/Mobilization/UpdateDataAdmin.razor.rz.scp.css */
tr[b-2pr0p2wvyx] {
    line-height: 20px;
}

    tr .even[b-2pr0p2wvyx] {
        background-color: aqua;
    }

    tr .odd[b-2pr0p2wvyx] {
        background-color: aquamarine
    }

.form-check-input[b-2pr0p2wvyx] {
    margin-left: 0.5rem;
}

.form-check-label[b-2pr0p2wvyx] {
    margin-left: 2rem;
}

.center[b-2pr0p2wvyx] {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.right[b-2pr0p2wvyx] {
    margin-left: auto
}

.highlight[b-2pr0p2wvyx] {
    background-color: #007BFF; /* Or any other highlight color */
    color: #FFFFFF;
    font-weight: bold;
}
/* /Components/Pages/Mobilization/UpdateDataNew.razor.rz.scp.css */
tr[b-913sfs0si8] {
    line-height: 20px;
}

    tr .even[b-913sfs0si8] {
        background-color: aqua;
    }

    tr .odd[b-913sfs0si8] {
        background-color: aquamarine
    }

.form-check-input[b-913sfs0si8] {
    margin-left: -0.5rem;
}

.form-check-label[b-913sfs0si8] {
    margin-left: 10px;
}

.center[b-913sfs0si8] {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.right[b-913sfs0si8] {
    margin-left: auto
}
/* /Components/Pages/Reports/DashBoard.razor.rz.scp.css */
#customers[b-jv8j51k27m] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    max-width : 250px;
}

    #customers td[b-jv8j51k27m], #customers th[b-jv8j51k27m] {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even)[b-jv8j51k27m] {
        background-color: #f2f2f2;
    }

    #customers tr:hover[b-jv8j51k27m] {
        background-color: #ddd;
    }

    #customers th[b-jv8j51k27m] {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }
/* /Components/Pages/Reports/DashboardSummary.razor.rz.scp.css */
.dashboard-summary[b-c3n3x5y92e] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Summary Card */
.summary-card[b-c3n3x5y92e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    min-height: 90px;
}

    .summary-card:hover[b-c3n3x5y92e] {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        border-color: #93c5fd;
    }

    /* Active Card */
    .summary-card.active[b-c3n3x5y92e] {
        border-color: #2563eb;
        background: #eff6ff;
        box-shadow: 0 5px 15px rgba(37, 99, 235, 0.15);
    }

/* Icon */
.summary-icon[b-c3n3x5y92e] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 1.35rem;
}

.summary-card.active .summary-icon[b-c3n3x5y92e] {
    background: #2563eb;
    color: #ffffff;
}

/* Text Area */
.summary-info[b-c3n3x5y92e] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.summary-title[b-c3n3x5y92e] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.summary-value[b-c3n3x5y92e] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e293b;
}

.summary-card.active .summary-title[b-c3n3x5y92e] {
    color: #1d4ed8;
}

.summary-card.active .summary-value[b-c3n3x5y92e] {
    color: #1e40af;
}


/* Tablet */
@media (max-width: 1100px) {

    .dashboard-summary[b-c3n3x5y92e] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Mobile */
@media (max-width: 600px) {

    .dashboard-summary[b-c3n3x5y92e] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .summary-card[b-c3n3x5y92e] {
        min-height: 80px;
        padding: 0.9rem 1rem;
    }

    .summary-icon[b-c3n3x5y92e] {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1.15rem;
    }

    .summary-value[b-c3n3x5y92e] {
        font-size: 1.3rem;
    }
}
/* /Components/Pages/RequirementPage/Requirement_Category_List.razor.rz.scp.css */
.red[b-m6kzi4popq] {
    background-color: #fad0e0;
    color: black;
}

.green[b-m6kzi4popq] {
    background-color: green;
}
/* /Components/Pages/Selection/Survey.razor.rz.scp.css */
body[b-lmhnns76ip] {
    background-color:blue;
}

InputRadio[b-lmhnns76ip] {
    color: red;
    font-style: italic;
    text-shadow: 2px 2px 2px gray;
}
.control-label[b-lmhnns76ip] {
    font-weight: bold;
    color: red;
    font-style: italic;
}
.radio-inline[b-lmhnns76ip]
{
    margin-left:15px;
}
/* /Components/Pages/Shared/Advt_Footer.razor.rz.scp.css */
div[b-f60ypumbxu]{
background: #0e32ac;
  border-radius: 20px;
 }
.box[b-f60ypumbxu]{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
@*background: #0e32ac;*@


 
.scroll-left[b-f60ypumbxu] {
 height: 50px;
 overflow: hidden;
 position: relative;
 background: yellow;
 color: orange;
 border: 1px solid orange;
}
.scroll-left p[b-f60ypumbxu] {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 transform:translateX(100%);
 /* Apply animation to this element */
 animation: scroll-left-b-f60ypumbxu 15s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left-b-f60ypumbxu {
 0%   {
 transform: translateX(100%);
 }
 100% {
 transform: translateX(-100%);
 }
}
 

<div class="scroll-left">
    <p>Scroll left... </p>
</div[b-f60ypumbxu]>
/* /Components/Pages/SurveyPages/QuestionPage.razor.rz.scp.css */
.centerbody[b-jyg6vmb6ry] {
    max-width: 800px;
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}


.item-container[b-jyg6vmb6ry] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item[b-jyg6vmb6ry] {
    background-color: lightgray;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 4px;
    margin: 4px;
    display: flex;
    align-items: center;
}

.item-text[b-jyg6vmb6ry] {
    margin-right: 4px;
}

.delete-button[b-jyg6vmb6ry] {
    cursor: pointer;
    color: red;
}

label[b-jyg6vmb6ry]{
    font-size :20px;
    color:blue;
}
/* /Components/Pages/SurveyPages/SurveyPivot.razor.rz.scp.css */
#customers[b-9t8dqrvxln] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td[b-9t8dqrvxln], #customers th[b-9t8dqrvxln] {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even)[b-9t8dqrvxln] {
        background-color: #f2f2f2;
    }

    #customers tr:hover[b-9t8dqrvxln] {
        background-color: #ddd;
    }

    #customers th[b-9t8dqrvxln] {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }
/* /Components/Pages/SurveyPages/SurveyResult.razor.rz.scp.css */
button[b-sf85tmuapg] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    border-radius: 15px;
    
}

    button:hover[b-sf85tmuapg] {
        background-color: #555555; /* Dark grey */
    }
/* /Components/Pages/SurveyPages/SurveyResultFull.razor.rz.scp.css */
button[b-tek1cmy3ys] {
    background-color: #4CAF50; /* Green */
    border: 2px solid red;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    border-radius: 15px;
    min-width:100px;
    margin:10px;
    
}

    button:hover[b-tek1cmy3ys] {
        background-color: #555555; /* Dark grey */
    }
label[b-tek1cmy3ys] {
    margin-left: 100px;
    margin-right:100px;
    padding :10px;
    width: 70%;
    background-color: cyan;
    border: 2px solid red;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;
}

.container[b-tek1cmy3ys] {
    height: 200px;
    position: relative;
    border: 3px solid green;
    background-color: white;
    color:blue;
    font-weight:bold;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

  
    max-width: 580px;
}

.vertical-center[b-tek1cmy3ys] {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* /Components/Shared/MainLayout.razor.rz.scp.css */
.page[b-atxps8qvu3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-atxps8qvu3] {
    flex: 1;
}

.sidebar[b-atxps8qvu3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-atxps8qvu3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-atxps8qvu3]  a, .top-row .btn-link[b-atxps8qvu3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-atxps8qvu3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-atxps8qvu3] {
        display: none;
    }

    .top-row.auth[b-atxps8qvu3] {
        justify-content: space-between;
    }

    .top-row a[b-atxps8qvu3], .top-row .btn-link[b-atxps8qvu3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-atxps8qvu3] {
        flex-direction: row;
    }

    .sidebar[b-atxps8qvu3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-atxps8qvu3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-atxps8qvu3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    html[b-atxps8qvu3], body[b-atxps8qvu3] {
        height: 100%;
        margin: 0;
        overflow: hidden; /* disable vertical scroll */
    }

    .main[b-atxps8qvu3] {
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .content[b-atxps8qvu3] {
        max-height: calc(100vh - 180px); /* tweak value after measuring header + footer */
         
        overflow-y: auto; /* scroll only content */
        /*padding-bottom: 120px;*/
    }

   

    footer[b-atxps8qvu3] {
        height: 120px;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
/* /Components/Shared/NavMenu.razor.rz.scp.css */
html[b-y9z5dgqzd8], body[b-y9z5dgqzd8] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1[b-y9z5dgqzd8] {
    color: blue;
}
.bg-back-color[b-y9z5dgqzd8] {
    background-color: #0e32ac;
}
.dropdown-menu[b-y9z5dgqzd8] {
    background-color: lavender;
}
.dropdown-menu a[b-y9z5dgqzd8] {
        color: #000000 !important;
    }

.dropdown-menu >   a:hover[b-y9z5dgqzd8] {
        background-image: none;
        background-color: red;
        color:white;
     
    }
.dropdown-menu a:hover[b-y9z5dgqzd8] {
        color: #FFF !important;
        border-radius:4px;
    }
ul li a[b-y9z5dgqzd8] {
    margin: 5px;
}

.nav-item a[b-y9z5dgqzd8] {
    color: white;
}

.nav-item .nav-link[b-y9z5dgqzd8] {
    margin-top:2px;
    color: white;
}

.dropdown-item[b-y9z5dgqzd8] {
    color: black;
}

.btn-group[b-y9z5dgqzd8]
{
    color:white;
}
/** Give the nav a width */
.navbar-nav[b-y9z5dgqzd8] {
    width: 100%;
}
/** Set the flex properties */
.nav_item[b-y9z5dgqzd8] {
    display: flex;
    justify-content: space-between;
}

.equally_spaced[b-y9z5dgqzd8] {
    display: flex;
    justify-content: space-between;
}


.circle[b-y9z5dgqzd8] {
    border-radius: 50%;
    /* margin: 0.15em;
    font-size: 3em;*/
}

.fa-twitter[b-y9z5dgqzd8] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-google-plus[b-y9z5dgqzd8] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-android[b-y9z5dgqzd8] {
    color: #FFFFFF;
    /*  background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-instagram[b-y9z5dgqzd8] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-dribbble[b-y9z5dgqzd8] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-pinterest[b-y9z5dgqzd8] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-facebook[b-y9z5dgqzd8] {
    /*  background: #3B5998;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-youtube[b-y9z5dgqzd8] {
    /*  background: #bb0000;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}
/* /Components/Shared/NavMenuEngineering.razor.rz.scp.css */
html[b-3agcse9xk3], body[b-3agcse9xk3] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1[b-3agcse9xk3] {
    color: blue;
}
.bg-back-color[b-3agcse9xk3] {
    background-color: #0e32ac;
}
.dropdown-menu[b-3agcse9xk3] {
 
    background-color:lavender;
}
.dropdown-menu a[b-3agcse9xk3] {
        color: #000000 !important;
    }

.dropdown-menu >   a:hover[b-3agcse9xk3] {
        background-image: none;
        background-color: red;
        color:white;
     
    }
.dropdown-menu a:hover[b-3agcse9xk3] {
        color: #FFF !important;
        border-radius:4px;
    }
 
ul li a[b-3agcse9xk3] {
    margin: 5px;
}

.nav-item a[b-3agcse9xk3] {
    color: white;
}

.nav-item .nav-link[b-3agcse9xk3] {
    margin-top:2px;
    color: white;
}

.dropdown-item[b-3agcse9xk3] {
    color: black;
}

.btn-group[b-3agcse9xk3]
{
    color:white;
}
/** Give the nav a width */
.navbar-nav[b-3agcse9xk3] {
    width: 100%;
}
/** Set the flex properties */
.nav_item[b-3agcse9xk3] {
    display: flex;
    justify-content: space-between;
}

.equally_spaced[b-3agcse9xk3] {
    display: flex;
    justify-content: space-between;
}


.circle[b-3agcse9xk3] {
    border-radius: 50%;
    /* margin: 0.15em;
    font-size: 3em;*/
}

.fa-twitter[b-3agcse9xk3] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-google-plus[b-3agcse9xk3] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-android[b-3agcse9xk3] {
    color: #FFFFFF;
    /*  background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-instagram[b-3agcse9xk3] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-dribbble[b-3agcse9xk3] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-pinterest[b-3agcse9xk3] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-facebook[b-3agcse9xk3] {
    /*  background: #3B5998;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-youtube[b-3agcse9xk3] {
    /*  background: #bb0000;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}
/* /Components/Shared/NavMenuMarketing.razor.rz.scp.css */
html[b-77k3chvw27], body[b-77k3chvw27] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1[b-77k3chvw27] {
    color: blue;
}
.bg-back-color[b-77k3chvw27] {
    background-color: #0e32ac;
}
.dropdown-menu[b-77k3chvw27] {
 
    background-color:lavender;
}
.dropdown-menu a[b-77k3chvw27] {
        color: #000000 !important;
    }

.dropdown-menu >   a:hover[b-77k3chvw27] {
        background-image: none;
        background-color: red;
        color:white;
     
    }
.dropdown-menu a:hover[b-77k3chvw27] {
        color: #FFF !important;
        border-radius:4px;
    }
ul li a[b-77k3chvw27] {
    margin: 5px;
}

.nav-item a[b-77k3chvw27] {
    color: white;
}

.nav-item .nav-link[b-77k3chvw27] {
    margin-top:2px;
    color: white;
}

.dropdown-item[b-77k3chvw27] {
    color: black;
}

.btn-group[b-77k3chvw27]
{
    color:white;
}
/** Give the nav a width */
.navbar-nav[b-77k3chvw27] {
    width: 100%;
}
/** Set the flex properties */
.nav_item[b-77k3chvw27] {
    display: flex;
    justify-content: space-between;
}

.equally_spaced[b-77k3chvw27] {
    display: flex;
    justify-content: space-between;
}


.circle[b-77k3chvw27] {
    border-radius: 50%;
   /* margin: 0.15em;
    font-size: 3em;*/
}

.fa-twitter[b-77k3chvw27] {
    color: #FFFFFF;
   /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-google-plus[b-77k3chvw27] {
    color: #FFFFFF;
   /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-android[b-77k3chvw27] {
    color: #FFFFFF;
  /*  background: #dd4b39;*/
    padding: 0.1em 0.1em;
}
.fa-instagram[b-77k3chvw27] {
    color: #FFFFFF;
   /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}
.fa-dribbble[b-77k3chvw27] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-pinterest[b-77k3chvw27] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-facebook[b-77k3chvw27] {
    /*  background: #3B5998;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-youtube[b-77k3chvw27] {
    /*  background: #bb0000;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}
/* /Components/Shared/NavMenuMobilization.razor.rz.scp.css */
html[b-vk6zqymncx], body[b-vk6zqymncx] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1[b-vk6zqymncx] {
    color: blue;
}

.bg-back-color[b-vk6zqymncx] {
    background-color: #0e32ac;
}

.dropdown-menu[b-vk6zqymncx] {
    background-color: lavender;
}

    .dropdown-menu a[b-vk6zqymncx] {
        color: #000000 !important;
    }

    .dropdown-menu > a:hover[b-vk6zqymncx] {
        background-image: none;
        background-color: red;
        color: white;
    }

    .dropdown-menu a:hover[b-vk6zqymncx] {
        color: #FFF !important;
        border-radius: 4px;
    }

ul li a[b-vk6zqymncx] {
    margin: 5px;
}

.nav-item a[b-vk6zqymncx] {
    color: white;
}

.nav-item .nav-link[b-vk6zqymncx] {
    margin-top: 2px;
    color: white;
}

.dropdown-item[b-vk6zqymncx] {
    color: black;
}

.btn-group[b-vk6zqymncx] {
    color: white;
}
/** Give the nav a width */
.navbar-nav[b-vk6zqymncx] {
    width: 100%;
}
/** Set the flex properties */
.nav_item[b-vk6zqymncx] {
    display: flex;
    justify-content: space-between;
}

.equally_spaced[b-vk6zqymncx] {
    display: flex;
    justify-content: space-between;
}


.circle[b-vk6zqymncx] {
    border-radius: 50%;
    /* margin: 0.15em;
    font-size: 3em;*/
}

.fa-twitter[b-vk6zqymncx] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-google-plus[b-vk6zqymncx] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-android[b-vk6zqymncx] {
    color: #FFFFFF;
    /*  background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-instagram[b-vk6zqymncx] {
    color: #FFFFFF;
    /* background: #dd4b39;*/
    padding: 0.1em 0.1em;
}

.fa-dribbble[b-vk6zqymncx] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-pinterest[b-vk6zqymncx] {
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-facebook[b-vk6zqymncx] {
    /*  background: #3B5998;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}

.fa-youtube[b-vk6zqymncx] {
    /*  background: #bb0000;*/
    color: #FFFFFF;
    padding: 0.1em 0.1em;
}
/* /Components/Shared/Toast.razor.rz.scp.css */
.toast-container[b-mrlorligqw] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-box[b-mrlorligqw] {
    min-width: 260px;
    color: white;
    padding: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    animation: slideIn-b-mrlorligqw 0.3s ease;
}

.toast-icon[b-mrlorligqw] {
    margin-right: 10px;
    font-size: 18px;
}

.toast-close[b-mrlorligqw] {
    background: none;
    border: none;
    color: white;
    margin-left: auto;
    font-size: 18px;
    cursor: pointer;
}

.toast-progress[b-mrlorligqw] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: rgba(255,255,255,0.6);
    animation: progress-b-mrlorligqw 4s linear;
}

.toast-success[b-mrlorligqw] {
    background: #28a745;
}

.toast-error[b-mrlorligqw] {
    background: #dc3545;
}

.toast-warning[b-mrlorligqw] {
    background: #ffc107;
    color: black;
}

.toast-info[b-mrlorligqw] {
    background: #17a2b8;
}

@keyframes slideIn-b-mrlorligqw {
    from {
        transform: translateX(120%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes progress-b-mrlorligqw {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}
