@font-face {
    font-family: 'Aeonik';
    src: url(font/Aeonik-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'NeuePowerW05-Heavy';
    src: url(font/NeuePower-Heavy.otf) format('opentype');
}

body {
    font-family: 'Aeonik',serif !important;
    color: #000 !important;
    font-size: var(--font-size-small);
    margin: 0;
}


:root {
    --primary-color: #6828ed;
    --btn-bg-color: #6828ed;
    --btn-bg-hover-color: #8453ef;
    --btn-bg-alt-color: #ede4ff;
    --txt-btn-primary: #fff;
    --txt-btn-secondary: #6828ED;
    --txt-primary: #000;
    --txt-secondary: #868686 /*#d2d2d2*/;
    --link-primary: #6828ed;
    --font-size-paragraph: 19px;
    --font-size-small: 16px;
    --font-size-tiny: 14px;
    --font-size-ultra-tiny: 12px;
}

/*General*/
a,
a:hover {
    color: var(--link-primary);
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

NavLink {
    color: var(--link-primary);
}

.kyc-frame {
    background: #dcd7d7;
    padding: 100px;
}

    .kyc-frame a {
        color: #000;
        text-decoration: none;
    }

.right-panel {
    margin: 0 auto;
    max-width: 800px;
}

.bg-dark {
    background: rgb(5,0,16);
    background: linear-gradient(90deg, rgba(5,0,16,1) 0%, rgba(21,4,56,1) 83%);
}

.msg {
    max-width: 500px;
}

    .msg .msg-header {
        margin-bottom: 4rem;
    }

        .msg .msg-header img {
            margin-bottom: 1rem;
            max-width: 200px;
        }

.hightlight {
    color: var(--primary-color);
}

.size-contnet {
    width: fit-content !important;
}

.usr-profile-badge {
    color: #000;
}


.panel {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



    .panel.shadow {
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px !important;
    }

    .panel.no-border {
        border-width: 0;
    }

    .panel.ellipse {
        background-image: url(../images/ellipse.png);
        background-repeat: no-repeat;
        background-position: center left;
    }

    .panel.active {
        background-color: var(--primary-color);
        background-image: url(../images/ellipseActive.png);
        background-repeat: no-repeat;
        background-position: top right;
        color: #fff;
        position: relative;
        padding-top: 60px;
    }

        .panel.active::before {
            content: '';
            background-image: url(../images/totalBalanceIcon.png);
            background-repeat: no-repeat;
            background-position: top center;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 20px;
        }

    .panel > * {
        margin-bottom: 10px;
    }

    .panel .badge {
        max-width: 70px;
        padding-left: 30px;
        position: relative;
    }

        .panel .badge.up::before {
            content: '';
            background-image: url(../images/iconArrowUp.png);
            width: 10px;
            height: 8px;
            position: absolute;
            top: 8px;
            left: 10px;
        }

    .panel .header h2 {
        flex-grow: 1;
    }

.notification-dropdown .dropdown-toggle::after,
.user-dropdown .dropdown-toggle::after {
    content: none;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.notification-panel,
.navbar-expand-xl .navbar-nav .dropdown-menu.user-panel {
    position: absolute;
}

.notification-panel,
.user-panel {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-color: #eaeaea;
    min-width: 220px;
}

    .notification-panel.no-shadow {
        box-shadow: none;
    }

    .notification-panel.hover ul li:hover,
    ul.hover li:hover {
        background-color: #ececec;
    }

.usr-profile-badge h4 {
    margin-bottom: 0;
}

.notification-panel-header {
    padding: 5px 20px 12px;
    border-bottom: 1px solid #D9D9D9;
}

.notification-panel ul {
    padding: 10px 25px;
    list-style: none;
}

    .notification-panel ul li {
        padding: 10px 0;
        border-bottom: 1px solid #D9D9D9;
        position: relative;
    }

        .notification-panel ul li:last-child {
            border-width: 0;
        }



.notification-meta {
    display: block;
    font-size: var(--font-size-ultra-tiny);
}

.notification-panel-footer {
    padding: 12px 20px 5px;
    border-top: 1px solid #D9D9D9;
}

.user-panel {
    padding: 15px 25px;
}

.user-panel-header {
    border-bottom: 1px solid #EBE9E9;
    padding-bottom: 15px;
}

    .user-panel-header h4 {
        line-height: 1;
    }

.user-panel ul {
    list-style: none;
    padding: 10px 0;
}

    .user-panel ul a {
        font-size: var(--font-size-tiny);
        color: var(--txt-secondary);
    }

.user-panel-footer {
    border-top: 1px solid #EBE9E9;
}

.main-content {
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-width:576px) {
    .notification-panel {
        min-width: 400px;
    }

        .notification-panel ul li::before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            position: absolute;
            top: 18px;
            left: 8px;
            background-color: var(--primary-color);
        }

        .notification-panel ul li {
            padding: 10px 40px;
        }

    .main-content {
        padding-left: 0;
        padding-right: 0;
    }

    .panel .header {
        display: flex;
        align-items: center;
    }

        .panel .header form {
            justify-content: flex-end !important;
        }
}

/*Alerts*/
.alert .btn-close {
    height: 0.6em;
}

.alert {
    color: #000;
}

.alert-success {
    background-color: #1ad894;
}

.alert-danger {
    background-color: #ecc2cf;
}

    .alert-danger a,
    .alert-danger a:hover {
        color: #000;
        font-weight: bold;
    }
/*Badges*/
.badge.bg-warning {
    background-color: #f6851b !important;
}

/*Sidebar*/
.sidebar .logo {
    max-width: 80%;
    margin: 0 auto;
}

/*Top bar*/
.top-bar {
    background-color: #fff;
}


/*Nav*/

.offcanvas-header {
    width: 100%;
}

.sidebar .offcanvas-body {
    flex-direction: column;
    width: 100%;
    flex: 1;
    padding-right: 0;
}

.sidebar .nav-link {
    padding-left: 0.5rem;
}

.nav-container {
    padding: 1rem 0;
}

.navbar.shadow {
    box-shadow: 0 .5rem 10rem rgba(0,0,0,.15) !important;
}

.nav-pills .nav-link {
    color: #fff;
}

    .nav-pills .nav-link img {
        color: #fff;
    }

.nav-pills .nav-item {
    margin-bottom: .5rem;
}

.main-menu.nav-pills .nav-link img,
.main-menu.nav-pills .nav-item.transfer-funds .nav-link img,
.main-menu.nav-pills .nav-item.transfer-funds .nav-link.active img,
.main-menu.nav-pills .nav-item.transfer-funds .nav-link:hover img {
    /*filter: invert(100%) sepia(0%) saturate(1588%) hue-rotate(4deg) brightness(117%) contrast(100%);*/ /*white*/
}

.nav-pills .nav-link img.no-filter {
    filter: none;
}

.main-menu.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius) 0 0 var(--bs-nav-pills-border-radius);
}

    .main-menu.nav-pills .nav-link.active,
    .main-menu.nav-pills .nav-link:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

        .main-menu.nav-pills .nav-link.active img,
        .main-menu.nav-pills .nav-link:hover img {
            /*filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(95%) contrast(102%);*/ /*black*/
        }

.main-menu .nav-item.transfer-funds .nav-link {
    background-color: var(--btn-bg-color);
    margin-bottom: 1rem;
    border-radius: 10px;
    color: #fff;
    max-width: 250px;
}


    .main-menu .nav-item.transfer-funds .nav-link:hover {
        background-color: var(--btn-bg-hover-color);
    }

    .main-menu .nav-item.transfer-funds .nav-link.active {
        max-width: 100%;
        border-radius: 10px 0 0 10px;
    }


.main-menu .nav-link img {
    width: 31px;
    height: 31px;
}

.main-menu .home .nav-link.active img,
.main-menu .home .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -10px -163px;
}

.main-menu .home .nav-link img {
    background: url(../images/iconMenuSprite.png) -10px -61px;
}

.main-menu .transfer-funds .nav-link img {
    background: url(../images/iconMenuSprite.png) -163px -163px;
}

.bg-transfer_black {
    background: url(../images/iconMenuSprite.png) -112px -163px;
}


.bg-transaction_white,
.main-menu .transactions .nav-link img {
    background: url(../images/iconMenuSprite.png) -61px -163px;
}

.bg-transaction_black,
.main-menu .transactions .nav-link.active img,
.main-menu .transactions .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -61px -112px;
}




.bg-recipients_black,
.main-menu .recipients .nav-link.active img,
.main-menu .recipients .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -112px -61px;
}

.bg-recipients_white,
.main-menu .recipients .nav-link img {
    background: url(../images/iconMenuSprite.png) -163px -112px;
}


.bg-add_recipient_black,
.main-menu .add-recipients .nav-link.active img,
.main-menu .add-recipients .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -112px -10px;
}

.bg-recipient_add_white,
.main-menu .add-recipients .nav-link img {
    background: url(../images/iconMenuSprite.png) -112px -112px;
}


.bg-QR_black,
.main-menu .qr-code .nav-link.active img,
.main-menu .qr-code .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -10px -112px;
}

.bg-QR_white,
.main-menu .qr-code .nav-link img {
    background: url(../images/iconMenuSprite.png) -10px -10px;
}


.bg-help_white,
.main-menu .help .nav-link img {
    background: url(../images/iconMenuSprite.png) -61px -61px;
}

.bg-help_black,
.main-menu .help .nav-link.active img,
.main-menu .help .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -163px -61px;
}


.bg-logout_white,
.main-menu .logout .nav-link img {
    background: url(../images/iconMenuSprite.png) -61px -10px;
}

.bg-logout_black,
.main-menu .logout .nav-link.active img,
.main-menu .logout .nav-link:hover img {
    background: url(../images/iconMenuSprite.png) -163px -10px;
}





.sub-menu.nav-pills .nav-link.active,
.sub-menu.nav-pills .show > .nav-link {
    background-color: var(--primary-color);
    color: var(--txt-btn-primary);
}

.sub-menu.nav-pills .nav-link {
    color: var(--txt-primary);
    padding: 0 .25rem;
    margin-right: .25rem;
    font-size: var(--font-size-small);
}

    .sub-menu.nav-pills .nav-link:hover {
        text-decoration: none;
        background-color: var(--btn-bg-hover-color);
        color: var(--txt-btn-primary);
    }

.sub-nav {
    list-style: none;
    margin-top: 0.3rem;
}

.navbar-brand img {
    max-width: 90%;
}

@media(min-width:576px) {
    .sub-menu.nav-pills .nav-link {
        margin-right: 1.5rem;
        font-size: var(--font-size-paragraph);
        padding: 0 1rem !important;
    }
}

/*Typography*/
h1,
.h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: var(--txt-primary);
}

h2,
.h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

h3,
.h3 {
    font-size: 18px; /*24px;*/
    font-weight: 500;
    line-height: 22px; /*29px;*/
}

h4,
.h4,
body label.big,
body .form-control.big {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

body p,
body label {
    font-size: var(--font-size-small);
    line-height: 19px;
    font-weight: 400;
}

p.alt,
div.alt, .alt {
    color: var(--txt-secondary);
}

/*.small-text {
    font-size: var(--font-size-small) !important;
    line-height: 19px !important;
}
*/

.small-text {
    font-size: var(--font-size-small) !important;
    line-height: 19.2px !important;
}

.tiny-text {
    font-size: var(--font-size-tiny) !important;
    line-height: 14px;
}

.big-text {
    font-size: 72px;
    font-weight: 700;
}

@media screen and (min-width: 576px) {

    h1,
    .h1 {
        font-size: 56px;
        font-weight: 700;
        line-height: 67px;
        color: var(--txt-primary);
    }

    h2,
    .h2 {
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 48px !important;
    }

    h3,
    .h3 {
        font-size: 36px !important; /*24px;*/
        font-weight: 500 !important;
        line-height: 43px !important; /*29px;*/
    }

    h4,
    .h4,
    body label.big,
    body .form-control.big {
        font-size: 20px !important;
        font-weight: 400;
        line-height: 24px !important;
    }

    body,
    body p,
    body label {
        font-size: var(--font-size-paragraph) !important;
        line-height: 23px;
        font-weight: 400;
    }
}

/*Table*/
table.no-border > :not(caption) > * > * {
    border-width: 0;
}

table tr th {
    font-size: var(--font-size-ultra-tiny);
    color: var(--txt-secondary);
    font-weight: 500;
}

.table.transfer-data-info > :not(caption) > * > * {
    padding: 1rem .5rem;
}

.table.transfer-data-info tr td {
    text-align: right;
}

.recent-transactions i.fa-arrow-down {
    background-color: #a1efd3;
}


@media screen and (max-width: 576px) {
    .recent-transactions thead {
        visibility: hidden;
        height: 0;
        position: absolute;
    }

    .recent-transactions tr {
        display: block;
        margin-bottom: .625em;
    }

    .recent-transactions td {
        border-right: 1px solid #e8ebed;
        border-left: 1px solid #e8ebed;
        border-bottom: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .recent-transactions td h4 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 220px;
        }

        .recent-transactions td:first-child::after {
            content: attr(data-ammount);
            font-weight: bold;
            flex-grow: 1;
            text-align: right;
            font-size: var(--font-size-small);
        }

        .recent-transactions td.small-text,
        .recent-transactions .small-text {
            font-size: var(--font-size-tiny) !important;
            padding-top: 0;
            padding-bottom: 0;
        }

        .recent-transactions td:first-child {
            border-radius: 4px 4px 0 0;
            border: 1px solid #e8ebed;
            border-bottom-width: 0;
        }

        .recent-transactions td:last-child {
            border-bottom: 1px solid #ddd;
            padding-bottom: 2px;
            margin-bottom: 20px;
            border-radius: 0 0 4px 4px;
        }

    /* .recent-transactions img.icon {
        margin-right: 5px;
        width: 20px;
    }*/
    .recent-transactions img.icon {
        margin-right: 20px;
        width: 28px;
    }
}

input.form-control.filter {
    padding: 0.4rem 1.2rem !important;
    border-radius: 5px;
    text-indent: 0px;
}

/*Form Elements*/
input.form-control {
    border-color: #DCD7D7;
    border-radius: 10px;
    padding: 10px 0;
    background-repeat: no-repeat;
    text-indent: 20px;
}

    input.form-control::placeholder {
        color: #ccc;
    }


input[type="email"] {
    background-image: url(../images/iconFormEnvelope.svg);
    background-position: 10px 5px;
    padding: 10px 0;
    background-repeat: no-repeat;
    text-indent: 60px;
}

input.pencil {
    background-image: url(../images/iconFormPencil.svg);
    background-position: 15px 13px;
    padding: 10px 0;
    background-repeat: no-repeat;
    text-indent: 50px;
    background-size: 20px;
}

input.calendar {
    background-image: url(../images/iconFormCalendar.svg);
    background-position: 15px 13px;
    padding: 10px 0;
    background-repeat: no-repeat;
    text-indent: 50px;
    background-size: 20px;
}

input[type="password"] {
    background-image: url(../images/iconFormLock.svg);
    background-position: 10px 5px;
    text-indent: 60px;
}

.form-text {
    margin-top: 5px;
    font-size: .85em;
    color: #aba8a8;
}

.form-switch .form-check-input {
    width: 2.8em;
    height: 1.5em;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/*Buttons*/
.btn-tiny {
    padding: 0.4rem 1.2rem !important;
}

.btn-outline-secondary {
    border-color: var(--btn-bg-alt-color) !important;
    color: var(--txt-secondary);
}

a.btn-link {
    font-size: var(--font-size-small);
    text-align: center;
    color: var(--link-primary);
    font-weight: normal;
    text-decoration: none;
}

    a.btn-link.btn-link-alt {
        color: var(--txt-secondary);
    }

        a.btn-link:hover,
        a.btn-link.btn-link-alt:hover {
            color: var(--link-primary);
            text-decoration: underline;
        }

a.btn,
input.btn {
    border-radius: 9px;
    /*font-size: 1.25rem !important;*/
    text-align: center;
    /*border: none;   */
    padding: 0.5rem 3rem;
    font-weight: 400;
}

    a.btn:hover {
        text-decoration: none;
    }

.btn.btn-primary {
    background: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
    color: var(--txt-btn-primary);
}

    .btn.btn-primary:hover,
    .btn.btn-primary:active {
        background: var(--btn-bg-hover-color);
        border-color: var(--btn-bg-color);
        transition: all 0.2s linear;
    }

/*.btn.btn-outline-primary {
    border-color: var(--primary-color);
    background: #f9f6fe;
    color: var(--txt-primary);
}*/
.btn.btn-outline-primary {
    border-color: var(--primary-color) !important;
    background: #fff;
    color: var(--txt-btn-secondary) !important;
}



/*.btn.btn-outline-secondary {
    color: var(--txt-primary);
}*/
.btn.btn-outline-secondary {
    color: #5E5A5AB2;
}

.btn.btn-chat {
    border-color: #d6c4f8 !important;
    background-image: url(../images/iconHelpChat.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    position: relative;
}

    .btn.btn-chat:hover {
        border-color: var(--primary-color) !important;
    }

.btn.btn-mail,
.btn.btn-mail:hover {
    background-image: url(../images/iconHelpMail.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #fff;
    color: #000;
}

.btn.btn-chat,
.btn.btn-mail {
    display: flex;
    text-align: left;
    flex-direction: column;
    min-height: 80px;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 80px;
}

.btn.btn-alt {
    background: var(--btn-bg-alt-color);
    color: var(--txt-btn-secondary);
}

.btn.disabled {
    background-color: #bababa;
    border-color: #bababa;
}

.btn.block {
    width: 100%;
}

.btn-notification {
    border: 1px solid #EBE9E9;
    border-radius: 4px;
    padding: 0.375rem 0.5rem;
}

a.social-login {
    padding: 15px 50px 10px 80px;
    position: relative;
    display: block;
    height: 60px;
    font-size: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 28px;
    color: var(--txt-primary);
}


    a.social-login:hover,
    a.social-login:active {
        color: var(--link-primary);
    }

    a.social-login::before {
        content: '';
        width: 39px;
        height: 39px;
        position: absolute;
        top: 10px;
        left: 30px;
        background-size: cover;
    }

    a.social-login.google::before {
        background-image: url(../images/googleIcon.svg);
    }

    a.social-login.apple::before {
        background-image: url(../images/appleIcon.svg);
    }

@media screen and (min-width: 576px) {
    a.btn-link {
        font-size: var(--font-size-paragraph);
    }
}

/*Receipt*/
.receipt-details table th,
.receipt-details table tfoot td {
    font-size: var(--font-size-small);
}

.receipt-details table td {
    font-size: var(--font-size-tiny);
}

.receipt-item:not(:first-child) {
    margin-top: 0.5rem;
}

.receipt-label {
    float: left;
    color: var(--txt-secondary) !important;
    font-size: var(--font-size-small) !important;
}

.receipt-value {
    float: right;
}

/*Settings*/
.settings-list {
    list-style: none;
    padding: 0;
}

    .settings-list li {
        padding: 20px 0;
        border-bottom: 1px solid #DCD7D7;
        clear: both;
    }

        .settings-list li p {
            margin-bottom: 5px;
        }

/*Transfer funds*/

.balance-transfer-input,
.balance-transfer-input:focus {
    border-width: 0;
    text-align: center;
    width: 100%;
    outline: none;
}

    .balance-transfer-input::before {
        content: '$';
    }

.balance-transfer {
    list-style: none;
    width: 100%;
    padding: 0;
}

    .balance-transfer li:first-child {
        border-radius: 5px 5px 0 0;
    }

    .balance-transfer li:last-child {
        border-radius: 0 0 5px 5px;
    }

    .balance-transfer li:not(:first-child) {
        border-top: 1px solid #A9A7A7;
    }

    .balance-transfer li {
        background: #d9d9d9;
        clear: both;
        padding: 10px 20px;
    }

.balance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.balance-label{
    float: left;
}
.balance-value {
    float: right;
}*/
.balance-transfer .h3,
.balance-transfer .h4 {
    margin-bottom: 0;
}

/*Recipients*/

.recipients-header {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

table.recipients-list td {
    padding: 0;
}

table.recipients-list a {
    padding: .5rem .5rem;
    position: relative;
    display: block;
}

    table.recipients-list a:hover {
        text-decoration: none;
    }

    table.recipients-list a::after {
        content: "\f054";
        color: #b3b3b3;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
        font-weight: var(--fa-style,900);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

ul.recipients-list {
    list-style: none;
    padding-left: 0;
}

    ul.recipients-list li {
        border-bottom: 1px solid #DCD7D7;
        padding: 15px 0;
    }

    ul.recipients-list .form-check {
        padding-left: 0;
    }

        ul.recipients-list .form-check .form-check-input {
            margin-left: 0;
            margin-top: 0;
        }

    ul.recipients-list .form-check-label {
        flex-grow: 1;
    }


h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.cursorPointer {
    cursor: pointer;
}

@media screen and (min-width: 576px) {
    .btnCommon {
        font-size: 1.5rem !important;
    }
}

.btnCommon {
    border-radius: 9px;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.75rem 3rem !important;
    font-weight: 400 !important;
}
