/* _content/MobilePortal.WebSite/Pages/Account/ChangePassword/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Account/Confirm.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Account/Lockout.razor.rz.scp.css */
.lockout-lower-block[b-5f5gepimsz] {
    background: white;
    margin: 0 auto;
    width: 540px;
}
/* _content/MobilePortal.WebSite/Pages/Account/Login/Index.razor.rz.scp.css */

.login-main-block[b-ackyoyhst7] {
    width: 500px;
    height: auto !important;
    max-height: 520px;
    min-height: 470px !important;
}

.mtn-hint[b-ackyoyhst7] {
    font-size: 12px;
}

.col[b-ackyoyhst7] {
    text-align: left;
}

.login-line[b-ackyoyhst7] {
    width: 100%;
    background: lightgray;
    height: 1px;
    margin-top: 8px;
}

.login-or[b-ackyoyhst7] {

}

.btn-login-option[b-ackyoyhst7] {
    text-align: center;
}

.login-brand-logo[b-ackyoyhst7] {
    height: 40px;
}

.stretch[b-ackyoyhst7] {
    width: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Account/Login/MtnLink.razor.rz.scp.css */

.login-main-block[b-m2aemdikej] {
    width: 500px;
    max-height: 520px;
}

.mtn-hint[b-m2aemdikej] {
    font-size: 12px;
}

.col[b-m2aemdikej] {
    text-align: left;
}

.login-line[b-m2aemdikej] {
    width: 100%;
    background: lightgray;
    height: 1px;
    margin-top: 8px;
}

.login-or[b-m2aemdikej] {

}

.btn-login-option[b-m2aemdikej] {
    text-align: center;
}

.login-brand-logo[b-m2aemdikej] {
    height: 40px;
}

.stretch[b-m2aemdikej] {
    width: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Account/Logout.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Account/Register.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Account/Security/AuthenticatorCodes.razor.rz.scp.css */
.recovery-code[b-ubrvua5jhe] {
    font-size: 24px;
    margin-right: 10px;
}
/* _content/MobilePortal.WebSite/Pages/Account/Security/EnableAuthenticator.razor.rz.scp.css */
.recovery-code[b-4bpia2yjo4] {
    font-size: 24px;
    margin-right: 10px;
}

ol[b-4bpia2yjo4] {
    counter-reset: li;
}

.rounded-list li[b-4bpia2yjo4] {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: 1.5em 0;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
}

.rounded-list li[b-4bpia2yjo4]:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    background: #00678f;
    color: white;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    margin-top: -6px;
}

.mfa_box[b-4bpia2yjo4] {
    border-radius: 21px;
    background-color: lightgrey;
    width: 295px;
    padding: 14px;
    color: grey;
    text-align: center;
    font-size: 17px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Billing/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Contacts/Index.razor.rz.scp.css */
body[b-bemwjf3mt7] {
}

th[b-bemwjf3mt7], td[b-bemwjf3mt7] {
    cursor: pointer;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Contacts/_Components/ConversationPreview.razor.rz.scp.css */
.smartphoneContainer[b-96nnzrjqn4] {
    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;
}

.smartphone[b-96nnzrjqn4] {
    /*  width: 360px;
    height: 640px;*/
    width: 290px;
    height: 524px;
    background-color: #000;
    border-radius: 19px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 51px 16px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.smartphone[b-96nnzrjqn4]::before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #b3b3b3;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 50%;
    /*transform: translateX(-50%);*/
}

.smartphone[b-96nnzrjqn4]::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    /*transform: translateX(-50%);*/
}

.background[b-96nnzrjqn4] {
    width: 100%;
    height: 100%;
    background: #676767;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.content[b-96nnzrjqn4] {
    width: 100%;
    height: 100%;
    background-color: #a2a1a1;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scrollable[b-96nnzrjqn4] {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    z-index: 1;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.scrollable[b-96nnzrjqn4]::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.scrollable[b-96nnzrjqn4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #a2a1a1;
    z-index: -1;
    pointer-events: none;
}

.scrollable p[b-96nnzrjqn4] {
    margin: 16px 0;
}

/* Speech bubbles */
.speech-bubble[b-96nnzrjqn4] {
    max-width: 80%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    white-space: pre-line;
}

.speech-bubble p[b-96nnzrjqn4] {
    margin: 0;
}

.request[b-96nnzrjqn4] {
    background-color: #d3d3d3;
    color: #000;
    margin-left: 0;
    margin-right: auto;
}

.response[b-96nnzrjqn4] {
    background-color: #0080ff;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
}

.whatsapp-response[b-96nnzrjqn4] {
    background-color: #2db857;
    color: black;
    margin-left: auto;
    margin-right: 0;
}

/*USSD*/
.fullscreen-bubble[b-96nnzrjqn4] {
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    white-space: pre-line;
}

.fullscreen-bubble p[b-96nnzrjqn4] {
    margin: 0;
}

.ussd_request[b-96nnzrjqn4] {
    background-color: #072b3b;
    color: #e8e9eb;
    margin-left: 0;
    margin-right: auto;

}

.pushmessage_request[b-96nnzrjqn4] {
    background-color: #e6e6e6;
    color: #000;
    margin-left: 0;
    margin-right: auto;
}

/* Input area */
.input-area[b-96nnzrjqn4] {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #a2a1a1;
}


.message-input[b-96nnzrjqn4] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 10px;
    outline: none;
}


.ussd-input[b-96nnzrjqn4] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 10px;
    outline: none;
    width: 100%;
    height: 19px;
}

.send-button[b-96nnzrjqn4] {
    padding: 10px 20px;
    background-color: #0080ff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.send-button:hover[b-96nnzrjqn4] {
    background-color: #005bb5;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Contacts/_Components/SharePhonebook.razor.rz.scp.css */
/*.mud-table-container {*/
/*    overflow: hidden !important;*/
/*}*/

/*.mud-table-root {*/
/*    overflow: hidden !important;*/
/*}*/

/*table {*/
/*    overflow: hidden !important;*/
/*}*/
/* _content/MobilePortal.WebSite/Pages/Dashboard/Documentation/APIReferences.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Documentation/Index.razor.rz.scp.css */
.icon-col[b-xwncx10ufs] {
    min-width: 60px;
}

.icon-col > img[b-xwncx10ufs] {
    width: 60px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Documentation/SMS/Index.razor.rz.scp.css */
.bg_tag[b-3akkyo3vv6] {
    background-color: #c8dff5
}

.bg_tag_grey[b-3akkyo3vv6] {
    background-color: #e2e2e2;
}

.bg_dark_blue[b-3akkyo3vv6],
.bg_request_head[b-3akkyo3vv6] {
    background-color: #3c4257;
}

.bg_request_body[b-3akkyo3vv6] {
    background-color: #4f566b;
}

.bg_response_head[b-3akkyo3vv6] {
    background-color: #e3e8ee;
}

.bg_response_body[b-3akkyo3vv6] {
    background-color: #f5fbff;
}

pre[b-3akkyo3vv6] {
    font-size: 12px;
}

.badge-vodacom[b-3akkyo3vv6] {
    background-color: red;
    color: white;
}

.badge-cellc[b-3akkyo3vv6] {
    background-color: black;
    color: white;
}

.badge-telkom[b-3akkyo3vv6] {
    background-color: dodgerblue;
    color: white;
}

.badge-mtn[b-3akkyo3vv6] {
    background-color: yellow;
    color: black;
}

.badge_textsize[b-3akkyo3vv6] {
    font-size: 11px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Campaign/Components/BulkMailCampaignDetailsModal.razor.rz.scp.css */

.gauge_border[b-8x327a31nr] {
    height: 100px;
}


.btn-custom[b-8x327a31nr] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

.btn-custom:hover[b-8x327a31nr],
.btn-custom:focus[b-8x327a31nr] {
    color: white !important;
    background-color: var(--skin-primary);
    border-color: var(--skin-primary);
}

.gauge_container[b-8x327a31nr] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-8x327a31nr] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-8x327a31nr] {
    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-8x327a31nr] {
    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-8x327a31nr] {
    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-8x327a31nr] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-8x327a31nr] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-8x327a31nr] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-8x327a31nr] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-8x327a31nr] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-8x327a31nr] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-8x327a31nr] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-8x327a31nr] {
    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-8x327a31nr] {
    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-8x327a31nr] {
    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-8x327a31nr] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-8x327a31nr] {
    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-8x327a31nr] {
    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-8x327a31nr] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}

/*Chart Area*/
.chart-area[b-8x327a31nr] {
    width: 400px;
    height: 280px;
    position: relative;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Domains/Addresses/UserEditModal.razor.rz.scp.css */
.share-content[b-o2c5uxoa8q] {
    min-width: 850px;
    max-width: 850px;
    min-height: 400px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Templates/CreateOrUpdate.razor.rz.scp.css */
#unlayer-editor[b-b9vr2tp826] {
    min-width: 1024px;
    min-height: 700px;
    width: 100%;
    height: 100vh;
}

#preview-capture-region[b-b9vr2tp826] {
    max-height: 650px;
}

#target-html[b-b9vr2tp826] {
    width: 600px;
    height: 600px;
    max-width: 600px;
    max-height: 600px;
    margin: 0 auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Templates/Gallery.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Templates/PreviewDialog.razor.rz.scp.css */
.preview-html[b-xd5d5qa14w] {
    border: 2px dashed lightgray;
    box-sizing: border-box;
    padding: 2px;
    min-width: 700px;
    height: 650px;
    max-height: 650px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Templates/ShareDialog.razor.rz.scp.css */
.share-content[b-q5iym76dew] {
    min-width: 850px;
    max-width: 850px;
    min-height: 400px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Templates/TemplateSelector.razor.rz.scp.css */
.template[b-cz8udtt8fx] {
    width: 314px;
    height: 356px;
    position: relative;
    border-radius: var(--mud-default-borderradius);
}

.template .thumbnail[b-cz8udtt8fx] {

}

.template .name[b-cz8udtt8fx] {
    padding: 2px;
    margin: 12px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.template-view[b-cz8udtt8fx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: var(--mud-default-borderradius);
}

.template-choose[b-cz8udtt8fx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: var(--mud-default-borderradius);
}

.template-choose-fade[b-cz8udtt8fx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: black;
    opacity: 0.5;
    border-radius: var(--mud-default-borderradius);
}

.template-selector[b-cz8udtt8fx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/BulkMail/Templates/TenantShareDialog.razor.rz.scp.css */
.share-content[b-6rz9zyzr17] {
    min-width: 850px;
    max-width: 850px;
    min-height: 400px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/Index.razor.rz.scp.css */
.icon-col[b-kuveqpl1a1] {
    min-width: 60px;
}

.icon-col > img[b-kuveqpl1a1] {
    width: 60px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/MMS/CampaignSend/_Components/MmsCampaignDetailsModal.razor.rz.scp.css */

.gauge_border[b-hpv1oo4sfz] {
    height: 100px;
}


.btn-custom[b-hpv1oo4sfz] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

.btn-custom:hover[b-hpv1oo4sfz],
.btn-custom:focus[b-hpv1oo4sfz] {
    color: white !important;
    background-color: var(--skin-primary);
    border-color: var(--skin-primary);
}

.gauge_container[b-hpv1oo4sfz] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-hpv1oo4sfz] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-hpv1oo4sfz] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-hpv1oo4sfz] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-hpv1oo4sfz] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-hpv1oo4sfz] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-hpv1oo4sfz] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-hpv1oo4sfz] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    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-hpv1oo4sfz] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/Settings/Api/ServiceConfigUi.razor.rz.scp.css */
.adapter-content[b-ft10qr7qm7] {
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 2em;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/ShortUrl/_Components/SingleUrlCampaignStatsModal.razor.rz.scp.css */
/*Big Circle*/
.big_circle_container[b-1i9sg4elws] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-1i9sg4elws] {
    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-1i9sg4elws] {
    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-1i9sg4elws] {
    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-1i9sg4elws] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-1i9sg4elws] {
    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-1i9sg4elws] {
    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-1i9sg4elws] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/ShortUrl/_Components/SingleUrlStatsModal.razor.rz.scp.css */
/*Big Circle*/
.big_circle_container[b-1ce3eyupjz] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-1ce3eyupjz] {
    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-1ce3eyupjz] {
    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-1ce3eyupjz] {
    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-1ce3eyupjz] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-1ce3eyupjz] {
    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-1ce3eyupjz] {
    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-1ce3eyupjz] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Campaign/_Components/SmartSmsCampaignDetailsModal.razor.rz.scp.css */

.gauge_border[b-jf8mtjgm6b] {
    height: 100px;
}


.btn-custom[b-jf8mtjgm6b] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

.btn-custom:hover[b-jf8mtjgm6b],
.btn-custom:focus[b-jf8mtjgm6b] {
    color: white !important;
    background-color: var(--skin-primary);
    border-color: var(--skin-primary);
}

.gauge_container[b-jf8mtjgm6b] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-jf8mtjgm6b] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-jf8mtjgm6b] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-jf8mtjgm6b] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-jf8mtjgm6b] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-jf8mtjgm6b] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-jf8mtjgm6b] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-jf8mtjgm6b] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    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-jf8mtjgm6b] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}

/*Chart Area*/
.chart-area[b-jf8mtjgm6b] {
    width: 400px;
    height: 280px;
    position: relative;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Templates/CreateOrEdit.razor.rz.scp.css */
#unlayer-editor[b-ymcmbggozz] {
    min-width: 1024px;
    min-height: 700px;
    width: 100%;
    height: 100vh;
}

#preview-capture-region[b-ymcmbggozz] {
    max-height: 650px;
}

#target-html[b-ymcmbggozz] {
    width: 600px;
    height: 600px;
    max-width: 600px;
    max-height: 600px;
    margin: 0 auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Templates/Gallery.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Templates/PreviewDialog.razor.rz.scp.css */
.preview-html[b-l3sivcwc8p] {
    border: 2px dashed lightgray;
    box-sizing: border-box;
    padding: 2px;
    min-width: 700px;
    height: 650px;
    max-height: 650px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Templates/SmartSmsShareDialog.razor.rz.scp.css */
.share-content[b-4ioo6ijg2s] {
    min-width: 850px;
    max-width: 850px;
    min-height: 400px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Templates/SmartSmsTenantShareDialog.razor.rz.scp.css */
.share-content[b-yhyikviz8d] {
    min-width: 850px;
    max-width: 850px;
    min-height: 400px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SmartSms/Templates/TemplateSelector.razor.rz.scp.css */
.template[b-aoqgufria0] {
    width: 314px;
    height: 356px;
    position: relative;
    border-radius: var(--mud-default-borderradius);
}

.template .thumbnail[b-aoqgufria0] {

}

.template .name[b-aoqgufria0] {
    padding: 2px;
    margin: 12px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.template-view[b-aoqgufria0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: var(--mud-default-borderradius);
}

.template-choose[b-aoqgufria0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: var(--mud-default-borderradius);
}

.template-choose-fade[b-aoqgufria0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: black;
    opacity: 0.5;
    border-radius: var(--mud-default-borderradius);
}

.template-selector[b-aoqgufria0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SMS/CampaignSend/_Components/CampaignDetailsModal.razor.rz.scp.css */

.gauge_border[b-g1sw7ybdn1] {
    height: 100px;
}


.btn-custom[b-g1sw7ybdn1] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

.btn-custom:hover[b-g1sw7ybdn1],
.btn-custom:focus[b-g1sw7ybdn1] {
    color: white !important;
    background-color: var(--skin-primary);
    border-color: var(--skin-primary);
}

.gauge_container[b-g1sw7ybdn1] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-g1sw7ybdn1] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-g1sw7ybdn1] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-g1sw7ybdn1] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-g1sw7ybdn1] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-g1sw7ybdn1] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-g1sw7ybdn1] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-g1sw7ybdn1] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    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-g1sw7ybdn1] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/SMS/QuickSend.razor.rz.scp.css */
.divBorder[b-08co4wtqhx] {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.divHeader[b-08co4wtqhx] {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-size: 0.8rem;
    font-weight: bold;
    margin: 1.5rem 1rem 1rem 1.5rem;
}

.fullLength[b-08co4wtqhx] {
    height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.greyIcon[b-08co4wtqhx] {
    color: lightgrey;
}

.centered[b-08co4wtqhx] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.relativePostition[b-08co4wtqhx] {
    position: relative;
}

.phoneStyle[b-08co4wtqhx] {
    position: absolute;
    top: 50px;
    left: 200px;
    width: 232px;
    height: 490px;
    outline: none;
    border-style: none;
    border-color: transparent;
    overflow: auto;
}

.phone_textarea[b-08co4wtqhx] {
    position: relative;
    top: 46px;
    left: 19px;
    width: 232px;
    outline: none;
    border: none;
    height: 350px;
    background-color: #efefef;
    resize: none;
    font-size: 16px;
}

.phone_buttons[b-08co4wtqhx] {
    padding-left: 35px;
}

/*.phonebook_textarea {*/
/*    height: calc(100% - 45px);*/
/*    border-radius: 5px;*/
/*    padding: 6px;*/
/*    margin-top: 3px;*/
/*    border: 1px solid #988282;*/
/*    width: 50%;*/
/*}*/

/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/USSD/Campaign/_Components/OmniCampaignOverview.razor.rz.scp.css */
/*Big Circle*/
.big_circle_container[b-y6wr8nw7g0] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-y6wr8nw7g0] {
    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-y6wr8nw7g0] {
    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-y6wr8nw7g0] {
    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-y6wr8nw7g0] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-y6wr8nw7g0] {
    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-y6wr8nw7g0] {
    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-y6wr8nw7g0] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}


.chart-area[b-y6wr8nw7g0] {
    width: 298px;
    height: 200px;
    min-height: 200px;
    min-width: 298px;
    position: relative;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/USSD/FlowDesigner.razor.rz.scp.css */
.wrapper[b-83onj471u4] {
    display: flex;
}

.diagram-container[b-83onj471u4] {
    flex: 1;
    /* height: calc(100vh - 56.59px);*/
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgb(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgb(0, 0, 0, 0.05) 1px, transparent 1px);

}

.dragableItem[b-83onj471u4] {
    cursor: grab;
    font-size: 17px;
}

.draggableItemStyle[b-83onj471u4] {
    border-bottom: solid 1px #bbb9b9;
    padding-bottom: 5px;
    padding-top: 5px;
}

.dragIconStyle[b-83onj471u4] {
    font-size: 10px;
    color: #006A8C;
}

.actionIcon[b-83onj471u4] {
    padding-top: 14px;
    height: 50px;
    width: 50px;
    margin-left: 8px;
    margin-top: 15px;
}

.actionStart[b-83onj471u4] {
    background-color: #1ec8a5
}

.actionDecision[b-83onj471u4] {
    background-color: #ffe490;
}

.actionInput[b-83onj471u4] {
    background-color: #94f4da;
}

.actionReceive[b-83onj471u4] {
    background-color: #63e2f5;
}

.actionFinalScreen[b-83onj471u4] {
    background-color: #b1dbff;
}

.actionDisplayMedia[b-83onj471u4] {
    background-color: #00e8b7;
}

.actionAPI[b-83onj471u4] {
    background-color: #cfb5ff;
}

.actionValidation[b-83onj471u4] {
    background-color: #ffca94;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/USSD/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/USSD/_Components/NodeComponent.razor.rz.scp.css */
.fully-transparent[b-dajedhmaur] {
    background-color: transparent;
    border: 0;
}

.dropdown > a[b-dajedhmaur] {
    color: black;
}

.node > .card.selected[b-dajedhmaur] {
    border: 1px #4582ec solid;
}

.list-group[b-dajedhmaur] {
    border-bottom: unset;
}

[b-dajedhmaur] .port {
    width: 15px;
    height: 37px;
    position: absolute;
    background-color: #4582ec;
}

[b-dajedhmaur] .port:hover {
    background: #eee;
    cursor: pointer;
}

[b-dajedhmaur] .start_node.port:hover {
    background: #eee;
    cursor: pointer;
}

.node > .card.selected[b-dajedhmaur]  .port {
    border-right-color: #4582ec;
    border-left-color: #4582ec;
}

[b-dajedhmaur] .port.right {
    /*top: 45px;*/
    top: 0;
    right: -1px;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

[b-dajedhmaur] .port.left {
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.titleStyle[b-dajedhmaur] {
    padding-bottom: 10px;
    font-size: 14px;
}


.characterCount[b-dajedhmaur] {
    color: gray;
    font-size: 12px;
}

[b-dajedhmaur] .port.left.circle_port_end {
    width: 18px;
    height: 18px;
    position: absolute;
    background-color: #4582ec;
    border-radius: 50%;
    top: 2px;
    left: -13px;
}

[b-dajedhmaur] .port {
    width: 10px;
    height: 31px;
}

[b-dajedhmaur] .port.left.port_start {
    height: 26px;
    top: 0px;
    left: 0px;
    border-top-left-radius: 15px;
    width: 12px;
}

[b-dajedhmaur] .port.right {
    height: 31px;
    width: 12px;
}


.nodeHeader[b-dajedhmaur] {
    padding: .5rem 1rem;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 26px;
}

.nodeBlock[b-dajedhmaur] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.nodeOutputBlock[b-dajedhmaur] {
    border-radius: 16px;
}

.nodeOptions[b-dajedhmaur] {
    border-bottom-left-radius: 16px;
}

.val_border_error[b-dajedhmaur] {
    background-color: #FFA6A1 !important;
}

/*Block colors*/
.blockDecision[b-dajedhmaur] {
    background-color: #ffe490;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockOutput[b-dajedhmaur] {
    background-color: #b1dbff;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockInput[b-dajedhmaur] {
    background-color: #94f4da;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockValidation[b-dajedhmaur] {
    background-color: #ffca94;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockValidationList[b-dajedhmaur] {
    background-color: #ffe490;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockOtp[b-dajedhmaur] {
    background-color: #63e2f5;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockActions[b-dajedhmaur] {
    background-color: #cfb5ff;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockMedia[b-dajedhmaur] {
    background-color: #00e8b7;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockPush[b-dajedhmaur] {
    background-color: #1ec8a4;
    color: black;
    width: 320px;
    white-space: pre-line;
}

.blockReceive[b-dajedhmaur] {
    background-color: #63e2f5;
    color: black;
    width: 320px;
    white-space: pre-line;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/USSD/_Components/OminReportOverviewModal.razor.rz.scp.css */

.gauge_border[b-6rnpccamih] {
    height: 100px;
}


.btn-custom[b-6rnpccamih] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

.btn-custom:hover[b-6rnpccamih],
.btn-custom:focus[b-6rnpccamih] {
    color: white !important;
    background-color: var(--skin-primary);
    border-color: var(--skin-primary);
}

.gauge_container[b-6rnpccamih] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-6rnpccamih] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-6rnpccamih] {
    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-6rnpccamih] {
    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-6rnpccamih] {
    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-6rnpccamih] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-6rnpccamih] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-6rnpccamih] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-6rnpccamih] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-6rnpccamih] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-6rnpccamih] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-6rnpccamih] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-6rnpccamih] {
    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-6rnpccamih] {
    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-6rnpccamih] {
    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-6rnpccamih] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-6rnpccamih] {
    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-6rnpccamih] {
    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-6rnpccamih] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}

.chart[b-6rnpccamih] {
    width: 298px;
    height: 200px;
    min-height: 200px;
    min-width: 298px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Products/USSD/_Components/Sidebar.razor.rz.scp.css */
.sidebar[b-onbtlxy7di] {
    background-color: #eaeaea;
    padding: 1rem;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding-bottom: 600px;
    background-color: white;
    overflow-y: scroll;
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
    width: 500px;
}

select.column-type[b-onbtlxy7di] {
    width: 120px;
}

tr[b-onbtlxy7di] {
    cursor: pointer;
}

tr.active[b-onbtlxy7di] {
    color: #343a40;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-element-block[b-onbtlxy7di] {
    width: auto;
    display: block;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Reporting/Components/FilterControl.razor.rz.scp.css */
.filter-control[b-ovhgu9d84e] {
    position: relative;
    z-index: 1101;
}

.filter-control button[b-ovhgu9d84e] {
}

.filter-control:first-child button.btn-filter[b-ovhgu9d84e] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-control:not(:first-child):not(:last-child) button[b-ovhgu9d84e] {
    border-radius: 0;
}

button.btn-filter[b-ovhgu9d84e] {
    max-height: 68px;
    height: 100%;
}

.filter-control:last-child button.btn-filter[b-ovhgu9d84e] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filter-control .filter-control-dropdown[b-ovhgu9d84e] {
    background: white;
    padding: 5px;
    /*margin: 4px 0px 0px 0px;*/
    position: absolute;
    display: none;
    /*top: 38px;*/
    top: 0;
    right: 0;
    width: -moz-max-content;
    width: max-content;

    box-shadow: 2.5px 2.5px 10px 0.5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2.5px 2.5px 10px 0.5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2.5px 2.5px 10px 0.5px rgba(0, 0, 0, 0.75);

    z-index: 100;
}

.filter-control button.btn-block[b-ovhgu9d84e] {
    display: block;
    width: 100%;
}

th input[b-ovhgu9d84e] {
    border: none;
    padding: 5px;
    text-align: left;
    border-bottom: 1px dashed;
    border-radius: 0;
}

.table-responsive[b-ovhgu9d84e] {
    overflow: scroll;
    max-height: 580px;
}

.table-responsive:first-child span[b-ovhgu9d84e] {
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}

.filter-control-backdrop[b-ovhgu9d84e] {
    position: fixed;
    background: rgba(0, 0, 0, 0.20);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1100;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Reporting/Components/SearchControl.razor.rz.scp.css */
/*.input-group {*/
/*    margin-bottom: 4px;*/
/*}*/

.alert[b-r8849nuy6b] {
    margin-top: 4px;
}

.input-group > .dropdown-toggle[b-r8849nuy6b] {
    border-radius: .25rem 0 0 .25rem;
}

.input-group .btn:last-of-type[b-r8849nuy6b] {
    border-radius: 0 .25rem .25rem 0;
}

.filter-items[b-r8849nuy6b] {
    max-height: 600px;
    overflow: auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Reporting/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Reporting/Insights/InsightsMms.razor.rz.scp.css */
.card-header strong[b-ky2b9sokbp] {
    font-size: 20px;
    line-height: 38px;
}

canvas[b-ky2b9sokbp] {
    margin: 0 auto;
}

.col[b-ky2b9sokbp] {
    margin-bottom: 10px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Reporting/Insights/InsightsSms.razor.rz.scp.css */
.card-header strong[b-045pcg1srs] {
    font-size: 20px;
    line-height: 38px;
}

canvas[b-045pcg1srs] {
    margin: 0 auto;
}

.col[b-045pcg1srs] {
    margin-bottom: 10px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Reporting/StatsBuilder.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Sme/Bundles/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Sme/Bundles/OrderConfirmation.razor.rz.scp.css */
.total-container[b-rjcvjrt7sw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-container strong[b-rjcvjrt7sw] {
    flex-grow: 1; /* This ensures the strong tag takes up the space on the left */
}

.total-container span[b-rjcvjrt7sw] {
    text-align: right;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Sme/Bundles/PaymentOutcome.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Sme/Bundles/ProductCatalogue.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Sme/Bundles/WaitingForPayment.razor.rz.scp.css */
.guide-card[b-vrxqtwmzd4] {
    border: gray 1px solid;
    border-radius: 5px;
    width: 440px;
    padding: 5px;
    background: lightgray;
    margin-bottom: 10px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/AuditLogs.razor.rz.scp.css */
.log-level[b-5ojtydooaq] {
    background-color: #2c3034;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.log-level i[b-5ojtydooaq] {
    font-size: 24px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/Reports/Components/InsightsSearchControl.razor.rz.scp.css */
/*.input-group {*/
/*    margin-bottom: 4px;*/
/*}*/

.alert[b-bj0bv89pcn] {
    margin-top: 4px;
}

.input-group > .dropdown-toggle[b-bj0bv89pcn] {
    border-radius: .25rem 0 0 .25rem;
}

.input-group .btn:last-of-type[b-bj0bv89pcn] {
    border-radius: 0 .25rem .25rem 0;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/Reports/Components/SearchSelect.razor.rz.scp.css */
.search-results[b-h9iydmjzom] {
    width: 100%;
    max-height: 0;
}

.search-results-content[b-h9iydmjzom] {
    background: white;
    position: absolute;
    z-index: 100;
    max-width: inherit;
    width: calc(100% - 24px);
    border-radius: 6px;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, .125);
}

.search-results-header[b-h9iydmjzom] {
    margin: 0 auto;
    text-align: center;
}

.search-results-content-items[b-h9iydmjzom] {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: dimgray 1px solid;
}

.search-results-content-item[b-h9iydmjzom] {

}

.search-hint[b-h9iydmjzom] {
    color: #00000089;
    margin: 0;
    font-size: .75rem;
    text-align: start;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: .03333em;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/Reports/Insights.razor.rz.scp.css */
.btn[b-k5vyfqx93j] {
    border-radius: 0 !important;
    min-width: 30px !important;
}

.input-group .btn[b-k5vyfqx93j] {
    height: 100% !important;
}

canvas[b-k5vyfqx93j] {
    max-width: 1400px;
    margin: 0 auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/Reports/Omni/InsightsOmni.razor.rz.scp.css */
.btn[b-a2o2qour1f] {
    border-radius: 0 !important;
    min-width: 30px !important;
}

.input-group .btn[b-a2o2qour1f] {
    height: 100% !important;
}

canvas[b-a2o2qour1f] {
    max-width: 1400px;
    margin: 0 auto;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/Shortcodes/Components/ShortCodeReportingModal.razor.rz.scp.css */

.gauge_border[b-06kbmwlnzr] {
    height: 100px;
}


.btn-custom[b-06kbmwlnzr] {
    color: black;
    background-color: white;
    border-color: black;
    padding: 7px;
}

.btn-custom:hover[b-06kbmwlnzr],
.btn-custom:focus[b-06kbmwlnzr] {
    color: white !important;
    background-color: var(--skin-primary);
    border-color: var(--skin-primary);
}

.gauge_container[b-06kbmwlnzr] {
    width: 180px;
    height: 85px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}


.gauge-a[b-06kbmwlnzr] {
    z-index: 1;
    position: absolute;
    background-color: #cfcccc;
    width: 180px;
    height: 90px;
    top: 0%;
    border-radius: 250px 250px 0px 0px;
}

.gauge-b[b-06kbmwlnzr] {
    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-06kbmwlnzr] {
    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-06kbmwlnzr] {
    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-06kbmwlnzr] {
    background-color: #028939;
    transform: rotate(0.03turn);
}

.gauge-15[b-06kbmwlnzr] {
    background-color: #028939;
    transform: rotate(0.11turn);
}

.gauge-30[b-06kbmwlnzr] {
    background-color: #01c853;
    transform: rotate(0.14turn);
}

.gauge-45[b-06kbmwlnzr] {
    background-color: #ff7336;
    transform: rotate(0.2turn);
}

.gauge-70[b-06kbmwlnzr] {
    background-color: #ff3636;
    transform: rotate(0.32turn);
}

.gauge-85[b-06kbmwlnzr] {
    background-color: #7c0c0c;
    transform: rotate(0.44turn);
}


/*Big Circle*/
.big_circle_container[b-06kbmwlnzr] {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.big_circleA[b-06kbmwlnzr] {
    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-06kbmwlnzr] {
    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-06kbmwlnzr] {
    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-06kbmwlnzr] {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.small_circleA[b-06kbmwlnzr] {
    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-06kbmwlnzr] {
    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-06kbmwlnzr] {
    z-index: 4;
    font-size: 16px;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
}

/*Chart Area*/
.chart-area[b-06kbmwlnzr] {
    width: 400px;
    height: 280px;
    position: relative;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/SupportAdmin/Tools.razor.rz.scp.css */
.icon-col[b-q21dub3g88] {
    min-width: 60px;
}

.icon-col > img[b-q21dub3g88] {
    width: 60px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/Feedback.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/Guide.razor.rz.scp.css */
.icon-col[b-k1xfzo58n0] {
    min-width: 60px;
}

.icon-col > img[b-k1xfzo58n0] {
    width: 60px;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/FeedbackCard.razor.rz.scp.css */
.feedback-card[b-pjn7p13xcb] {
    width: 300px;
    max-width: 300px;
    border-radius: 10px;
    padding: 10px;
    color: white;
}

.feedback-card .title[b-pjn7p13xcb] {
    display: flex;
    justify-content: center;
    text-align: center;
}

.feedback-card .icon[b-pjn7p13xcb] {
    display: flex;
    justify-content: center;
    text-align: center;
}

.feedback-card .icon i[b-pjn7p13xcb] {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    width: 100px;
    /*height: 100px;*/
}

.feedback-card .sub-title[b-pjn7p13xcb] {
    display: flex;
    justify-content: center;
    text-align: center;
}

.feedback-card.positive[b-pjn7p13xcb] {
    background: #24a651;
}

.feedback-card.negative[b-pjn7p13xcb] {
    background: #e02941;
}

.feedback-card.suggestion[b-pjn7p13xcb] {
    background: #00a5b7;
}

.feedback-card.positive:hover[b-pjn7p13xcb] {
    filter: brightness(0.6);
    cursor: pointer;
}

.feedback-card.negative:hover[b-pjn7p13xcb] {
    filter: brightness(0.6);
    cursor: pointer;
}

.feedback-card.suggestion:hover[b-pjn7p13xcb] {
    filter: brightness(0.6);
    cursor: pointer;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/IntroductionVideo.razor.rz.scp.css */
.iframe-container[b-wwugv0xdt5] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe[b-wwugv0xdt5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/ReportingVideo.razor.rz.scp.css */
.iframe-container[b-00fqyzgxbs] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe[b-00fqyzgxbs] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/SMSSendingVideo.razor.rz.scp.css */
.iframe-container[b-b7cg307di8] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe[b-b7cg307di8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/SMSTemplatesVideo.razor.rz.scp.css */
.iframe-container[b-8fgdwv6rpc] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe[b-8fgdwv6rpc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/TicketStat.razor.rz.scp.css */
.col[b-c324mwlqoi] {
    text-align: center;
}

@keyframes spinning-b-c324mwlqoi {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin[b-c324mwlqoi] {
    animation-name: spinning-b-c324mwlqoi;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}
/* _content/MobilePortal.WebSite/Pages/Dashboard/Support/_Components/TicketView.razor.rz.scp.css */
.threads .card[b-n3le8w4x60] {
    margin-bottom: 22px;
}

.feedback-type[b-n3le8w4x60] {
    margin-right: 3px;
    margin-top: -18px;
    cursor: help;
}

.feedback-type i[b-n3le8w4x60] {
    font-size: 24px;
}

.comment-time[b-n3le8w4x60] {
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: help;
}
/* _content/MobilePortal.WebSite/Pages/Development/Localization/Components.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Development/Localization/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/Index.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Pages/OcepLandingView.razor.rz.scp.css */
p[b-iymicghpuk] {
    font-size: 1.1rem;
}

.spacing_top[b-iymicghpuk] {
    padding-top: 60px;
}

.spacing_bottom[b-iymicghpuk] {
    padding-bottom: 60px;
}

.brochure-img-row[b-iymicghpuk] {
    height: 446px;
    margin-top: 85px;
    background-color: #e4e2e2
}

.brochure-img-text[b-iymicghpuk] {
    font-size: 40px;
    line-height: 29px;
    color: white;
}

.brochure-img-subtext[b-iymicghpuk] {
    font-size: 20px;
    color: white;
}

.brochure-justify[b-iymicghpuk] {
    text-align: justify;
}

.brochure-img-center[b-iymicghpuk] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.brochure-img-textbar[b-iymicghpuk] {
    background-color: #686767e3;
    color: white;
    border-radius: 8px;
    font-size: 16px;
}

.brochure-margin-bottom[b-iymicghpuk] {
    margin-bottom: -102px;
}

.brochure-block-grey[b-iymicghpuk] {
    background-color: #e4e2e2
}

.brochure-block-darkgrey[b-iymicghpuk] {
    background-color: #313131;
    color: white;
}

.brochure-block-black[b-iymicghpuk] {
    background-color: #161616;
    color: white;
}

.brochure-block-primary[b-iymicghpuk] {
    background-color: var(--skin-primary);
}

.brochure-ul-spacing[b-iymicghpuk] {
    line-height: 30px;
}

.brochure-text-outline[b-iymicghpuk] {
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
/* _content/MobilePortal.WebSite/Pages/ServiceAccount/ServiceAccountSelector.razor.rz.scp.css */
.service-account[b-rfa6kxkvuv] {
    cursor: pointer;
    transition: background-color 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
}

.service-account:hover[b-rfa6kxkvuv] {
    background-color: rgba(0, 0, 0, 0.06);
}
/* _content/MobilePortal.WebSite/Pages/SmeLandingView.razor.rz.scp.css */
p[b-yvwo5ry7i8] {
    font-size: 1.1rem;
}

.spacing_top[b-yvwo5ry7i8] {
    padding-top: 60px;
}

.spacing_bottom[b-yvwo5ry7i8] {
    padding-bottom: 60px;
}

.brochure-img-row[b-yvwo5ry7i8] {
    height: 446px;
    margin-top: 0px;
    background-color: #e4e2e2
}

.brochure-img-text[b-yvwo5ry7i8] {
    font-size: 40px;
    line-height: 29px;
    color: black;
}

.brochure-img-subtext[b-yvwo5ry7i8] {
    font-size: 20px;
    color: black;
}

.brochure-justify[b-yvwo5ry7i8] {
    text-align: justify;
}

.brochure-img-center[b-yvwo5ry7i8] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.brochure-img-textbar[b-yvwo5ry7i8] {
    background-color: #686767e3;
    color: black;
    border-radius: 8px;
    font-size: 16px;
}

.brochure-margin-bottom[b-yvwo5ry7i8] {
    margin-bottom: -102px;
}

.brochure-block-grey[b-yvwo5ry7i8] {
    background-color: #e4e2e2
}

.brochure-block-darkgrey[b-yvwo5ry7i8] {
    background-color: #313131;
    color: white;
}

.brochure-block-black[b-yvwo5ry7i8] {
    background-color: #161616;
    color: white;
}

.brochure-block-primary[b-yvwo5ry7i8] {
    background-color: var(--skin-primary);
}

.brochure-ul-spacing[b-yvwo5ry7i8] {
    line-height: 30px;
}

.brochure-text-outline[b-yvwo5ry7i8] {
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.brochure-sme-img[b-yvwo5ry7i8] {
    background: url(/skins/mtn/sme_header_large.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

.bordered-table[b-yvwo5ry7i8] {
    border-collapse: collapse;
    width: 100%;
}

.bordered-table th[b-yvwo5ry7i8],
.bordered-table td[b-yvwo5ry7i8] {
    border: 1px solid #161616;
    padding: 8px;
}

@media screen and (max-width: 850px) {
    .brochure-sme-img[b-yvwo5ry7i8] {
        background: url(/skins/mtn/sme_header_mid.jpg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
    }
}
/* _content/MobilePortal.WebSite/Pages/SmePromoVideo.razor.rz.scp.css */
.iframe-container[b-r8g7kvw1in] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe[b-r8g7kvw1in] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* _content/MobilePortal.WebSite/Pages/Sme/Registration/Components/Base64FileInput.razor.rz.scp.css */
form .row[b-4xze0vvnmt] {
    margin: 0px 10px 10px 10px;
}

button[type="button"][b-4xze0vvnmt] {
    width: auto;
}

label[type="button"][b-4xze0vvnmt] {
    width: auto;
}

[type="button"][b-4xze0vvnmt] {
    width: auto;
}
/* _content/MobilePortal.WebSite/Pages/Sme/Registration/Details.razor.rz.scp.css */
form .row[b-gcptockt2d] {
    margin: 0px 10px 10px 10px;
}
/* _content/MobilePortal.WebSite/Pages/Sme/Registration/Dialog/SelfieDialog.razor.rz.scp.css */
.camera-space[b-femzixz6gd] {
}

canvas[b-femzixz6gd] {
    border: 4px solid yellowgreen;
}

video[b-femzixz6gd] {
    border: 4px solid white;
}
/* _content/MobilePortal.WebSite/Pages/Sme/Registration/Index.razor.rz.scp.css */
form .row[b-ebs3om8o9m] {
    margin: 0px 10px 10px 10px;
}
/* _content/MobilePortal.WebSite/Pages/Sme/SignUp/SignUpStage.razor.rz.scp.css */
.stage-wrapper[b-pcsz5l7zwb] {
    font-size: 18px;
}

.stage-wrapper .space[b-pcsz5l7zwb] {
    color: #0d6efd;
}

.stage-wrapper .stage[b-pcsz5l7zwb] {
    margin-left: 10px;
    margin-right: 10px;
}

.stage-wrapper .selected[b-pcsz5l7zwb] {
    color: #0d6efd;
    font-weight: bold;
}
/* _content/MobilePortal.WebSite/Shared/AppError.razor.rz.scp.css */
html[b-hgm3avb6ms], body[b-hgm3avb6ms] {
    background-color: #e4e2e2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header[b-hgm3avb6ms] {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.divider[b-hgm3avb6ms] {
    background-color: black;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
}

.main[b-hgm3avb6ms] {
    /*margin-top: 180px;*/
    text-align: center;
    /*height: 100%;*/
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e2e2
}

.footer[b-hgm3avb6ms] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #161616;
    color: white;
    text-align: left;
    font-size: 14px;
}

a[b-hgm3avb6ms] {
    color: white;
}
/* _content/MobilePortal.WebSite/Shared/Components/CardLoader.razor.rz.scp.css */
.card-loader[b-qka195rlj6] {
    width: 100%;
    height: 88%;
    background: white;
    position: absolute;
    top: 55px;
    left: 0;
    border-radius: 5px;
}

.card-loader-body[b-qka195rlj6] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* _content/MobilePortal.WebSite/Shared/Components/CountryFlag.razor.rz.scp.css */
.backgroundClass[b-5k689xmgl5] {
    background-image: url("img/flags.png")
}

.small-flag[b-5k689xmgl5] {
    margin: 0px -20px;
    transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
}

.normal-flag[b-5k689xmgl5] {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}

.big-flag[b-5k689xmgl5] {
    margin: 0;
}

.small-flag.rounded[b-5k689xmgl5] {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.normal-flag.rounded[b-5k689xmgl5] {
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.big-flag.rounded[b-5k689xmgl5] {
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.flag[b-5k689xmgl5] {
    width: 52px;
    height: 39px;
    display: inline-block;
    background-repeat: no-repeat;
}

.f-[b-5k689xmgl5] {
    background-position: 0 0;
}

.f-and[b-5k689xmgl5],
.f-ad[b-5k689xmgl5] {
    background-position: 0 -42px;
}

.f-are[b-5k689xmgl5],
.f-ae[b-5k689xmgl5] {
    background-position: 0 -82px;
}

.f-afg[b-5k689xmgl5],
.f-af[b-5k689xmgl5] {
    background-position: 0 -123px;
}

.f-atg[b-5k689xmgl5],
.f-ag[b-5k689xmgl5] {
    background-position: 0 -164px;
}

.f-aia[b-5k689xmgl5],
.f-ai[b-5k689xmgl5] {
    background-position: 0 -205px;
}

.f-alb[b-5k689xmgl5],
.f-al[b-5k689xmgl5] {
    background-position: 0 -246px;
}

.f-arm[b-5k689xmgl5],
.f-am[b-5k689xmgl5] {
    background-position: 0 -287px;
}

.f-ant[b-5k689xmgl5],
.f-an[b-5k689xmgl5] {
    background-position: 0 -328px;
}

.f-ago[b-5k689xmgl5],
.f-ao[b-5k689xmgl5] {
    background-position: 0 -369px;
}

.f-ata[b-5k689xmgl5],
.f-aq[b-5k689xmgl5] {
    background-position: 0 -410px;
}

.f-arg[b-5k689xmgl5],
.f-ar[b-5k689xmgl5] {
    background-position: 0 -451px;
}

.f-asm[b-5k689xmgl5],
.f-as[b-5k689xmgl5] {
    background-position: 0 -492px;
}

.f-aut[b-5k689xmgl5],
.f-at[b-5k689xmgl5] {
    background-position: 0 -533px;
}

.f-aus[b-5k689xmgl5],
.f-au[b-5k689xmgl5] {
    background-position: 0 -574px;
}

.f-abw[b-5k689xmgl5],
.f-aw[b-5k689xmgl5] {
    background-position: 0 -615px;
}

.f-ala[b-5k689xmgl5],
.f-ax[b-5k689xmgl5] {
    background-position: 0 -657px;
}

.f-aze[b-5k689xmgl5],
.f-az[b-5k689xmgl5] {
    background-position: 0 -698px;
}

.f-bih[b-5k689xmgl5],
.f-ba[b-5k689xmgl5] {
    background-position: 0 -738px;
}

.f-brb[b-5k689xmgl5],
.f-bb[b-5k689xmgl5] {
    background-position: 0 -779px;
}

.f-bgd[b-5k689xmgl5],
.f-bd[b-5k689xmgl5] {
    background-position: 0 -820px;
}

.f-bel[b-5k689xmgl5],
.f-be[b-5k689xmgl5] {
    background-position: 0 -861px;
}

.f-bfa[b-5k689xmgl5],
.f-bf[b-5k689xmgl5] {
    background-position: 0 -902px;
}

.f-bgr[b-5k689xmgl5],
.f-bg[b-5k689xmgl5] {
    background-position: 0 -943px;
}

.f-bhr[b-5k689xmgl5],
.f-bh[b-5k689xmgl5] {
    background-position: 0 -984px;
}

.f-bdi[b-5k689xmgl5],
.f-bi[b-5k689xmgl5] {
    background-position: 0 -1025px;
}

.f-ben[b-5k689xmgl5],
.f-bj[b-5k689xmgl5] {
    background-position: 0 -1067px;
}

.f-blm[b-5k689xmgl5],
.f-bl[b-5k689xmgl5] {
    background-position: 0 -1107px;
}

.f-bmu[b-5k689xmgl5],
.f-bm[b-5k689xmgl5] {
    background-position: 0 -1148px;
}

.f-brn[b-5k689xmgl5],
.f-bn[b-5k689xmgl5] {
    background-position: 0 -1189px;
}

.f-bol[b-5k689xmgl5],
.f-bo[b-5k689xmgl5] {
    background-position: 0 -1230px;
}

.f-bes[b-5k689xmgl5],
.f-bq[b-5k689xmgl5] {
    background-position: 0 -1272px;
}

.f-bra[b-5k689xmgl5],
.f-br[b-5k689xmgl5] {
    background-position: 0 -1312px;
}

.f-bhs[b-5k689xmgl5],
.f-bs[b-5k689xmgl5] {
    background-position: 0 -1353px;
}

.f-btn[b-5k689xmgl5],
.f-bt[b-5k689xmgl5] {
    background-position: 0 -1394px;
}

.f-bvt[b-5k689xmgl5],
.f-bv[b-5k689xmgl5] {
    background-position: 0 -1435px;
}

.f-bwa[b-5k689xmgl5],
.f-bw[b-5k689xmgl5] {
    background-position: 0 -1477px;
}

.f-blr[b-5k689xmgl5],
.f-by[b-5k689xmgl5] {
    background-position: 0 -1517px;
}

.f-blz[b-5k689xmgl5],
.f-bz[b-5k689xmgl5] {
    background-position: 0 -1558px;
}

.f-can[b-5k689xmgl5],
.f-ca[b-5k689xmgl5] {
    background-position: 0 -1599px;
}

.f-cck[b-5k689xmgl5],
.f-cc[b-5k689xmgl5] {
    background-position: 0 -1640px;
}

.f-cod[b-5k689xmgl5],
.f-cd[b-5k689xmgl5] {
    background-position: 0 -1681px;
}

.f-caf[b-5k689xmgl5],
.f-cf[b-5k689xmgl5] {
    background-position: 0 -1722px;
}

.f-cog[b-5k689xmgl5],
.f-cg[b-5k689xmgl5] {
    background-position: 0 -1763px;
}

.f-che[b-5k689xmgl5],
.f-ch[b-5k689xmgl5] {
    background-position: 0 -1804px;
}

.f-civ[b-5k689xmgl5],
.f-ci[b-5k689xmgl5] {
    background-position: 0 -1845px;
}

.f-cok[b-5k689xmgl5],
.f-ck[b-5k689xmgl5] {
    background-position: 0 -1886px;
}

.f-chl[b-5k689xmgl5],
.f-cl[b-5k689xmgl5] {
    background-position: 0 -1927px;
}

.f-cmr[b-5k689xmgl5],
.f-cm[b-5k689xmgl5] {
    background-position: 0 -1968px;
}

.f-chn[b-5k689xmgl5],
.f-cn[b-5k689xmgl5] {
    background-position: 0 -2009px;
}

.f-col[b-5k689xmgl5],
.f-co[b-5k689xmgl5] {
    background-position: 0 -2050px;
}

.f-cri[b-5k689xmgl5],
.f-cr[b-5k689xmgl5] {
    background-position: 0 -2091px;
}

.f-cub[b-5k689xmgl5],
.f-cu[b-5k689xmgl5] {
    background-position: 0 -2132px;
}

.f-cpv[b-5k689xmgl5],
.f-cv[b-5k689xmgl5] {
    background-position: 0 -2173px;
}

.f-cuw[b-5k689xmgl5],
.f-cw[b-5k689xmgl5] {
    background-position: 0 -2214px;
}

.f-cxr[b-5k689xmgl5],
.f-cx[b-5k689xmgl5] {
    background-position: 0 -2255px;
}

.f-cyp[b-5k689xmgl5],
.f-cy[b-5k689xmgl5] {
    background-position: 0 -2296px;
}

.f-cze[b-5k689xmgl5],
.f-cz[b-5k689xmgl5] {
    background-position: 0 -2337px;
}

.f-deu[b-5k689xmgl5],
.f-de[b-5k689xmgl5] {
    background-position: 0 -2377px;
}

.f-dji[b-5k689xmgl5],
.f-dj[b-5k689xmgl5] {
    background-position: 0 -2419px;
}

.f-dnk[b-5k689xmgl5],
.f-dk[b-5k689xmgl5] {
    background-position: 0 -2460px;
}

.f-dma[b-5k689xmgl5],
.f-dm[b-5k689xmgl5] {
    background-position: 0 -2501px;
}

.f-dom[b-5k689xmgl5],
.f-do[b-5k689xmgl5] {
    background-position: 0 -2542px;
}

.f-dza[b-5k689xmgl5],
.f-dz[b-5k689xmgl5] {
    background-position: 0 -2583px;
}

.f-ecu[b-5k689xmgl5],
.f-ec[b-5k689xmgl5] {
    background-position: 0 -2624px;
}

.f-est[b-5k689xmgl5],
.f-ee[b-5k689xmgl5] {
    background-position: 0 -2665px;
}

.f-egy[b-5k689xmgl5],
.f-eg[b-5k689xmgl5] {
    background-position: 0 -2706px;
}

.f-esh[b-5k689xmgl5],
.f-eh[b-5k689xmgl5] {
    background-position: 0 -2747px;
}

.f-eri[b-5k689xmgl5],
.f-er[b-5k689xmgl5] {
    background-position: 0 -2787px;
}

.f-es-ca[b-5k689xmgl5] {
    background-position: 0 -2829px;
}

.f-esp[b-5k689xmgl5],
.f-es[b-5k689xmgl5] {
    background-position: 0 -2870px;
}

.f-eth[b-5k689xmgl5],
.f-et[b-5k689xmgl5] {
    background-position: 0 -2911px;
}

.f-eu[b-5k689xmgl5] {
    background-position: 0 -2953px;
}

.f-fin[b-5k689xmgl5],
.f-fi[b-5k689xmgl5] {
    background-position: 0 -2993px;
}

.f-fji[b-5k689xmgl5],
.f-fj[b-5k689xmgl5] {
    background-position: 0 -3034px;
}

.f-flk[b-5k689xmgl5],
.f-fk[b-5k689xmgl5] {
    background-position: 0 -3075px;
}

.f-fsm[b-5k689xmgl5],
.f-fm[b-5k689xmgl5] {
    background-position: 0 -3116px;
}

.f-fro[b-5k689xmgl5],
.f-fo[b-5k689xmgl5] {
    background-position: 0 -3157px;
}

.f-fra[b-5k689xmgl5],
.f-fr[b-5k689xmgl5] {
    background-position: 0 -3198px;
}

.f-gab[b-5k689xmgl5],
.f-ga[b-5k689xmgl5] {
    background-position: 0 -3239px;
}

.f-gb-eng[b-5k689xmgl5] {
    background-position: 0 -3280px;
}

.f-gb-nir[b-5k689xmgl5] {
    background-position: 0 -3321px;
}

.f-gb-sct[b-5k689xmgl5] {
    background-position: 0 -3362px;
}

.f-gb-wls[b-5k689xmgl5] {
    background-position: 0 -3403px;
}

.f-gbr[b-5k689xmgl5],
.f-gb[b-5k689xmgl5] {
    background-position: 0 -3444px;
}

.f-grd[b-5k689xmgl5],
.f-gd[b-5k689xmgl5] {
    background-position: 0 -3485px;
}

.f-geo[b-5k689xmgl5],
.f-ge[b-5k689xmgl5] {
    background-position: 0 -3526px;
}

.f-guf[b-5k689xmgl5],
.f-gf[b-5k689xmgl5] {
    background-position: 0 -3567px;
}

.f-ggy[b-5k689xmgl5],
.f-gg[b-5k689xmgl5] {
    background-position: 0 -3608px;
}

.f-gha[b-5k689xmgl5],
.f-gh[b-5k689xmgl5] {
    background-position: 0 -3649px;
}

.f-gib[b-5k689xmgl5],
.f-gi[b-5k689xmgl5] {
    background-position: 0 -3690px;
}

.f-grl[b-5k689xmgl5],
.f-gl[b-5k689xmgl5] {
    background-position: 0 -3731px;
}

.f-gmb[b-5k689xmgl5],
.f-gm[b-5k689xmgl5] {
    background-position: 0 -3771px;
}

.f-gin[b-5k689xmgl5],
.f-gn[b-5k689xmgl5] {
    background-position: 0 -3813px;
}

.f-glp[b-5k689xmgl5],
.f-gp[b-5k689xmgl5] {
    background-position: 0 -3854px;
}

.f-gnq[b-5k689xmgl5],
.f-gq[b-5k689xmgl5] {
    background-position: 0 -3895px;
}

.f-grc[b-5k689xmgl5],
.f-gr[b-5k689xmgl5] {
    background-position: 0 -3936px;
}

.f-sgs[b-5k689xmgl5],
.f-gs[b-5k689xmgl5] {
    background-position: 0 -3977px;
}

.f-gtm[b-5k689xmgl5],
.f-gt[b-5k689xmgl5] {
    background-position: 0 -4018px;
}

.f-gum[b-5k689xmgl5],
.f-gu[b-5k689xmgl5] {
    background-position: 0 -4059px;
}

.f-gnb[b-5k689xmgl5],
.f-gw[b-5k689xmgl5] {
    background-position: 0 -4100px;
}

.f-guy[b-5k689xmgl5],
.f-gy[b-5k689xmgl5] {
    background-position: 0 -4141px;
}

.f-hkg[b-5k689xmgl5],
.f-hk[b-5k689xmgl5] {
    background-position: 0 -4182px;
}

.f-hmd[b-5k689xmgl5],
.f-hm[b-5k689xmgl5] {
    background-position: 0 -4223px;
}

.f-hnd[b-5k689xmgl5],
.f-hn[b-5k689xmgl5] {
    background-position: 0 -4264px;
}

.f-hrv[b-5k689xmgl5],
.f-hr[b-5k689xmgl5] {
    background-position: 0 -4305px;
}

.f-hti[b-5k689xmgl5],
.f-ht[b-5k689xmgl5] {
    background-position: 0 -4347px;
}

.f-hun[b-5k689xmgl5],
.f-hu[b-5k689xmgl5] {
    background-position: 0 -4387px;
}

.f-idn[b-5k689xmgl5],
.f-id[b-5k689xmgl5] {
    background-position: 0 -4428px;
}

.f-irl[b-5k689xmgl5],
.f-ie[b-5k689xmgl5] {
    background-position: 0 -4468px;
}

.f-isr[b-5k689xmgl5],
.f-il[b-5k689xmgl5] {
    background-position: 0 -4510px;
}

.f-imn[b-5k689xmgl5],
.f-im[b-5k689xmgl5] {
    background-position: 0 -4551px;
}

.f-ind[b-5k689xmgl5],
.f-in[b-5k689xmgl5] {
    background-position: 0 -4593px;
}

.f-iot[b-5k689xmgl5],
.f-io[b-5k689xmgl5] {
    background-position: 0 -4633px;
}

.f-irq[b-5k689xmgl5],
.f-iq[b-5k689xmgl5] {
    background-position: 0 -4674px;
}

.f-irn[b-5k689xmgl5],
.f-ir[b-5k689xmgl5] {
    background-position: 0 -4715px;
}

.f-isl[b-5k689xmgl5],
.f-is[b-5k689xmgl5] {
    background-position: 0 -4756px;
}

.f-ita[b-5k689xmgl5],
.f-it[b-5k689xmgl5] {
    background-position: 0 -4797px;
}

.f-jey[b-5k689xmgl5],
.f-je[b-5k689xmgl5] {
    background-position: 0 -4838px;
}

.f-jam[b-5k689xmgl5],
.f-jm[b-5k689xmgl5] {
    background-position: 0 -4879px;
}

.f-jor[b-5k689xmgl5],
.f-jo[b-5k689xmgl5] {
    background-position: 0 -4920px;
}

.f-jpn[b-5k689xmgl5],
.f-jp[b-5k689xmgl5] {
    background-position: 0 -4961px;
}

.f-ken[b-5k689xmgl5],
.f-ke[b-5k689xmgl5] {
    background-position: 0 -5002px;
}

.f-kgz[b-5k689xmgl5],
.f-kg[b-5k689xmgl5] {
    background-position: 0 -5043px;
}

.f-khm[b-5k689xmgl5],
.f-kh[b-5k689xmgl5] {
    background-position: 0 -5084px;
}

.f-kir[b-5k689xmgl5],
.f-ki[b-5k689xmgl5] {
    background-position: 0 -5125px;
}

.f-com[b-5k689xmgl5],
.f-km[b-5k689xmgl5] {
    background-position: 0 -5166px;
}

.f-kna[b-5k689xmgl5],
.f-kn[b-5k689xmgl5] {
    background-position: 0 -5207px;
}

.f-prk[b-5k689xmgl5],
.f-kp[b-5k689xmgl5] {
    background-position: 0 -5248px;
}

.f-kor[b-5k689xmgl5],
.f-kr[b-5k689xmgl5] {
    background-position: 0 -5289px;
}

.f-kwt[b-5k689xmgl5],
.f-kw[b-5k689xmgl5] {
    background-position: 0 -5330px;
}

.f-cym[b-5k689xmgl5],
.f-ky[b-5k689xmgl5] {
    background-position: 0 -5371px;
}

.f-kaz[b-5k689xmgl5],
.f-kz[b-5k689xmgl5] {
    background-position: 0 -5412px;
}

.f-lao[b-5k689xmgl5],
.f-la[b-5k689xmgl5] {
    background-position: 0 -5453px;
}

.f-lbn[b-5k689xmgl5],
.f-lb[b-5k689xmgl5] {
    background-position: 0 -5494px;
}

.f-lca[b-5k689xmgl5],
.f-lc[b-5k689xmgl5] {
    background-position: 0 -5535px;
}

.f-lie[b-5k689xmgl5],
.f-li[b-5k689xmgl5] {
    background-position: 0 -5576px;
}

.f-lka[b-5k689xmgl5],
.f-lk[b-5k689xmgl5] {
    background-position: 0 -5617px;
}

.f-lbr[b-5k689xmgl5],
.f-lr[b-5k689xmgl5] {
    background-position: 0 -5658px;
}

.f-lso[b-5k689xmgl5],
.f-ls[b-5k689xmgl5] {
    background-position: 0 -5698px;
}

.f-ltu[b-5k689xmgl5],
.f-lt[b-5k689xmgl5] {
    background-position: 0 -5740px;
}

.f-lux[b-5k689xmgl5],
.f-lu[b-5k689xmgl5] {
    background-position: 0 -5781px;
}

.f-lva[b-5k689xmgl5],
.f-lv[b-5k689xmgl5] {
    background-position: 0 -5822px;
}

.f-lby[b-5k689xmgl5],
.f-ly[b-5k689xmgl5] {
    background-position: 0 -5862px;
}

.f-mar[b-5k689xmgl5],
.f-ma[b-5k689xmgl5] {
    background-position: 0 -5904px;
}

.f-mco[b-5k689xmgl5],
.f-mc[b-5k689xmgl5] {
    background-position: 0 -5945px;
}

.f-mda[b-5k689xmgl5],
.f-md[b-5k689xmgl5] {
    background-position: 0 -5986px;
}

.f-mne[b-5k689xmgl5],
.f-me[b-5k689xmgl5] {
    background-position: 0 -6028px;
}

.f-maf[b-5k689xmgl5],
.f-mf[b-5k689xmgl5] {
    background-position: 0 -6068px;
}

.f-mdg[b-5k689xmgl5],
.f-mg[b-5k689xmgl5] {
    background-position: 0 -6109px;
}

.f-mhl[b-5k689xmgl5],
.f-mh[b-5k689xmgl5] {
    background-position: 0 -6150px;
}

.f-mkd[b-5k689xmgl5],
.f-mk[b-5k689xmgl5] {
    background-position: 0 -6191px;
}

.f-mli[b-5k689xmgl5],
.f-ml[b-5k689xmgl5] {
    background-position: 0 -6233px;
}

.f-mmr[b-5k689xmgl5],
.f-mm[b-5k689xmgl5] {
    background-position: 0 -6273px;
}

.f-mng[b-5k689xmgl5],
.f-mn[b-5k689xmgl5] {
    background-position: 0 -6314px;
}

.f-mac[b-5k689xmgl5],
.f-mo[b-5k689xmgl5] {
    background-position: 0 -6355px;
}

.f-mnp[b-5k689xmgl5],
.f-mp[b-5k689xmgl5] {
    background-position: 0 -6397px;
}

.f-mtq[b-5k689xmgl5],
.f-mq[b-5k689xmgl5] {
    background-position: 0 -6437px;
}

.f-mrt[b-5k689xmgl5],
.f-mr[b-5k689xmgl5] {
    background-position: 0 -6478px;
}

.f-msr[b-5k689xmgl5],
.f-ms[b-5k689xmgl5] {
    background-position: 0 -6519px;
}

.f-mlt[b-5k689xmgl5],
.f-mt[b-5k689xmgl5] {
    background-position: 0 -6560px;
}

.f-mus[b-5k689xmgl5],
.f-mu[b-5k689xmgl5] {
    background-position: 0 -6601px;
}

.f-mdv[b-5k689xmgl5],
.f-mv[b-5k689xmgl5] {
    background-position: 0 -6642px;
}

.f-mwi[b-5k689xmgl5],
.f-mw[b-5k689xmgl5] {
    background-position: 0 -6682px;
}

.f-mex[b-5k689xmgl5],
.f-mx[b-5k689xmgl5] {
    background-position: 0 -6724px;
}

.f-mys[b-5k689xmgl5],
.f-my[b-5k689xmgl5] {
    background-position: 0 -6765px;
}

.f-moz[b-5k689xmgl5],
.f-mz[b-5k689xmgl5] {
    background-position: 0 -6806px;
}

.f-nam[b-5k689xmgl5],
.f-na[b-5k689xmgl5] {
    background-position: 0 -6847px;
}

.f-ncl[b-5k689xmgl5],
.f-nc[b-5k689xmgl5] {
    background-position: 0 -6888px;
}

.f-ner[b-5k689xmgl5],
.f-ne[b-5k689xmgl5] {
    background-position: 0 -6929px;
}

.f-nfk[b-5k689xmgl5],
.f-nf[b-5k689xmgl5] {
    background-position: 0 -6970px;
}

.f-nga[b-5k689xmgl5],
.f-ng[b-5k689xmgl5] {
    background-position: 0 -7011px;
}

.f-nic[b-5k689xmgl5],
.f-ni[b-5k689xmgl5] {
    background-position: 0 -7052px;
}

.f-nld[b-5k689xmgl5],
.f-nl[b-5k689xmgl5] {
    background-position: 0 -7093px;
}

.f-nor[b-5k689xmgl5],
.f-no[b-5k689xmgl5] {
    background-position: 0 -7134px;
}

.f-npl[b-5k689xmgl5],
.f-np[b-5k689xmgl5] {
    background-position: 0 -7175px;
}

.f-nru[b-5k689xmgl5],
.f-nr[b-5k689xmgl5] {
    background-position: 0 -7217px;
}

.f-niu[b-5k689xmgl5],
.f-nu[b-5k689xmgl5] {
    background-position: 0 -7257px;
}

.f-nzl[b-5k689xmgl5],
.f-nz[b-5k689xmgl5] {
    background-position: 0 -7298px;
}

.f-omn[b-5k689xmgl5],
.f-om[b-5k689xmgl5] {
    background-position: 0 -7339px;
}

.f-pan[b-5k689xmgl5],
.f-pa[b-5k689xmgl5] {
    background-position: 0 -7380px;
}

.f-per[b-5k689xmgl5],
.f-pe[b-5k689xmgl5] {
    background-position: 0 -7421px;
}

.f-pyf[b-5k689xmgl5],
.f-pf[b-5k689xmgl5] {
    background-position: 0 -7463px;
}

.f-png[b-5k689xmgl5],
.f-pg[b-5k689xmgl5] {
    background-position: 0 -7503px;
}

.f-phl[b-5k689xmgl5],
.f-ph[b-5k689xmgl5] {
    background-position: 0 -7544px;
}

.f-pak[b-5k689xmgl5],
.f-pk[b-5k689xmgl5] {
    background-position: 0 -7585px;
}

.f-pol[b-5k689xmgl5],
.f-pl[b-5k689xmgl5] {
    background-position: 0 -7626px;
}

.f-spm[b-5k689xmgl5],
.f-pm[b-5k689xmgl5] {
    background-position: 0 -7667px;
}

.f-pcn[b-5k689xmgl5],
.f-pn[b-5k689xmgl5] {
    background-position: 0 -7708px;
}

.f-pri[b-5k689xmgl5],
.f-pr[b-5k689xmgl5] {
    background-position: 0 -7749px;
}

.f-pse[b-5k689xmgl5],
.f-ps[b-5k689xmgl5] {
    background-position: 0 -7790px;
}

.f-prt[b-5k689xmgl5],
.f-pt[b-5k689xmgl5] {
    background-position: 0 -7831px;
}

.f-plw[b-5k689xmgl5],
.f-pw[b-5k689xmgl5] {
    background-position: 0 -7873px;
}

.f-pry[b-5k689xmgl5],
.f-py[b-5k689xmgl5] {
    background-position: 0 -7913px;
}

.f-qat[b-5k689xmgl5],
.f-qa[b-5k689xmgl5] {
    background-position: 0 -7954px;
}

.f-reu[b-5k689xmgl5],
.f-re[b-5k689xmgl5] {
    background-position: 0 -7995px;
}

.f-rou[b-5k689xmgl5],
.f-ro[b-5k689xmgl5] {
    background-position: 0 -8036px;
}

.f-srb[b-5k689xmgl5],
.f-rs[b-5k689xmgl5] {
    background-position: 0 -8077px;
}

.f-rus[b-5k689xmgl5],
.f-ru[b-5k689xmgl5] {
    background-position: 0 -8117px;
}

.f-rwa[b-5k689xmgl5],
.f-rw[b-5k689xmgl5] {
    background-position: 0 -8159px;
}

.f-sau[b-5k689xmgl5],
.f-sa[b-5k689xmgl5] {
    background-position: 0 -8200px;
}

.f-slb[b-5k689xmgl5],
.f-sb[b-5k689xmgl5] {
    background-position: 0 -8241px;
}

.f-syc[b-5k689xmgl5],
.f-sc[b-5k689xmgl5] {
    background-position: 0 -8282px;
}

.f-sdn[b-5k689xmgl5],
.f-sd[b-5k689xmgl5] {
    background-position: 0 -8323px;
}

.f-swe[b-5k689xmgl5],
.f-se[b-5k689xmgl5] {
    background-position: 0 -8364px;
}

.f-sgp[b-5k689xmgl5],
.f-sg[b-5k689xmgl5] {
    background-position: 0 -8405px;
}

.f-shn[b-5k689xmgl5],
.f-sh[b-5k689xmgl5] {
    background-position: 0 -8446px;
}

.f-svn[b-5k689xmgl5],
.f-si[b-5k689xmgl5] {
    background-position: 0 -8487px;
}

.f-sjm[b-5k689xmgl5],
.f-sj[b-5k689xmgl5] {
    background-position: 0 -8528px;
}

.f-svk[b-5k689xmgl5],
.f-sk[b-5k689xmgl5] {
    background-position: 0 -8569px;
}

.f-sle[b-5k689xmgl5],
.f-sl[b-5k689xmgl5] {
    background-position: 0 -8610px;
}

.f-smr[b-5k689xmgl5],
.f-sm[b-5k689xmgl5] {
    background-position: 0 -8651px;
}

.f-sen[b-5k689xmgl5],
.f-sn[b-5k689xmgl5] {
    background-position: 0 -8693px;
}

.f-som[b-5k689xmgl5],
.f-so[b-5k689xmgl5] {
    background-position: 0 -8733px;
}

.f-sur[b-5k689xmgl5],
.f-sr[b-5k689xmgl5] {
    background-position: 0 -8774px;
}

.f-ssd[b-5k689xmgl5],
.f-ss[b-5k689xmgl5] {
    background-position: 0 -8815px;
}

.f-stp[b-5k689xmgl5],
.f-st[b-5k689xmgl5] {
    background-position: 0 -8856px;
}

.f-slv[b-5k689xmgl5],
.f-sv[b-5k689xmgl5] {
    background-position: 0 -8897px;
}

.f-sxm[b-5k689xmgl5],
.f-sx[b-5k689xmgl5] {
    background-position: 0 -8938px;
}

.f-syr[b-5k689xmgl5],
.f-sy[b-5k689xmgl5] {
    background-position: 0 -8979px;
}

.f-swz[b-5k689xmgl5],
.f-sz[b-5k689xmgl5] {
    background-position: 0 -9020px;
}

.f-tca[b-5k689xmgl5],
.f-tc[b-5k689xmgl5] {
    background-position: 0 -9061px;
}

.f-tcd[b-5k689xmgl5],
.f-td[b-5k689xmgl5] {
    background-position: 0 -9102px;
}

.f-atf[b-5k689xmgl5],
.f-tf[b-5k689xmgl5] {
    background-position: 0 -9142px;
}

.f-tgo[b-5k689xmgl5],
.f-tg[b-5k689xmgl5] {
    background-position: 0 -9184px;
}

.f-tha[b-5k689xmgl5],
.f-th[b-5k689xmgl5] {
    background-position: 0 -9225px;
}

.f-tjk[b-5k689xmgl5],
.f-tj[b-5k689xmgl5] {
    background-position: 0 -9266px;
}

.f-tkl[b-5k689xmgl5],
.f-tk[b-5k689xmgl5] {
    background-position: 0 -9307px;
}

.f-tls[b-5k689xmgl5],
.f-tl[b-5k689xmgl5] {
    background-position: 0 -9348px;
}

.f-tkm[b-5k689xmgl5],
.f-tm[b-5k689xmgl5] {
    background-position: 0 -9389px;
}

.f-tun[b-5k689xmgl5],
.f-tn[b-5k689xmgl5] {
    background-position: 0 -9430px;
}

.f-ton[b-5k689xmgl5],
.f-to[b-5k689xmgl5] {
    background-position: 0 -9472px;
}

.f-tur[b-5k689xmgl5],
.f-tr[b-5k689xmgl5] {
    background-position: 0 -9512px;
}

.f-tto[b-5k689xmgl5],
.f-tt[b-5k689xmgl5] {
    background-position: 0 -9552px;
}

.f-tuv[b-5k689xmgl5],
.f-tv[b-5k689xmgl5] {
    background-position: 0 -9594px;
}

.f-twn[b-5k689xmgl5],
.f-tw[b-5k689xmgl5] {
    background-position: 0 -9635px;
}

.f-tza[b-5k689xmgl5],
.f-tz[b-5k689xmgl5] {
    background-position: 0 -9676px;
}

.f-ukr[b-5k689xmgl5],
.f-ua[b-5k689xmgl5] {
    background-position: 0 -9717px;
}

.f-uga[b-5k689xmgl5],
.f-ug[b-5k689xmgl5] {
    background-position: 0 -9757px;
}

.f-umi[b-5k689xmgl5],
.f-um[b-5k689xmgl5] {
    background-position: 0 -9799px;
}

.f-un[b-5k689xmgl5] {
    background-position: 0 -9840px;
}

.f-usa[b-5k689xmgl5],
.f-us[b-5k689xmgl5] {
    background-position: 0 -9881px;
}

.f-ury[b-5k689xmgl5],
.f-uy[b-5k689xmgl5] {
    background-position: 0 -9922px;
}

.f-uzb[b-5k689xmgl5],
.f-uz[b-5k689xmgl5] {
    background-position: 0 -9963px;
}

.f-vat[b-5k689xmgl5],
.f-va[b-5k689xmgl5] {
    background-position: 0 -10004px;
}

.f-vct[b-5k689xmgl5],
.f-vc[b-5k689xmgl5] {
    background-position: 0 -10045px;
}

.f-ven[b-5k689xmgl5],
.f-ve[b-5k689xmgl5] {
    background-position: 0 -10086px;
}

.f-vgb[b-5k689xmgl5],
.f-vg[b-5k689xmgl5] {
    background-position: 0 -10127px;
}

.f-vir[b-5k689xmgl5],
.f-vi[b-5k689xmgl5] {
    background-position: 0 -10168px;
}

.f-vnm[b-5k689xmgl5],
.f-vn[b-5k689xmgl5] {
    background-position: 0 -10209px;
}

.f-vut[b-5k689xmgl5],
.f-vu[b-5k689xmgl5] {
    background-position: 0 -10250px;
}

.f-wlf[b-5k689xmgl5],
.f-wf[b-5k689xmgl5] {
    background-position: 0 -10291px;
}

.f-wsm[b-5k689xmgl5],
.f-ws[b-5k689xmgl5] {
    background-position: 0 -10331px;
}

.f-xk[b-5k689xmgl5] {
    background-position: 0 -10373px;
}

.f-yem[b-5k689xmgl5],
.f-ye[b-5k689xmgl5] {
    background-position: 0 -10414px;
}

.f-myt[b-5k689xmgl5],
.f-yt[b-5k689xmgl5] {
    background-position: 0 -10455px;
}

.f-zaf[b-5k689xmgl5],
.f-za[b-5k689xmgl5] {
    background-position: 0 -10496px;
}

.f-zmb[b-5k689xmgl5],
.f-zm[b-5k689xmgl5] {
    background-position: 0 -10538px;
}

.f-zwe[b-5k689xmgl5],
.f-zw[b-5k689xmgl5] {
    background-position: 0 -10578px;
}

.f-sun[b-5k689xmgl5],
.f-su[b-5k689xmgl5] {
    background-position: 0 -10619px;
    height: 26px;
}
/* _content/MobilePortal.WebSite/Shared/Components/FilterGrid.razor.rz.scp.css */
table[b-7tvml2trha] {
}

table thead[b-7tvml2trha] {
}

table thead tr[b-7tvml2trha] {
}

table thead tr th[b-7tvml2trha] {
}
/* _content/MobilePortal.WebSite/Shared/Components/Grid.razor.rz.scp.css */
table[b-rx7gpbx452] {
}

table thead[b-rx7gpbx452] {
}

table thead tr[b-rx7gpbx452] {
}

table thead tr th[b-rx7gpbx452] {
}
/* _content/MobilePortal.WebSite/Shared/Components/Loader.razor.rz.scp.css */
.loader-content[b-8addcic42l] {
    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-8addcic42l] {
    text-align: center;
    margin: 88px;
}

.loader-icon[b-8addcic42l] {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loader-body i[b-8addcic42l] {
    font-size: 200px;
}

@keyframes spinning-b-8addcic42l {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin[b-8addcic42l] {
    animation-name: spinning-b-8addcic42l;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}
/* _content/MobilePortal.WebSite/Shared/Components/ViewLoader.razor.rz.scp.css */
.loader-body[b-fagokif3xg] {
    text-align: center;
    margin: 88px;
    margin-top: 15%;
}

.loader-icon[b-fagokif3xg] {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loader-body i[b-fagokif3xg] {
    font-size: 200px;
}


@keyframes spinning-b-fagokif3xg {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin[b-fagokif3xg] {
    animation-name: spinning-b-fagokif3xg;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}
/* _content/MobilePortal.WebSite/Shared/CreditUsageGuard.razor.rz.scp.css */
.credit-usage-guard[b-usgybj1hos] {

}
/* _content/MobilePortal.WebSite/Shared/DashNavMenuV2.razor.rz.scp.css */
/* _content/MobilePortal.WebSite/Shared/DashView.razor.rz.scp.css */
/*.dash-view {
    border: 1px solid #d8d8d8;
    border-radius: 15px;
}*/
/* _content/MobilePortal.WebSite/Shared/DialogView.razor.rz.scp.css */
.fade-in[b-jz4kxhcz27] {
    animation: fadeInAnimation-b-jz4kxhcz27 ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.fade-out[b-jz4kxhcz27] {
    animation: fadeInAnimation-b-jz4kxhcz27 ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

@keyframes fadeInAnimation-b-jz4kxhcz27 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* _content/MobilePortal.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/MobilePortal.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/MobilePortal.WebSite/Shared/Layouts/SmeLayout.razor.rz.scp.css */
main[b-xmd78e23vt] {
    position: relative;
    top: 85px; /* this is the header height */
}
/* _content/MobilePortal.WebSite/Shared/LoginDisplay.razor.rz.scp.css */
img.avatar[b-i0ujmvthk0] {
    border-radius: 50%;
    background-color: black;
    width: 65px;
}

.dropdown-item:active[b-i0ujmvthk0] {
    background-color: grey;
}
/* _content/MobilePortal.WebSite/Shared/SignedInAsBar.razor.rz.scp.css */
.signed-in-as[b-awzi239747] {
    position: absolute;
    width: 100%;
    height: 100vh;
    border: 4px solid #0b5ed7;
    top: 0;
    left: 0;
    pointer-events: none;
}

.signed-in-as .sis-alert[b-awzi239747] {
    background: #0b5ed7;
    color: white;
    border-radius: 4px;
    margin-top: 6px;
    padding: 6px 10px;
    height: 50px;
    width: 740px;
    pointer-events: all;
    margin-left: 62px;
}

.signed-in-as .fas[b-awzi239747] {
    font-size: 22px;
    margin-top: 8px;
}

.signed-in-as span[b-awzi239747] {
    font-size: 20px;
    line-height: 37px;
}

.btn-link[b-awzi239747] {
    color: white;
    margin-top: -5px;
}
