﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@media print {
    .hideOnPrint {
        display: none;
    }

    @page {
        size: auto;
        width: 19cm;
        max-width: 19cm;
        margin-left: 0.5in;
        margin-right: 0.5in;
        margin-top: 0;
        margin-bottom: 0;
    }

    .expandOnPrint {
        width: 19cm;
        max-width: 19cm;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body,
    body main,
    body main .container,
    body main .container .container.paragon .row.topMargin10.paragon {
        padding: 0 !important;
        margin: 0 !important;
    }

        body main .container {
            width: 72mm !important;
            min-width: 72mm !important;
            max-width: 72mm !important;
        }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}


.app-info {
    background-color: #4030C8;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px;
}

    .app-info img {
        max-width: 25px;
        height: auto;
        margin-left: 10px;
    }

        .app-info img.first {
            margin-left: 0px;
            margin-bottom: 5px
        }

    .app-info .row {
        display: flex;
        align-items: center;
    }

    .app-info .text {
        margin-bottom: 10px;
    }

    .app-info .icons {
        margin-top: 10px;
    }

    .app-info .material-symbols-outlined {
        line-height: 40px;
    }

        .app-info .material-symbols-outlined:hover {
            cursor: pointer;
        }

@media (min-width: 346px) {

    .app-info img.first {
        margin-left: 0px;
        margin-bottom: 0px
    }
}

@media (min-width: 576px) {
    .app-info {
        font-size: 14px;
    }

        .app-info img {
            max-width: 35px;
            margin-left: 20px;
        }

            .app-info img.first {
                margin-left: 0px;
                margin-bottom: 0px
            }

        .app-info .text {
            margin-bottom: 0px;
        }
}

.body-wrapper {
    background-color: #dee4f8;
    border-radius: 1rem;
    padding: 24px 24px 0px 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1, h1 {
    font-size: 1.75rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.25rem;
}

a {
    color: #4030C8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

    a:hover {
        color: #26b781;
    }

sidebar .card {
    height: 100%;
}

header {
    padding: 0px 0px 20px 0px;
}

    header .navbar-nav .nav-link {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 60px;
        text-align: center;
        padding: 0px;
        color: #4030C8;
        margin-left: 24px;
    }

        header .navbar-nav .nav-link.apricot {
            background: #26b781;
            color: #ffffff;
        }

            header .navbar-nav .nav-link.apricot:hover {
                background: #4030C8;
                color: #ffffff;
            }

        header .navbar-nav .nav-link:hover span {
            color: #ffffff;
        }

        header .navbar-nav .nav-link.blue {
            background: #4030C8;
            color: #ffffff;
        }

            header .navbar-nav .nav-link.blue:hover {
                background: #26b781;
                color: #ffffff;
            }

                header .navbar-nav .nav-link.blue:hover span {
                    color: #ffffff;
                }

main .card:first-child {
    height: 100%;
    margin-bottom: 0rem;
}

.user h2 {
    font-weight: bold;
    font-size: 1.75rem;
}

.user p {
    font-weight: bold;
    margin-bottom: 10px;
}

sidebar .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

sidebar a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin-bottom: 24px;
    padding: 0px;
}

    sidebar a.navbar-brand img {
        max-width: 150px;
        width: 100%;
    }

        sidebar a.navbar-brand img.logo {
            max-width: 120px;
            width: 100%;
        }

sidebar .navbar-brand {
    font-size: inherit;
    margin-right: 0rem;
}

sidebar .navbar-light .navbar-nav .nav-link {
    padding-left: 0px !important;
}

sidebar .navbar-light .navbar-nav a.nav-link {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

sidebar ul li .nav-link span {
    padding-right: 5px;
}

/*sidebar .navbar-light .navbar-nav a.nav-link:hover, a.nav-link:hover,
sidebar .navbar-light .navbar-nav a.nav-link:hover span, a.nav-link:hover span {
    color: #ffffff;
}*/

@media (min-width: 992px) {
    sidebar .navbar-light .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }

    sidebar .navbar-light .navbar-nav .nav-link {
        padding-left: .5rem !important;
        padding-right: 0px !important;
    }
}

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #ffffff;
    color: #777777;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: -300px;
    z-index: 100;
}

.navbar-nav {
}

    .navbar-nav.sidebar .nav-item .nav-link {
        display: flex;
        align-items: center;
        color: #4030C8;
        padding: 5px 10px;
        border-radius: .5rem;
        margin-top: 2px;
        margin-bottom: 2px;
    }

        .navbar-nav.sidebar .nav-item .nav-link:hover,
        .navbar-nav.sidebar .nav-item.active .nav-link,
        .navbar-nav.sidebar .nav-item.active .nav-link:hover,
        .navbar-nav.sidebar .nav-item.active .nav-link span {
            color: #4030C8;
            background: #dee4f8;
        }
/*.nav-item.active {
    color: #ffffff;
    background: #26b781;
    border-radius: 0.5rem;
}*/

#sidebar ul li .divider {
    height: 0px;
    border-top: 1px solid #e5e5e5 !important;
    margin-top: 15px;
    padding-top: 15px;
}

#sidebar ul li a.border-top {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5 !important;
}

#sidebar ul li a.border-bottom {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5 !important;
}

#sidebar.active {
    margin-left: 0px;
    display: block;
    z-index: 100;
}

@media (min-width: 768px) {
    #sidebar.active {
        margin-left: 0;
    }
}

#sidebarCollapse {
    cursor: pointer;
}

    #sidebarCollapse span {
        color: #ffffff;
    }

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        /*display: none;*/
    }
}

#sidebarCollapse-left {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .25rem 1rem;
    font-size: 1rem;
    border-radius: 1rem;
    transition: color .15s ease-in-out,background .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn span {
        margin-right: 10px;
        vertical-align: middle;
    }

.btn-primary, .paginate_button.current {
    color: #ffffff;
    background: #4030C8;
    border: 1px solid #4030C8;
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out;
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #ffffff;
        background: #26b781;
        border: 1px solid #26b781;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F8F7FA;
    background-clip: padding-box;
    border: 1px solid #F8F7FA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #F8F7FA;
    border: 1px solid #F8F7FA;
    border-radius: .5rem 0rem 0rem .5rem;
}

.input-group .input-group-text {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.input-group .input-group-prepend .input-group-text {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.input-group .input-group-addon .input-group-text {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e3e1e8; /*#F8F7FA*/
    opacity: 0.8; /*1*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#content .card .card {
    background-color: #f1effa;
}

    #content .card .card .single {
        margin: 5px;
        border-radius: .75rem;
    }

        #content .card .card .single:hover {
            background: #ffffff;
        }

        #content .card .card .single a {
            text-decoration: none;
            color: #000000;
        }

        #content .card .card .single .row [class^="col-"] {
            display: flex;
            align-items: center;
        }

            #content .card .card .single .row [class^="col-"].text-end {
                justify-content: end;
            }

.card, #content .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    /*border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;*/
    margin-bottom: 1.5rem;
}

    .card .card-header, .card .card-footer {
        background-color: #F8F7FA;
        border: none;
        line-height: 1.25rem;
    }

    .card .card-header {
        border-radius: 1rem 1rem 0 0;
    }

    .card .card-footer {
        border-radius: 0 0 1rem 1rem;
    }

    .card .card-header .row {
        display: flex;
        align-items: center;
        margin-top: 4px;
        margin-bottom: 4px;
    }

        .card .card-header .row span {
            margin-bottom: 10px;
            display: block;
        }

@media (min-width: 576px) {
    .card .card-header .row span {
        margin-bottom: 0px;
    }
}

.card .card-footer .row {
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 4px;
}

.card.last, .card:last-of-type {
    margin-bottom: 0rem !important;
}

.card.blue {
    background-color: #4030C8 !important;
    color: #ffffff;
}

.card-header.blue {
    background-color: #4030C8 !important;
    color: #ffffff;
}
    .card.blue .btn-primary {
        color: #ffffff;
        background: #26b781;
        border: 1px solid #26b781;
        transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out;
    }

        .card.blue .btn-primary:hover {
            color: #4030C8;
            background: #dee4f8;
            border: 1px solid #dee4f8;
        }

.card-head {
    margin-bottom: 15px;
    line-height: 1.25rem;
    font-size: 1.25rem;
}

    .card-head h1 {
        margin-bottom: .938rem;
    }

@media (min-width: 768px) {
    .card-head {
        margin-bottom: 25px;
    }

        .card-head h1 {
            margin-bottom: 0rem;
        }
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem .75rem;
}

    .card-body .image-wrapper {
        background: #ffffff;
        border-radius: 1rem;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .card-body .image-wrapper img {
            max-height: 300px;
            width: auto;
            padding: 25px;
        }

        .card-body .image-wrapper #NoImage {
            padding: 25px;
        }


.separator {
    padding-top: 15px;
    border-bottom: 1px solid #F8F7FA;
    height: 1px;
    margin-bottom: 15px;
}

.modular-cards {
    margin-bottom: 20px;
    padding: 25px;
    background: #ffffff;
    border-radius: 1rem;
}

    .modular-cards .card-head {
        background-color: #4030C8;
        color: #ffffff;
        border-radius: 1rem;
        padding: .75rem .75rem;
        margin-bottom: 25px;
    }

        .modular-cards .card-head img {
            max-height: 20px;
        }

    .modular-cards .card {
        background-color: #dee4f8 !important;
        /*margin-bottom: 0px !important;
        border-radius: 0px !important;
        border: solid 1px !important;*/
        border-bottom: none !important;
    }

        .modular-cards .card.last {
            /*border-bottom: solid 1px !important;*/
        }

        .modular-cards .card .card-header {
            padding: .75rem .938rem;
            border-radius: 0rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            background-color: #4030C8;
            color: #ffffff;
            font-size: 1.25rem;
        }

            .modular-cards .card .card-header .row {
                margin-top: 0px;
                margin-bottom: 0px;
            }

        /*.modular-cards .card .collapsable {
            border-radius: 0rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
        }*/
        .modular-cards .card.collapsable {
            border-radius: 0rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            padding-bottom: 1rem;
        }

            .modular-cards .card.collapsable .card-header {
                border-radius: 0rem;
                border-top-left-radius: 1rem;
                border-top-right-radius: 1rem;
                margin-bottom: 0rem;
            }

            .modular-cards .card.collapsable .card-body {
                margin-top: .75rem;
            }

        .modular-cards .card .card-body {
            padding: .75rem .938rem;
            font-weight: normal;
        }

        .modular-cards .card.with-header {
            border-top-left-radius: 0rem;
            border-top-right-radius: 0rem;
        }

        .modular-cards .card .card-body input {
            margin-bottom: 1rem;
        }

        .modular-cards .card .card-body .image-wrapper {
            background: #ffffff;
            border-radius: 1rem;
            text-align: center;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .modular-cards .card .card-body .image-wrapper img {
                max-height: 300px;
                width: auto;
                padding: 15px;
            }

@media (min-width: 576px) {
    .modular-cards .card .card-body .image-wrapper img {
        padding: 25px;
    }
}


.modular-cards .card .card-body.green {
    background: #26b781;
    color: #ffffff;
    border-radius: 1rem;
    font-size: 1.25rem;
}

@media (min-width: 576px) {
    .modular-cards .card .card-body .merchant img {
        margin-top: 0rem;
    }
}

@media (min-width: 768px) {
    .modular-cards .card .card-body .merchant img {
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .modular-cards .card .card-body .merchant img {
        margin-top: 0rem;
    }
}

.circle {
    line-height: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

    .circle.order {
        background: #26b781;
    }

        .circle.order.sms {
            background: #86d39a;
        }

        .circle.order svg #SMS path {
            stroke: #000000 !important;
            fill: none !important;
        }

        .circle.order svg path {
            fill: #000000 !important;
        }

        .circle.order.valu {
            background-image: linear-gradient(#e2934a, #d74aa1);
            padding: 8px;
        }

            .circle.order.valu svg #VALU path {
                fill: #ffffff !important;
            }


        .circle.order i, .circle.order span {
            color: #ffffff;
        }

    .circle.transaction svg path {
        fill: #000000 !important;
    }

    .circle.transaction.input {
        background: #a0b2f9;
    }

    .circle.transaction.output {
        background: #26b781;
    }

    .circle.transaction i, .circle.transaction span {
        color: #ffffff;
    }

    .circle.upay {
        background: #26b781;
    }

        .circle.upay svg path {
            fill: #000000 !important;
        }

        .circle.upay i, .circle.upay span {
            color: #000000;
        }

        .circle.upay.blue {
            background: #f4bb89;
            color: #FFFFFF;
        }

        .circle.upay.green {
            background: #86d39a;
            color: #FFFFFF;
        }

        .circle.upay.yellow {
            background: #f4bb89;
            color: #FFFFFF;
        }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 10px 0 30px rgba(200, 200, 200, .1);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    line-height: 60px;
}

.height20 {
    height: 20px;
}

.tableRow {
    height: 55px;
    vertical-align: middle;
}

.bigImg {
    width: 100%;
    max-width: 320px
}

.bigImgModal {
    width: 100%;
    max-width: 796px
}

.w150 {
    width: 150px;
}

button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    button:hover, button:focus {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.wrapper {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
}

.sidebar-menu {
    width: 220px;
    margin-left: -220px;
}

#content {
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.modal .modal-dialog {
    padding: 25px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f1effa;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2) !important;
    border-radius: .5rem;
    outline: 0;
}

    .modal-content .circle {
        margin-right: 10px;
    }

.modal#app-info .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    color: #ffffff;
    background: #4030C8;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

    .modal#app-info .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        opacity: 1;
    }

.modal#app-info img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.loading img {
    max-width: 200px;
    margin: 0 auto;
}

@media (max-width: 500px) {

    .loading img {
        max-width: 90%;
        margin: 0 auto;
    }
}

.btn-large {
    padding: 1rem .5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-bottom: 1rem;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .btn-large {
        font-size: .875rem;
    }
}

.btn-medium {
    padding: 1rem .75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    width: 120px;
    margin-bottom: 1rem;
}

.btn-long {
    width: 265px;
}

.variableLabel {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    border: none;
    color: #294f9f;
    font-size: 24px;
    font-weight: bold;
}

.bigFont {
    font-size: 24px;
}

.digit3 {
    max-width: 64px;
    text-align: right;
}

.digit2 {
    max-width: 54px;
    text-align: right;
}

.btn-secondary {
    color: #ffffff;
    background: #26b781;
    border: 1px solid #26b781;
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #ffffff;
        background: #4030C8;
        border: 1px solid #4030C8;
    }

#pin:hover {
    cursor: pointer;
}

.borderProgressOuter {
    border-color: lightgray !important;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
}

.borderProgress {
    background-color: lightblue;
    height: 20px;
    border-radius: 3px;
    border-end-end-radius: 0px;
    border-start-end-radius: 0px;
}

.error-panel {
    border-radius: .375rem;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0rem;
}

.modal-open .modal-backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}

.marginRight {
    margin-right: 21px;
}

.logoImg {
    height: 35px;
}

.lock {
    line-height: 24px;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group2 {
    margin-bottom: 1rem;
}

.img100 {
    max-width: 100%;
}

img[alt~="QR"] {
    width: 100%;
}

img[alt~="QRLinkBig"] {
    width: 100%;
    max-width: 320px;
}

img[alt~="QRLink"] {
    width: 100%;
    max-width: 135px;
}

img[alt~="UPN"] {
    width: 100%;
    max-width: 796px;
}

.hand {
    cursor: pointer;
}

.mw20 {
    max-width: 20px;
}

.mw100 {
    max-width: 100px;
}

.mw200 {
    max-width: 200px;
}

.w200 {
    width: 200px;
}

a[aria-expanded=false] .fa-angle-up {
    display: none;
}

a[aria-expanded=true] .fa-angle-down {
    display: none;
}

.bigFonts {
    font-size: 1.25rem;
}

.blueBorder {
    /*border-width: 2px;
    border-color: #4030C8;
    border-style: solid;*/
    background: #dee4f8;
    border-radius: 1rem;
}

.blueText {
    color: #4030C8;
}

.noImage {
    font-size: 120px;
    color: #a0a0a0;
}

.imgItem {
    max-width: 200px;
    max-height: 200px;
}

.imgSize200 {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.w110 {
    width: 110px;
}

a[aria-expanded=false] .fa-check {
    display: none;
}

a[aria-expanded=true] .fa-times {
    display: none;
}

.imgSizeLogo {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    max-width: 150px !important;
}

.imgSizeLogoSmall {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    max-width: 150px !important;
}

.btn-gray {
    background-color: #212529 !important;
}

.roundedBorder {
    border-radius: 1rem !important;
}

.highlightPrimary {
    background-color: #ffffff;
    border: 1px solid #4030C8;
    border-radius: 1rem !important;
}

.textAreaLabel {
    width: 100%;
    background-color: transparent;
    border: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-corner {
    display:none;
}

::-webkit-resizer {
    display: none;
}

.minH_imageWrapper {
    min-height: 370px !important;
}

.balance {
    border-radius: 1rem;
    border: 2px solid #4030C8;
}

.grayBg {
    background-color: #dcdae3 !important;
}

.borderBottom {
    border-bottom: 1px solid #a0a0a0 !important
}

.minH24 {
    min-height: 24px;
}