/* _content/Colo1Portal.WebSite/Pages/Account/Login/Index.razor.rz.scp.css */

.login-main-block[b-0r6bbg3n1b] {
    width: 500px;
    height: auto !important;
    max-height: 520px;
}


.col[b-0r6bbg3n1b] {
    text-align: left;
}

.login-line[b-0r6bbg3n1b] {
    width: 100%;
    background: lightgray;
    height: 1px;
    margin-top: 8px;
}

.login-or[b-0r6bbg3n1b] {

}

.btn-login-option[b-0r6bbg3n1b] {
    text-align: center;
}

.login-brand-logo[b-0r6bbg3n1b] {
    height: 40px;
}

.stretch[b-0r6bbg3n1b] {
    width: 100%;
}
/* _content/Colo1Portal.WebSite/Pages/Account/Logout.razor.rz.scp.css */
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Index.razor.rz.scp.css */
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/Campaign/_Components/OmniCampaignOverview.razor.rz.scp.css */
/*Big Circle*/
.big_circle_container[b-6bm9duxwy6] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-6bm9duxwy6] {
    z-index: 1;
    position: absolute;
    background-color: var(--skin-primary);
    width: 100px;
    height: 100px;
    top: 0%;
    border-radius: 250px 250px 250px 250px;
}

.big_circleB[b-6bm9duxwy6] {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    width: 86px;
    height: 86px;
    top: 7px;
    margin-left: 7px;
    margin-right: auto;
    border-radius: 250px 250px 250px 250px
}

.big_circleData[b-6bm9duxwy6] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 36px;
    margin-left: auto;
    margin-right: auto;
}


/*Small Circle*/
.small_circle_container[b-6bm9duxwy6] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-6bm9duxwy6] {
    z-index: 1;
    position: absolute;
    background-color: var(--skin-primary);
    width: 60px;
    height: 60px;
    top: 0%;
    border-radius: 250px 250px 250px 250px;
}

.small_circleB[b-6bm9duxwy6] {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 5px;
    margin-left: 5px;
    margin-right: auto;
    border-radius: 250px 250px 250px 250px;
}

.small_circleData[b-6bm9duxwy6] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}


.chart-area[b-6bm9duxwy6] {
    width: 298px;
    height: 200px;
    min-height: 200px;
    min-width: 298px;
    position: relative;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/FlowDesigner.razor.rz.scp.css */
.wrapper[b-xli3xnvhxn] {
    display: flex;
}

.diagram-container[b-xli3xnvhxn] {
    flex: 1;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 8%, transparent 9%);
    background-size: 20px 20px;
}


.draggableItemStyle[b-xli3xnvhxn] {
    border-bottom: solid 1px #bbb9b9;
    padding-bottom: 5px;
    padding-top: 5px;
}

.dragIconStyle[b-xli3xnvhxn] {
    font-size: 10px;
    color: #006A8C;
}

.fixed-bottom-right[b-xli3xnvhxn] {
    position: fixed;
    bottom: 20px; 
    right: 20px;
    z-index: 1000;
}

.dragableItem[b-xli3xnvhxn] {
    padding-top: 15px;
    cursor: grab;
}

.actionIcon[b-xli3xnvhxn] {
    padding-top: 14px;
    height: 50px;
    width: 50px;
    margin-left: 8px;
    margin-top: 15px;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/Index.razor.rz.scp.css */
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/Templates/TemplateAuthenticationPreview.razor.rz.scp.css */
/* Phone Container Styling */
.phone-container[b-mfjacv8ibe] {
    width: 375px;
    height: 667px;
    border-radius: 30px;
    border: 10px solid #000;
    background-color: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* Screen Styling */
.screen[b-mfjacv8ibe] {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background-image: url('img/templateScreenBackground.jpg');
    background-size: cover;
    border-radius: 20px;
}

/* Card Styling */
.card[b-mfjacv8ibe] {
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    /* padding-bottom: 60px;*/
}

    .card img[b-mfjacv8ibe] {
        width: 100%;
        border-radius: 10px;
    }

/* Navigation Button Styling */
.nav-btn-left[b-mfjacv8ibe] {
    left: 10px;
}

/* Button Group Styling */
.button-group[b-mfjacv8ibe] {
    margin-top: 15px;
}

.action-group[b-mfjacv8ibe] {
    margin-bottom: 10px;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/Templates/TemplateLibrary.razor.rz.scp.css */
.templates-container[b-08fe65k7qk] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
}

.placeholder[b-08fe65k7qk] {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 4px;
}

.template-wrapper[b-08fe65k7qk] {
    background: url('/img/templatescreenbackground.jpg') center center / cover no-repeat;
    padding: 1rem;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 360px;
}

.template-card[b-08fe65k7qk] {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 0.75rem;
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

.template-content[b-08fe65k7qk] {
    position: relative;
    padding-bottom: 1.5rem;
}

.template-title[b-08fe65k7qk] {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.template-body[b-08fe65k7qk] {
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.placeholder[b-08fe65k7qk] {
    color: #2e7d32;
    font-style: italic;
    font-weight: normal;
}

.template-buttons[b-08fe65k7qk] {
    margin-bottom: 0.5em;
}

.template-button[b-08fe65k7qk] {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.3em 0.75em;
    font-size: 0.9em;
    margin-right: 0.5em;
    cursor: pointer;
}

    .template-button:hover[b-08fe65k7qk] {
        background: #e6e6e6;
    }

.template-timestamp[b-08fe65k7qk] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.8em;
    color: #666;
}

.template-wrapper .template-name-footer[b-08fe65k7qk] {
    margin-top: 0.5rem;
    font-size: 0.85em;
    color: #777;
    text-align: left;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/Templates/TemplateMarketingPreview.razor.rz.scp.css */
/* Phone Container Styling */
.phone-container[b-rxntp29gt0] {
    width: 375px;
    height: 667px;
    border-radius: 30px;
    border: 10px solid #000;
    background-color: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* Screen Styling */
.screen[b-rxntp29gt0] {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
  /*  justify-content: space-between;*/
    overflow-y: auto;
    background-image: url('img/templateScreenBackground.jpg');
    background-size: cover;
    border-radius: 20px;
}

/* Card Styling */
.card[b-rxntp29gt0] {
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
   /* padding-bottom: 60px;*/
}

    .card img[b-rxntp29gt0] {
        width: 100%;
        border-radius: 10px;
    }

/* Navigation Button Styling */
.nav-btn-left[b-rxntp29gt0] {
    left: 10px;
}

/* Button Group Styling */
.button-group[b-rxntp29gt0] {
    margin-top: 15px;
}

.action-group[b-rxntp29gt0] {
    margin-bottom: 10px;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/Templates/ViewTemplate.razor.rz.scp.css */
.phone-container[b-w54lawqp38] {
    width: 375px;
    height: 667px;
    border-radius: 30px;
    border: 10px solid #000;
    background-color: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.screen[b-w54lawqp38] {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

.card[b-w54lawqp38] {
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    padding-bottom: 60px; /* Adjust based on button size */
}

.card img[b-w54lawqp38] {
    width: 100%;
    border-radius: 10px;
}

.suggestions[b-w54lawqp38] {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.suggestion-btn[b-w54lawqp38] {
    background: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

    .suggestion-btn:hover[b-w54lawqp38] {
        background: #0056b3;
    }

.floating-buttons[b-w54lawqp38] {
    /*    position: absolute;*/
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

    .floating-buttons .mud-button-circle[b-w54lawqp38] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.nav-btn-left[b-w54lawqp38] {
    left: 10px; 
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/_Components/NodeComponent.razor.rz.scp.css */
.fully-transparent[b-muiw7b0vnp] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-muiw7b0vnp] {
    color: black;
}

.node > .card.selected[b-muiw7b0vnp] {
    border: 1px #4a4d4e solid;
}

.list-group[b-muiw7b0vnp] {
    border-bottom: unset;
}

[b-muiw7b0vnp] .port {
    width: 15px;
    height: 37px;
    position: absolute;
    background-color: #4a4d4e;
}

[b-muiw7b0vnp] .port:hover {
    background: #eee;
    cursor: pointer;
}

[b-muiw7b0vnp] .start_node.port:hover {
    background: #eee;
    cursor: pointer;
}

.node > .card.selected[b-muiw7b0vnp]  .port {
    border-right-color: #4a4d4e;
    border-left-color: #4a4d4e;
}

[b-muiw7b0vnp] .port.right {
    /*top: 45px;*/
    top: 0;
    right: -1px;
    border-right: 1px solid rgba(0,0,0,0.125);
}

[b-muiw7b0vnp] .port.left {
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0,0,0,0.125);
}

.titleStyle[b-muiw7b0vnp] {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight:bold;
}

.characterCount[b-muiw7b0vnp] {
    color: gray;
    font-size: 12px;
}

[b-muiw7b0vnp] .port.left.circle_port_end {
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #4a4d4e;
    border-radius: 50%;
    top: 2px;
    left: -13px;
}

[b-muiw7b0vnp] .port {
    width: 10px;
    height: 31px;
}

    [b-muiw7b0vnp] .port.left.port_start {
        height: 15px;
        top: 4px;
        left: -5px;
        border-radius: 50%;
        width: 15px;
        background-color: #4a4d4e;
    }
    [b-muiw7b0vnp] .port.right {
        height: 30px;
        width: 12px;
    }
[b-muiw7b0vnp] .port.right.port_end {
  
}

.val_border_error[b-muiw7b0vnp] {
    background-color: #FF5A51 !important;
}

.nodeHeader[b-muiw7b0vnp] {
    padding: .5rem 1rem;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 26px;
}

.nodeBlock[b-muiw7b0vnp] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.nodeOutputBlock[b-muiw7b0vnp] {
    border-radius: 16px;
}

.nodeOptions[b-muiw7b0vnp] {
    border-bottom-left-radius: 16px;
   
}

.val_border_error[b-muiw7b0vnp] {
    background-color: #FF5A51 !important;
}

/*Block colors*/
.block_bool[b-muiw7b0vnp] {
    background-color: #fec107;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_media[b-muiw7b0vnp] {
    background-color: #1ec8a4;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_output[b-muiw7b0vnp] {
    background-color: #359efb;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_input[b-muiw7b0vnp] {
    background-color: #73e0c3;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_validation[b-muiw7b0vnp] {
    background-color: #ffbd79;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_validationList[b-muiw7b0vnp] {
    background-color: #fed350;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_otp[b-muiw7b0vnp] {
    background-color: #63e2f5;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_actions[b-muiw7b0vnp] {
    background-color: #c09eff;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_media[b-muiw7b0vnp] {
    background-color: #1ec8a4;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_push[b-muiw7b0vnp] {
    background-color: #1ec8a4;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.block_receive[b-muiw7b0vnp] {
    background-color: #63e2f5;
    color: black;
    width: 320px;
    white-space: pre-line;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/_Components/OminReportOverviewModal.razor.rz.scp.css */

.gauge_border[b-v2w3axz4yb] {
    height: 100px;
}


.btn-custom[b-v2w3axz4yb] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

    .btn-custom:hover[b-v2w3axz4yb],
    .btn-custom:focus[b-v2w3axz4yb] {
        color: white !important;
        background-color: var(--skin-primary);
        border-color: var(--skin-primary);
    }

.gauge_container[b-v2w3axz4yb] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-v2w3axz4yb] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-v2w3axz4yb] {
    z-index: 3;
    position: absolute;
    background-color: white;
    width: 140px;
    height: 90px;
    top: 20px;
    margin-left: 20px;
    margin-right: auto;
    border-radius: 250px 250px 0px 0px;
}


.gauge-data[b-v2w3axz4yb] {
    z-index: 4;
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    width: 180px;
    height: 90px;
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease-out;
}

.gauge-c[b-v2w3axz4yb] {
    z-index: 2;
    position: absolute;
    width: 180px;
    height: 90px;
    top: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 180px 180px;
    transform-origin: center top;
}

.gauge-0[b-v2w3axz4yb] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-v2w3axz4yb] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-v2w3axz4yb] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-v2w3axz4yb] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-v2w3axz4yb] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-v2w3axz4yb] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-v2w3axz4yb] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-v2w3axz4yb] {
    z-index: 1;
    position: absolute;
    background-color: var(--skin-primary);
    width: 100px;
    height: 100px;
    top: 0%;
    border-radius: 250px 250px 250px 250px;
}

.big_circleB[b-v2w3axz4yb] {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    width: 86px;
    height: 86px;
    top: 7px;
    margin-left: 7px;
    margin-right: auto;
    border-radius: 250px 250px 250px 250px
}

.big_circleData[b-v2w3axz4yb] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 36px;
    margin-left: auto;
    margin-right: auto;
}


/*Small Circle*/
.small_circle_container[b-v2w3axz4yb] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-v2w3axz4yb] {
    z-index: 1;
    position: absolute;
    background-color: var(--skin-primary);
    width: 60px;
    height: 60px;
    top: 0%;
    border-radius: 250px 250px 250px 250px;
}

.small_circleB[b-v2w3axz4yb] {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 5px;
    margin-left: 5px;
    margin-right: auto;
    border-radius: 250px 250px 250px 250px;
}

.small_circleData[b-v2w3axz4yb] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}

.chart[b-v2w3axz4yb] {
    width: 298px;
    height: 200px;
    min-height: 200px;
    min-width: 298px;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Im/_Components/Sidebar.razor.rz.scp.css */
.sidebar[b-6xtptgsaku] {
    /*width: 350px;*/
    /*height: calc(100vh - 56.59px);*/
    /*background-color: #eaeaea;*/
    /*border-left: 1px solid #a9afb8;*/
    padding: 1rem;
    padding-bottom: 400px;
}

select.column-type[b-6xtptgsaku] {
    width: 120px;
}

tr[b-6xtptgsaku] {
    cursor: pointer;
}

tr.active[b-6xtptgsaku] {
    color: #343a40;
    background-color: rgba(0,0,0,0.075);
}

.table-element-block[b-6xtptgsaku] {
    width: auto;
    display: block;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Products/Index.razor.rz.scp.css */
.icon-col[b-5vkczrhgmv] {
    min-width: 60px;
}

.icon-col > img[b-5vkczrhgmv] {
    width: 60px;
}
/* _content/Colo1Portal.WebSite/Pages/Dashboard/Reporting/_Components/ImReportPreview.razor.rz.scp.css */
.messageContainer[b-prjbalk5au] {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: dotted;
    border-width: 2px;
    border-color: #d9cfcf;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-wrap: break-word;
}

.messageBackground[b-prjbalk5au] {
    width: 770px;
    height: 524px;
    border-radius: 19px;
    padding: 51px 16px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.background[b-prjbalk5au] {
    width: 100%;
    height: 100%;
    background: #0b1014;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.content_chat[b-prjbalk5au] {
    width: 100%;
    height: 100%;
    background-color: #0b1014;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ✅ Background image here, NOT in ::before */
.scrollable[b-prjbalk5au] {
    flex: 1;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-image: url('img/im_chat_background.png');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: auto;
    background-attachment: local;
    background-size: cover;
}

    /* ✅ Hide scrollbar (optional) */
    .scrollable[b-prjbalk5au]::-webkit-scrollbar {
        display: none;
    }

    .scrollable p[b-prjbalk5au] {
        margin: 16px 0;
    }

/* Speech bubbles */
.speech-bubble[b-prjbalk5au] {
    max-width: 60%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    white-space: pre-line;
}

    .speech-bubble p[b-prjbalk5au] {
        margin: 0;
    }

.request[b-prjbalk5au] {
    background-color: #22272b;
    color: white;
    margin-left: 0;
    margin-right: auto;
}

.response[b-prjbalk5au] {
    background-color: #22272b;
    color: white;
    margin-left: auto;
    margin-right: 0;
}

.whatsapp-response[b-prjbalk5au] {
    background-color: #264b39;
    color: white;
    margin-left: auto;
    margin-right: 0;
}

/* USSD */
.fullscreen-bubble[b-prjbalk5au] {
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    white-space: pre-line;
}

    .fullscreen-bubble p[b-prjbalk5au] {
        margin: 0;
    }

.ussd_request[b-prjbalk5au] {
    background-color: #072b3b;
    color: #e8e9eb;
    margin-left: 0;
    margin-right: auto;
}

.pushmessage_request[b-prjbalk5au] {
    background-color: #e6e6e6;
    color: #000;
    margin-left: 0;
    margin-right: auto;
}

/* Input area */
.input-area[b-prjbalk5au] {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #d2d2d2;
}

.message-input[b-prjbalk5au] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 10px;
    outline: none;
}

.ussd-input[b-prjbalk5au] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 10px;
    outline: none;
    width: 100%;
    height: 19px;
}

.send-button[b-prjbalk5au] {
    padding: 10px 20px;
    background-color: #0080ff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

    .send-button:hover[b-prjbalk5au] {
        background-color: #005bb5;
    }
/* _content/Colo1Portal.WebSite/Pages/Index.razor.rz.scp.css */
/* _content/Colo1Portal.WebSite/Pages/OcepLandingView.razor.rz.scp.css */
p[b-0658z8lkwz]{
    font-size:1.1rem;
}

.spacing_top[b-0658z8lkwz] {
    padding-top: 60px;
}

.spacing_bottom[b-0658z8lkwz] {
    padding-bottom: 60px;
}

.brochure-img-row[b-0658z8lkwz] {
    height: 446px;
    margin-top: 85px;
    background-color: #e4e2e2
}

.brochure-img-text[b-0658z8lkwz] {
    font-size: 40px;
    line-height: 29px;
    color: white;
}

.brochure-img-subtext[b-0658z8lkwz] {
    font-size: 20px;
    color: white;
}

.brochure-justify[b-0658z8lkwz] {
    text-align: justify;
}

.brochure-img-center[b-0658z8lkwz] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.brochure-img-textbar[b-0658z8lkwz] {
    background-color: #686767e3;
    color: white;
    border-radius: 8px;
    font-size: 16px;
}

.brochure-margin-bottom[b-0658z8lkwz] {
    margin-bottom: -102px;
}

.brochure-block-grey[b-0658z8lkwz] {
    background-color: #e4e2e2
}

.brochure-block-darkgrey[b-0658z8lkwz] {
    background-color: #313131;
    color: white;
}

.brochure-block-black[b-0658z8lkwz] {
    background-color: #161616;
    color: white;
}

.brochure-block-primary[b-0658z8lkwz] {
    background-color: var(--skin-primary);
}

.brochure-ul-spacing[b-0658z8lkwz] {
    line-height: 30px;
}

.brochure-text-outline[b-0658z8lkwz] {
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
/* _content/Colo1Portal.WebSite/Shared/AppError.razor.rz.scp.css */
html[b-u53oag2851], body[b-u53oag2851] {
    background-color: #e4e2e2; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header[b-u53oag2851] {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:70px;
}

.divider[b-u53oag2851]{
    background-color: black;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height:1px;
    margin-bottom: 30px;
}
.main[b-u53oag2851] {
    /*margin-top: 180px;*/
    text-align: center;
    /*height: 100%;*/
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e2e2
}
.footer[b-u53oag2851] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #161616;
    color: white;
    text-align: left;
    font-size: 14px;
}

a[b-u53oag2851]{
    color: white;
}
/* _content/Colo1Portal.WebSite/Shared/Components/CardLoader.razor.rz.scp.css */
.card-loader[b-wa0nmfut7m] {
    width: 100%;
    height: 88%;
    background: white;
    position: absolute;
    top: 55px;
    left: 0;
    border-radius: 5px;
}

.card-loader-body[b-wa0nmfut7m] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* _content/Colo1Portal.WebSite/Shared/Components/Loader.razor.rz.scp.css */
.loader-content[b-mrq3u9sd2a] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.loader-body[b-mrq3u9sd2a] {
    text-align: center;
    margin: 88px;
}

.loader-icon[b-mrq3u9sd2a] {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loader-body i[b-mrq3u9sd2a] {
    font-size: 200px;
}

@keyframes spinning-b-mrq3u9sd2a {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin[b-mrq3u9sd2a] {
    animation-name: spinning-b-mrq3u9sd2a;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}
/* _content/Colo1Portal.WebSite/Shared/Components/ViewLoader.razor.rz.scp.css */
.loader-body[b-sdr7rbvhf4] {
    text-align: center;
    margin: 88px;
    margin-top: 15%;
}

.loader-icon[b-sdr7rbvhf4] {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loader-body i[b-sdr7rbvhf4] {
    font-size: 200px;
}


@keyframes spinning-b-sdr7rbvhf4 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin[b-sdr7rbvhf4] {
    animation-name: spinning-b-sdr7rbvhf4;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}
/* _content/Colo1Portal.WebSite/Shared/DashNavMenu.razor.rz.scp.css */
/* _content/Colo1Portal.WebSite/Shared/DashView.razor.rz.scp.css */
/*.dash-view {
    border: 1px solid #d8d8d8;
    border-radius: 15px;
}*/
/* _content/Colo1Portal.WebSite/Shared/Layouts/DashLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
/*}

.top-row {*/
    /*background-color: #f7f7f7;*/
    /*border-bottom: 1px solid #d6d5d5;*/
    /*justify-content: flex-end;*/
    /*height: 3.5rem;*/
    /*height: 6rem;*/
    /*height: 120px;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {*/
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    /*}
}*/
/* _content/Colo1Portal.WebSite/Shared/Layouts/OcepLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {*/
/*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
/*}

.top-row {*/
/*background-color: #f7f7f7;*/
/*border-bottom: 1px solid #d6d5d5;*/
/*justify-content: flex-end;*/
/*height: 3.5rem;*/
/*height: 6rem;*/
/*height: 120px;
display: flex;
align-items: center;
}

.top-row ::deep a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth) {
    display: none;
}

.top-row.auth {
    justify-content: space-between;
}

.top-row a, .top-row .btn-link {
    margin-left: 0;
}
}

@media (min-width: 641px) {
.page {
    flex-direction: row;
}

.sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row {
    position: sticky;
    top: 0;
    z-index: 1;
}

.main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}
}*/
/* _content/Colo1Portal.WebSite/Shared/LoginDisplay.razor.rz.scp.css */
img.avatar[b-nah31a4e10] {
    border-radius: 50%;
    background-color: black;
    width: 65px;
}

.dropdown-item:active[b-nah31a4e10] {
    background-color: grey;
}
