html {
    font-family: Roboto,sans-serif
}

body {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    letter-spacing: .001rem
}

* {
    margin: 0
}

*, ::after, ::before {
    box-sizing: border-box
}

a {
    color: #1dacb4
}

    a:hover {
        color: #1dacb4;
        text-decoration: none
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    font-size: .72rem;
    padding: .35rem .65rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control-sm {
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.5rem + 2px);
    padding: .45rem .9rem;
    font-size: .825rem;
    line-height: 1.5;
    border-radius: .35rem
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: rgba(29,172,180,.35);
    outline: 0;
    box-shadow: 0 0 10px rgba(29,172,180,.1)
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ecf1f1;
    opacity: 1;
    cursor: not-allowed
}

    .form-control:disabled + .CaptionCont.SelectBox {
        background-color: #ecf1f1;
        opacity: 1;
        cursor: not-allowed
    }

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.648438rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem;
    line-height: 1.5;
}

.form-check-input {
    margin-top: unset;
}

.btn {
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    padding: .45rem .875rem;
    height: calc(2rem + 2px);
    font-size: .75rem;
    transition: all .3s ease-in-out;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .844rem 1rem;
    height: calc(2.5rem + 2px);
    font-size: .825rem;
    line-height: .825rem
}

.btn-group-sm > .btn, .btn-sm {
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem;
    line-height: 1.6;
    border-radius: .2rem
}

.btn.focus, .btn:focus {
    box-shadow: none !important
}

.btn-primary {
    background-color: #1dacb4;
    border-color: #1dacb4
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #12989f;
        border-color: #12989f
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #12989f;
        border-color: #12989f
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #12989f;
        border-color: #12989f
    }

.btn-primary2 {
    color: #fff;
    background-color: #183958;
    border-color: #183958
}

    .btn-primary2:focus, .btn-primary2:hover {
        color: #fff;
        background-color: #0f2942;
        border-color: #0f2942
    }

    .btn-primary2:not(:disabled):not(.disabled).active, .btn-primary2:not(:disabled):not(.disabled):active, .show > .btn-primary2.dropdown-toggle {
        color: #fff;
        background-color: #0f2942;
        border-color: #0f2942
    }

    .btn-primary2.disabled, .btn-primary2:disabled {
        color: #fff;
        background-color: #0f2942;
        border-color: #0f2942
    }

.btn-secondary {
    background-color: #8b9090;
    border-color: #8b9090
}

    .btn-secondary:focus, .btn-secondary:hover {
        background-color: #6d7979;
        border-color: #6d7979
    }

.btn-success {
    background-color: #1cc185;
    border-color: #1cc185
}

    .btn-success:active, .btn-success:focus, .btn-success:hover {
        background-color: #0bad72 !important;
        border-color: #0bad72 !important
    }

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        background-color: #07b2d4;
        border-color: #07b2d4
    }

.btn-warning {
    border-color: #fabe14;
    background: #fabe14
}

    .btn-warning:hover {
        border-color: #fabe14;
        background: #fabe14
    }

.btn-outline-primary {
    color: #1dacb4;
    border-color: #1dacb4
}

    .btn-outline-primary:hover {
        background-color: #1dacb4;
        border-color: #1dacb4
    }

.btn-outline-secondary {
    color: #212529;
    border-color: #969da2
}

    .btn-outline-secondary:hover {
        background: #8b9090;
        border-color: #8b9090
    }

.btn-outline-success {
    color: #1cc185;
    border-color: #1cc185
}

    .btn-outline-success:hover {
        background-color: #1cc185;
        border-color: #1cc185
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

.btn-outline-warning {
    color: #fabe14;
    border-color: #fabe14
}

    .btn-outline-warning:hover {
        background-color: #fabe14;
        border-color: #fabe14
    }

.btn-outline-danger {
    color: #e72d52;
    border-color: #e72d52
}

    .btn-outline-danger:hover {
        background-color: #e72d52;
        border-color: #e72d52
    }

.badge {
    display: inline-block;
    padding: .125rem .35rem .115rem;
    font-size: .65625rem;
    line-height: 1.5;
    font-weight: 500;
    border-radius: .175rem;
    text-transform: capitalize;
    border: 1px solid transparent
}

.badge-primary {
    color: #004982;
    background-color: #cfeaff;
    border-color: #c3e2fb
}

.badge-secondary {
    color: #171717;
    background-color: #dbe4e4;
    border-color: #d2e4e4
}

.badge-success {
    color: #006e2c;
    background-color: #c3f3e1;
    border-color: #aeecd5
}

.badge-info {
    color: #22738e;
    background-color: #d7f2fb;
    border-color: #c4ecfa
}

.badge-gray {
    color: #171717;
    background-color: #d4d4d4;
    border-color: #bebebe
}

.badge-warning {
    color: #640;
    background-color: #fec;
    border-color: #ffe5b3
}

.badge-danger {
    color: #912741;
    background-color: #fcd9e2;
    border-color: #fbc6d3
}

.badge-light {
    color: #23282c;
    background-color: #f0f3f5
}

.badge.printid .bi {
    display: inline-block;
    transform: rotate(45deg);
}

.alert {
    padding: .5rem 1.15rem;
    margin-bottom: .65rem;
    border-radius: .25rem
}

.AlertCustom .alert-danger {
    color: #fff;
    background-color: #e72d52;
    border-color: #e72d52
}

.AlertCustom .alert-success {
    color: #fff;
    background-color: #1cc185;
    border-color: #1cc185
}

.nwtb {
}

.dropdown-menu {
    border-radius: .475rem;
    font-size: .78125rem;
    padding: 0;
    border: 1px solid #ebf1f1;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1)
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    margin-bottom: 0;
    overflow: hidden
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2rem + 2px);
    padding: .3rem .7rem;
    line-height: 1.95;
    color: #989898;
    background-color: #fff;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    text-transform: capitalize
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 1.575rem;
        padding: .4rem .7rem;
        line-height: .85rem;
        color: #fff;
        content: "Browse";
        background-color: #3b4d70;
        border-left: 0;
        border-radius: .25rem;
        margin: 3px;
        font-size: .72rem;
        text-transform: capitalize
    }

.input-group-text {
    padding: .35rem .65rem;
    margin-bottom: 0;
    font-size: .72rem;
    line-height: 1.5;
    white-space: nowrap;
    background-color: #ebf1f1;
    border: .02rem solid #dbe4e4
}

.form-group-sm .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.648438rem + 2px);
    margin-bottom: 0;
    overflow: hidden
}

.form-group-sm .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.648438rem + 2px);
    margin: 0;
    opacity: 0
}

.form-group-sm .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem;
    line-height: 1.65;
    color: #989898;
    background-color: #fff;
    border: .02rem solid #dbe4e4;
    border-radius: .2rem;
    text-transform: capitalize;
}

    .form-group-sm .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 1.475rem;
        padding: .3rem .5rem;
        line-height: .8rem;
        color: #fff;
        content: "Browse";
        background-color: #3b4d70;
        border-left: 0;
        border-radius: .2rem;
        margin: 2px;
        font-size: .675rem;
        text-transform: capitalize;
    }

.app-header .dropdown-menu {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.5;
}

.app-header .navbar-nav .dropdown-menu-left, .app-header .navbar-nav .dropdown-menu-right {
    margin-top: 6px
}

.card, .card-group > .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0
}

.card-body {
    padding: 1rem
}

.form-group label.required:after, label.required:after {
    content: "*";
    color: #e72d52;
    margin-left: 3px
}

.tbl-scroll {
    width: 100%;
    min-height: 220px;
    overflow: auto;
    position: relative
}

.form-group {
    margin-bottom: .75rem
}

.form-group-sm {
    margin-bottom: .5rem
}

.form-group-lg {
    margin-bottom: 1.25rem
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    -webkit-user-drag: none;
    -html-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.row {
    margin-right: -7px;
    margin-left: -7px
}

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px
}

.form-row {
    margin-right: -4px;
    margin-left: -4px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 4px;
        padding-left: 4px
    }

.text-green {
    color: #34a853 !important;
}

@media(max-width:575.98px) {
    .d-down-none {
        display: none !important
    }
}

@media(max-width:767.98px) {
    .d-sm-down-none {
        display: none !important
    }
}

@media(max-width:991.98px) {
    .d-md-down-none {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .d-lg-down-none {
        display: none !important
    }
}

.d-xl-down-none {
    display: none !important
}

.ps {
    overflow: hidden !important;
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-overflow-anchor: none
}

.ps__rail-x {
    position: absolute;
    bottom: 0;
    display: none;
    height: 15px;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear
}

.ps__rail-y {
    position: absolute;
    right: 0;
    display: none;
    width: 15px;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6
}

.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    position: absolute;
    bottom: 2px;
    height: 6px;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,height .2s ease-in-out
}

.ps__thumb-y {
    position: absolute;
    right: 2px;
    width: 6px;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,width .2s ease-in-out
}

.ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    height: 11px;
    background-color: #989898
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    width: 11px;
    background-color: #989898
}

@supports(-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.aside-menu {
    z-index: 1019;
    width: 250px;
    color: #2f353a;
    background: #fff;
    border-left: 1px solid #c8ced3
}

    .aside-menu .nav-tabs {
        border-color: #c8ced3
    }

        .aside-menu .nav-tabs .nav-link {
            padding: .75rem 1rem;
            color: #23282c;
            border-top: 0;
            border-radius: 0
        }

            .aside-menu .nav-tabs .nav-link.active {
                color: #1dacb4;
                border-right-color: #c8ced3;
                border-left-color: #c8ced3
            }

        .aside-menu .nav-tabs .nav-item:first-child .nav-link {
            border-left: 0
        }

    .aside-menu .tab-content {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
        border-top: 1px solid #c8ced3;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .aside-menu .tab-content::-webkit-scrollbar {
            width: 10px;
            margin-left: -10px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .aside-menu .tab-content::-webkit-scrollbar-track {
            background-color: #fff;
            border-right: 1px solid #f2f2f2;
            border-left: 1px solid #f2f2f2
        }

        .aside-menu .tab-content::-webkit-scrollbar-thumb {
            height: 50px;
            background-color: #e6e6e6;
            background-clip: content-box;
            border-color: transparent;
            border-style: solid;
            border-width: 1px 2px
        }

        .aside-menu .tab-content .tab-pane {
            padding: 0
        }

.app-header .navbar-nav .dropdown-menu {
    position: absolute
}

.app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: #23282c;
    background: #f0f3f5;
    border-top: 1px solid #c8ced3;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
}

.main .container-fluid {
    padding: 0 1rem
}

.app-header {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 52px;
    padding: 0;
    margin: 0;
    background: #ebf1f1;
    border-bottom: .02rem solid #dbe4e4
}

    .app-header .navbar-brand {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        width: 210px;
        height: 52px;
        padding: 0;
        margin-right: 0;
        background-color: transparent
    }

        .app-header .navbar-brand img {
            width: 85px
        }

        .app-header .navbar-brand .navbar-brand-minimized {
            display: none
        }

    .app-header .navbar-toggler {
        min-width: 50px;
        padding: .25rem 0
    }

        .app-header .navbar-toggler:hover .navbar-toggler-icon {
            background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPScjMmYzNTNhJyBzdHJva2Utd2lkdGg9JzIuMjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==)
        }

    .app-header .navbar-toggler-icon {
        height: 23px;
        background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPScjNzM4MThmJyBzdHJva2Utd2lkdGg9JzIuMjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==)
    }

    .app-header .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }

    .app-header .nav-item {
        position: relative;
        margin: 0;
        text-align: center
    }

        .app-header .nav-item button {
            margin: 0 auto
        }

        .app-header .nav-item .nav-link {
            padding-top: 0;
            padding-bottom: 0;
            background: 0;
            border: 0
        }

            .app-header .nav-item .nav-link .badge {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -10px;
                margin-left: 0
            }

            .app-header .nav-item .avatar.nav-link > img, .app-header .nav-item .nav-link > .img-avatar {
                height: 35px;
                margin: 0 10px
            }

    .app-header .dropdown-item {
        min-width: 180px
    }

        .app-header .dropdown-item img {
            max-width: 30px;
            margin-right: 15px
        }

        .app-header .dropdown-item span {
            color: #183958;
            font-weight: 700;
            float: right;
            padding-top: 2px;
            background: #d3d1d1;
            width: 25px;
            height: 25px;
            border-radius: 20px;
            text-align: center;
            margin-top: 2px
        }

.navbar-nav .nav-link {
    color: #73818f
}

    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
        color: #2f353a
    }

    .navbar-nav .active > .nav-link, .navbar-nav .active > .nav-link:focus, .navbar-nav .active > .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.active:focus, .navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.open, .navbar-nav .nav-link.open:focus, .navbar-nav .nav-link.open:hover, .navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:focus, .navbar-nav .open > .nav-link:hover {
        color: #2f353a
    }

.navbar-divider {
    background-color: rgba(0,0,0,.075)
}

@media(min-width:992px) {
    .brand-minimized .app-header .navbar-brand {
        width: 50px;
        background-color: transparent
    }

        .brand-minimized .app-header .navbar-brand .navbar-brand-full {
            display: none
        }

        .brand-minimized .app-header .navbar-brand .navbar-brand-minimized {
            display: block
        }
}

.nav-tabs .nav-link {
    color: #73818f
}

    .nav-tabs .nav-link:hover {
        cursor: pointer
    }

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #c8ced3;
    border-radius: 0 0 .25rem .25rem
}

    .tab-content .tab-pane {
        padding: 1rem
    }

.card-block .tab-content {
    margin-top: 0;
    border: 0
}

.nav-fill .nav-link {
    background-color: #fff;
    border-color: #c8ced3
}

    .nav-fill .nav-link + .nav-link {
        margin-left: -1px
    }

    .nav-fill .nav-link.active {
        margin-top: -1px;
        border-top: 2px solid #1dacb4
    }

[dir=rtl] .nav {
    padding-right: 0
}

.sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #212529;
    border-right: .02rem solid #dbe4e4
}

    .sidebar .sidebar-close {
        position: absolute;
        right: 0;
        display: none;
        padding: 0 1rem;
        font-size: 24px;
        font-weight: 800;
        line-height: 55px;
        color: #212529;
        background: 0;
        border: 0;
        opacity: .8
    }

        .sidebar .sidebar-close:hover {
            opacity: 1
        }

    .sidebar .sidebar-header {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: .75rem 1rem;
        text-align: center;
        background: rgba(0,0,0,.2)
    }

    .sidebar .sidebar-form .form-control {
        color: #fff;
        background: #181b1e;
        border: 0
    }

        .sidebar .sidebar-form .form-control::-webkit-input-placeholder {
            color: rgba(255,255,255,.7)
        }

        .sidebar .sidebar-form .form-control::-moz-placeholder {
            color: rgba(255,255,255,.7)
        }

        .sidebar .sidebar-form .form-control:-ms-input-placeholder {
            color: rgba(255,255,255,.7)
        }

        .sidebar .sidebar-form .form-control:placeholder {
            color: rgba(255,255,255,.7)
        }

    .sidebar .sidebar-nav {
        position: relative;
        -ms-flex: 1;
        flex: 1;
        overflow-x: hidden;
        overflow-y: auto;
        width: 260px;
        margin-top: 10px
    }

    .sidebar .nav {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        padding: 0
    }

    .sidebar .nav-title {
        padding: .75rem 1rem;
        font-size: 80%;
        font-weight: 700;
        color: #e4e7ea;
        text-transform: uppercase
    }

    .sidebar .nav-divider {
        height: 10px
    }

    .sidebar .nav-item {
        position: relative;
        margin-top: 0;
        transition: background .3s ease-in-out
    }

    .sidebar .nav-dropdown-items {
        max-height: 0;
        padding: 0;
        margin: 0;
        overflow-y: hidden;
        transition: max-height .3s ease-in-out
    }

        .sidebar .nav-dropdown-items .nav-item {
            padding: 0;
            list-style: none
        }

            .sidebar .nav-dropdown-items .nav-item .nav-link {
                padding: .65rem .65rem .65rem 3rem
            }

    .sidebar .nav-dropdown .nav-dropdown-items .nav-dropdown .nav-dropdown-items .nav-dropdown .nav-link {
        padding: .5rem .5rem .5rem 3rem;
        font-size: .815rem
    }

        .sidebar .nav-dropdown .nav-dropdown-items .nav-dropdown .nav-dropdown-items .nav-dropdown .nav-link::before {
            background-color: #939393;
            content: '';
            position: absolute;
            left: 50px;
            top: 18px;
            width: 7px;
            height: 2px;
            z-index: 33
        }

    .sidebar .nav-link {
        display: block;
        padding: .5rem .5rem .5rem 1rem;
        color: #212529;
        font-size: .78125rem;
        text-decoration: none;
        background: 0 0;
        font-weight: 400;
        margin-right: 10px;
        margin-bottom: .2rem
    }

        .sidebar .nav-link img {
            margin-right: 7px;
            width: 17px
        }

        .sidebar .nav-link .nav-icon {
            display: inline-block;
            width: 1.09375rem;
            margin: 0 .5rem 0 0;
            font-size: .875rem;
            color: #73818f;
            text-align: center
        }

        .sidebar .nav-link .badge {
            float: right;
            margin-top: 2px
        }

        .sidebar .nav-link.active {
            color: #212529;
            background: #dbe4e4;
            font-weight: 700;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px
        }

            .sidebar .nav-link.active .nav-icon {
                color: #939393
            }

        .sidebar .nav-link:hover {
            color: #212529;
            background: #dbe4e4;
            font-weight: 700;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
            background-position: right center
        }

        .sidebar .nav-link.disabled {
            color: #b3b3b3;
            cursor: default;
            background: 0 0
        }

            .sidebar .nav-link.disabled .nav-icon {
                color: #73818f
            }

            .sidebar .nav-link.disabled:hover {
                color: #b3b3b3
            }

                .sidebar .nav-link.disabled:hover .nav-icon {
                    color: #73818f
                }

                .sidebar .nav-link.disabled:hover.nav-dropdown-toggle::before {
                    background-image: url(../images/nav-arrow.svg)
                }

        .sidebar .nav-link.nav-link-primary {
            background: #1dacb4
        }

            .sidebar .nav-link.nav-link-primary .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-primary:hover {
                background: #1d97c2
            }

                .sidebar .nav-link.nav-link-primary:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-secondary {
            background: #c8ced3
        }

            .sidebar .nav-link.nav-link-secondary .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-secondary:hover {
                background: #bac1c8
            }

                .sidebar .nav-link.nav-link-secondary:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-success {
            background: #1cc185
        }

            .sidebar .nav-link.nav-link-success .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-success:hover {
                background: #41af67
            }

                .sidebar .nav-link.nav-link-success:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-info {
            background: #0dcaf0
        }

            .sidebar .nav-link.nav-link-info .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-info:hover {
                background: #4ebada
            }

                .sidebar .nav-link.nav-link-info:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-warning {
            background: #f9a529
        }

            .sidebar .nav-link.nav-link-warning .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-warning:hover {
                background: #edb100
            }

                .sidebar .nav-link.nav-link-warning:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-danger {
            background: #e72d52
        }

            .sidebar .nav-link.nav-link-danger .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-danger:hover {
                background: #f75453
            }

                .sidebar .nav-link.nav-link-danger:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-light {
            background: #f0f3f5
        }

            .sidebar .nav-link.nav-link-light .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-light:hover {
                background: #e1e7eb
            }

                .sidebar .nav-link.nav-link-light:hover i {
                    color: #fff
                }

        .sidebar .nav-link.nav-link-dark {
            background: #2f353a
        }

            .sidebar .nav-link.nav-link-dark .nav-icon {
                color: rgba(255,255,255,.7)
            }

            .sidebar .nav-link.nav-link-dark:hover {
                background: #24282c
            }

                .sidebar .nav-link.nav-link-dark:hover i {
                    color: #fff
                }

    .sidebar .nav-dropdown-toggle {
        position: relative
    }

        .sidebar .nav-dropdown-toggle::before {
            position: absolute;
            top: 50%;
            right: .975rem;
            display: block;
            width: 8px;
            height: 10px;
            padding: 0;
            margin-top: -8px;
            font-family: bootstrap-icons;
            font-size: .775rem;
            line-height: .775rem;
            font-weight: 700;
            content: "\f282";
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s
        }

    .sidebar .nav-dropdown-items .nav-item .nav-dropdown-toggle::before {
        position: absolute;
        top: 50%;
        left: 1.75rem;
        display: block;
        width: 8px;
        height: 10px;
        padding: 0;
        margin-top: -8px;
        content: "";
        background-image: url(../images/nav-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s
    }

    .sidebar .nav-dropdown-toggle .badge {
        margin-right: 16px
    }

    .sidebar .nav-dropdown.open > .nav-dropdown-items {
        max-height: 1500px
    }

    .sidebar .nav-dropdown.open > .nav-link {
        color: #212529;
        background: #dbe4e4;
        font-weight: 700;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        background-size: 200% auto;
        transition: all .5s ease-in-out
    }

    .sidebar .nav-dropdown.open .nav-link.active {
        background: 0 0;
        color: #212529
    }

    .sidebar .nav-dropdown.open .nav-link.disabled {
        color: #b3b3b3;
        background: 0 0
    }

        .sidebar .nav-dropdown.open .nav-link.disabled:hover {
            color: #b3b3b3
        }

            .sidebar .nav-dropdown.open .nav-link.disabled:hover .nav-icon {
                color: #73818f
            }

    .sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
        content: "\f286"
    }

    .sidebar .nav-dropdown.open .nav-dropdown.open {
        border-left: 0
    }

    .sidebar .nav-label {
        display: block;
        padding: .09375rem 1rem;
        color: #e4e7ea
    }

        .sidebar .nav-label:hover {
            color: #fff;
            text-decoration: none
        }

        .sidebar .nav-label .nav-icon {
            width: 20px;
            margin: -3px .5rem 0 0;
            font-size: 10px;
            color: #73818f;
            text-align: center;
            vertical-align: middle
        }

    .sidebar .progress {
        background-color: #515c64 !important
    }

    .sidebar .sidebar-footer {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: .75rem 1rem;
        background: rgba(0,0,0,.2)
    }

    .sidebar .sidebar-minimizer {
        position: relative;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        cursor: pointer;
        border: 0
    }

        .sidebar .sidebar-minimizer.focus, .sidebar .sidebar-minimizer:focus {
            outline: 0
        }

        .sidebar .sidebar-minimizer:hover {
            background-color: rgba(0,0,0,.3)
        }

            .sidebar .sidebar-minimizer:hover::before {
                background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMSAxNCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTkuMTQ4IDIuMzUybC00LjE0OCA0LjE0OCA0LjE0OCA0LjE0OHEwLjE0OCAwLjE0OCAwLjE0OCAwLjM1MnQtMC4xNDggMC4zNTJsLTEuMjk3IDEuMjk3cS0wLjE0OCAwLjE0OC0wLjM1MiAwLjE0OHQtMC4zNTItMC4xNDhsLTUuNzk3LTUuNzk3cS0wLjE0OC0wLjE0OC0wLjE0OC0wLjM1MnQwLjE0OC0wLjM1Mmw1Ljc5Ny01Ljc5N3EwLjE0OC0wLjE0OCAwLjM1Mi0wLjE0OHQwLjM1MiAwLjE0OGwxLjI5NyAxLjI5N3EwLjE0OCAwLjE0OCAwLjE0OCAwLjM1MnQtMC4xNDggMC4zNTJ6Jy8+PC9zdmc+)
            }

@media(min-width:992px) {
    .sidebar-compact .sidebar .sidebar-nav {
        width: 150px
    }

    .sidebar-compact .sidebar .nav {
        width: 150px
    }

    .sidebar-compact .sidebar .d-compact-none {
        display: none
    }

    .sidebar-compact .sidebar .nav-title {
        text-align: center
    }

    .sidebar-compact .sidebar .nav-item {
        width: 150px;
        border-left: 0
    }

    .sidebar-compact .sidebar .nav-link {
        text-align: center
    }

        .sidebar-compact .sidebar .nav-link .nav-icon {
            display: block;
            width: 100%;
            margin: .25rem 0;
            font-size: 24px
        }

        .sidebar-compact .sidebar .nav-link .badge {
            position: absolute;
            top: 18px;
            right: 10px
        }

        .sidebar-compact .sidebar .nav-link.nav-dropdown-toggle::before {
            top: 30px
        }

    .sidebar-minimized .sidebar {
        z-index: 1019
    }

        .sidebar-minimized .sidebar .sidebar-nav {
            overflow: visible;
            width: 50px
        }

        .sidebar-minimized .sidebar .nav {
            width: 50px
        }

        .sidebar-minimized .sidebar .d-minimized-none, .sidebar-minimized .sidebar .nav-divider, .sidebar-minimized .sidebar .nav-label, .sidebar-minimized .sidebar .nav-title, .sidebar-minimized .sidebar .sidebar-footer, .sidebar-minimized .sidebar .sidebar-form, .sidebar-minimized .sidebar .sidebar-header {
            display: none
        }

        .sidebar-minimized .sidebar .sidebar-minimizer {
            position: fixed;
            bottom: 0;
            width: 50px;
            height: 50px;
            background-color: #24282c
        }

        .sidebar-minimized .sidebar .sidebar-nav {
            padding-bottom: 50px
        }

        .sidebar-minimized .sidebar .sidebar-minimizer::before {
            width: 100%;
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

        .sidebar-minimized .sidebar .nav-item {
            width: 50px;
            overflow: hidden
        }

            .sidebar-minimized .sidebar .nav-item:hover {
                width: 250px;
                overflow: visible
            }

                .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
                    background: #1dacb4
                }

                    .sidebar-minimized .sidebar .nav-item:hover > .nav-link .nav-icon {
                        color: #fff
                    }

                    .sidebar-minimized .sidebar .nav-item:hover > .nav-link.disabled {
                        background: #2f353a
                    }

                        .sidebar-minimized .sidebar .nav-item:hover > .nav-link.disabled .nav-icon {
                            color: #73818f
                        }

        .sidebar-minimized .sidebar .nav-link {
            position: relative;
            padding-left: 0;
            margin: 0;
            white-space: nowrap;
            border-left: 0
        }

            .sidebar-minimized .sidebar .nav-link .nav-icon {
                display: block;
                float: left;
                width: 50px;
                font-size: 18px
            }

            .sidebar-minimized .sidebar .nav-link .badge {
                position: absolute;
                right: 15px;
                display: none
            }

            .sidebar-minimized .sidebar .nav-link:hover {
                width: 250px;
                background: #1dacb4
            }

                .sidebar-minimized .sidebar .nav-link:hover .badge {
                    display: inline
                }

            .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before {
                display: none
            }

        .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
            width: 200px
        }

            .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
                width: 200px
            }

        .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
            display: none;
            max-height: 1000px;
            background: #2f353a
        }

        .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
            background: #1dacb4
        }

            .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
                position: absolute;
                left: 50px;
                display: inline
            }

    [dir=rtl] .sidebar-minimized .sidebar .nav {
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

        [dir=rtl] .sidebar-minimized .sidebar .nav .divider {
            height: 0
        }

    [dir=rtl] .sidebar-minimized .sidebar .sidebar-minimizer::before {
        width: 100%;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    [dir=rtl] .sidebar-minimized .sidebar .nav-link {
        padding-right: 0
    }

        [dir=rtl] .sidebar-minimized .sidebar .nav-link .nav-icon {
            float: right
        }

        [dir=rtl] .sidebar-minimized .sidebar .nav-link .badge {
            right: auto;
            left: 15px
        }

        [dir=rtl] .sidebar-minimized .sidebar .nav-link:hover .badge {
            display: inline
        }

    [dir=rtl] .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
        display: none;
        max-height: 1000px;
        background: #2f353a
    }

    [dir=rtl] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
        background: #1dacb4
    }

        [dir=rtl] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
            position: absolute;
            left: 0;
            display: inline
        }
}

[dir=rtl] .sidebar .nav-dropdown-toggle::before {
    position: absolute;
    right: auto;
    left: 1rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

[dir=rtl] .sidebar .nav-link .nav-icon {
    margin: 0 0 0 .5rem
}

[dir=rtl] .sidebar .nav-link .badge {
    float: left;
    margin-top: 2px
}

[dir=rtl] .sidebar .nav-link.nav-dropdown-toggle .badge {
    margin-right: auto;
    margin-left: 16px
}

[dir=rtl] .sidebar .sidebar-minimizer::before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .sidebar-toggler {
    margin-right: 0 !important
}

@media all and (-ms-high-contrast:none) {
    html {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.app, app-dashboard, app-root {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.app-header {
    -ms-flex: 0 0 52px;
    flex: 0 0 52px
}


.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden
}

    .app-body .main {
        -ms-flex: 1;
        flex: 1;
        min-width: 0
    }

    .app-body .sidebar {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        -ms-flex-order: -1;
        order: -1
    }

    .app-body .aside-menu {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px
    }

html:not([dir=rtl]) .sidebar {
    margin-left: -260px
}

html:not([dir=rtl]) .aside-menu {
    right: 0;
    margin-right: -250px
}

html[dir=rtl] .sidebar {
    margin-right: -200px
}

html[dir=rtl] .aside-menu {
    left: 0;
    margin-left: -250px
}

@media(min-width:992px) {
    .header-fixed .app-header {
        position: fixed;
        z-index: 1020;
        width: 100%
    }

    .header-fixed .app-body {
        margin-top: 52px
    }

    .sidebar-fixed .sidebar {
        position: fixed;
        z-index: 1019;
        width: 260px;
        height: 100vh
    }

    .sidebar-fixed .app-header + .app-body .sidebar {
        height: calc(100vh - 50px)
    }

    .sidebar-compact .sidebar {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }

    .sidebar-compact.sidebar-fixed .sidebar {
        width: 150px
    }

    .sidebar-compact .sidebar-minimizer {
        display: none
    }

    .sidebar-minimized .sidebar {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }

    .sidebar-minimized.sidebar-fixed .sidebar {
        width: 50px
    }

    .sidebar-off-canvas .sidebar {
        position: fixed;
        z-index: 1019;
        height: 100%
    }

    .sidebar-off-canvas .app-header + .app-body .sidebar {
        height: calc(100vh - 55px)
    }

    html:not([dir=rtl]) .sidebar-compact .sidebar {
        margin-left: -150px
    }

    html:not([dir=rtl]) .sidebar-minimized .sidebar {
        margin-left: -50px
    }

    html[dir=rtl] .sidebar-compact .sidebar {
        margin-right: -150px
    }

    html[dir=rtl] .sidebar-minimized .sidebar {
        margin-right: -50px
    }

    .aside-menu-fixed .aside-menu {
        position: fixed;
        height: 100%
    }

        .aside-menu-fixed .aside-menu .tab-content {
            height: calc(100vh - 2.375rem - 55px)
        }

    .aside-menu-fixed .app-header + .app-body .aside-menu {
        height: calc(100vh - 55px)
    }

    .aside-menu-off-canvas .aside-menu {
        position: fixed;
        z-index: 1019;
        height: 100%
    }

    .aside-menu-off-canvas .app-header + .app-body .aside-menu {
        height: calc(100vh - 55px)
    }

    html:not([dir=rtl]) .aside-menu-fixed .aside-menu, html:not([dir=rtl]) .aside-menu-off-canvas .aside-menu {
        right: 0
    }

    html[dir=rtl] .aside-menu-fixed .aside-menu, html[dir=rtl] .aside-menu-off-canvas .aside-menu {
        left: 0
    }
}

html:not([dir=rtl]) .sidebar-show .sidebar {
    margin-left: 0
}

html:not([dir=rtl]) .aside-menu-show .aside-menu {
    margin-right: 0
}

html[dir=rtl] .sidebar-show .sidebar {
    margin-right: 0
}

html[dir=rtl] .aside-menu-show .aside-menu {
    margin-left: 0
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media(max-width:575.98px) {
    .aside-menu-show .main, .sidebar-show .main {
        position: relative
    }

        .aside-menu-show .main::before, .sidebar-show .main::before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1018;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(0,0,0,.7);
            -webkit-animation: opacity .25s;
            animation: opacity .25s
        }
}

@media(min-width:576px) {
    html:not([dir=rtl]) .sidebar-show .sidebar, html:not([dir=rtl]) .sidebar-sm-show .sidebar {
        margin-left: 0
    }

    html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .main, html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer, html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .main {
        margin-left: 150px
    }

    html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .main, html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main {
        margin-left: 200px
    }

    html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed .breadcrumb, html:not([dir=rtl]) .sidebar-sm-show.breadcrumb-fixed .breadcrumb {
        left: 200px
    }

    html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb, html:not([dir=rtl]) .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
        left: 150px
    }

    html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb, html:not([dir=rtl]) .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
        left: 50px
    }

    html:not([dir=rtl]) .aside-menu-show .aside-menu, html:not([dir=rtl]) .aside-menu-sm-show .aside-menu {
        margin-right: 0
    }

    html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .app-footer, html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .main, html:not([dir=rtl]) .aside-menu-sm-show.aside-menu-fixed .app-footer, html:not([dir=rtl]) .aside-menu-sm-show.aside-menu-fixed .main {
        margin-right: 250px
    }

    html:not([dir=rtl]) .aside-menu-show.breadcrumb-fixed .breadcrumb, html:not([dir=rtl]) .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
        right: 250px
    }

    html[dir=rtl] .sidebar-show .sidebar, html[dir=rtl] .sidebar-sm-show .sidebar {
        margin-right: 0
    }

    html[dir=rtl] .sidebar-show.sidebar-fixed .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed .main, html[dir=rtl] .sidebar-sm-show.sidebar-fixed .app-footer, html[dir=rtl] .sidebar-sm-show.sidebar-fixed .main {
        margin-right: 200px
    }

    html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .main, html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer, html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-compact .main {
        margin-right: 150px
    }

    html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .main, html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer, html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main {
        margin-right: 200px
    }

    html[dir=rtl] .sidebar-show.breadcrumb-fixed .breadcrumb, html[dir=rtl] .sidebar-sm-show.breadcrumb-fixed .breadcrumb {
        right: 200px
    }

    html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb, html[dir=rtl] .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
        right: 150px
    }

    html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb, html[dir=rtl] .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
        right: 50px
    }

    html[dir=rtl] .aside-menu-show .aside-menu, html[dir=rtl] .aside-menu-sm-show .aside-menu {
        margin-left: 0
    }

    html[dir=rtl] .aside-menu-show.aside-menu-fixed .app-footer, html[dir=rtl] .aside-menu-show.aside-menu-fixed .main, html[dir=rtl] .aside-menu-sm-show.aside-menu-fixed .app-footer, html[dir=rtl] .aside-menu-sm-show.aside-menu-fixed .main {
        margin-left: 250px
    }

    html[dir=rtl] .aside-menu-show.breadcrumb-fixed .breadcrumb, html[dir=rtl] .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
        left: 250px
    }

    @-webkit-keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
}

@media(min-width:768px) {
    html:not([dir=rtl]) .sidebar-md-show .sidebar, html:not([dir=rtl]) .sidebar-show .sidebar {
        margin-left: 0
    }

    html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer, html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-compact .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .main {
        margin-left: 150px
    }

    html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .main {
        margin-left: 200px
    }

    html:not([dir=rtl]) .sidebar-md-show.breadcrumb-fixed .breadcrumb, html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed .breadcrumb {
        left: 200px
    }

    html:not([dir=rtl]) .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb, html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
        left: 150px
    }

    html:not([dir=rtl]) .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb, html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
        left: 50px
    }

    html:not([dir=rtl]) .aside-menu-md-show .aside-menu, html:not([dir=rtl]) .aside-menu-show .aside-menu {
        margin-right: 0
    }

    html:not([dir=rtl]) .aside-menu-md-show.aside-menu-fixed .app-footer, html:not([dir=rtl]) .aside-menu-md-show.aside-menu-fixed .main, html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .app-footer, html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .main {
        margin-right: 250px
    }

    html:not([dir=rtl]) .aside-menu-md-show.breadcrumb-fixed .breadcrumb, html:not([dir=rtl]) .aside-menu-show.breadcrumb-fixed .breadcrumb {
        right: 250px
    }

    html[dir=rtl] .sidebar-md-show .sidebar, html[dir=rtl] .sidebar-show .sidebar {
        margin-right: 0
    }

    html[dir=rtl] .sidebar-md-show.sidebar-fixed .app-footer, html[dir=rtl] .sidebar-md-show.sidebar-fixed .main, html[dir=rtl] .sidebar-show.sidebar-fixed .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed .main {
        margin-right: 200px
    }

    html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer, html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-compact .main, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .main {
        margin-right: 150px
    }

    html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer, html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-minimized .main, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .main {
        margin-right: 200px
    }

    html[dir=rtl] .sidebar-md-show.breadcrumb-fixed .breadcrumb, html[dir=rtl] .sidebar-show.breadcrumb-fixed .breadcrumb {
        right: 200px
    }

    html[dir=rtl] .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb, html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
        right: 150px
    }

    html[dir=rtl] .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb, html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
        right: 50px
    }

    html[dir=rtl] .aside-menu-md-show .aside-menu, html[dir=rtl] .aside-menu-show .aside-menu {
        margin-left: 0
    }

    html[dir=rtl] .aside-menu-md-show.aside-menu-fixed .app-footer, html[dir=rtl] .aside-menu-md-show.aside-menu-fixed .main, html[dir=rtl] .aside-menu-show.aside-menu-fixed .app-footer, html[dir=rtl] .aside-menu-show.aside-menu-fixed .main {
        margin-left: 250px
    }

    html[dir=rtl] .aside-menu-md-show.breadcrumb-fixed .breadcrumb, html[dir=rtl] .aside-menu-show.breadcrumb-fixed .breadcrumb {
        left: 250px
    }

    @-webkit-keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
}

@media(min-width:992px) {
    html:not([dir=rtl]) .sidebar-lg-show .sidebar, html:not([dir=rtl]) .sidebar-show .sidebar {
        margin-left: 0
    }

    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main {
        margin-left: 260px
    }

    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .main {
        margin-left: 150px
    }

    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .main {
        margin-left: 50px
    }

    html:not([dir=rtl]) .sidebar-lg-show.breadcrumb-fixed .breadcrumb, html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed .breadcrumb {
        left: 200px
    }

    html:not([dir=rtl]) .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb, html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
        left: 150px
    }

    html:not([dir=rtl]) .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb, html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
        left: 50px
    }

    html:not([dir=rtl]) .aside-menu-lg-show .aside-menu, html:not([dir=rtl]) .aside-menu-show .aside-menu {
        margin-right: 0
    }

    html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .app-footer, html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .main, html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .app-footer, html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .main {
        margin-right: 250px
    }

    html:not([dir=rtl]) .aside-menu-lg-show.breadcrumb-fixed .breadcrumb, html:not([dir=rtl]) .aside-menu-show.breadcrumb-fixed .breadcrumb {
        right: 250px
    }

    html[dir=rtl] .sidebar-lg-show .sidebar, html[dir=rtl] .sidebar-show .sidebar {
        margin-right: 0
    }

    html[dir=rtl] .sidebar-lg-show.sidebar-fixed .app-footer, html[dir=rtl] .sidebar-lg-show.sidebar-fixed .main, html[dir=rtl] .sidebar-show.sidebar-fixed .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed .main {
        margin-right: 200px
    }

    html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer, html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-compact .main, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .main {
        margin-right: 150px
    }

    html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer, html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .main {
        margin-right: 50px
    }

    html[dir=rtl] .sidebar-lg-show.breadcrumb-fixed .breadcrumb, html[dir=rtl] .sidebar-show.breadcrumb-fixed .breadcrumb {
        right: 200px
    }

    html[dir=rtl] .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb, html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
        right: 150px
    }

    html[dir=rtl] .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb, html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
        right: 50px
    }

    html[dir=rtl] .aside-menu-lg-show .aside-menu, html[dir=rtl] .aside-menu-show .aside-menu {
        margin-left: 0
    }

    html[dir=rtl] .aside-menu-lg-show.aside-menu-fixed .app-footer, html[dir=rtl] .aside-menu-lg-show.aside-menu-fixed .main, html[dir=rtl] .aside-menu-show.aside-menu-fixed .app-footer, html[dir=rtl] .aside-menu-show.aside-menu-fixed .main {
        margin-left: 250px
    }

    html[dir=rtl] .aside-menu-lg-show.breadcrumb-fixed .breadcrumb, html[dir=rtl] .aside-menu-show.breadcrumb-fixed .breadcrumb {
        left: 250px
    }

    @-webkit-keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
}

@media(min-width:1200px) {
    @-webkit-keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
}

.app-footer, .app-header, .aside-menu, .main, .sidebar {
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s;
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s,-ms-flex .25s
}

.sidebar-nav {
    transition: width .25s
}

@media(max-width:991.98px) {
    .app-header {
        position: fixed;
        z-index: 1020;
        width: 100%;
        text-align: center
    }

        .app-header .navbar-toggler {
            color: #fff
        }

        .app-header .navbar-brand {
            width: 60px;
            padding-right: 10px
        }

    .app-body {
        margin-top: 50px
    }

    .sidebar {
        position: fixed;
        z-index: 1019;
        width: 260px;
        height: calc(100vh - 50px);
        background: #ebf1f1
    }

    .sidebar-minimizer {
        display: none
    }

    .aside-menu {
        position: fixed;
        height: 100%
    }
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-thumb {
    background: #cbcfd2;
    border-radius: 0
}

    ::-webkit-scrollbar-thumb:hover {
        background: #bcc0c3
    }

::-webkit-input-placeholder {
    text-transform: initial
}

:-moz-placeholder {
    text-transform: initial
}

::-moz-placeholder {
    text-transform: initial
}

:-ms-input-placeholder {
    text-transform: initial
}

body {
    background: #ebf1f1 url(../images/btm_txture.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-attachment: fixed
}

a img:focus, a:focus, button img:focus, button:focus, video:focus {
    outline: 0
}

.table {
    color: #212529
}

.btn-black {
    background: #484848;
    color: #f5f5f5
}

    .btn-black:hover {
        background: #484848;
        color: #fff
    }

.btn-group-xs > .btn, .btn-xs {
    padding: .13rem .35rem .115rem;
    font-size: .675rem;
    line-height: 1.5;
    font-weight: 400 !important;
    text-align: center;
    border-radius: .175rem;
    height: calc(1.25rem + 1px);
    text-transform: capitalize
}

.mg-r-3 {
    margin-right: 3px
}

.mg-r-5 {
    margin-right: 5px
}

.m-l--1 {
    margin-left: -1rem
}

.mx-wd-100 {
    max-width: 100%
}

.mg-t-20 {
    margin-top: 20px
}

.mg-t-25 {
    margin-top: 25px
}

.mg-r-15 {
    margin-right: 15px !important
}

.mg-r-30 {
    margin-right: 30px !important
}

.wd-20 {
    width: 20px
}

.pd-l-0 {
    padding-left: 0 !important
}

.pd-r-0 {
    padding-right: 0 !important
}

.wd-p-100 {
    width: 100%
}

.wd-100 {
    width: 100px
}

.wd-110 {
    width: 110px
}

.wd-120 {
    width: 120px
}

.wd-285 {
    width: 285px;
    max-width: 100%
}

.wd-296 {
    width: 296px;
    max-width: 100%
}

.wd-70 {
    width: 70px
}

.mxwd-40 {
    max-width: 40px
}

.mxwd-70 {
    max-width: 70px
}

.mxwd-150 {
    max-width: 150px
}

.text-bold {
    font-weight: 700 !important
}

.text-primary, .text-primary-force {
    color: #1dacb4 !important
}

.txt-danger {
    color: #e72d52 !important
}

.bx-purple {
    border-bottom: 3px solid #183958
}

.tx-purple {
    color: #183958
}

.tx-purple-force {
    color: #183958 !important
}

.tx-bold-force {
    font-weight: 700 !important
}

.btn-purple {
    color: #fff;
    background: #3d65ca;
    border-color: #3d65ca
}

.btn-white {
    color: #9b9b9b;
    background: #fff;
    border-color: #fff
}

.btn-purple:hover {
    color: #fff;
    background: #3057b9;
    border-color: #3057b9
}

.sweet-alert .btn-default {
    background: 0 0;
    border: 1px solid #cfcfcf;
    color: #212529;
    margin-right: .25rem
}

.sweet-alert .lead {
    font-size: 1rem;
    font-weight: 400
}

.btn-default-outline {
    background: 0 0;
    border: 1px solid #cfcfcf;
    color: #484848
}

.btn-group:hover .btn-default-outline, btn-group:active .btn-default-outline, btn-group:focus .btn-default-outline {
    background: 0 0;
    border: 1px solid #01b9f5
}

.btn-skyblue-outline {
    background: 0 0;
    border: 1px solid #01b9f5;
    color: #484848
}

.tx-primary {
    color: #1dacb4
}

.tx-dark {
    color: #212529
}

.tx-success {
    color: #0da20a
}

.tx-failed {
    color: #fe0000
}

.tx-gray {
    color: #9b9b9b
}

.mg-t-2 {
    margin-top: 2px
}

.mg-r-5 {
    margin-right: 5px
}

.mg-r-7 {
    margin-right: 7px
}

.mg-r-15 {
    margin-right: 15px
}

.tx-20 {
    font-size: 20px
}

.bg-light-gray {
    background: #e2e2e2
}

.disply-block {
    display: inline-table !important
}

.ExlImg {
    max-width: 28px
}

.control-label, label {
    font-weight: 400;
    margin-bottom: .25rem;
    color: #212529;
    font-size: .72rem
}

.field-validation-error {
    color: #e72d52 !important;
    font-size: .675rem
}

.fv-error {
    color: #e72d52 !important;
    font-size: .675rem
}

.fvError {
    color: #e72d52 !important;
    font-size: .675rem
}

label.error {
    color: #e72d52 !important;
    font-size: .675rem
}

.today-date {
    font-weight: 700;
    text-transform: uppercase;
    color: #2c4480;
    margin-left: 10px
}

.content-title {
    font-weight: 700;
    font-size: 1.09375rem;
    text-transform: uppercase
}

.tx-bold {
    font-weight: 700
}

.tx-uc {
    text-transform: uppercase
}

.bdr > div {
    border-left: 1px solid rgba(145,160,168,.25)
}

    .bdr > div:first-child {
        border-left: 1px solid transparent
    }

.bxbdr {
    border: 1px solid rgba(145,160,168,.25);
    border-radius: .35rem;
    padding: 0 .35rem;
}

    .bxbdr .form-check {
        margin: .3rem;
    }

@media (max-width:767px) {
    .powered-login {
        color: #939393;
        padding: 10px;
        width: 100%;
        font-size: .835rem;
        position: relative;
        bottom: 0
    }

    .wrapcontent {
        top: 63% !important;
        position: absolute;
        /*top: 50%;*/
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%
    }

    .cstm-cntr {
        height: 100vh !important
    }

    .tb-link {
        padding: 5px
    }

    .card-box-dash {
        padding: 15px 10px !important;
        width: 138px !important;
        height: 120px !important;
        margin: 8px !important
    }

    .cbd-inside img {
        height: 42px !important
    }

    .cbd-inside h6 {
        position: relative;
        color: #484848;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 20px;
        font-size: .835rem
    }

    .tb-link-inner {
        display: none
    }

    .tb-link img {
        margin-right: 10px
    }

    .today-date {
        display: none
    }

    .navbar-nav {
        border-left: 0
    }

    .d-xs-none {
        display: none !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .mg-xs-l-20 {
        margin-left: 20px
    }

    .main-logo {
        margin-bottom: .5rem !important
    }

    .logoimg {
        height: 35px
    }

    .lgout {
        top: .75rem !important;
        right: .75rem !important
    }

    .wrapcontent {
        height: 100%
    }
}

@media (min-width:768px) {
    .justify-content-end-767 {
        justify-content: flex-end
    }

    .tb-link {
        padding: 15px 20px
    }

    .bdr-rgt-aftr > div {
        border-left: 1px solid rgba(145,160,168,.25)
    }

    .bgtopBar.bdr-rgt-aftr > div {
        border-left: 1px solid rgba(255,255,255,.25)
    }

    .bdr-rgt-aftr > div:first-child {
        border-left: 0
    }

    .bdrAftr > div {
        border-left: .02rem solid #dbe4e4
    }

        .bdrAftr > div:first-child {
            border-left: 0
        }
}

.tb-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    cursor: pointer;
    border-bottom: 3px solid transparent
}

    .tb-link.active {
        background: #fff;
        border-bottom: 3px solid #183958;
        box-shadow: 0 1px 25px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 25px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 25px rgba(0,0,0,.1)
    }

    .tb-link:hover {
        background: #fff;
        box-shadow: 0 1px 25px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 25px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 25px rgba(0,0,0,.1)
    }

    .tb-link.bx-purple:hover {
        background: #fff;
        border-bottom: 3px solid #183958
    }

    .tb-link.bx-success:hover {
        background: #fff;
        border-bottom: 3px solid #0da20a
    }

    .tb-link.bx-failed:hover {
        background: #fff;
        border-bottom: 3px solid #fe0000
    }

    .tb-link:last-child {
        margin-right: 0
    }

    .tb-link img {
        margin-right: 10px
    }

.tb-link-inner {
    font-size: .925rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1rem
}

    .tb-link-inner span {
        display: block;
        font-size: .775rem;
        font-weight: 500;
        text-transform: none;
        color: #828282
    }

.custom-tbl tr th {
    background: #e2e2e2;
    border-bottom: 1px solid #e6e6e6;
    color: #484848;
    border-top: 0 !important
}

.rbread .bimg {
    margin-right: 15px;
    height: 22px
}

.badge-default {
    color: #212529;
    background-color: #ebf1f1
}

.bx-head img {
    height: 24px
}

.bx-head h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #183958;
    margin: 0 10px
}

.bx-head span {
    font-weight: 500;
    color: #9b9b9b
}

.searchbx {
    display: inline-block;
    width: 250px;
    max-width: 100%
}

.nbtn {
    display: inline-block;
    vertical-align: middle
}

.pdftbl.tblcl6.tblytfx {
    table-layout: fixed
}

.table.tbltod tr td, .table.tbltod tr th {
    border: 1px solid #dbe4e4;
    vertical-align: middle;
    font-size: .813rem;
    padding: .5rem .5rem;
    font-weight: 500;
    color: #183958;
}

.table.tbltod tr th {
    background: #f2f7f7;
    font-size: .75rem;
}

    .table.tbltod tr th.bgp {
        background: #e6efef;
        text-transform: uppercase;
    }

.card-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    margin-bottom: 1rem
}

.card-cstm {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    margin-bottom: 1rem
}

    .card-cstm.mg-t-15 > .cbdy {
        padding: 0
    }

.card-body-custom {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px
}

    .card-body-custom .row {
        margin-right: -6px;
        margin-left: -6px
    }

    .card-body-custom .col, .card-body-custom .col-1, .card-body-custom .col-10, .card-body-custom .col-11, .card-body-custom .col-12, .card-body-custom .col-2, .card-body-custom .col-3, .card-body-custom .col-4, .card-body-custom .col-5, .card-body-custom .col-6, .card-body-custom .col-7, .card-body-custom .col-8, .card-body-custom .col-9, .card-body-custom .col-auto {
        padding-right: 6px;
        padding-left: 6px
    }

    .card-body-custom p {
        margin-bottom: 10px;
        line-height: 1rem;
        font-size: 13px
    }

    .card-body-custom label {
        font-size: .925rem
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .05rem
}

.custom-control-label::before {
    background: #fff
}

.add-img {
    margin-top: 10px
}

    .add-img a {
        margin-left: -10px
    }

        .add-img a:first-child {
            margin-left: 0
        }

.add-img-inner {
    width: 35px;
    height: 35px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -10px;
    border-radius: 50%
}

.add-img-inner2 {
    width: 75px;
    height: 75px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -20px;
    border-radius: 50%
}

.add-img img:first-child {
    margin-left: 0
}

.card-custom .card-footer {
    border-color: #e2e2e2;
    background: #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    color: #484848
}

    .card-custom .card-footer img {
        height: 22px
    }

.card-custom .dropdown-menu::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 10px;
    top: -10px;
    background: url(../images/arrow-up-blue.svg) no-repeat
}

.drop-img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    float: left
}

.bd-b-1 {
    border-bottom: 1px solid rgba(145,160,168,.25)
}

.bdbw {
    border-bottom: 1px solid rgba(255,255,255,.15)
}

.title-drp {
    padding: 10px 0;
    border-bottom: 1px solid #e6e8f0;
    color: #183958;
    font-weight: 700
}

.title-drp-1 {
    padding: 10px 0;
    color: #183958;
    font-weight: 700;
    margin-bottom: 0
}

.fegraph {
    width: 40px;
    margin-right: 7px
}

.assign-count img {
    height: 20px
}

.dropdown-item {
    padding: 10px 7px;
    transition: .3s all ease-in-out
}

.breadcrumb-dropdown {
    left: 13px !important;
    border: 0 !important;
    box-shadow: 0 6px 8px rgba(0,0,0,.2196078431372549);
    background: #e9e9e9;
    position: relative
}

.dropdown-body-cst {
    padding: 15px
}

.inner-dropdown-body {
    padding: 10px
}

.dropdown-item:hover {
    background: #1dacb4;
    color: #fff !important
}

.addbook img {
    width: 16px;
    height: 16px
}

.target-cont span {
    font-size: 12px;
    color: #939393
}

.mn-wd-130 {
    min-width: 130px
}

#dvProcessing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    border-radius: .25rem
}

.loader-custom {
    position: relative;
    width: 100%;
    height: 100%
}

.loader-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    z-index: 1000
}

    .loader-custom-inner .LoaderImg {
        width: 48px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.btn-dropdwn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.3125rem;
    padding-left: 1.5rem
}

.min-wd-160 {
    min-width: 160px
}

.back {
    height: 14px !important;
    margin-right: 10px
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity .3s linear,left .3s ease-out;
    -moz-transition: opacity .3s linear,left .3s ease-out;
    transition: opacity .3s linear,left .3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity .3s linear,right .3s ease-out;
    -moz-transition: opacity .3s linear,right .3s ease-out;
    transition: opacity .3s linear,right .3s ease-out
}

.modal.right.fade.in .modal-dialog {
    right: 0
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-header {
    border-bottom-color: #d2d2d2;
    background-color: #d9d9d9;
    border-radius: 0;
    padding: 10px 15px
}

.modal-dialog-scrollable .modal-content {
    border-radius: .5rem;
}

    .modal-dialog-scrollable .modal-content .cnsmrmdl {
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding-bottom: .25rem;
    }

.bllvw .modal-dialog-scrollable .modal-content .cnsmrmdl {
    border-bottom: none;
    padding-bottom: 0;
}

.Deactive {
    color: #0e5bbc
}

.Active {
    color: #07a92a
}

.mb-0 > a {
    display: block;
    position: relative
}

    .mb-0 > a:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 0
    }

    .mb-0 > a[aria-expanded=true]:after {
        content: "\f0d8"
    }

.accordion-custom {
    background: #fff
}

    .accordion-custom .card {
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0
    }

    .accordion-custom .card-header {
        background: #fff;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0
    }

        .accordion-custom .card-header h6 {
            font-weight: 700
        }

            .accordion-custom .card-header h6 a {
                color: #484848
            }

    .accordion-custom .list-group-item {
        font-weight: 700;
        color: #939393;
        border: 1px solid #e6e8f0
    }

        .accordion-custom .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top: 0
        }

        .accordion-custom .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

    .accordion-custom .card-header .custom-control-label::before {
        top: 0
    }

    .accordion-custom .card-header .custom-control-label::after {
        top: 0
    }

.check-custom input[type=radio] {
    margin: 0 3px 0 0
}

.chk-cstm label {
    font-weight: 400;
    margin-right: 5px
}

.card-body-inner {
    padding: 15px
}

.lgroup {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ebf3;
    margin-bottom: 10px
}

.loca {
    margin-left: 1px
}

.badge-cstm {
    display: inline-block;
    padding: .35em .45em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem
}

.zname {
    color: #183958;
    text-transform: uppercase;
    font-weight: 700
}

.billeditem {
    color: #9bbb58
}

.unbilleditem {
    color: #484848
}

.badge-cstm-gold {
    background: #b8a98c;
    color: #fff;
    text-transform: capitalize
}

    .badge-cstm-gold:hover {
        color: #fff
    }

.badge-cstm-bill {
    background: #9bbb58;
    color: #fff
}

.badge-cstm-exception {
    background: #445870;
    color: #fff
}

.badge-cstm-teal {
    background: #0c96a3;
    color: #fff
}

.badge-cstm-danger {
    background: #be4a31;
    color: #fff
}

.widget-head {
    padding: 15px
}

.wgt-ttl-icon {
    display: inline-block;
    vertical-align: top
}

.widget-title {
    font-weight: 700;
    color: #484848;
    text-transform: uppercase
}

.tconsumer {
    color: #939393;
    font-weight: 700;
    line-height: 1rem;
    display: inline-block;
    margin: 0 7px
}

    .tconsumer .cvalue {
        color: #484848;
        display: block;
        font-size: 1.2rem
    }

@media (max-width:767px) {
    .mg-bt-575 {
        margin-bottom: .75rem
    }

    .billed-card, .unbilled-card {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .blcard1, .unblcard1 {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .nameFe {
        white-space: nowrap
    }

    .ttl-Sub {
        white-space: nowrap
    }

    .vr {
        display: block
    }

    .rep-at {
        white-space: nowrap
    }

    .mg-t-10-sm {
        margin-top: 10px
    }

    .card-group > .card {
        margin-bottom: 10px
    }

    .content-title {
        font-weight: 700;
        font-size: .9rem;
        text-transform: uppercase
    }
}

@media (min-width:768px) {
    .wdgt-total .card-group .card:first-child {
        border-left: 0
    }

    .wdgt-total .card-group .card:last-child {
        border-right: 0
    }
}

.wdgt-total .card-group .card {
    box-shadow: none;
    background: 0 0;
    border: 1px solid rgba(0,0,0,.1)
}

.card-body-inside {
    padding: 7px 10px;
    height: 56px
}

.assgn-value-inner {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.3rem
}

    .assgn-value-inner span {
        color: rgba(0,0,0,.5);
        font-size: .875rem;
        margin-left: 3px
    }

.assgn-ttl {
    color: rgba(0,0,0,.5);
    font-weight: 700;
    text-transform: uppercase
}

.wdgt-foot {
    padding: 10px
}

    .wdgt-foot h6 {
        font-weight: 700;
        color: #fff;
        margin-bottom: 0
    }

.wgt-hdr1 {
    padding: 5px 10px
}

.wgt-ttl1 {
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.grow-wgt1 span {
    font-size: .925rem;
    font-weight: 700;
    color: #fff;
    margin-right: 10px
}

.grow-wgt1 img {
    width: 16px
}

.updown {
    width: 20px
}

.prev-next i {
    font-size: .65rem
}

.sld-ttl {
    color: rgba(0,0,0,.5);
    line-height: 1rem;
    font-size: .75rem;
    font-weight: 700
}

.sld-desc {
    color: #fff;
    font-size: .7rem;
    line-height: .875rem
}

.inactive {
    opacity: .5
}

.btn-img {
    margin: 0 10px
}

.bx-head2 img {
    height: 24px
}

.bx-head2 h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #183958;
    margin: 0 10px;
    display: inline-block
}

.bx-head2 {
    clear: both;
    margin-bottom: 20px
}

.bx-head1 img {
    height: 24px
}

.bx-head1 h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #183958;
    margin: 0 10px
}

.bx-head1 span {
    font-weight: 500;
    margin-right: 5px
}

.dateinline {
    display: inline-block;
    width: 180px;
    max-width: 100%
}

.badge-dark {
    background: #6c757d;
    color: #fff
}

.billstatus span {
    margin-bottom: 3px
}

.slide-cap .carousel-control-next, .slide-cap .carousel-control-prev {
    width: 12px;
    height: 18px;
    opacity: 1
}

.slide-cap .pvnxt-control {
    position: absolute;
    right: 10px;
    top: -33px;
    width: 30px;
    height: 20px
}

a:hover {
    color: #1dacb4;
    text-decoration: none
}

.lnews {
    margin: 0 10px
}

.newsttl {
    color: #09c5f2;
    font-size: .835rem
}

.ticker {
    width: 100%
}

    .ticker div {
        display: inline-block;
        word-wrap: break-word
    }

.bdr-sep {
    height: 1px;
    background: rgba(100,121,143,.175)
}

.card-bx {
    border: .02rem solid #dbe4e4;
    box-shadow: none;
    border-radius: .25rem
}

    .card-bx .card-body {
        padding: 1rem
    }

    .card-bx .card-header {
        color: #484848;
        text-transform: uppercase;
        font-weight: 700;
        padding: .5rem .835rem;
        background-color: #fff;
        border-bottom: 1px solid #e2e2e2
    }

        .card-bx .card-header a {
            color: #939393
        }

    .card-bx .card-footer img {
        height: 24px
    }

.card-footer {
    padding: .5rem .835rem;
    background-color: #e2e2e2;
    border-top: 1px solid #e2e2e2
}

.upd-avatar {
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative
}

    .upd-avatar .upd-img {
        width: 150px;
        height: 150px;
        border-radius: 50%
    }

    .upd-avatar .upd-status-avatar {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px
    }

.usrLinkx {
    height: 32px;
    width: 32px;
    border-radius: .475rem;
    display: block;
    border: .02rem solid #dbe4e4;
    position: relative;
    overflow: hidden;
}

    .usrLinkx img {
        height: 100%;
        width: 100%;
        border-radius: .475rem
    }

    .usrLinkx .userActive {
        position: absolute;
        color: #50cd89;
        right: 1px;
        bottom: -3px
    }

        .usrLinkx .userActive .bi {
            font-size: 8px;
            line-height: 8px
        }

.u-prof {
    width: 230px;
    margin: 12px 0
}

.usrPrfPic {
    width: 52px;
    max-width: 52px;
    height: 52px;
    margin-right: 12px;
    overflow: hidden
}

    .usrPrfPic img {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

.UserName {
    color: #212529;
    font-weight: 700;
    font-size: .9rem;
    line-height: .9rem;
    margin-bottom: 6px;
    text-transform: capitalize
}

.UserCode {
    color: #939393;
    font-size: .815rem
}

.UserEditProf {
    margin-top: 10px;
    font-weight: 700
}

.drpdwn-footer {
    padding: 6px 15px;
    background: #f9fbfd;
    border-top: 1px solid #e3ebec;
    border-color: #e3ebec;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    display: flex;
    justify-content: space-between
}

    .drpdwn-footer .btn.btn-defalut-custom {
        margin-bottom: 0 !important
    }

.btn-defalut-custom {
    color: #212529;
    background: #ebf1f1;
    border: .02rem solid #dbe4e4;
    text-transform: capitalize;
    font-weight: 500
}

    .btn-defalut-custom:hover {
        color: #212529;
        background: #e3e9ec;
        border: 1px solid #d1dadc
    }

.UserEditProf .btn {
    font-weight: 700;
    text-transform: capitalize
}

.tx-capi {
    text-transform: capitalize !important
}

.user-prof-detail {
    text-align: center
}

.upd-name {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    color: #183958
}

.upd-name-sub {
    font-size: .925rem;
    font-weight: 700;
    margin-top: 5px;
    color: #484848
}

.rating-view {
    margin: 5px 0
}

    .rating-view img {
        width: 16px
    }

.upd-call {
    font-weight: 700;
    color: #484848
}

.upd-email {
    font-weight: 700;
    color: #484848
}

.tx-capi {
    text-transform: capitalize
}

.clclnk {
    background: none;
    border: none;
    color: #1dacb4;
    font-weight: 500;
    padding-right: 0;
    text-decoration: underline;
}

    .clclnk:hover {
        color: #183958;
        text-decoration: underline;
    }

.form-control.vlbld {
    color: #1dacb4;
    font-size: .875rem;
    font-weight: bold;
}

@media (min-width:768px) {
    .bd-r-aftr {
        position: relative
    }

        .bd-r-aftr:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            background: #e2e2e2;
            right: 0;
            top: 0
        }

    .cbd-inside h6 {
        position: relative;
        color: #484848;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 20px;
        font-size: .925rem
    }

    .cbd-inside1 h6 {
        position: relative;
        color: #484848;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 20px;
        font-size: .925rem
    }

    .wrapcontent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%
    }
}

.logo-dash {
    margin: 70px 0 30px
}

.innerbody {
    text-align: center
}

.cstm-cntr {
    height: 90%
}

.card-box-dash {
    background: #fff;
    padding: 20px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 1px 25px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 25px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 25px rgba(0,0,0,.15);
    margin: 10px;
    width: 170px;
    height: 145px;
    border: 1px solid #e6e8f0
}

.cbd-inside h6:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #1dacb4;
    top: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.foot-dash-custom {
    color: #484848;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: auto;
    width: 100%;
    font-size: .785rem;
    display: none
}

.is-disabled {
    background: #fdfdfd !important;
    pointer-events: none;
    cursor: no-drop;
    cursor: not-allowed
}

    .is-disabled cbd-inside1, .is-disabled h5, .is-disabled h6, .is-disabled img {
        color: #939393;
        opacity: .5
    }

    .is-disabled .cbd-inside1 h6:after {
        content: '';
        position: absolute;
        width: 35px;
        height: 2px;
        background: #939393;
        top: -10px;
        left: 50%;
        transform: translateX(-50%)
    }

.cbd-inside {
    display: block
}

    .cbd-inside img {
        height: 45px
    }

.card-box-dash {
    position: relative
}

    .card-box-dash::after, .card-box-dash::before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all .2s linear;
        background: #1dacb4
    }

.cbd-inside::after, .cbd-inside::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #1dacb4
}

.card-box-dash:hover::after, .card-box-dash:hover::before {
    width: 100%
}

.card-box-dash:hover .cbd-inside::after, .card-box-dash:hover .cbd-inside::before {
    height: 100%
}

.card-box-dash::after {
    left: 0;
    bottom: 0;
    transition-delay: .6s
}

.card-box-dash .cbd-inside::after {
    transition-delay: .4s;
    right: 0;
    bottom: 0
}

.card-box-dash::before {
    right: 0;
    top: 0;
    transition-delay: .2s
}

.card-box-dash .cbd-inside::before {
    transition-delay: 0s;
    left: 0;
    top: 0
}

.card-box-dash:hover::after {
    transition-delay: 0s
}

.card-box-dash:hover .cbd-inside::after {
    transition-delay: .2s
}

.card-box-dash:hover::before {
    transition-delay: .4s
}

.card-box-dash:hover .cbd-inside::before {
    transition-delay: .6s
}

.ccbdwap {
    display: block;
    text-align: center
}

.card-box-dash1 {
    background: #fff;
    width: 100px;
    height: 100px;
    padding: 20px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    border-radius: .25rem;
    box-shadow: 0 1px 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 25px rgba(0,0,0,.1)
}

.cbd-inside1 {
    display: block
}

    .cbd-inside1 img.cbdicn1 {
        height: 48px
    }

.dsrvsnme1 {
    font-weight: 500;
    color: #212529;
    font-size: .78125rem;
    display: block;
    margin-top: .65rem
}

.ccbdwap:hover .dsrvsnme, .ccbdwap:hover .dsrvsnme1 {
    color: #1dacb4
}

.card-box-dash1 {
    position: relative
}

    .card-box-dash1::after, .card-box-dash1::before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all .2s linear;
        background: #1dacb4
    }

.cbd-inside1::after, .cbd-inside1::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #1dacb4
}

.card-box-dash1:hover::after, .card-box-dash1:hover::before {
    width: 100%
}

.card-box-dash1:hover .cbd-inside1::after, .card-box-dash1:hover .cbd-inside1::before {
    height: 100%
}

.card-box-dash1::after {
    left: 0;
    bottom: 0;
    transition-delay: .6s
}

.card-box-dash1 .cbd-inside1::after {
    transition-delay: .4s;
    right: 0;
    bottom: 0
}

.card-box-dash1::before {
    right: 0;
    top: 0;
    transition-delay: .2s
}

.card-box-dash1 .cbd-inside1::before {
    transition-delay: 0s;
    left: 0;
    top: 0
}

.card-box-dash1:hover::after {
    transition-delay: 0s
}

.card-box-dash1:hover .cbd-inside1::after {
    transition-delay: .2s
}

.card-box-dash1:hover::before {
    transition-delay: .4s
}

.card-box-dash1:hover .cbd-inside1::before {
    transition-delay: .6s
}

.fileupload {
    padding: 1rem;
    border: 1px dashed #dbe4e4;
    border-radius: .75rem;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    position: relative;
    overflow: hidden
}

    .fileupload.pdr2_5 {
        padding-right: 2.85rem
    }

.files input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5
}

.drag-title {
    font-size: .875rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #1dacb4;
    margin-bottom: .15rem;
    overflow: hidden
}

.upldFN {
    font-weight: 500;
    color: #0bbd32
}

.fileNote {
    font-size: .7rem;
    color: #91a1b8
}

.list-prog {
    width: 180px;
    height: 10px
}

.c-header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1dacb4
}

.tx-secondary {
    color: #484848
}

.mg-l-7 {
    margin-left: 7px
}

.wd-16 {
    width: 16px
}

.wd-18 {
    width: 18px
}

.wd-20 {
    width: 20px
}

.mn-ht-80vh {
    min-height: 88vh
}

.title-img {
    height: 24px;
    margin-right: 7px
}

.form-control.srchicnlft {
    background: #fff url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-search' fill='%23636e77' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/%3E%3Cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3C/svg%3E") no-repeat;
    background-size: 14px 14px;
    background-position: left .55rem center;
    padding-left: 30px
}

.form-control-sm.srchicnlft {
    background-size: 11px 11px;
    background-position: left .55rem bottom .5rem;
    padding-left: 26px
}

.form-control.calicnrgt {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right .515rem bottom .529rem;
    padding-right: 30px
}

.form-control-sm.calicnrgt {
    background-size: 13px 13px;
    background-position: right .415rem bottom .415rem;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 26px !important
}

.form-control.clockIcon {
    background-image: url(../images/clock_icon.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right .515rem bottom .529rem;
    padding-right: 30px
}

.form-control-sm.clockIcon {
    background-size: 13px 13px;
    background-position: right .415rem bottom .415rem;
    padding-right: 26px !important
}

.form-control.crcyicon {
    background-image: url(../images/rupee-icon.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left .65rem bottom .65rem;
    padding-left: 30px
}

.form-control-sm.crcyicon {
    background-size: 9px 9px;
    background-position: left .6rem bottom .55rem;
    padding-left: 26px
}

.dycrncy {
    position: relative
}

    .dycrncy .form-control {
        padding-left: 30px
    }

    .dycrncy .form-control-sm {
        padding-left: 26px
    }

    .dycrncy .crIcn {
        position: absolute;
        left: .65rem;
        top: 50%;
        transform: translateY(-50%);
    }

.mbno {
    position: relative
}

    .mbno input[type=text].form-control {
        padding-left: 45px
    }

    .mbno:before {
        position: absolute;
        content: '+91';
        color: #212529;
        left: 5px;
        top: 50%;
        border-right: .02rem solid #dbe4e4;
        width: 35px;
        transform: translateY(-50%);
        text-align: center
    }

.acamap {
    background: #fff;
    padding: 2px;
    border: .02rem solid #dbe4e4;
    border-radius: .75rem;
    overflow: hidden
}

    .acamap #map {
        border-radius: .75rem
    }

    .acamap .gmnoprint {
        display: none !important
    }

    .acamap #place-name {
        font-size: 1rem;
        line-height: 1.55;
        font-weight: 700;
        color: #183958;
        padding-right: 1rem
    }

    .acamap #place-address {
        font-weight: 400;
        line-height: 1.65
    }

.src-flr .form-control {
    display: block;
    height: calc(2rem + 1px);
    font-size: .795rem;
    padding: .5rem .7rem;
    line-height: .795rem;
    color: #7c7c7c;
    background-color: #fff;
    background-clip: padding-box;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.15rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
    }

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    cursor: pointer
}

.custom-control-label {
    cursor: pointer
}

.pt-img {
    height: 32px;
    margin-right: 8px
}

.page-heading {
    font-size: .95rem;
    line-height: .95rem;
    color: #183958;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle
}

    .page-heading .page-heading-sub {
        font-size: .725rem;
        color: #6b7577;
        display: block;
        font-weight: 400;
        margin-bottom: .25rem
    }

        .page-heading .page-heading-sub .fwd {
            margin: 0 .5rem;
            font-size: .825rem
        }

    .page-heading .badge {
        margin-bottom: 0 !important
    }

.bd-clearfix {
    display: block;
    clear: both;
    border-bottom: .02rem solid #dbe4e4
}

.custom-table-bordered {
    border-collapse: collapse
}

    .custom-table-bordered > tbody > tr > td, .custom-table-bordered > tbody > tr > th, .custom-table-bordered > tfoot > tr > td, .custom-table-bordered > tfoot > tr > th, .custom-table-bordered > thead > tr > td, .custom-table-bordered > thead > tr > th {
        vertical-align: middle
    }

        .custom-table-bordered tr td:focus, .custom-table-bordered > thead > tr > th:focus {
            outline: 0
        }

    .custom-table-bordered tr th {
        background: #f0f5f5 !important;
        color: #212529 !important;
        padding: .425rem .425rem !important;
        text-transform: uppercase;
        font-size: .72rem;
        font-weight: 600 !important;
        border-top: .02rem solid #dbe4e4 !important;
        border-bottom: .02rem solid #dbe4e4 !important
    }

    .custom-table-bordered.bdt0 tr th {
        border-top: 0 !important;
        padding-top: .75rem !important
    }

    .custom-table-bordered tr td {
        padding: .425rem .425rem !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        border-bottom: .045em dashed #dbe4e4 !important
    }
        /*.custom-table-bordered tr:nth-child(even), .custom-table-bordered.dataTable tr:nth-child(even) {
        background: #f9fbfb;
    }*/

        .custom-table-bordered tr td a {
            font-weight: 700;
            display: inline-block
        }

            .custom-table-bordered tr td a img {
                height: 16px
            }

            .custom-table-bordered tr td a.printid {
                margin-right: .25rem
            }

                .custom-table-bordered tr td a.printid img {
                    max-height: 14px
                }

            .custom-table-bordered tr td a.peicn img {
                height: 22px
            }

.th-nowrap tr th {
    white-space: nowrap
}

.table.custom-table-bordered tr th.actcol {
    width: 100px
}

.table.custom-table-bordered.tblppymt tr td, .table.custom-table-bordered.tblppymt tr th {
    background: #fff !important;
}

    .table.custom-table-bordered.tblppymt tr td.bdtsi {
        border-top: .02rem solid #dbe4e4 !important;
        border-bottom: .02rem solid #dbe4e4 !important;
    }

.tblrsv {
    overflow-y: auto;
    max-height: 200px;
}

table.tblerl tr td {
    padding: .5rem 0;
    border-top: 1px solid #ebf1f1;
}

    table.tblerl tr td:first-child {
        padding-right: 1rem;
    }

    table.tblerl tr td.teval {
        font-weight: bold;
        font-size: 1.15rem;
        line-height: 1.15rem;
        text-align: right;
    }

.fe-tar-ach {
    font-size: .925rem;
    font-weight: 700;
    color: #183958
}

    .fe-tar-ach .fe-ta-down {
        margin-left: 5px;
        vertical-align: inherit
    }

.addbook .btn {
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-size: .965rem
}

    .addbook .btn.tx-purple:hover {
        color: #223874
    }

    .addbook .btn img {
        width: 17px;
        height: 17px;
        vertical-align: sub
    }

.addpreferbook .btn {
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-size: .965rem
}

    .addpreferbook .btn.tx-purple:hover {
        color: #223874
    }

    .addpreferbook .btn img {
        width: 17px;
        height: 17px;
        vertical-align: sub
    }

.main-logo {
    text-align: center;
    margin-bottom: 1rem
}

.logoimg {
    margin: auto
}

.lgout {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem
}

.icons-behav img {
    height: 15px
}

.adv-data {
    display: none
}

.cur-ptr {
    cursor: pointer
}

.noidazone {
    background: #b9a98c;
    color: #fff
}

.saharanpurzone {
    background: #0c96a3;
    color: #fff
}

.ghaziabadzone {
    background: #ff7f0e;
    color: #fff
}

.meerutzone {
    background: #874fb1;
    color: #fff
}

.meerutzone {
    background: #874fb1;
    color: #fff
}

.moradabadzone {
    background: #814e77;
    color: #fff
}

.ratingview {
    margin-bottom: 5px
}

    .ratingview img {
        width: 13px
    }

.vist {
    font-size: .835rem
}

.bldubld {
    font-size: .835rem
}

.vistdy {
    font-size: 1.2rem;
    color: #27acd7;
    font-weight: 700;
    line-height: 1.2rem
}

    .vistdy .visoutof {
        font-size: .875rem;
        font-weight: 400;
        color: #27acd7;
        margin-left: 5px
    }

.blbilled {
    font-size: 1.2rem;
    color: #27acd7;
    font-weight: 700;
    line-height: 1.2rem
}

    .blbilled .blunbilled {
        font-size: .875rem;
        font-weight: 400;
        color: #484848;
        margin-left: 5px
    }

.mg-tb-5 {
    margin: 5px 0
}

.mg-tb-7 {
    margin: 7px 0
}

.mg-tb-10 {
    margin: 10px 0
}

.va-inherit {
    vertical-align: inherit
}

.call-card .callcard {
    background: #01b9f5;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0
}

.mail-card .mailcard {
    background: #012b73;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0
}

.cm-card-body {
    padding: .25rem
}

.actualdata {
    font-size: .925rem;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 5px
}

.outofdata {
    font-size: .875rem;
    font-weight: 400
}

.billed-card .blcard1 {
    background: #9cba58;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0
}

.billed-card .blcard2 {
    background: #a7c36e;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    color: #fff;
    text-align: center;
    border: 0
}

.unbilled-card .unblcard1 {
    background: #445870;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0
}

.unbilled-card .unblcard2 {
    background: #5b6c80;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    color: #fff;
    text-align: center;
    border: 0
}

.blcard-body {
    padding: .25rem
}

.zone-card-footer {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9rem
}

.zone-name {
    background: rgba(0,0,0,.1);
    padding: 8px 10px;
    text-transform: uppercase
}

    .zone-name a {
        color: #fff
    }

.zone-details {
    padding: 8px 5px;
    font-weight: 700
}

.actionicons {
    padding: 8px 10px
}

    .actionicons a {
        color: #fff;
        font-size: .925rem;
        margin-left: 5px
    }

        .actionicons a:hover {
            color: rgba(255,255,255,.8)
        }

        .actionicons a:first-child {
            margin-left: 0
        }

.pob-custom {
    width: 215px
}

.pob-cfooter {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -8px
}

.tblimport .dataTables_info, .tblimport .dataTables_length {
    margin-right: 5px
}

.drptitle {
    font-size: .75rem
}

.hint-block {
    font-size: .835rem;
    margin-top: .1rem
}

.checkedbtn {
    position: relative;
    display: inline-block
}

    .checkedbtn input[type=checkbox], .checkedbtn input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 27px;
        width: 100%;
        cursor: pointer
    }

    .checkedbtn input:checked ~ label {
        background: #1dacb4;
        color: #fff;
        border-radius: 54px;
        cursor: pointer
    }

    .checkedbtn label {
        padding: .3rem .75rem;
        background: #8b9090;
        font-size: .775rem;
        line-height: 1rem;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
        font-weight: 400
    }

.chkd {
    display: none
}

.schdlVst {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 375px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.schdlVstChs {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

    .schdlVstChs input[type=checkbox], .schdlVstChs input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        width: 100%;
        cursor: pointer
    }

    .schdlVstChs input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .schdlVstChs label {
        padding: .5rem 1rem;
        background: 0 0;
        font-size: .775rem;
        line-height: 1rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%
    }

    .schdlVstChs input:checked ~ label {
        background: #fff;
        color: #1dacb4;
        border: 1px solid #1dacb4;
        border-radius: .35rem;
        cursor: pointer;
        padding: .5rem 2rem .5rem 1rem
    }

.box3RB {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 375px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.bxlRSb {
    position: absolute;
    bottom: -32px;
    width: 100%;
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 500;
    padding: .35rem .65rem;
    color: #fff
}

.brsT {
    background: #36516e;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.brsC {
    background: #0fbb6a
}

.brsP {
    background: #e72d52;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.box3RBC {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

    .box3RBC input[type=checkbox], .box3RBC input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        height: 100%;
        width: 100%;
        cursor: pointer
    }

    .box3RBC input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .box3RBC label {
        padding: .5rem;
        background: 0 0;
        font-size: .7rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%
    }

        .box3RBC label .bx3lvle {
            display: block;
            font-size: .95rem;
            line-height: .95rem;
            font-weight: 700
        }

            .box3RBC label .bx3lvle .bx3lbl {
                display: block;
                font-size: .7rem;
                line-height: .7rem;
                margin-bottom: .3rem;
                font-weight: 400
            }

        .box3RBC label .bi {
            font-size: 1.25rem;
            line-height: 1.25rem;
            margin-right: 6px
        }

        .box3RBC label.csmrIcn .bi {
            font-size: 1.15rem;
            line-height: 1.15rem;
            color: #7a8a9b
        }

        .box3RBC label.cmpIcn .bi {
            color: #0fbb6a
        }

        .box3RBC label.pndIcon .bi {
            color: #36516e
        }

            .box3RBC label.pndIcon .bi.dueGeo {
                color: #e72d52
            }

    .box3RBC input:checked ~ label {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: bottom 7px right 7px;
        background-size: 13px 13px;
        border: 1px solid #1dacb4;
        border-radius: .35rem;
        cursor: pointer;
        padding: .5rem
    }

.radiochoose {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 375px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .radiochoose.fvbx {
        width: 100%;
    }

.modal-content.mdlFltr .mdlbdy .radiochoose {
    width: 470px
}

.radiobox {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.radiochoose.fvbx .radiobox {
    flex: unset;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.radiobox input[type=checkbox], .radiobox input[type=radio] {
    opacity: 0;
    position: absolute;
    min-height: 34px;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    display: block
}

.radiobox input:checked ~ label .chkd {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 6px;
    height: 13px
}

.radiobox label {
    padding: .5rem 1rem;
    background: 0 0;
    font-size: .775rem;
    line-height: 1rem;
    color: #212529;
    border-radius: .35rem;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
    border: 1px solid transparent;
    width: 100%;
    z-index: 0
}

.radiobox input:checked ~ label {
    background: #fff;
    color: #1dacb4;
    border: 1px solid #1dacb4;
    border-radius: .35rem;
    cursor: pointer;
    padding: .5rem 2rem .5rem 1rem;
    z-index: 0
}

.asusrdo {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.asusrbx {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

    .asusrbx input[type=checkbox], .asusrbx input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        width: 100%;
        cursor: pointer
    }

    .asusrbx input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .asusrbx label {
        padding: .5rem 1rem .5rem .65rem;
        background: 0 0;
        font-size: .72rem;
        line-height: 1rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%
    }

    .asusrbx input:checked ~ label {
        background: #fff;
        color: #1dacb4;
        border: 1px solid #1dacb4;
        border-radius: .35rem;
        cursor: pointer;
        padding: .5rem 1rem .5rem .65rem
    }

.box2RB {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box2RBC {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

    .box2RBC input[type=checkbox], .box2RBC input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        height: 100%;
        width: 100%;
        cursor: pointer
    }

    .box2RBC input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .box2RBC label {
        font-weight: 500;
        padding: .5rem 20px .5rem .5rem;
        font-size: .725rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%;
        font-weight: 500
    }

    .box2RBC input:checked ~ label {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: top 6px right 8px;
        background-size: 13px 13px;
        color: #1dacb4;
        border: 1px solid #1dacb4
    }

.box33RB {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box33RBC {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

    .box33RBC input[type=checkbox], .box33RBC input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        height: 100%;
        width: 100%;
        cursor: pointer
    }

    .box33RBC input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .box33RBC label {
        font-weight: 500;
        padding: .5rem 20px .5rem .5rem;
        font-size: .725rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%;
        font-weight: 500
    }

    .box33RBC input:checked ~ label {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: top 6px right 8px;
        background-size: 13px 13px;
        color: #1dacb4;
        border: 1px solid #1dacb4
    }

.box4RB {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box4RBC {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

    .box4RBC input[type=checkbox], .box4RBC input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        height: 100%;
        width: 100%;
        cursor: pointer
    }

    .box4RBC input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .box4RBC label {
        padding: .5rem 20px .5rem .5rem;
        font-size: .725rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%;
        font-weight: 500
    }

    .box4RBC input:checked ~ label {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: top 6px right 8px;
        background-size: 13px 13px;
        color: #1dacb4;
        border: 1px solid #1dacb4;
        cursor: pointer
    }

.rdb3 {
    background: #ebf1f1;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rdbiB3 {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

    .rdbiB3 input[type=checkbox], .rdbiB3 input[type=radio] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        height: 100%;
        width: 100%;
        cursor: pointer
    }

    .rdbiB3 input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px
    }

    .rdbiB3 label {
        padding: .5rem 20px .5rem .9rem;
        font-size: .725rem;
        color: #212529;
        border-radius: .35rem;
        cursor: pointer;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%
    }

        .rdbiB3 label .bi {
            margin-right: 8px;
            font-size: .915rem;
            line-height: .915rem
        }

    .rdbiB3 input:checked ~ label {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: top 6px right 8px;
        background-size: 13px 13px;
        color: #1dacb4;
        border: 1px solid #1dacb4;
        cursor: pointer
    }

.cmnt-bx-bg {
    background: #eee;
    width: 100%
}

.badge:focus, a.badge.focus, a.badge:focus {
    box-shadow: none
}

.badge.disabled {
    opacity: .5;
    pointer-events: none
}

.bdbx {
    font-size: .915rem
}

    .bdbp.disabled, .bdbs.disabled, .bdbx.disabled {
        opacity: .5;
        pointer-events: none
    }

.bdbs {
    color: #1cc185
}

    .bdbs:hover {
        color: #1cc185
    }

.bdbp {
    color: #1dacb4
}

    .bdbp:hover {
        color: #1dacb4
    }

.bdbd {
    color: #e72d52
}

    .bdbd:hover {
        color: #e72d52
    }

.mtrsgnttl {
    font-weight: 700;
    font-size: .825rem;
    line-height: .825rem;
    margin-bottom: .35rem
}

.dsbttl {
    font-weight: 700;
    font-size: .85rem;
    line-height: .85rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #183958;
}

.gmapz {
    padding: 2px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px
}

.lalnttl {
    margin-top: 5px
}

    .lalnttl span {
        font-size: .775rem;
        line-height: .775rem;
        font-weight: 500
    }

.lttd {
    border-right: 1px solid #7e7e7e;
    margin-right: 7px;
    padding-right: 7px
}

@media (min-width:1024px) {
    .tblimport table td:first-child {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tblimport table td:last-child {
        width: 70px
    }
}

@media (min-width:768px) {
    .bg-totalcosum {
        border-radius: .5rem 0 0 .5rem
    }

    .bg-todatVisit {
        border-radius: 0 .5rem .5rem 0
    }

    .lRLine:after {
        position: absolute;
        content: '';
        height: 66%;
        background: rgba(0,0,0,.2);
        width: 1px;
        top: 15px
    }
}

@media (max-width:767px) {
    .bg-totalcosum {
        border-radius: .5rem .5rem 0 0
    }

    .ggl-bg-totalcosum {
        border-radius: .5rem .5rem 0 0 !important
    }

    .ggl-bg-todatVisit {
        border-radius: 0 0 .5rem .5rem !important
    }

    .bg-todatVisit {
        border-radius: 0 0 .5rem .5rem
    }

    .bdbtmcol .card-body-custom {
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

    .bdbtmcolspc {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: .02rem solid #dbe4e4
    }
}

table.dataTable.no-footer {
    border-bottom: none !important
}

.bg-OverrallVisit {
    background: #1dacb4;
    background-image: linear-gradient(to bottom,#1dacb4,#1896d5,#1e7abc,#265fa2,#183958);
    color: #fff
}

.bg-unbilled {
    background: #445870;
    color: #fff
}

.bg-pendingbilled {
    background: #874fb1;
    color: #fff
}

.bg-todatVisit {
    background: #b7a469;
    color: #fff
}

.bg-totalcosum {
    background: #d9a61a;
    color: #fff;
    box-shadow: 0 0 5px 3px #d9d9d9
}

.assgn-ttl1 {
    color: rgba(255,255,255,.85);
    font-size: .835rem
}

.lve-status {
    margin-right: 10px
}

.wd-75 {
    width: 75px
}

.lve-desc .lve-req-desc {
    color: #212529
}

    .lve-desc .lve-req-desc span {
        display: block;
        color: #888;
        margin-bottom: 2px;
        text-transform: uppercase
    }

.leave-request {
    padding: 15px 0;
    border-bottom: 1px dashed #dfdfdf
}

    .leave-request:first-child {
        padding-top: 0
    }

    .leave-request:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

.notification-scroll {
    float: left;
    overflow-y: scroll;
    height: 300px
}

.force-overflow {
    min-height: 450px
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.imgdist {
    padding: 4px;
    background-color: #fff;
    border: .02rem solid #dbe4e4;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.billing-dashboard {
    background: #fff
}

.redAlert {
    height: 22px;
    padding: 0;
    padding: 0 6px
}

.lRLine {
    position: relative
}

    .lRLine:before {
        position: absolute;
        right: 0;
        content: '';
        height: 66%;
        background: rgba(0,0,0,.2);
        width: 1px;
        top: 15px
    }

.apexcharts-yaxis-label {
    color: #027abc;
    font-weight: 700
}

.ifledtl span {
    font-size: .835rem;
    margin-left: .75rem;
    padding-left: .75rem;
    border-left: .02rem solid #dbe4e4
}

    .ifledtl span:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

    .ifledtl span.impfle strong {
        color: #1cc185
    }

    .ifledtl span.pdnfle strong {
        color: #1dacb4
    }

    .ifledtl span.fldfle strong {
        color: #e72d52
    }

.lfttab .tbcnt {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.15rem;
    color: #484848;
    font-size: .835rem
}

    .lfttab .tbcnt span {
        display: block;
        font-weight: 700;
        font-size: .9rem;
        text-transform: capitalize
    }

.nameFe2 {
    font-size: .925rem;
    color: #484848;
    font-weight: 700;
    line-height: 1.3rem
}

    .nameFe2 .rnr-desc2 {
        font-size: .8rem;
        color: #888;
        display: block;
        margin-top: 4px;
        font-weight: 400
    }

.nameFe1 a {
    color: #183958
}

.nameFe2 img {
    margin-left: 7px;
    height: 15px
}

.ttl-Sub {
    font-size: .75rem;
    color: #9b9b9b
}

.nfedtl {
    margin-top: 10px
}

.span-group, .span-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.span-primary {
    color: #fff;
    background-color: #64b5f6;
    border-color: #64b5f6
}

.spanb {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.span-outline-secondary {
    color: #484848;
    background-color: transparent;
    background-image: none;
    border-color: #e6e8f0
}

.span-group > .span-group:not(:last-child) > .spanb, .span-group > .spanb:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.span-group > .span-group:not(:first-child) > .spanb, .span-group > .spanb:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.span-group .span-group + .span-group, .span-group .span-group + .spanb, .span-group .spanb + .span-group, .span-group .spanb + .spanb, .span-group-vertical .span-group + .span-group, .span-group-vertical .span-group + .spanb, .span-group-vertical .spanb + .span-group, .span-group-vertical .spanb + .spanb {
    margin-left: -1px
}

.btnz-group, .btnz-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btnz-primary {
    color: #fff;
    background-color: #64b5f6;
    border-color: #64b5f6
}

.btnz {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btnz-outline-secondary {
    color: #484848;
    background-color: transparent;
    background-image: none;
    border-color: #e6e8f0
}

.btnz-group > .btnz-group:not(:last-child) > .btnz, .btnz-group > .btnz:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btnz-group > .btnz-group:not(:first-child) > .btnz, .btnz-group > .btnz:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btnz-group .btnz + .btnz, .btnz-group .btnz + .btnz-group, .btnz-group .btnz-group + .btnz, .btnz-group .btnz-group + .btnz-group, .btnz-group-vertical .btnz + .btnz, .btnz-group-vertical .btnz + .btnz-group, .btnz-group-vertical .btnz-group + .btnz, .btnz-group-vertical .btnz-group + .btnz-group {
    margin-left: -1px
}

.btnz-group-vertical1, .btnz-group1 {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%
}

.btnz1 {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4rem .75rem;
    font-size: .835rem;
    line-height: .85rem;
    border-radius: .4rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: -1px
}

.btnz-outline-default1 {
    color: #484848;
    background-color: transparent;
    background-image: none;
    border-color: #c5c5c5
}

.btnz-group1 > .btnz-group1:not(:last-child) > .btnz1, .btnz-group1 > .btnz1:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btnz-group1 > .bdrbtmlftrd {
    border-bottom-left-radius: 0
}

.btnz-group1 > .bdrtplftrd {
    border-top-left-radius: 0
}

.btnz-group1 > .bdrbtmrgtrd {
    border-bottom-right-radius: 0
}

.btnz-group1 > .bdrtprgtrd {
    border-top-right-radius: 0
}

.btnz-group1 > .btnz-group1:not(:first-child) > .btnz1, .btnz-group1 > .btnz1:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btnz-group-vertical1 .btnz + .btnz-group1, .btnz-group-vertical1 .btnz + .btnz1, .btnz-group-vertical1 .btnz-group1 + .btnz-group1, .btnz-group-vertical1 .btnz-group1 + .btnz1, .btnz-group1 .btnz-group1 + .btnz-group1, .btnz-group1 .btnz-group1 + .btnz1, .btnz-group1 .btnz1 + .btnz-group1, .btnz-group1 .btnz1 + .btnz1 {
    margin-left: -1px
}

.btnz-group-sm > .btnz, .btnz-sm {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5
}

.btnz1-group-xs > .btnz1-xs, .btnz1-xs {
    padding: .15rem .5rem;
    font-size: .715rem;
    line-height: 1rem
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #1dacb4;
    border-color: #1dacb4
}

.dropdown-toggle::after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    border: 0 !important;
    vertical-align: bottom
}

.wd-35 {
    width: 35px
}

.ttlbI {
    background: #e3e3e3 !important
}

.znnme {
    position: relative;
    background: #1dacb4;
    padding: 7px 10px;
    text-transform: capitalize;
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem;
    display: inline-block;
    font-weight: 700
}

    .znnme:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 12px solid #1dacb4;
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 100%;
        z-index: 2
    }

.ftvl {
    background: #939393;
    font-size: .85rem;
    margin-top: 10px;
    border-radius: .4rem
}

.zndtl {
    padding: 7px 10px 7px 16px;
    font-weight: 700;
    display: inline-block
}

.ttlbal {
    background: #96a6a6;
    font-size: .78rem;
    margin-top: 10px
}

    .ttlbal .zone-name {
        position: relative;
        background: #1dacb4;
        padding: 10px;
        text-transform: capitalize
    }

        .ttlbal .zone-name:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-bottom: 19px solid transparent;
            border-left: 12px solid #1dacb4;
            position: absolute;
            top: 0;
            margin-top: 0;
            left: 100%;
            z-index: 2
        }

    .ttlbal .zone-details {
        padding: 8px 5px 8px 15px;
        font-weight: 700
    }

.vwd50 {
    width: 44%
}

.vwd25 {
    width: 28%
}

.wd-40 {
    width: 40px
}

.wd-70 {
    width: 70px
}

.wd-137 {
    width: 137px
}

.wd-143 {
    width: 143px
}

.cstrow {
    margin: 0 7px
}

.assgn-ttl3 {
    color: rgba(255,255,255,.85);
    text-transform: uppercase;
    font-size: .775rem
}

.assgn-value-inner1 {
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5rem
}

.ttlbal01 {
    font-size: .78rem;
    margin-top: 10px
}

    .ttlbal01 .zone-name01 {
        position: relative;
        background: #1dacb4;
        text-transform: capitalize
    }

    .ttlbal01 .zone-details01 {
        font-weight: 700
    }

    .ttlbal01 .zone-name01:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #1dacb4;
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 100%;
        z-index: 2
    }

.sbhead {
    color: #7c7c7c;
    margin-bottom: 0;
    font-size: .715rem;
    line-height: .875rem;
    text-transform: uppercase
}

.vluttl {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5rem
}

.sbdesc {
    font-size: .875rem;
    font-weight: 700
}

.bdr-0 {
    border: 0 !important
}

.pd-l-1 {
    padding-left: 1rem
}

.diperformer .dibge {
    margin-top: 15px;
    width: 24px
}

.diperformer .diperfmnc {
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 7px;
    color: #939393;
    font-weight: 700;
    font-size: .875rem
}

.diperformer .dipvlu {
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.5rem
}

.diavtr {
    position: relative;
    width: 80px;
    margin: auto
}

    .diavtr .diuser {
        width: 75px;
        height: 75px;
        border-radius: 50%
    }

.distrrating {
    position: absolute;
    background: #e7e7e7;
    padding: 3px 9px;
    line-height: .5rem;
    border-radius: 20rem;
    bottom: 0
}

.validation-error {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.loadingbx {
    height: 100%
}

.apexcharts-legend-text {
    color: #7c7c7c !important;
    font-size: .785rem !important;
    font-family: 'Roboto',sans-serif !important
}

.billing-dashboard-status {
    position: absolute;
    z-index: 100;
    right: .5rem
}

    .billing-dashboard-status ul {
        margin: 0;
        padding: 0
    }

    .billing-dashboard-status li, .billing-dashboard-status li.down, .billing-dashboard-status li.target, .billing-dashboard-status li.up {
        display: inline-block;
        padding: 0 8px;
        position: relative;
        font-size: .835rem;
        color: #7c7c7c
    }

        .billing-dashboard-status li.target:before {
            width: 5px;
            height: 5px;
            content: '';
            background: #26a0fc;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.up:before {
            width: 5px;
            height: 5px;
            content: '';
            background: orange;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.down:before {
            width: 5px;
            height: 5px;
            content: '';
            background: red;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.ConsumerPerday:before {
            width: 5px;
            height: 5px;
            content: '';
            background: #229bf8;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.TotalBI:before {
            width: 5px;
            height: 5px;
            content: '';
            background: #26e7a6;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.BilledConsumers:before {
            width: 5px;
            height: 5px;
            content: '';
            background: #1dacb4;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.Exception:before {
            width: 5px;
            height: 5px;
            content: '';
            background: #7d7d7d;
            left: 0;
            position: absolute;
            top: 8px
        }

        .billing-dashboard-status li.Pending:before {
            width: 5px;
            height: 5px;
            content: '';
            background: #b8b8b8;
            left: 0;
            position: absolute;
            top: 8px
        }

.Rural {
    position: absolute;
    top: 40px;
    left: 8px;
    font-size: 12px
}

.Urban {
    position: absolute;
    top: 110px;
    left: 8px;
    font-size: 12px
}

.dropdown-item span {
    cursor: pointer
}

.color-red {
    color: red
}

.color-blue {
    color: #1dacb4
}

.color-gray {
    color: #4d4b4b
}

.zonalbx h5 {
    font-size: 14px;
    color: #939393;
    margin: 0
}

.zonalbx h6 {
    font-size: 14px;
    font-weight: 700
}

.vlusbttl {
    color: #939393;
    font-size: .875rem
}

.bxheader {
    background: #96a6a6;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 7px 11px;
    color: #fff;
    font-size: 18px
}

.todayVisitbx {
    background: #1dacb4;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px
}

.RuralStatus, .UrbanStatus {
    cursor: pointer
}

    .UrbanStatus:before {
        width: 6px;
        height: 6px;
        content: '';
        background: #1dacb4;
        left: -1px;
        position: absolute;
        top: 6px;
        border-radius: 6px
    }

    .RuralStatus:before {
        width: 6px;
        height: 6px;
        content: '';
        background: #183958;
        left: -1px;
        position: absolute;
        top: 6px;
        border-radius: 6px
    }

    .RuralStatus.selected {
        color: #183958;
        font-weight: 700
    }

    .UrbanStatus.selected {
        color: #1dacb4;
        font-weight: 700
    }

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0) scale(1);
    transform: translate(100%,0) scale(1)
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    min-height: 100%
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden
    }

.modal-dialog-slideout .modal-content {
    border: 0
}

.modal-dialog-slideout .modal-footer, .modal-dialog-slideout .modal-header {
    height: 69px;
    display: block
}

    .modal-dialog-slideout .modal-header h5 {
        float: left
    }

#JumpSidenav, #NotifSidenav {
    padding-right: 0 !important
}

.modal-sml {
    width: 360px;
    max-width: 100%
}

.dropdown-header-custom {
    border-bottom: .02rem solid #dbe4e4;
    border-radius: 0;
    padding: 8px 15px;
    position: relative
}

    .dropdown-header-custom .modalTitle {
        font-size: .845rem;
        font-weight: 500
    }

    .dropdown-header-custom h6 {
        margin-bottom: 0;
        line-height: 1.5rem
    }

.jmprsn-body {
    padding: 15px 10px
}

.jumpgridnav {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
    list-style: none
}

    .jumpgridnav .dirli {
        padding-right: 4px;
        padding-left: 4px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        color: #212529
    }

        .jumpgridnav .dirli .diritm {
            text-align: center;
            outline: 0;
            display: block;
            height: 100px;
            width: 100%;
            padding: 10px 6px;
            border: 1px solid transparent;
            border-radius: .25rem;
            transition: all .3s ease;
            cursor: pointer
        }

            .jumpgridnav .dirli .diritm:hover {
                transform: scale(1.1)
            }

            .jumpgridnav .dirli .diritm .navimg {
                height: 30px;
                margin-bottom: 10px
            }

            .jumpgridnav .dirli .diritm .navname {
                font-size: .775rem;
                color: #212529;
                display: block;
                font-weight: 400;
                text-align: center;
                line-height: 1rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .jumpgridnav .dirli .diritm:hover .navname {
                color: #1dacb4;
                white-space: unset
            }

.dirbx1 {
    background: #fff
}

@media (min-width:768px) {
    .mg-l--10 {
        margin-left: -10px
    }

    .dirbx {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        position: relative;
        height: 92vh
    }

    .dirbx1 {
        margin-top: 15px;
        position: relative;
        height: 88vh
    }

    .mg015 {
        margin-left: 15%;
        margin-right: 15%
    }
}

@media (max-width:767px) {
    .mg-tp-767 {
        margin-top: .75rem
    }

    .btnz1 {
        white-space: normal
    }

    .diperformer .dibge {
        width: 20px !important
    }

    .diperformer .diperfmnc {
        font-size: .835rem !important
    }

    .diperformer .dipvlu {
        font-size: 1.35rem !important
    }

    .diavtr .diuser {
        width: 60px !important;
        height: 60px !important
    }

    .diavtr {
        margin-bottom: 15px
    }

    .mg-l--10 {
        margin-top: 15px
    }

    .dirbx {
        width: 100%;
        position: relative;
        height: 92vh
    }

    .dirbx1 {
        width: 100%;
        position: relative;
        height: 88vh;
        overflow-y: auto
    }
}

.bdgabs {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 4px
}

.dropdown-body {
    padding: 5px 15px
}
.tblsclmh {
    max-width: 100%;
    max-height: 300px;
    overflow: auto;
}
.ddhgt {
    max-height: 90vh;
    overflow-y: auto
}

.cstmdrp .dropdown-item {
    padding: 0 !important
}

    .cstmdrp .dropdown-item .btn {
        padding: 10px 7px !important
    }

    .cstmdrp .dropdown-item:hover {
        color: #fff !important
    }

    .cstmdrp .dropdown-item .btn:hover {
        color: #fff !important
    }

.crd-cstm {
    box-shadow: none !important;
    border: .02rem solid #dbe4e4 !important;
    width: 100%;
    border-radius: .25rem
}

.custom-fc {
    border: 0 !important;
    min-height: 200px;
    color: #939393;
    max-width: 100%
}

.customfc {
    padding: .2rem .5rem;
    border: .02rem solid #dbe4e4;
    border-radius: .15rem;
    color: #939393;
    max-width: 100%
}

.ludt {
    color: #183958;
    line-height: 1.35rem;
    font-weight: 700
}

    .ludt .ludtlbl {
        color: #838383;
        font-weight: 400;
    }

.lstupdtd {
    color: #183958;
    line-height: 1.35rem;
    font-weight: 700
}

    .lstupdtd span {
        color: #838383;
        display: block;
        font-weight: 400;
        font-size: .85rem
    }

.bill-Distribution span.active {
    color: #fff;
    background-color: #1dacb4;
    border-color: #1dacb4
}

.pos-relative {
    position: relative
}

.crrtbbx {
    background: #1dacb4;
    color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 3px 8px;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 400;
    font-size: .875rem
}

.tbbx {
    background: #939393;
    color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 3px 8px;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 400;
    font-size: .875rem
}

.blprc {
    color: #1dacb4;
    font-size: .875rem;
    font-weight: 700
}

.blprcgry {
    color: #939393;
    font-size: .875rem;
    font-weight: 700
}

.card-group1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .card-group1 .card {
        border-left: 30px solid #1dacb4;
        width: 100%
    }

        .card-group1 .card .card-body {
            padding: 14px 12px
        }

.crclname {
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 5px 12px;
    color: #fff;
    font-size: 1.05rem;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%,-50%) rotate(-90deg);
    -moz-transform: translate(-50%,-50%) rotate(-90deg);
    -webkit-transform: translate(-50%,-50%) rotate(-90deg)
}

.arrhgt {
    height: 15px
}

.muprfmavg {
    position: relative
}

.GreenDot {
    position: absolute;
    border-radius: 10px;
    height: 7px;
    width: 7px;
    background: #1cc185;
    right: -10px
}

.RedDot {
    background: red !important
}

.usrnmecnt {
    color: #7c7c7c;
    text-transform: uppercase
}

    .usrnmecnt a {
        color: #7c7c7c
    }

    .usrnmecnt i {
        color: #1dacb4
    }

.ggl-bg-totalcosum {
    background: #1dacb4;
    color: #fff;
    border-radius: .5rem 0 0 .5rem
}

.ggl-bg-todatVisit {
    background: #72716c;
    color: #fff;
    border-radius: 0 .5rem .5rem 0
}

.ggl-bg-OverrallVisit {
    background: #fff
}

.ggl-assgn-ttl3 {
    text-transform: uppercase;
    font-size: .835rem;
    font-weight: 700
}

.tv-vlue {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700
}

.ttl-blld {
    color: #1dacb4;
    font-weight: 700
}

.dmst-com {
    line-height: 2.75rem
}

.dmstval {
    font-size: 2.75rem;
    font-weight: 700;
    color: #1dacb4
}

.sub-dmstval {
    font-weight: 700
}

.uavatar {
    width: 90px;
    height: 90px;
    margin: auto
}

    .uavatar .uavatar-img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 1px solid #f0f0f0
    }

.uzrname {
    font-size: .925rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: .7rem;
    margin-bottom: 2px
}

.uzrcode, .uzrdesgn {
    color: #939393
}

.bg-billing-box {
    background: #ebebeb !important
}

.assgn-bill-exp {
    font-size: 1.2rem;
    color: #1dacb4;
    font-weight: 700;
    line-height: 1.2rem
}

    .assgn-bill-exp .assgn-bill-exp-sub {
        font-size: .875rem;
        font-weight: 400;
        color: #484848;
        margin-left: 5px
    }

.strvw {
    margin-bottom: 3px
}

    .strvw img {
        width: 12px
    }

.excname {
    font-size: .95rem;
    line-height: 1.1rem;
    color: #484848;
    font-weight: 700
}

    .excname .excname-id {
        font-size: .835rem;
        color: #888;
        display: block;
        margin-top: 0;
        font-weight: 400
    }

.uzr-avatar {
    width: 55px;
    height: 55px;
    position: relative
}

    .uzr-avatar .uzr-avatar-img {
        width: 55px;
        height: 55px;
        border-radius: 50%
    }

.uzr-details {
    line-height: 1rem
}

.conzmr {
    margin-top: 2px
}

.tdyconzmr {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #fff
}

    .tdyconzmr .tdyconzmr-sub {
        font-weight: 700;
        font-size: .925rem
    }

.unsgnd {
    font-weight: 700;
    color: rgba(255,255,255,.85)
}

.loc-aclist {
    max-height: 450px;
    overflow-y: auto
}

.markerInfo {
    cursor: pointer;
    color: #484848;
    font-weight: 700;
    padding: 8px;
    border-bottom: 1px solid #e6e8f0;
    display: flex;
    align-items: center
}

    .markerInfo:last-child {
        border-bottom: 0
    }

.acno-dt {
    line-height: 1.15rem;
    width: 100%
}

    .acno-dt .dttm {
        font-size: .725rem;
        font-weight: 400;
        color: #91a1b8;
        display: block
    }

.markerInfo:hover {
    color: #1dacb4
}

.markerInfo img {
    margin-right: 5px
}

.mu-ok {
    background: #1cc185;
    border: 1px solid #1cc185;
    color: #fff;
    display: inline-block;
    padding: .25em .7em .25em;
    font-size: .725rem;
    font-weight: 400;
    line-height: .725rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 2rem
}

.non-mu {
    background: #0080ff;
    border: 1px solid #0080ff;
    color: #fff;
    display: inline-block;
    padding: .25em .7em .25em;
    font-size: .725rem;
    font-weight: 400;
    line-height: .725rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 2rem
}

.um {
    background: #e72d52;
    border: 1px solid #e72d52;
    color: #fff;
    display: inline-block;
    padding: .25em .7em .25em;
    font-size: .725rem;
    font-weight: 400;
    line-height: .725rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 2rem
}

.exception {
    background: #939393;
    border: 1px solid #939393;
    color: #fff;
    display: inline-block;
    padding: .25em .7em .25em;
    font-size: .725rem;
    font-weight: 400;
    line-height: .725rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 2rem
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178,178,178,.6);
    border-radius: 2px 2px 10px 10px
}

#iw-container .iw-title {
    font-family: 'Open Sans',sans-serif;
    font-size: .925rem;
    font-weight: 700;
    padding: .5rem;
    background-color: #1dacb4;
    color: #fff;
    margin: 0;
    border-radius: 2px 2px 0 0
}

#iw-container .iw-content {
    font-size: .875rem;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 1rem;
    max-height: 180px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden
}

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%)
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    max-width: 335px !important
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important
}

    .gm-ui-hover-effect img {
        width: 20px !important;
        height: 20px !important;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        margin: 5px
    }

    .gm-ui-hover-effect:hover img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.gm-style .gm-style-iw-t::after {
    height: 10px;
    width: 10px;
    top: 14px
}

.gm-style .gm-style-iw-tc::after {
    top: 15px;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important;
    padding: 1.15rem
}

.gm-style {
    font-family: Roboto,sans-serif !important
}

.poi-info-window .title {
    font-weight: 700
}

.poi-info-window .address {
    font-size: .78rem;
    margin-bottom: 4px
}

.poi-info-window .address {
    margin-top: 5px;
    color: #555
}

.dtllist {
    margin-bottom: .4rem;
    font-size: .85rem;
    color: #484848
}

    .dtllist:last-child {
        margin-bottom: 0
    }

    .dtllist span {
        color: #939393;
        font-weight: 700
    }

.clkhint {
    font-weight: 700;
    margin-right: 1rem
}

    .clkhint img {
        margin-right: .5rem
    }

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

@media (max-width:1199px) {
    .tbloutr {
        overflow-x: auto
    }

    .visitlist table tr td {
        white-space: nowrap
    }
}

.img-dist {
    cursor: pointer
}

    .img-dist:hover {
        color: #1dacb4
    }

.SumoSelect {
    display: block;
    width: 100%
}

select.form-control[multiple], select.form-control[size] {
    height: -webkit-fill-available
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: #dbe4e4 !important
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: .02rem solid #dbe4e4 !important;
    min-height: .835rem !important;
    background-color: #fff;
    border-radius: .25rem !important;
    margin: 0
}

.SelectBox {
    padding: .3rem .6rem !important;
    height: calc(1.85rem + 1px)
}

.SumoSelect > .optWrapper {
    border: .02rem solid #dbe4e4;
    box-shadow: 0 3px 4px rgba(0,0,0,.11)
}

.SumoSelect .select-all {
    border-bottom: 1px solid #edf0f3
}

.SumoSelect > .CaptionCont > span {
    color: #212529 !important;
    font-size: .775rem !important
}

.form-group-sm .SelectBox, .smoslctsm .SelectBox {
    font-size: .7185rem;
    height: calc(1.648438rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
}

.form-group-sm .SumoSelect > .CaptionCont, .smoslctsm .SumoSelect > .CaptionCont {
    border-radius: 0.2rem !important;
}

    .form-group-sm .SumoSelect > .CaptionCont > span, .smoslctsm .SumoSelect > .CaptionCont > span {
        font-size: .7185rem !important;
    }

    .form-group-sm .SumoSelect > .CaptionCont > label, .smoslctsm .SumoSelect > .CaptionCont > label {
        height: 26px;
        width: 28px;
    }

        .form-group-sm .SumoSelect > .CaptionCont > label > i, .smoslctsm .SumoSelect > .CaptionCont > label > i {
            background-size: 11px 11px;
            height: 11px;
            width: 11px;
        }

.dataTables_length select {
    background: url(../images/ddown.svg) no-repeat;
    -webkit-appearance: none;
    background-size: 9px 9px;
    background-position: right .55rem bottom .56rem;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 26px !important;
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem;
    line-height: 1.5;
    border-radius: .2rem;
    border: .02rem solid #dbe4e4;
    width: 60px
}

.drpdwnrprt {
    display: block;
    font-weight: 400;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    font-size: .85rem;
    line-height: 1.5;
    background-color: transparent;
    border: 0;
    padding: .4rem .75rem;
    color: #7c7c7c
}

    .drpdwnrprt:hover {
        background: #1dacb4 !important;
        color: #fff !important
    }

.cstmdrp1 .dropdown-item {
    padding: 0 !important
}

.dropdown-menu.cstmdrp1 {
    border-radius: 0 !important
}

.ndtimg {
    height: 135px;
    opacity: .85;
    margin-top: 2rem
}

.nd-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e2022;
    margin-top: 1rem
}

.nd-sub-ttl {
    color: #677788;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7
}

@media (min-width:426px) {
    .mn-xs-wd-100 {
        margin-right: 5px
    }

    .mn-xs-wd-110 {
        max-width: 110px;
        min-width: 90px;
        margin-right: 5px
    }

    .mn-xs-wd-120 {
        max-width: 120px;
        min-width: 100px;
        margin-right: 5px
    }

    .mn-xs-wd-130 {
        max-width: 130px;
        min-width: 110px;
        margin-right: 5px
    }

    .mn-xs-wd-140 {
        width: 140px;
        min-width: 120px;
        margin-right: 5px
    }

    .mn-xs-wd-150 {
        max-width: 150px;
        min-width: 130px;
        margin-right: 5px
    }

    .mn-xs-wd-180 {
        max-width: 180px;
        min-width: 160px;
        margin-right: 5px
    }

    .mn-xs-wd-200 {
        max-width: 200px;
        min-width: 180px;
        margin-right: 5px
    }

    .mn-xs-wd-210 {
        max-width: 210px;
        min-width: 190px;
        margin-right: 5px
    }

    .mn-xs-wd-220 {
        max-width: 220px;
        min-width: 200px;
        margin-right: 5px
    }

    .mn-xs-wd-240 {
        max-width: 240px;
        min-width: 220px;
        margin-right: 5px
    }

    .mn-xs-wd-250 {
        max-width: 250px;
        min-width: 230px;
        margin-right: 5px
    }

    .mn-xs-wd-260 {
        max-width: 260px;
        min-width: 240px;
        margin-right: 5px
    }

    .mn-xs-wd-350 {
        max-width: 350px;
        min-width: 330px;
        margin-right: 5px
    }
}

@media (min-width:426px) {
    .mlxs-1 {
        margin-left: .2rem
    }
}

@media (max-width:425px) {
    .mrls {
        display: none
    }

    .rg-sbtitle {
        font-size: 1rem
    }

    .rg-title {
        font-size: 1.45rem
    }

    .edashimg {
        height: 175px
    }

    .modl {
        right: 0 !important
    }

    .mbp {
        margin-bottom: 2.5rem !important
    }

    .cnsnme {
        font-size: 1.1rem !important
    }

    .hrchy {
        line-height: 1.15rem !important
    }

    .mn-xs-wd-100 {
        min-width: 100%
    }

    .mn-xs-wd-110 {
        min-width: 100%
    }

    .mn-xs-wd-120 {
        min-width: 100%
    }

    .mn-xs-wd-130 {
        min-width: 100%
    }

    .mn-xs-wd-140 {
        min-width: 100%
    }

    .mn-xs-wd-150 {
        min-width: 100%
    }

    .mn-xs-wd-180 {
        min-width: 100%
    }

    .mn-xs-wd-200 {
        min-width: 100%
    }

    .mn-xs-wd-210 {
        min-width: 100%
    }

    .mn-xs-wd-220 {
        min-width: 100%
    }

    .mn-xs-wd-240 {
        min-width: 100%
    }

    .mn-xs-wd-250 {
        min-width: 100%
    }

    .mn-xs-wd-260 {
        min-width: 100%
    }

    .mn-xs-wd-350 {
        min-width: 100%
    }

    .mn-xs-wd-120.wdthp50, .mn-xs-wd-130.wdthp50, .mn-xs-wd-140.wdthp50, .mn-xs-wd-150.wdthp50, .mn-xs-wd-180.wdthp50, .mn-xs-wd-200.wdthp50, .mn-xs-wd-220.wdthp50 {
        width: calc(50% - .25rem) !important;
        min-width: calc(50% - .25rem)
    }

        .mn-xs-wd-120.wdthp50.mx12l, .mn-xs-wd-130.wdthp50.mx12l, .mn-xs-wd-140.wdthp50.mx12l, .mn-xs-wd-150.wdthp50.mx12l, .mn-xs-wd-180.wdthp50.mx12l, .mn-xs-wd-200.wdthp50.mx12l, .mn-xs-wd-220.wdthp50.mx12l {
            margin-right: .5rem
        }
}

.card-body-gray {
    background: #eee;
    width: 100%;
    padding: 1rem
}

.labelbold {
    font-size: .85rem;
    font-weight: 700;
    color: #484848;
    margin-bottom: 0
}

.billbold {
    font-size: -.15rem;
    font-weight: 700;
    color: #120303;
    margin-bottom: 0
}

.desc {
    color: #939393
}

.dttm {
    color: #1dacb4;
    font-weight: 700
}

.dttmbl {
    color: #1dacb4;
    font-weight: 700
}

.text-dark-force {
    color: #484848 !important;
    font-weight: 700
}

.OI_operate img {
    background: #fff;
    position: fixed
}

.OI_operate .btn-group.c {
    position: fixed
}

.OI_operate .rt.OI_btn.btn {
    position: fixed
}

.photosign img {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    cursor: pointer
}

.input-groupz {
    position: relative
}

.icon-right-validate {
    position: absolute;
    right: 10px;
    top: 5px
}

input[type=checkbox], input[type=radio] {
    height: 16px;
    width: 16px;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    input[type=checkbox]:before, input[type=radio]:before {
        content: '';
        position: absolute;
        top: -8px;
        left: -8px;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0s
    }

    input[type=checkbox]:hover:before, input[type=radio]:hover:before {
        background: rgba(29,172,180,.1)
    }

    input[type=checkbox]:disabled:hover:before, input[type=radio]:disabled:hover:before {
        background: 0 0
    }

    input[type=checkbox]:after, input[type=radio]:after {
        content: '';
        display: block;
        background: #fff;
        pointer-events: none;
        position: absolute;
        top: -1px;
        left: -1px;
        height: 16px;
        width: 16px;
        color: #1dacb4;
        transition: .25s all ease-in-out;
        border-radius: .15rem;
        border: 1px solid #c0cacc;
        text-align: center
    }

    input[type=checkbox]:focus, input[type=radio]:focus {
        outline: 0;
        box-shadow: none
    }

    input[type=radio]:after {
        border-radius: 50%
    }

    input[type=checkbox]:checked:after {
        background: #fff url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-square' fill='%231dacb4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/%3E%3C/svg%3E") no-repeat;
        background-size: 16px 16px;
        border: 0
    }

    input[type=radio]:checked:after {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231dacb4' class='bi bi-record-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E") no-repeat;
        background-size: 16px 16px;
        border: 0
    }

    input[type=checkbox]:checked:disabled:after {
        content: '';
        background: #fff url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-square' fill='%231dacb4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/%3E%3C/svg%3E") no-repeat;
        background-size: 16px 16px;
        border: 0;
        cursor: not-allowed
    }

    input[type=radio]:checked:disabled:after {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231dacb4' class='bi bi-record-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E") no-repeat;
        background-size: 16px 16px;
        border: 0;
        cursor: not-allowed
    }

.modal-head-custom {
    padding-bottom: 10px;
    border-bottom: 1px solid #1dacb4
}

.model-head {
    font-size: .925rem;
    color: #1dacb4;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle
}

    .model-head .model-head-sub {
        font-size: .775rem;
        color: #b1b1b1;
        display: block;
        font-weight: 400
    }

.locate-map {
    padding: 4px;
    background-color: #fff;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    position: relative
}

.instrc .inst-itm {
    margin-bottom: .5rem;
    color: #7c7c7c
}

    .instrc .inst-itm .crcl {
        background: #e9ebf3;
        width: 28px;
        height: 28px;
        line-height: 32px;
        border-radius: 50%;
        text-align: center;
        margin-right: .65rem;
        border: .02rem solid #dbe4e4;
        color: #212529
    }

.loader-custom {
    position: absolute;
    width: 100%;
    height: 100%
}

.loader-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    z-index: 1000
}

    .loader-custom-inner .LoaderImg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    position: relative;
    padding-left: 28px !important;
    cursor: pointer
}

.badge-xs {
    padding: .35rem .55rem;
    font-size: .675rem;
    vertical-align: middle;
    line-height: .675rem
}

.cnsmr-nme {
    color: #484848;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: .15rem
}

.mtrrdr {
    margin-top: .5rem
}

.mtrrdngvlu {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem
}

.inrgrn {
    height: 16px;
    margin-right: 2px;
    vertical-align: baseline
}

.vdesc {
    color: #939393;
    font-size: .835rem
}

.cbdy {
    padding: 5px
}

.cbdy-white {
    padding: .5rem;
    background: #fff
}

.mtrrdval {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1dacb4;
    line-height: 1.2rem
}

.bdr-dashed {
    border: 1px dashed #d9d9d9
}

.ttl-due-amt {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #1dacb4
}

.aftddt {
    margin-top: 5px
}

.ttl-due-amt span {
    font-size: .835rem;
    color: #484848;
    display: block;
    line-height: .85rem;
    font-weight: 400
}

.ttlamnticon {
    height: 24px;
    margin-right: 5px
}

.aftddt-amt {
    color: #e72d52;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700
}

    .aftddt-amt span {
        font-size: .835rem;
        color: #484848;
        display: block;
        line-height: .85rem;
        font-weight: 400
    }

.dttmbl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,.99);
    padding: .5rem;
    border-top: 1px solid #eee;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.bllavtar {
    width: 90px;
    height: 90px;
    margin-right: 1rem
}

    .bllavtar img {
        width: 90px;
        height: 90px;
        border-radius: 50%
    }

.bedtl {
    line-height: 1rem
}

.bename {
    font-size: .875rem;
    font-weight: 700
}

.card-body-white {
    background: #fff;
    padding: .75rem;
    border-radius: .25rem
}

.strrting {
    margin-bottom: .25rem
}

.phdttm {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 1000;
    font-size: .825rem;
    background: rgba(0,0,0,.55);
    padding: .15rem .5rem;
    color: #fff;
    border-left: 2px solid #1dacb4
}

.custom-table-bordered tr:hover {
    background: #f9fbfb;
}

.custom-table-bordered tr.seletedrow {
    background: #f9fbfb;
}

.custom-table-bordered tr td .btn {
    margin-bottom: 0 !important
}

.custom-table-bordered tr td .bi {
    font-size: .725rem;
    line-height: .725rem
}

.custom-table-bordered tr td .bi-x-circle-fill, .custom-table-bordered tr td .bi-check-circle-fill {
    font-size: .875rem;
    line-height: .875rem
}

.custom-table-bordered tr td .tblBtn .bi {
    font-size: .875rem;
    line-height: .875rem
}

.custom-table-bordered tr td .tblBtn.kybtn {
    transform: rotate(-220deg);
}

    .custom-table-bordered tr td .tblBtn.kybtn .bi {
        font-size: 1.25rem;
    }

.cap-img {
    position: relative
}

.clipboard {
    position: relative;
}

    .clipboard .form-control {
        padding-right: 38px;
    }

.copy-btn {
    width: 36px;
    /*background-color: #ebf1f1;*/
    background-color: transparent;
    font-size: 1.1rem;
    border-radius: 5px;
    border: none;
    color: #183958;
    transition: all .4s;
    position: absolute;
    right: 2px;
    top: 4px;
    bottom: 2px;
}

    .copy-btn:hover {
        transform: scale(1.1);
        color: #1a1a1a;
        cursor: pointer;
    }

    .copy-btn:focus {
        outline: none;
    }

.copied {
    width: 75px;
    display: none;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
}

.bi-meterok {
    display: inline-block;
    background: #fff;
    border: 3px solid #1cc185;
    border-radius: .3rem;
    overflow: hidden
}

.bibody {
    padding: .7rem
}

.bihead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eee
}

    .bihead img {
        height: 18px
    }

.biheadinnr {
    margin-right: 2rem
}

.cnnme {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3rem;
    margin-top: .5rem
}

.bicode {
    color: #91a1b8
}

.bi-meterok-foot {
    background: #1cc185;
    color: #fff;
    padding: .35rem .7rem.25rem .7rem;
    font-size: .815rem
}

.expbi {
    color: #91a1b8;
    margin-top: .35rem;
    font-size: .775rem;
    line-height: 1.15rem
}

    .expbi span {
        color: #484848;
        display: block;
        font-size: .875rem;
        font-weight: 700
    }

.bidtl {
    font-size: .875rem;
    border-top: 1px solid #f0f0f0;
    margin-top: .35rem;
    padding-top: .35rem
}

.cinlnk {
    font-weight: 700;
    color: #1dacb4
}

    .cinlnk:hover {
        color: #0bab70
    }

.bi-unbilled {
    display: inline-block;
    background: #fff;
    border: 3px solid #e72d52;
    border-radius: .3rem;
    overflow: hidden
}

.bi-ubbilled-foot {
    background: #e72d52;
    color: #fff;
    padding: .35rem .7rem.25rem .7rem;
    font-size: .815rem
}

.bi-exception {
    display: inline-block;
    background: #fff;
    border: 3px solid #939393;
    border-radius: .3rem;
    overflow: hidden
}

.bi-exception-foot {
    background: #939393;
    color: #fff;
    padding: .35rem .7rem.25rem .7rem;
    font-size: .815rem
}

.badge-commercial {
    color: #004982;
    background-color: #cfeaff;
    border-color: #c3e2fb
}

.badge-domestic {
    color: #640;
    background-color: #fec;
    border-color: #ffe5b3;
    text-transform: capitalize
}

.badge-tme {
    border-color: #dbe4e4;
    color: #1dacb4;
    text-transform: capitalize
}

.chkicnz {
    height: 14px;
    margin-right: 3px
}

.dmst-cmrcl {
    margin-right: 1rem;
    margin-bottom: .5rem
}

.cnno {
    font-size: .975rem;
    font-weight: 700;
    color: #8c52fe
}

    .cnno:hover {
        color: #3c67c8
    }

.cnmtr {
    line-height: 1rem;
    margin-top: .5rem
}

.tinvoice {
    font-size: .875rem;
    font-weight: 700;
    color: #1eb3eb
}

    .tinvoice:hover {
        color: #3c67c8
    }

.vallble {
    color: #484848;
    font-size: .875rem
}

.wht-crd {
    background: #fff;
    border-radius: .25rem;
    padding: .5rem;
    margin-top: .35rem;
    margin-bottom: .5rem
}

.crrrdgicn {
    height: 30px
}

.crrrddtl {
    margin-left: 5px
}

.rdhd {
    font-size: .725rem;
    color: #91a1b8
}

.crrrdg {
    color: #1cc185;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35rem
}

.crrrddtl {
    width: 100%
}

.prvrdg {
    color: #91a1b8;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35rem
}

.bdr-dotted {
    border-bottom: 1px dotted #d9d9d9
}

.chrg {
    font-size: .85rem;
    font-weight: 700;
    color: #1eb3eb
}

.btn-sblue {
    color: #fff;
    background-color: #1eb3eb;
    border-color: #1eb3eb
}

    .btn-sblue:hover {
        color: #fff;
        background-color: #3c67c8;
        border-color: #3c67c8
    }

.nvbr .nvitm {
    position: relative;
    margin: 0 .8rem
}

.nvbr .nvlnk {
    display: block
}

    .nvbr .nvlnk .badge {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: 0
    }

.nvlft {
    width: 250px;
    background: #1dacb4
}

.custom-logo-text {
    color: #fff;
    font-size: .9rem;
    margin-left: .3rem
}

.badge-white {
    color: #212529;
    background-color: #fff
}

.breadcrumb-page {
    position: relative
}

.hdr-brdcrm {
    position: fixed;
    z-index: 1001;
    right: 0;
    left: 250px;
    top: 0;
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s;
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s,-ms-flex .25s;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    padding: 0 15px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 .01rem .5rem rgba(0,0,0,.15) !important
}

.imgicon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 .01rem .5rem rgba(0,0,0,.15);
    text-align: center;
    line-height: 40px;
    margin-right: .65rem
}

    .imgicon img {
        height: 18px
    }

.brdcm-left {
    position: relative;
    height: 60px
}

    .brdcm-left:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 4px;
        border-radius: 12px;
        background: #1dacb4;
        left: 0;
        bottom: -2px
    }

.brdcttl {
    line-height: 1.25rem
}

.bcttl {
    font-weight: 400;
    color: #91a1b8;
    font-size: .815rem;
    line-height: .815rem;
    margin-bottom: 5px
}

.bcttl-sbu {
    font-weight: 600;
    color: #484848;
    font-size: .965rem;
    line-height: .965rem
}

.brdcm-right {
    font-weight: 600;
    color: #91a1b8;
    height: 60px
}

.spcrh {
    width: 1px;
    background: #e6e8f0;
    margin: 0 .5rem 0 1rem;
    height: 100%
}

.bls-ttl {
    padding-bottom: .65rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid #e6e8f0
}

.sname {
    color: #212529;
    font-size: .835rem;
    font-weight: 600
}

    .sname img {
        vertical-align: sub;
        margin-right: 3px
    }

.uzttl {
    font-weight: 600;
    color: #484848;
    font-size: .785rem;
    line-height: .785rem;
    margin-bottom: .2rem
}

.uzval {
    font-weight: 600;
    color: #91a1b8;
    font-size: .785rem;
    line-height: .785rem
}

    .uzval span {
        font-size: 1.75rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #1dacb4;
        margin-right: 5px
    }

.pdq {
    font-size: 1.75rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #216bcc;
    margin-right: 3px;
    position: relative
}

.qstts {
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #216bcc
}

.card-bg-primary {
    background: #1dacb4 !important
}

.bls-ttl-sts {
    padding-bottom: .65rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid #6cd3f6
}

.sname-sts {
    color: #fff;
    font-size: .835rem;
    font-weight: 600
}

    .sname-sts img {
        vertical-align: sub;
        margin-right: 3px
    }

.tdytm {
    color: #fff
}

.cstmrw {
    height: 1.711rem
}

.uzttl-sts, .uzval-sts {
    font-weight: 600;
    color: #98e7ff;
    font-size: .785rem;
    line-height: .785rem;
    margin-bottom: .4rem
}

    .uzval-sts span {
        font-size: 1.75rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #fff;
        margin-right: 5px
    }

.inacuz-sts {
    font-size: 1.75rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-right: 3px;
    position: relative
}

.ucard {
    border-radius: .5rem;
    border: 1px solid #dddfe4;
    overflow: hidden;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: .5rem;
    margin-right: .5rem
}

    .ucard:last-child {
        margin-right: 0
    }

.ucard-ttl {
    background: #fff;
    padding: .5rem .75rem;
    border-bottom: 1px solid #e9ebf3
}

.stts-crl {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #216bcc;
    display: inline-block
}

.uzicn {
    height: 26px;
    margin-right: 6px
}

.uctl {
    font-weight: 600;
    color: #91a1b8;
    line-height: 1rem;
    font-size: .715rem
}

    .uctl span {
        color: #484848;
        display: block;
        font-size: .875rem
    }

.uzsct {
    padding: .75rem;
    background: #fff;
    background-position: center;
    background-size: cover
}

.uzval1 {
    font-weight: 600;
    color: #91a1b8;
    font-size: .785rem;
    line-height: .785rem
}

    .uzval1 span {
        font-size: 1.75rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #216bcc;
        margin-right: 5px
    }

.srvlogo-icon {
    height: 32px;
    margin-right: .5rem
}

.uzrttl {
    color: rgba(255,255,255,.85);
    font-weight: 600;
    font-size: .785rem;
    line-height: .785rem;
    margin-bottom: .1rem
}

.uzrcnt {
    font-size: .885rem;
    line-height: .885rem;
    font-weight: 600;
    color: rgba(255,255,255,.85)
}

    .uzrcnt span {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 600;
        color: #fff;
        margin-right: 3px
    }

@media(min-width:576px) {
    .acamap {
        margin-left: 1rem;
        margin-top: 1rem
    }

    .cdate:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 72%;
        top: 14%;
        background: #dbe4e4;
        left: 0
    }

    .mtfm {
        margin-left: 1rem
    }

    .mt4 {
        margin-top: 1.375rem !important
    }

    .mt1_75 {
        margin-top: 1.75rem !important
    }
}

.syf {
    color: #484848
}

.nwtab {
    background: linear-gradient(90deg, #ff4200, #ffc600);
    border-color: #ffad00;
    color: #fff;
}

    .nwtab:hover {
        background: linear-gradient(-90deg, #ff4200, #ffc600);
        color: #fff;
    }

.umtbtn {
    background: linear-gradient(90deg, #056ac9, #00c4ff);
    border: hidden;
    color: #fff;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-animation: pulseani 1.5s infinite;
    -moz-animation: pulseani 2s infinite;
    -webkit-animation: pulseani 2s infinite;
    animation: pulseani 2s infinite;
}

    .umtbtn .bi {
        font-size: 1rem;
        line-height: 1rem;
        vertical-align: bottom;
    }

    .umtbtn:hover {
        background: linear-gradient(-90deg, #056ac9, #00c4ff);
        color: #fff;
        -webkit-animation: none;
    }

.btn-pill {
    border-radius: 50em !important
}

@keyframes pulseani {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 196, 255, 1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(107, 221, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(0, 196, 255, 0);
    }
}

.form-group select, select {
    -webkit-appearance: menulist-button
}

.usrz-more-dtl {
    margin-bottom: 1rem
}

    .usrz-more-dtl .nav-tabs {
        border-bottom: .02rem solid #dbe4e4
    }

        .usrz-more-dtl .nav-tabs .nav-item {
            margin-bottom: 0;
            margin-right: 30px
        }

        .usrz-more-dtl .nav-tabs .nav-link {
            color: #4e4e4e;
            text-transform: capitalize;
            border: 0;
            border-bottom: 2px solid transparent;
            padding: 1rem 0 .65rem 0;
            font-size: .8375rem;
            line-height: 1.5;
            font-weight: 400
        }

            .usrz-more-dtl .nav-tabs .nav-item.show .nav-link, .usrz-more-dtl .nav-tabs .nav-link.active {
                color: #1dacb4;
                font-weight: 700;
                border: 0;
                border-bottom: 2px solid #1dacb4
            }

    .usrz-more-dtl .tab-content {
        margin-top: 1.15rem;
        border: 0;
        border-radius: 0
    }

        .usrz-more-dtl .tab-content .tab-pane {
            padding: 0
        }

            .usrz-more-dtl .tab-content .tab-pane .btn-group .btn.btn-dflt {
                cursor: default
            }

.action-date .btn-group, .action-date .btn-group-vertical {
    margin: 0 1.5rem 0
}

.qrydtetme {
    line-height: 1
}

    .qrydtetme .qrydydte {
        font-weight: 700;
        color: #212529;
        font-size: .85rem;
        line-height: 1rem;
        margin-bottom: .35rem
    }

    .qrydtetme .qryddtm {
        font-size: .775rem;
        line-height: .775rem;
        color: #91a1b8;
        font-weight: 500
    }

.unread {
    background: #ecedef
}

.wlcmusr {
    color: #fff;
    font-weight: 400;
    margin-left: .4rem
}

.chkbx {
    margin-right: 10px
}

.tx-logo {
    color: #fff;
    font-weight: 500
}

.usrzprofile {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: .5rem;
    overflow: hidden
}

    .usrzprofile img {
        max-width: 100%;
        height: auto
    }

.usrzprofile-upload {
    overflow: hidden;
    padding: 3px 5px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: 0 0;
    text-align: center
}

    .usrzprofile-upload span {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        background: #74787b;
        padding: .7rem .875rem .6rem;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        white-space: nowrap;
        width: 100%;
        font-size: .72rem;
        line-height: .72rem;
        text-transform: capitalize
    }

    .usrzprofile-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0
    }

.app-body .main {
    background: #fff;
    position: relative
}

.jump-btn {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px
}

    .jump-btn:hover {
        background: #dbe4e4
    }

    .jump-btn img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 16px
    }

.footer {
    font-size: .7rem;
    padding: .65rem .85rem;
    color: #676e73;
    border-top: 1px solid #d0e5f7;
    background: #fff
}

    .footer img {
        height: 18px
    }

    .footer .pwrdBy {
        margin-left: .65rem;
        padding-left: .65rem;
        border-left: 1px solid #e2e9ef;
        font-size: .7rem;
        color: #676e73
    }

        .footer .pwrdBy img {
            margin-left: .5rem
        }

.rsn-body {
    padding: 15px
}

    .rsn-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #ecf0f1;
        font-size: .835rem;
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #7e8b94;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent
    }

        .rsn-body a i {
            display: inline-block;
            width: 24px;
            height: 24px;
            padding: 5px;
            border-radius: 50%;
            margin-right: 8px;
            text-align: center;
            background: #e3e9ec;
            color: #454b4e;
            font-size: .8125rem
        }

        .rsn-body a:hover {
            color: #1dacb4;
            text-decoration: none;
            background-color: transparent
        }

            .rsn-body a:hover i {
                background: #1dacb4;
                color: #fff
            }

        .rsn-body a:first-child {
            padding-top: 0
        }

        .rsn-body a:last-child {
            border-bottom: 0
        }

.allnoti {
    font-weight: 700 !important;
    color: #1dacb4 !important
}

.btnicon {
    margin-right: 5px
}

.rg-sbtitle {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: .5rem
}

.rg-title {
    font-size: 1.45rem;
    line-height: 1.45rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    font-weight: 700;
    position: relative
}

    .rg-title:after {
        position: absolute;
        content: '';
        height: 3px;
        width: 80px;
        left: 0;
        bottom: .1rem;
        background: #45c2c9
    }

.regdesc {
    line-height: 1.45rem
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    height: 100% !important;
    background: rgba(255,255,255,.4)
}

.dataTables_processing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    z-index: 1000
}

    .dataTables_processing img, .dataTables_processing img.loaderImg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 48px
    }

        .dataTables_processing img.loaderImg {
            height: 48px
        }

        .dataTables_processing img, .dataTables_processing img.loader-img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            height: 75px
        }

            .dataTables_processing img.loader-img {
                height: 75px
            }

.cstldr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    z-index: 1000
}

    .cstldr img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 75px
    }

.customLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    z-index: 1000
}

    .customLoader img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 48px
    }

#reportSection {
    min-height: 250px
}

.model {
    z-index: 1100;
}

.mh170 {
    min-height: 170px
}

.dttbl-koading {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%
}

.fndttl {
    font-size: .875rem;
    border-bottom: .02rem solid #dbe4e4;
    padding-bottom: .65rem;
    margin-bottom: 1rem
}

.rsedate {
    color: #7c7c7c
}

.cnsnme {
    font-size: 1.15rem;
    margin-bottom: .25rem;
    margin-top: .25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #183958
}

.cnsnmex {
    font-size: 1.25rem;
    line-height: 1.35rem;
    margin-bottom: .4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #1dacb4
}

.cnsnme .badge {
    margin-bottom: 0 !important
}

.cnsnme-blk {
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin-bottom: .75rem;
    font-weight: 700;
    color: #212529
}

.ndta .cnsrodtl-blk:first-child {
    max-width: 70%
}

.ndta .cnsrodtl-blk:nth-child(2) {
    width: 85%
}

.cnsrodtl-blk {
    background: #e5e5e5;
    padding: .4rem;
    margin-bottom: .625rem;
    border-radius: .175rem
}

.sempd {
    width: calc(100% - 70px)
}

.badge-sm {
    padding: .35rem .5rem .3rem !important;
    font-size: .775rem !important;
    line-height: .775rem !important;
    border-radius: .16rem !important;
    vertical-align: middle
}

.badge-indraft {
    color: #6b2498;
    background-color: #f0d8ff;
    border-color: #e8c5fe
}

.btn-indraft {
    color: #fff !important;
    background-color: #8640d6;
    border-color: #8640d6
}

.btn-indraft {
    color: #fff !important;
    background-color: #7f31d9;
    border-color: #7f31d9
}

.cnsrodtl {
    color: #212529;
    font-size: .845rem;
    margin-bottom: .2rem
}

.wzd-ttl {
    font-size: .715rem;
    text-transform: uppercase;
    margin-top: .625rem
}

.upldtitle {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: .5rem;
    color: #212529
}

.upldbtn {
    margin-top: .5rem
}

.btngroup .btn {
    margin-right: 5px
}

.rvwttl {
    font-size: .735rem;
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .65rem
}

.prvimg img {
    padding: 3px;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem
}

.input-group-text.disabled {
    background: #e7e7e7
}

.atchmnt-no {
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.2rem
}

    .atchmnt-no span {
        color: #7c7c7c;
        font-weight: 400;
        display: block;
        font-size: .815rem
    }

.cnsmravtr {
    margin-right: 1rem
}

    .cnsmravtr img {
        max-width: 100%;
        border-radius: .25rem
    }

.cnsmr-desc {
    color: #4e4e4e;
    font-size: .85rem;
    margin-bottom: .25rem
}

    .cnsmr-desc span {
        font-weight: 700
    }

.cnsmrdtlttl {
    color: #4e4e4e;
    font-size: .975rem;
    font-weight: 700;
    margin-bottom: .65rem
}

.nmelt {
    color: #8c8c8c;
    font-size: .85rem;
    font-weight: 500
}

.vluert {
    color: #212529;
    font-size: .85rem;
    font-weight: 500;
    margin-left: 1rem
}

.dtldesc {
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.2rem
}

    .dtldesc span {
        color: #7c7c7c;
        font-weight: 400;
        display: block;
        font-size: .815rem
    }

.custom-file-input.cfi-lg {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
    height: calc(2.5rem + 2px);
    padding: .45rem .9rem;
    font-size: .885rem;
    line-height: 1.5;
    border-radius: .25rem
}

.custom-file-label.cfl-lg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.5rem + 2px);
    padding: .45rem .9rem;
    font-size: .885rem;
    line-height: 1.85;
    border-radius: .25rem;
    color: #989898;
    background-color: #fff;
    border: .02rem solid #dbe4e4;
    text-transform: capitalize
}

.custom-file.cf-lg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.5rem + 2px);
    margin-bottom: 0
}

.custom-file-label.cfl-lg::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .4rem .9rem;
    line-height: 1.8rem;
    color: #fff;
    content: "Browse";
    background-color: #989898;
    border-left: 0;
    border-radius: .25rem;
    margin: 1px
}

.selectedrow {
    background: #d8dfe9 !important
}

.rsddte {
    color: #7c7c7c
}

.va-middle {
    vertical-align: middle
}

.crdbox {
    padding: 1rem;
    border-radius: .35rem;
    background: #f2f2f2;
    display: inline-block;
    border: .02rem solid #dbe4e4
}

.crdbox-ttle {
    padding-bottom: .625rem;
    margin-bottom: .85rem;
    border-bottom: 1px solid rgba(100,121,143,.15);
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700
}

    .crdbox-ttle i {
        color: #212529
    }

.dmacnme {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: .65rem 0;
    font-weight: 700;
    color: #1dacb4
}

.dmanme {
    font-size: .85rem;
    line-height: .85rem;
    font-weight: 500;
    color: #212529
}

.crdbxfoot {
    padding-top: .625rem;
    margin-top: .85rem;
    border-top: .02rem solid #dbe4e4;
    font-size: .845rem;
    line-height: .845rem;
    font-weight: 500
}

.cmtbx {
    padding: 1rem;
    background: #ebf1f1;
    border-radius: .35rem
}

.trvcmnt {
    color: #212529
}

.qts-open {
    position: relative;
    top: -4px;
    margin-right: 5px
}

.qts-close {
    position: relative;
    bottom: -4px;
    margin-left: 5px
}

.cmntby {
    font-size: .785rem;
    margin-bottom: .3rem;
    color: #1dacb4;
    display: block;
    font-style: italic
}

    .cmntby span {
        color: #989898
    }

.aprvlcmnt {
    margin-bottom: .65rem
}

.aprvdte {
    color: #8d979c;
    font-size: .7rem
}

.cmtttl {
    font-size: 1.15rem;
    font-weight: 700;
    position: relative;
    padding-bottom: .65rem;
    margin-bottom: 1rem
}

    .cmtttl:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 5px;
        width: 35px;
        height: 2px;
        background: #1dacb4
    }

.doclist {
    margin: 0 5px 0 0;
    padding: 0
}

    .doclist li {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: .02rem solid #dbe4e4
    }

        .doclist li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0
        }

    .doclist .docicon {
        width: 54px;
        min-width: 54px;
        height: 54px;
        border-radius: .5rem;
        margin-right: .75rem;
        background: #fff;
        border: 1px solid #e3ecef;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .doclist .docicon img {
            max-width: 32px;
            max-height: 32px
        }

    .doclist .dcdte {
        color: #7c7c7c;
        font-size: .72rem;
        margin-bottom: .15rem
    }

    .doclist li {
        overflow: hidden;
    }

    .doclist .dcflnme, .doclist .dcflnme a {
        font-size: .875rem;
        margin-bottom: .5rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #212529;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .doclist .dcflnme:hover {
            color: #1dacb4
        }

.crtdbyon {
    color: #7f7f7f;
    font-size: .725rem;
}

.dldoclist {
    margin: 0 0 0 5px;
    padding: 0
}

    .dldoclist li {
        margin-bottom: .85rem;
        padding-bottom: .85rem;
        border-bottom: 1px solid #f5f5f5
    }

        .dldoclist li:last-child {
            margin-bottom: .75rem;
            border-bottom: 0
        }

    .dldoclist .docicon {
        margin-right: .875rem
    }

    .dldoclist .dcdte {
        color: #7c7c7c;
        font-size: .775rem;
        line-height: .775rem
    }

    .dldoclist .dcflnme {
        font-size: .865rem;
        line-height: 1.25rem;
        margin: 0 0 .375rem;
        text-transform: uppercase;
        font-weight: 700
    }

    .dldoclist .docicon {
        margin-right: .75rem;
        max-width: 35px
    }

        .dldoclist .docicon img {
            height: 40px !important
        }

.dldocs {
    font-size: .875rem;
    color: #7c7c7c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: .65rem;
    margin-bottom: 1.25rem
}

    .dldocs:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #1dacb4
    }

.uplddoc {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

    .uplddoc li {
        padding-right: 7px;
        padding-left: 7px;
        margin-bottom: 14px;
    }

        .uplddoc li .docbox {
            padding: 1rem 1rem 2.5rem 1rem;
            border-radius: .65rem;
            border: 1px solid #dbe4e4;
            position: relative;
            overflow: hidden;
        }

            .uplddoc li .docbox img {
                height: 40px;
                max-width: 100%;
            }

            .uplddoc li .docbox .docact {
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                display: flex;
                justify-content: space-between;
                padding: 2px 10px;
                border-top: 1px solid #dbe4e4;
                background: #ebf1f1;
            }

                .uplddoc li .docbox .docact .actBtn {
                    display: inline-block;
                    font-size: .9rem;
                }

                    .uplddoc li .docbox .docact .actBtn .bi-trash {
                        color: #e72d52;
                    }

.ps-timeline-sec {
    position: relative;
    background: #fff
}

    .ps-timeline-sec .container {
        position: relative;
        padding: 0
    }

@media screen and (max-width:767px) {
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 40px 0 !important;
        border-left: 1px solid #d0d0d0;
        padding-left: 0 !important;
        padding-top: 60px !important;
        border-top: 0 !important;
        margin-left: 25px !important
    }

        .ps-timeline-sec .container ol.ps-timeline li {
            min-height: 120px;
            float: none !important;
            width: inherit !important
        }

            .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
                width: 70px
            }

            .ps-timeline-sec .container ol.ps-timeline li:last-child {
                margin: 0;
                bottom: 0 !important;
                height: 120px
            }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
                    bottom: 40px !important;
                    width: 40% !important;
                    margin-left: 25px !important;
                    margin-top: 0 !important
                }

                    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
                        width: 100%
                    }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
                    margin-bottom: 0 !important;
                    top: 20px;
                    width: 50% !important
                }

            .ps-timeline-sec .container ol.ps-timeline li span {
                left: 0 !important
            }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
                    content: none !important
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
                    content: none !important
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
                    content: none !important
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
                    content: none !important
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
                position: absolute !important;
                bottom: 150px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important
            }

                .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
                    margin: 0 auto !important;
                    width: 80% !important
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
                position: absolute !important;
                bottom: 115px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important
            }

            .ps-timeline-sec .container ol.ps-timeline li p {
                text-align: left !important;
                width: 100% !important;
                margin: 0 auto !important;
                margin-top: 0 !important
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-top {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px
            }

    .tm-inside-stps {
        margin-bottom: 7rem !important
    }
}

@media screen and (min-width:768px) {
    .crdbox {
        min-width: 360px
    }

    .ps-timeline-sec .container ol.ps-timeline li:first-child:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 50%;
        background: #d0d0d0;
        top: 0;
        right: 0
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 50%;
        background: #d0d0d0;
        top: 0;
        left: 0
    }
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 90px 0 190px;
    padding: 0;
    border-top: 1px solid transparent;
    list-style: none
}

    .ps-timeline-sec .container ol.ps-timeline li {
        float: left;
        width: 20%;
        padding-top: 25px;
        position: relative
    }

        .ps-timeline-sec .container ol.ps-timeline li:before {
            position: absolute;
            content: '';
            height: 1px;
            width: 100%;
            background: #d0d0d0;
            top: 0;
            right: 0
        }

        .ps-timeline-sec .container ol.ps-timeline li span {
            width: 16px;
            height: 16px;
            margin-left: -8px;
            background: #d0d0d0;
            text-align: center;
            line-height: 16px -10;
            font-style: normal;
            position: absolute;
            top: -8px;
            left: 50%
        }

        .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 130px;
            width: 100%
        }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
                display: table;
                margin: 0 auto
            }

        .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
            width: 100%
        }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
                display: table;
                margin: 0 auto
            }

        .ps-timeline-sec .container ol.ps-timeline li p {
            text-align: center;
            width: 100%;
            margin: 0 auto;
            font-size: .835rem;
            font-weight: 500;
            color: #9f9f9f;
            white-space: nowrap;
            line-height: 1.15rem
        }

        .ps-timeline-sec .container ol.ps-timeline li .ps-top {
            position: absolute;
            top: -63px;
            left: 50%;
            transform: translateX(-50%)
        }

        .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
            position: absolute;
            margin-top: 35px
        }

.tm-complete .ps-top p, .tm-current .ps-top p {
    color: #212529 !important
}

.ps-timeline-sec .container ol.ps-timeline li.tm-complete span {
    background: #1cc185 !important
}

.ps-timeline-sec .container ol.ps-timeline li.tm-current span {
    background: #1dacb4 !important
}

.tm-btn {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #212529;
    border: .02rem solid #dbe4e4;
    background: #d9d9d9;
    padding: .35rem .7rem;
    font-size: .715rem;
    line-height: .715rem;
    border-radius: 1rem
}

.tm-stts {
    width: 34px;
    left: 50%;
    margin-left: -17px;
    padding-top: 55px;
    position: relative;
    margin-top: 15px
}

    .tm-stts:before {
        position: absolute;
        content: '';
        left: 50%;
        top: 0;
        width: 1px;
        height: 40px;
        background: #d0d0d0
    }

.completed-steps {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1cc185;
    text-align: center
}

    .completed-steps:after {
        position: absolute;
        content: '';
        bottom: -4px;
        left: -4px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px dotted #1cc185
    }

.approval-req {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1dacb4;
    text-align: center
}

    .approval-req:after {
        position: absolute;
        content: '';
        bottom: -4px;
        left: -4px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px dotted #1dacb4
    }

.reassigned {
    position: relative;
    width: 24px;
    height: 24px;
    left: 5px;
    border-radius: 50%;
    background: #ae4ce1;
    text-align: center
}

    .reassigned .tm-stts-desc .tmtme {
        color: #ae4ce1
    }

.sttsicn {
    font-size: 14px;
    line-height: 34px;
    color: #fff
}

.tm-stts-desc {
    position: absolute;
    left: 50px;
    top: 4px;
    text-align: left
}

.tmtme {
    font-weight: 500;
    white-space: nowrap;
    font-size: .875rem;
    line-height: .875rem;
    margin-bottom: .25rem
}

.tmdte {
    white-space: nowrap;
    font-size: .715rem;
    line-height: .715rem;
    color: #7c7c7c
}

.tm-inside-stps {
    margin-bottom: 2rem
}

.apvlreq {
    color: #e72d52;
    white-space: nowrap;
    font-size: .715rem;
    line-height: .715rem;
    margin-top: .35rem
}

.cmpylist {
    border: .02rem solid #dbe4e4;
    border-radius: .5rem;
    background: #fff;
    margin-bottom: 1rem;
    overflow: hidden
}

.cmpylogo {
    background: #ebf1f1;
    padding: 1rem;
    width: 100%
}

.clogoicn {
    max-width: 130px;
    max-height: 130px
}

.cmplistdtl {
    padding: 1rem 1rem 1rem .5rem
}

.crtdon {
    color: #7e878e;
    font-size: .775rem
}

    .crtdon a {
        margin-left: .4rem
    }

        .crtdon a .bi {
            font-size: .925rem;
            line-height: .925rem
        }

.cmpnme {
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin: .3rem 0 .5rem 0;
    font-weight: 700;
    color: #212529;
    align-items: center
}

.cmpadd {
    color: #4e4e4e;
    font-size: .78125rem;
    margin-bottom: 1.5rem
}

.sbdtl {
    font-size: .78125rem;
    line-height: .78125rem
}

    .sbdtl span {
        color: #7e878e;
        display: block;
        font-size: .72rem;
        margin-bottom: .3rem;
        font-weight: 400
    }

.cmplistfoot {
    padding-top: .75rem;
    border-top: 1px dotted #d9d9d9;
    margin-top: .75rem
}

.empdtl {
    margin-top: .5rem
}

.sempavtr {
    min-width: 70px;
    height: 70px;
    margin-right: 1rem
}

    .sempavtr img {
        width: 70px;
        height: 70px;
        border-radius: 50%
    }

.sempavtr1 {
    width: 70px;
    height: 70px;
    margin-right: 1rem
}

    .sempavtr1 img {
        min-width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 1px solid #fff
    }

.empnme {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: .35rem;
    font-weight: 700;
    color: #1dacb4
}

.empodtl {
    color: #212529;
    font-size: .835rem
}

.mdlpop {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-image: linear-gradient(#f5f5f533,#7b7b7b70)
}

.modl {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 350px;
    max-width: 100%;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 5px 0 #ccc
}

.mdlbdy {
    padding: .65rem 1rem 1rem
}

    .mdlbdy .sttsicn {
        width: 50px;
        min-width: 50px;
        margin-right: 1rem
    }

.sttsicn-innr {
    width: 40px;
    height: 40px;
    background: #1cc185;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px
}

    .sttsicn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #1cc185;
        left: -5px;
        top: -5px
    }

    .sttsicn-innr i {
        font-size: 1.75rem;
        line-height: 40px
    }

.sttsttl {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #1cc185
}

    .sttsttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #1cc185;
        left: 0;
        bottom: 8px
    }

.mdlbdy .alrticn {
    width: 50px;
    min-width: 50px;
    margin-right: 1rem
}

.alrticn-innr {
    width: 40px;
    height: 40px;
    background: #ffc107;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px
}

    .alrticn-innr i {
        font-size: 1.75rem;
        line-height: 40px
    }

    .alrticn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #ffc107;
        left: -5px;
        top: -5px
    }

.alrtttl {
    font-size: 1.15rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #ffc107
}

    .alrtttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #ffc107;
        left: 0;
        bottom: 8px
    }

.mdlbdy .erroricn {
    width: 50px;
    min-width: 50px;
    margin-right: 1rem
}

.erroricn-innr {
    width: 40px;
    height: 40px;
    background: #e72d52;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px
}

    .erroricn-innr i {
        font-size: 1.75rem;
        line-height: 40px
    }

    .erroricn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #e72d52;
        left: -5px;
        top: -5px
    }

.errorttl {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #e72d52
}

    .errorttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #e72d52;
        left: 0;
        bottom: 8px
    }

.modlfoot {
    padding: .65rem .75rem;
    border-top: 1px solid #e7e7e7
}


.app-header .nav-item .nav-link .badge {
    padding: .15rem .35rem .12rem .35rem;
    font-size: .615rem;
    line-height: .615rem
}

.switch, .switch * {
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

    .switch label {
        cursor: pointer
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0
        }

            .switch label input[type=checkbox]:after, .switch label input[type=checkbox]:before {
                display: none
            }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #7ed0d5
            }

                .switch label input[type=checkbox]:checked + .lever:after, .switch label input[type=checkbox]:checked + .lever:before {
                    left: 20px
                }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #1dacb4
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 12px;
            background-color: #dbdbdb;
            border-radius: 15px;
            margin-right: 10px;
            transition: background .3s ease;
            vertical-align: middle;
            margin-left: -8px
        }

            .switch label .lever .ckeckS {
                display: none
            }

            .switch label .lever .ckeckS, .switch label .lever .unckeckS {
                position: absolute;
                left: 52px;
                color: #212529;
                font-size: .725rem;
                white-space: nowrap
            }

        .switch label input[type=checkbox]:checked + .lever .ckeckS {
            display: inline-block
        }

        .switch label input[type=checkbox]:checked + .lever .unckeckS {
            display: none
        }

        .switch label .lever:after, .switch label .lever:before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 0;
            top: -4px;
            transition: left .3s ease,background .3s ease,box-shadow .1s ease,transform .1s ease
        }

        .switch label .lever:before {
            background-color: rgba(69,194,200,.15)
        }

        .switch label .lever:after {
            background-color: #8b9090;
            box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
        }

input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before, input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before {
    transform: scale(2.4);
    background-color: rgba(0,120,213,.15)
}

input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before, input[type=checkbox]:not(:disabled) ~ .lever:active:before {
    transform: scale(2.4);
    background-color: rgba(0,120,213,.15)
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: rgba(0,0,0,.12)
}

.switch label input[type=checkbox][disabled] + .lever:after {
    background-color: #949494
}

.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #1dacb4
}

.swtzLabel {
    font-size: .725rem
}

.assgntsk {
    background: #ebf1f1;
    border: .02rem solid #dbe4e4;
    border-radius: .45rem
}

.at-ttl {
    font-weight: 700;
    text-transform: uppercase;
    padding: .75rem 1rem;
    border-bottom: .02rem solid #dbe4e4;
    color: #212529;
    font-size: .775rem
}

.at-bdy {
    padding: .25rem .65rem .25rem 1rem
}

.assgntsk #accordion .card {
    border: none
}

.accordions .card .card-header {
    padding: .75rem .5rem;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-bottom: 0
}

.assgntsk #accordion .card {
    margin-bottom: 0;
    box-shadow: none;
    border-top: 1px dashed #d3dadc;
    background: 0 0
}

    .assgntsk #accordion .card:first-child {
        border-top: 0
    }

.card-header:first-child {
    border-radius: 0
}

.assgntsk #accordion .card .card-header {
    padding: .75rem .5rem;
    margin-bottom: 0;
    background-color: #ebf1f1;
    border-bottom: 0
}

    .assgntsk #accordion .card .card-header a {
        font-weight: 700;
        color: #1dacb4;
        display: block
    }

.card-link.clsphdr {
    justify-content: space-between
}

.assgntsk #accordion .card .card-header a i {
    font-weight: 600
}

.card-header.accrdch {
    position: relative;
    padding-left: 24px !important
}

.accrdch .chkaccrd {
    position: absolute;
    left: 0
}

.assgntsk #accordion .card .card-header .clsphdr {
    position: relative
}

    .assgntsk #accordion .card .card-header .clsphdr::after {
        content: "\f285";
        color: #1dacb4;
        top: 0;
        right: 0;
        position: absolute;
        font-family: bootstrap-icons;
        font-weight: 700
    }

    .assgntsk #accordion .card .card-header .clsphdr[aria-expanded=true]::after {
        content: "\f282"
    }

.costAcrd .accordion .card {
    border-left: hidden;
    border-right: hidden;
    border-color: #dbe4e4;
}

    .costAcrd .accordion .card .card-header {
        border-bottom: hidden;
        background: #fff;
        padding: 0;
    }

        .costAcrd .accordion .card .card-header .btn {
            padding: 1.5rem 1.5rem 1.5rem 1.75rem;
            height: auto;
            font-size: .95rem;
            font-weight: 500;
            position: relative;
            color: #7e7e7e;
        }

            .costAcrd .accordion .card .card-header .btn:before {
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -9px;
                font-family: bootstrap-icons;
                font-size: .775rem;
                font-weight: 700;
                content: "\f282";
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s,-webkit-transform .3s;
            }

            .costAcrd .accordion .card .card-header .btn[aria-expanded="true"] {
                color: #212529;
            }

                .costAcrd .accordion .card .card-header .btn[aria-expanded="true"]:before {
                    content: "\f286";
                }

    .costAcrd .accordion .card .card-body {
        padding: 0 0 1.5rem 1.75rem;
    }

.accrdcb {
    padding: .65rem .65rem .65rem 1.75rem;
    background: #ebf1f1
}

.accrdsb {
    margin: 0;
    padding: 0;
    list-style: none
}

    .accrdsb li {
        padding-bottom: .65rem;
        margin-bottom: .65rem;
        border-bottom: .02rem solid #dbe4e4
    }

        .accrdsb li:last-child {
            border-bottom: 0
        }

.select2-container .select2-selection {
    background-color: #fff;
    border: .02rem solid #dbe4e4;
    border-radius: 3px;
    box-shadow: none;
    height: calc(2rem + 2px);
    font-size: .72rem;
    padding: .35rem .65rem;
    line-height: 1.75
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #212529;
    padding: 0;
    line-height: unset;
    margin-right: 14px
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px
}

    .select2-container .select2-selection--single .select2-selection__arrow b {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px 13px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 13px;
        width: 13px;
        border: none;
        margin: auto
    }

.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
    outline: 0;
    border-color: rgba(29,172,180,.35) !important;
    box-shadow: 0 0 10px rgba(0,120,213,.1)
}

.select2-container .select2-dropdown {
    border-color: rgba(29,172,180,.35) !important;
    box-shadow: 0 0 10px rgba(0,120,213,.1);
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: .02rem solid #dbe4e4
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1dacb4;
    color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #fff;
    color: #212529;
    cursor: default
}

.SumoSelect > .CaptionCont > label {
    margin-bottom: 0
}

.rlnme {
    font-size: .765rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .65rem;
    padding-bottom: .65rem;
    position: relative;
    color: #212529
}

    .rlnme:after {
        position: absolute;
        content: '';
        width: 22px;
        height: .10525rem;
        background: #212529;
        bottom: .115rem;
        left: 0
    }

.ndhlp {
    margin-top: 1rem
}

.ndicn {
    margin-right: .75rem
}

    .ndicn i {
        font-size: 1.15rem;
        font-weight: 700;
        color: #b6caca
    }

.ndhlpdtl .ndhlpttl {
    font-size: .835rem;
    line-height: .835rem;
    font-weight: 500;
    margin-bottom: .25rem
}

.ndhlpdtl .ndhlpdesc {
    font-size: .815rem;
    line-height: .815rem
}

.billtabbox {
    border-radius: .75rem;
    background: #ebf1f1;
    overflow: hidden;
    width: 414px;
    max-width: 100%;
    margin: auto;
    border: .02rem solid #dbe4e4
}

    .billtabbox .nav-tabs {
        border: 0 !important
    }

        .billtabbox .nav-tabs .nav-item {
            margin: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .billtabbox .nav-tabs .nav-link {
            color: #4e4e4e;
            background: #dbe4e4;
            text-transform: uppercase;
            border: 0;
            padding: .85rem;
            font-size: .845rem;
            font-weight: 500;
            text-align: center
        }

            .billtabbox .nav-tabs .nav-item.show .nav-link, .billtabbox .nav-tabs .nav-link.active {
                color: #fff;
                background: #183958;
                font-weight: 700;
                border: 0
            }

.sglpy {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.mltpy {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.txtlgbtn {
    position: relative
}

    .txtlgbtn .form-control.form-control-lg {
        padding-right: 95px
    }

    .txtlgbtn .btninnr {
        position: absolute;
        right: 4px;
        top: 4px;
        padding: .615rem 1rem;
        height: calc(2rem + 2px);
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 500;
        line-height: .75rem;
        border-radius: .25rem
    }

        .txtlgbtn .btninnr:focus {
            outline: 0
        }

    .txtlgbtn .btnprmy {
        color: #fff !important;
        background-color: #1dacb4;
        border: 1px solid #1dacb4
    }

    .txtlgbtn .btnrst {
        color: #fff !important;
        background-color: #787b7b;
        border: 1px solid #787b7b
    }

.nsrch .nsrchttl {
    font-size: .835rem;
    line-height: .835rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.nsrch .nsrchdesc {
    line-height: 1.35rem
}

.srcrcd {
    font-size: .795rem
}

    .srcrcd .accid {
        font-weight: 700;
        color: #1dacb4
    }

    .srcrcd i {
        color: #cacaca;
        font-size: 1rem;
        font-weight: 700;
        margin-right: .35rem
    }

.bllcnsmr {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1dacb4;
    margin: .65rem 0 .25rem
}

.badge-domestic-txb {
    border-color: #f7e7a3;
    background-color: #fff3c0;
    color: #482b00;
    text-transform: lowercase
}

    .badge-domestic-txb:first-letter {
        text-transform: uppercase
    }

.srcadd {
    font-weight: 500;
    margin-bottom: .2rem
}

    .srcadd .adrsttl {
        font-weight: 400
    }

.ttlnrm {
    font-size: .775rem
}

.srchcnsx i {
    font-weight: 700;
    color: #bfbfbf;
    font-size: 1rem
}

.srcaccntx {
    font-weight: 700;
    color: #1dacb4
}

.mtrpix img {
    padding: 2px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: .15rem
}

.blngvle {
    font-weight: 700;
    font-size: .925rem;
    color: #1dacb4
}

.billtabbox .tab-content {
    background: #ebf1f1;
    margin-top: 0;
    border: 0
}

.AlertCustom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

    .AlertCustom .alert {
        border-radius: 0;
        margin-top: .65rem;
        margin-bottom: 0
    }

        .AlertCustom .alert:first-child {
            margin-top: 0 !important
        }

    .AlertCustom i {
        font-size: 1.05rem;
        line-height: 1.05rem;
        margin-right: .5rem
    }

.alert i {
    margin-right: .35rem
}

.alertcstm {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

    .alertcstm .alert {
        border-radius: 0;
        margin-top: .65rem;
        margin-bottom: 0
    }

        .alertcstm .alert:first-child {
            margin-top: 0 !important
        }

    .alertcstm i {
        font-size: 1.05rem;
        line-height: 1.05rem;
        margin-right: .5rem
    }

.totalamt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #28623c;
    background: #1dc185;
    padding: 1rem 1rem 0
}

.grdtotal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: .85rem 0;
    border-top: 1px solid #dbe4e4;
    box-shadow: 0px -50px 50px rgba(255, 255, 255, .75);
}

.grndtotal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ebf1f1;
    padding: .65rem .85rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.grndttl {
    font-size: .875rem;
    font-weight: 700;
    color: #1dacb4;
    float: left
}

.grndtl {
    font-size: .875rem;
    font-weight: 700;
    color: #1dacb4;
}

.ttamttl {
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 500;
    color: rgba(255,255,255,.75);
    margin-bottom: .45rem
}

.ttamvle {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 700
}

    .ttamvle .cncnt {
        font-size: .775rem;
        color: rgba(255,255,255,.75);
        font-weight: 700;
        margin-left: .25rem
    }

.rws {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.colmn {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px
}

.modal-content.mdldlg {
    border-radius: .5rem;
    width: 414px;
    max-width: 100%;
    margin: auto
}

.modal-content.mdlctn {
    border-radius: .5rem;
    max-width: 100%;
    margin: auto
}

.mdlhdr {
    padding: 1rem 1rem .15rem 1rem
}

.mdlttl {
    color: #183958;
    font-weight: 700;
    font-size: .945rem
}

    .mdlttl .mdlttlSub {
        font-size: .785rem;
        color: #212529;
        margin-top: .15rem;
        display: block;
        font-weight: 500
    }

.model-hdr {
    padding: 1rem 1.25rem;
}

.model-ttl {
    color: #183958;
    font-weight: 700;
    font-size: 1.1rem
}

.modl .mdlbdy {
    padding: 1rem
}

.mdlftr {
    padding: .75rem 1rem;
    border-top: .02rem solid #dbe4e4
}

.umdesc h1, .umdesc h2 {
    font-size: 1.25rem;
}

.umdesc p, .umdesc li {
    font-size: .875rem;
}

@media (min-width:992px) {
    .AlertCustom {
        margin-left: 260px;
        width: calc(100% - 260px)
    }

    .alertcstm {
        margin-left: 260px;
        width: calc(100% - 260px)
    }

    .totalamt {
        margin-left: 260px;
        width: calc(100% - 260px)
    }

    .grndtotal {
        margin-left: 260px;
        width: calc(100% - 260px)
    }

    .grdtotal {
        margin-left: 276px;
        width: calc(100% - 292px)
    }
}

.frmttl {
    font-size: .835rem;
    font-weight: 500
}

.amntinwords {
    font-style: italic
}

.hdedta, .hdedta1 {
    color: #989898;
    font-style: italic
}

input[type=checkbox i]:disabled {
    opacity: .65
}

.consaddbx {
    background: #f7f7f7;
    padding: .85rem
}

.acttl {
    font-weight: 700;
    color: #1dacb4;
    font-size: .875rem;
    margin-bottom: .5rem
}

.adcnttl {
    font-weight: 500;
    font-size: .835rem;
    line-height: .835rem;
    margin-bottom: .65rem
}

.adcnvle {
    color: #1dacb4;
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 700
}

.cndtl {
    color: #4e4e4e
}

.table.tablebill {
    margin-bottom: 0
}

    .table.tablebill th {
        border-bottom: 1px dashed #d9d9d9
    }

    .table.tablebill td, .table.tablebill th {
        border-top: 0 !important;
        font-size: .875rem
    }

    .table.tablebill .csbprc td {
        font-size: 1rem;
        font-weight: 700;
        color: #212529;
        border-top: 1px dashed #d9d9d9 !important
    }

.invcicn {
    height: 75px
}

.invchdr {
    border-bottom: .02rem solid #dbe4e4;
    margin-bottom: 1rem
}

    .invchdr .mdlhdr {
        padding: .85rem 0
    }

.btnft {
    margin: 0 0 .5rem 0;
    border-top: .02rem solid #dbe4e4;
    padding-top: .85rem
}

.bgbx {
    background: #ebf1f1
}

.grybx {
    background: #ebf1f1;
    max-width: 100%;
    width: 414px;
    margin: auto
}

.grybdy {
    background: #ebf1f1;
    padding: 1rem;
    width: 100%;
    position: relative
}

.grybdyz {
    background: #ebf1f1;
    padding: 1rem;
    width: 100%;
    position: relative;
    border: .02rem solid #dbe4e4;
    border-top: 0 !important
}

.crdhdr {
    background: #dbe4e4;
    padding: .85rem 1rem;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.grybxbdy {
    padding: 1rem
}

.ftsec {
    padding: .65rem 1rem;
    border-top: .02rem solid #dbe4e4;
    margin-top: 1rem
}

.nttl {
    font-weight: 500;
    font-size: .875rem
}

.rdochk {
    margin-right: .5rem
}

.cnsnt {
    font-size: 1.15rem;
    line-height: 1.45rem;
    margin-bottom: .4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #183958
}

    .cnsnt .badge {
        margin-bottom: 0 !important
    }

.hnt {
    color: #212529;
    font-size: .7rem;
    margin-top: .2rem;
    font-style: italic
}

.fwd {
    margin: 0 .25rem;
    font-size: .665rem;
    line-height: .875rem;
    color: #8b9090;
    vertical-align: baseline
}

.bcrumb {
    font-size: .735rem;
    line-height: .735rem;
    margin-bottom: .35rem
}

.ccdsc {
    margin-bottom: .15rem
}

.pdbtm {
    padding-bottom: 65px
}

.aclst {
    padding-left: 1.5rem
}

.addcnslist, .addcnslist1, .addcnslist10, .addcnslist2, .addcnslist3, .addcnslist4, .addcnslist5 .addcnslist6, .addcnslist7, .addcnslist8, .addcnslist9 {
    position: relative;
    border-bottom: 1px dotted #d9d9d9;
    padding-top: .75rem
}

.aclst:first-child .addcnslist, .aclst:first-child .addcnslist1, .aclst:first-child .addcnslist10, .aclst:first-child .addcnslist2, .aclst:first-child .addcnslist3, .aclst:first-child .addcnslist4, .aclst:first-child .addcnslist5, .aclst:first-child .addcnslist6, .aclst:first-child .addcnslist7, .aclst:first-child .addcnslist8, .aclst:first-child .addcnslist9 {
    padding-top: 0
}

.aclst:last-child .addcnslist, .aclst:last-child .addcnslist1, .aclst:last-child .addcnslist10, .aclst:last-child .addcnslist2, .aclst:last-child .addcnslist3, .aclst:last-child .addcnslist4, .aclst:last-child .addcnslist5, .aclst:last-child .addcnslist6, .aclst:last-child .addcnslist7, .aclst:last-child .addcnslist8, .aclst:last-child .addcnslist9 {
    border-bottom: 0
}

.addcnslist10:before, .addcnslist1:before, .addcnslist2:before, .addcnslist3:before, .addcnslist4:before, .addcnslist5:before, .addcnslist6:before, .addcnslist7:before, .addcnslist8:before, .addcnslist9:before, .addcnslist:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -20px;
    top: 0;
    background: #d9d9d9
}

.addcnslist10:after, .addcnslist1:after, .addcnslist2:after, .addcnslist3:after, .addcnslist4:after, .addcnslist5:after, .addcnslist6:after, .addcnslist7:after, .addcnslist8:after, .addcnslist9:after, .addcnslist:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: -24px;
    top: 15%;
    transform: translateY(-15%);
    background: #d9d9d9
}

.btn i {
    font-size: .845rem;
    line-height: .845rem
}

.btn img {
    vertical-align: sub
}

.prof-img-custom {
    width: 140px;
    height: 140px
}

    .prof-img-custom .usrzprofile .userPro {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.spcttl {
    font-size: .845rem;
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .65rem
}

.tblattch {
    margin-bottom: 0
}

    .tblattch td {
        border-top: 0;
        padding: .25rem;
        vertical-align: middle
    }

.cnfmtn {
    font-size: .875rem;
    font-weight: 700;
    color: #1dacb4
}

.hdlnbdy {
    padding: 1rem
}

.hdlnbdy1 {
    padding: 1rem 1rem .35rem 1rem
}

.bgf4 {
    background: #ebf1f1
}

.cntricn {
    margin-right: .7rem;
    height: 35px
}

.cntrdte {
    line-height: .78rem;
    margin-bottom: .5rem;
    font-weight: 700
}

.cntrtme {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #1dacb4
}

.gmwl {
    font-size: .875rem;
    color: #7c7c7c;
    font-weight: 500;
    font-style: italic
}

.cntrdesc {
    color: #7c7c7c;
    font-size: .75rem
}

    .cntrdesc span {
        color: #1dacb4;
        font-weight: 700;
        font-style: italic
    }

.mpIns {
    height: 18px
}

.cntrdesc .mpIns {
    height: 16px
}

.rcpgttl {
    font-weight: 700;
    font-size: .845rem;
    line-height: .845rem;
    position: relative;
    margin-bottom: .95rem;
    margin-top: 1.15rem;
    padding-left: .9rem
}

    .rcpgttl:before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        left: 3px;
        bottom: 0;
        background: #bdd3e4
    }

    .rcpgttl:after {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        left: 0;
        bottom: 3px;
        background: #1dacb4
    }

.titlecmn {
    font-weight: 700;
    font-size: .845rem;
    line-height: .845rem;
    position: relative;
    margin-bottom: .95rem;
    margin-top: 1.15rem;
    padding-left: .9rem
}

    .titlecmn:before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        left: 3px;
        top: 7px;
        background: #bdd3e4
    }

    .titlecmn:after {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        left: 0;
        top: 4px;
        background: #1dacb4
    }

    .titlecmn .actsrcg {
        color: #1cc185;
        font-size: .785rem;
        font-weight: 400;
        margin-left: 1rem
    }

.rwz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.colz {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px
}

.rowz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cols-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cols-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.cntrttl {
    font-size: .72rem;
    line-height: .72rem;
    color: #4e4e4e;
    margin-bottom: .45rem
}

.cntrvle {
    font-size: .835rem;
    line-height: .835rem;
    color: #212529;
    font-weight: 700
}

.mg-r--7 {
    margin-right: -7px !important
}

.mg-l--7 {
    margin-left: -7px !important
}

.cntrlst {
    margin-top: .65rem;
    font-size: .72rem;
    line-height: .72rem
}

    .cntrlst i.fa-calendar {
        font-weight: 400;
        font-size: .775rem;
        margin-right: .1rem;
        color: #a2a2a2
    }

.cnsmrdlt {
    margin-top: .5rem;
    line-height: .78rem;
    color: #e72d52;
    font-weight: 500
}

.cntropncls {
    position: relative
}

.calicn {
    font-weight: 500;
    color: #b5b5b5
}

.cntruzr {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: .65rem
}

.cntropn {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .45rem
}

.cntrcls {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .45rem
}

.cntraprv {
    font-size: .72rem;
    line-height: .72rem
}

.btnrps {
    position: relative;
    padding-left: 2rem
}

.crcicn {
    position: absolute;
    font-size: 1.5rem;
    line-height: 1.5rem;
    top: .65rem;
    left: .8rem;
    font-weight: 400;
    color: #fff
}

.calicon {
    height: 13px;
    margin-right: .3rem
}

select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .615rem center;
    background-size: 13px 13px;
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 30px !important
}

    select.form-control-sm {
        -webkit-appearance: none;
        background-size: 11px 11px;
        background-position: right .55rem center;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 26px !important
    }

    select.form-control-lg {
        background: #fff url(../images/ddown.svg) no-repeat;
        -webkit-appearance: none;
        background-size: 11px 11px;
        background-position: right .75rem bottom .85rem;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 32px !important
    }

    select::-ms-expand {
        display: none
    }

option {
    height: calc(1.975rem + 1px);
    font-size: .765rem;
    padding: .35rem .65rem;
    line-height: 1.5
}

.cnsttl {
    font-size: .7rem;
    line-height: .7rem;
    color: #8d9ea7;
    margin-bottom: .5rem
}

.cnsdta span {
    font-weight: 700
}

.uzricn {
    min-width: 42px;
    height: 42px;
    margin-right: .75rem
}

    .uzricn img {
        width: 42px;
        height: 42px;
        border-radius: .35rem
    }

.cnsmrrecpt {
    position: relative;
    padding: 1rem 0 1rem 1rem
}

    .cnsmrrecpt:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: #1dacb4
    }

.assndto {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .3rem;
    color: #4e4e4e
}

.asscnsr {
    font-size: .95rem;
    line-height: .95rem;
    margin-bottom: .3rem;
    font-weight: 700
}

.asscnsid {
    line-height: .78rem
}

.cntraprv, .cntrcls, .cntropn, .cntrpndng, .cntrstts {
    color: #4e4e4e
}

    .cntropn span {
        color: #1dacb4;
        font-weight: 700
    }

    .cntrcls span {
        color: #e72d52;
        font-weight: 700
    }

    .cntrstts span {
        color: #212529;
        font-weight: 700
    }

    .cntrpndng span {
        color: #1dacb4;
        font-weight: 700
    }

    .cntraprv span {
        color: #1cc185;
        font-weight: 700
    }

.dmcsdtls {
    padding: 1rem 0
}

.ttlvlue {
    font-weight: 500
}

    .ttlvlue.fsbig {
        font-size: 1rem;
        font-weight: bold;
    }

.tblBg {
    background: #ebf1f1
}

.mbt2 {
    margin-bottom: .3rem
}

.mbt3 {
    margin-bottom: .35rem
}

.mbt4 {
    margin-bottom: .45rem
}

.mbt2:last-child {
    margin-bottom: 0
}

.ttlvlue a.infcns {
    color: #212529
}

    .ttlvlue a.infcns i {
        font-size: 1rem
    }

.crdbox1 {
    padding: .65rem 0;
    border-radius: .35rem;
    min-width: 270px
}

.hrchy {
    font-size: .72rem;
    margin-bottom: .25rem;
    color: #5f5f5f
}

.hrchybld {
    font-size: .835rem;
    font-weight: 700
}

    .hrchybld span.hbsb {
        font-size: .725rem;
        font-weight: 400;
        color: #777;
        margin-left: 5px
    }

.dcdsc {
    margin-bottom: .15rem;
    color: #5f5f5f
}

    .dcdsc:last-child {
        margin-bottom: 0
    }

    .dcdsc strong {
        font-weight: 500;
        color: #212529
    }

.input-group .input-group-append .btn-dflt {
    background: #f7f7f7;
    border: .02rem solid #dbe4e4;
    font-size: .725rem
}

    .input-group .input-group-append .btn-dflt:hover {
        color: #1dacb4
    }

.btn-group .btn-dflt {
    background: #fff;
    border: .02rem solid #dbe4e4;
    font-size: .719rem;
    text-transform: capitalize !important;
    border-radius: 50em;
    display: flex;
    align-items: center
}

.dataTables_wrapper {
    min-height: 150px
}

    .dataTables_wrapper .dataTables_processing {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

.custom-file-label.selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%
}

.infoz {
    color: #212529
}

.infoicn {
    font-size: 1rem;
    font-weight: 700;
    color: #183958;
    margin-left: 5px
}

.ddwnbx {
    padding: .5rem 0;
    border-radius: .35rem;
    min-width: 200px
}

.stgnme {
    font-size: .775rem;
    font-weight: 700;
    color: #1dacb4
}

.stgttl {
    font-size: .84rem;
    font-weight: 700
}

.ddwnbx-hdr {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: .02rem solid #dbe4e4;
    color: #7c7c7c;
    font-weight: 700;
    font-size: .84rem
}

.ttlname {
    font-size: .72rem
}

.pnme {
    font-size: 1.2rem;
    margin: .15rem 0 .25rem;
    font-weight: 700;
    color: #183958
}

.custom-table-bordered tr td .sprtrw {
    border-bottom: .05rem solid #eee;
    padding: .45rem 0;
    position: relative
}

    .custom-table-bordered tr td .sprtrw:first-child {
        padding-top: 0
    }

    .custom-table-bordered tr td .sprtrw:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .custom-table-bordered tr td .sprtrw:first-child:before {
        position: absolute;
        content: '';
        left: -.45rem;
        bottom: -1px;
        height: 1px;
        width: .45rem;
        background: #eee
    }

    .custom-table-bordered tr td .sprtrw:first-child:after {
        position: absolute;
        content: '';
        right: -.45rem;
        bottom: -1px;
        height: 1px;
        width: .45rem;
        background: #eee
    }

.mnwd80 {
    min-width: 80px
}

.mnwd90 {
    min-width: 90px
}

.txtwgt-500 {
    font-weight: 500
}

.advfltr {
    cursor: pointer
}

    .advfltr .bi {
        font-size: 1.05rem;
        line-height: 1.05rem;
        vertical-align: middle
    }

.infttl {
    font-size: 1.05rem;
    line-height: 1.05rem;
    margin: .45rem 0;
    font-weight: 700;
    color: #1dacb4
}

.aprvvlue {
    font-size: .875rem;
    font-weight: 700;
    color: #1dacb4
}

.fntit {
    font-style: italic
}

.cbgry {
    background: #fff;
    width: 100%;
    padding: 1rem;
    border-radius: .75rem;
    border: .02rem solid #dbe4e4
}

.bllrlt {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e72d52
}

    .bllrlt .fwd {
        font-size: 1rem
    }

.crcbdge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0
}

.crcbdge-wtng {
    background: #b4b4b4
}

.crcbdge-prmry {
    background: #1dacb4
}

.crcbdge-sccs {
    background: #1cc185
}

.workflow-complaint {
    position: relative;
    padding-left: 44px
}

    .workflow-complaint:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 63%;
        top: 50%;
        transform: translateY(-50%);
        left: 11px;
        background: #008bd8
    }

.completestage {
    position: relative;
    margin-bottom: 1rem;
    background: #ebf1f1;
    border-radius: .35rem
}

.ccsteps {
    position: absolute;
    left: -49px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #1cc185;
    text-align: center;
    top: 0
}

    .ccsteps .cchk {
        font-size: 13px;
        line-height: 27px;
        color: #fff
    }

.scxteps {
    position: absolute;
    left: -25px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1cc185;
    text-align: center;
    top: 4px;
    z-index: 1
}

    .scxteps .cchk {
        font-size: 13px;
        line-height: 27px;
        color: #fff
    }

    .scxteps:before {
        width: 31px;
        height: 31px
    }

.completestage .ccsteps {
    position: absolute;
    left: -44px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

    .completestage .ccsteps:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid #008bd8;
        left: 0;
        top: 0
    }

    .completestage .ccsteps .cchk {
        font-size: 14px;
        line-height: 12px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #38b169;
        background: #b2f0cb;
        display: inline-block;
        margin-top: 5px;
        margin-left: 2px
    }

.cancelSteps {
    position: absolute;
    left: -44px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fbc6d3;
    border: 4px solid #fff;
    top: 50%;
    transform: translateY(-50%)
}

    .cancelSteps:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid #1dacb4;
        left: -5px;
        top: -5px
    }

    .cancelSteps .bi-x {
        color: #212529;
        font-size: 14px;
        line-height: 14px;
        position: absolute;
        left: 50%;
        top: 47%;
        transform: translate(-50%,-50%)
    }

.cnclStg {
    padding: .5rem .75rem;
    background: #fbc6d3;
    color: #212529;
    font-size: .835rem;
    font-weight: 500;
    width: 100%
}

.cprcssteps {
    position: absolute;
    left: -44px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #ccedff;
    border: 4px solid #fff;
    top: 50%;
    transform: translateY(-50%)
}

    .cprcssteps:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid #008bd8;
        left: -5px;
        top: -5px
    }

.cwtngsteps {
    position: absolute;
    left: -44px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #dbe4e4;
    border: 4px solid #fff;
    top: 50%;
    transform: translateY(-50%)
}

    .cwtngsteps:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid #1dacb4;
        left: -5px;
        top: -5px
    }

.ccmplte {
    padding: .5rem .75rem;
    background: #b2f0cb;
    color: #212529;
    font-size: .835rem;
    font-weight: 500;
    width: 100%
}

.crjct {
    padding: .5rem .75rem;
    background: #e72d52;
    color: #fff;
    font-size: .835rem;
    font-weight: 500
}

.alert-dgr {
    padding: .5rem .75rem;
    background: #fdfbac;
    color: #1e1e1e;
    font-size: .835rem;
    border-radius: .35rem;
}

    .alert-dgr a {
        color: #636cbb;
        margin-left: .5rem;
        text-decoration: underline;
    }

        .alert-dgr a:hover {
            color: #636cbb;
        }

.cstts {
    padding: .5rem .75rem;
    color: #212529;
    font-weight: 500
}

.cdate {
    padding: .5rem .75rem;
    color: #212529;
    font-size: .775rem;
    min-height: 2rem;
    width: 100%;
    position: relative
}

    .cdate .calndr {
        margin-right: .5rem;
        height: 14px
    }

.cinprccs {
    padding: .5rem .75rem;
    background: #ccedff;
    color: #212529;
    font-size: .835rem;
    font-weight: 500;
    width: 100%
}

.cwting {
    padding: .5rem .75rem;
    background: #dbe4e4;
    color: #212529;
    font-size: .835rem;
    font-weight: 500;
    width: 100%
}

.agnto {
    color: #1dacb4 !important;
    font-weight: 700
}

    .agnto img {
        margin-right: 5px
    }

.circlebtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #e7e7e7;
    border: 0;
    margin-top: 1rem;
    position: relative;
    cursor: pointer
}

    .circlebtn:hover {
        background: #d7d7d7
    }

    .circlebtn:focus {
        outline: 0
    }

    .circlebtn img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.wd100-80 {
    width: calc(100% - 80px)
}

.tmelne {
    list-style: none;
    position: relative;
    padding-left: 43px;
    max-height: 300px;
    overflow-y: auto
}

    .tmelne:before {
        position: absolute;
        content: '';
        width: 1px;
        height: calc(100% - 40px);
        top: 50%;
        transform: translateY(-50%);
        left: 11px;
        border-left: 1px dashed #dedfe1
    }

.tmlnlst {
    position: relative;
    margin-bottom: 1.75rem;
    background: #ebf1f1
}

.ccsteps {
    position: absolute;
    left: -43px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #1cc185;
    text-align: center;
    top: 0
}

    .ccsteps .cchk {
        font-size: 11px;
        line-height: 23px;
        color: #fff
    }

.rjctteps {
    position: absolute;
    left: -49px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #e72d52;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.completestage .rjctteps .cchk {
    font-size: 13px;
    line-height: 27px;
    color: #fff
}

.rjctteps .cchk {
    font-size: 11px;
    line-height: 23px;
    color: #fff
}

.fldsteps {
    position: absolute;
    left: -25px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #e72d52;
    text-align: center;
    top: 5px;
    z-index: 1
}

.grnsteps {
    position: absolute;
    left: -25px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1cc185;
    text-align: center;
    top: 14px;
    z-index: 1
}

.cipsteps {
    position: absolute;
    left: -43px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #1dacb4;
    text-align: center;
    top: 0
}

    .cipsteps .cchk {
        font-size: 11px;
        line-height: 23px;
        color: #fff
    }

.crjsteps {
    position: absolute;
    left: -43px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #e72d52;
    text-align: center;
    top: 0
}

    .crjsteps .cchk {
        font-size: 11px;
        line-height: 23px;
        color: #fff
    }

.cpsteps {
    position: absolute;
    left: -43px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #ae4ce1;
    text-align: center;
    top: 0
}

    .cpsteps .cchk {
        font-size: 11px;
        line-height: 23px;
        color: #fff
    }

.cmplntttl {
    font-size: .875rem;
    line-height: 1.1rem;
    font-weight: 700;
    margin-bottom: .35rem
}

.cmpdte {
    font-size: .725rem;
    line-height: .725rem;
    color: #777;
    margin-bottom: .145rem
}

.gryfrmbdy {
    background: #ebf1f1;
    padding: 1rem 1rem .35rem 1rem;
    width: 100%
}

.gryfrmbdy1 {
    background: #ebf1f1;
    padding: 1rem 1rem .35rem 1rem;
    width: 100%;
    border: .02rem solid #dbe4e4
}

.ml--1 {
    margin-left: -1rem
}

.mb1 {
    margin-bottom: .1rem
}

.chklbl {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: .1rem
}

.attasst .picatat {
    width: 85px;
    height: 85px;
    background: #f2f3f5;
    border-radius: .35rem;
    position: relative;
    margin-right: .5rem
}

    .attasst .picatat:last-child {
        margin-right: 0
    }

    .attasst .picatat .attchpc {
        width: 100%;
        height: 100%;
        border-radius: .5rem
    }

.attasst-upload {
    overflow: hidden;
    padding: 3px 5px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: 0 0;
    text-align: center
}

    .attasst-upload .attchcnt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

        .attasst-upload .attchcnt span {
            display: block;
            font-size: .75rem;
            white-space: nowrap;
            margin-top: .2rem
        }

    .attasst-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0
    }

.chkwrkcmp {
    margin-bottom: 1rem
}

    .chkwrkcmp .chklabel {
        margin-left: .15rem;
        font-weight: 500
    }

.vndlst {
    list-style: none;
    margin: 0;
    padding: 0
}

    .vndlst .vndrli {
        list-style: none;
        padding-bottom: .65rem;
        margin-bottom: .65rem;
        border-bottom: .02rem solid #dbe4e4
    }

        .vndlst .vndrli:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0
        }

.nobtngrp > .btn-dflt {
    cursor: default !important
}

.wrkflws {
    max-width: 100%;
    width: 414px;
    margin: 1rem auto
}

.srchbx {
    background: #ebf1f1;
    border-radius: .45rem
}

    .srchbx .srchdr {
        padding: .75rem 1rem;
        border-bottom: .02rem solid #dbe4e4;
        font-weight: 700;
        font-size: .865rem
    }

.srchbdy {
    padding: .75rem 1rem
}

.srchcnslst {
    max-height: 280px;
    overflow-y: auto
}

.fc-pill {
    border-radius: 2rem
}

    .fc-pill:focus {
        outline: 0
    }

.form-control-sm.fc-pill {
    padding-left: 1rem;
    padding-right: 1rem
}

ul.trfrev {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 105px;
    overflow-y: auto
}

    ul.trfrev li {
        padding: .275rem 1rem;
        border-radius: 1rem;
        background: #dbe4e4;
        font-size: .775rem;
        cursor: pointer;
        margin-bottom: .5rem;
        border: 1px solid transparent
    }

        ul.trfrev li:last-child {
            margin-bottom: 0
        }

        ul.trfrev li:hover {
            border: 1px solid #d0e2e2
        }

        ul.trfrev li .trvdte {
            color: #212529;
            font-weight: 500
        }

        ul.trfrev li .trvnme {
            color: #909090
        }

input[type=text].cfc, select.cfc, textarea.cfc {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: .02rem solid #dbe4e4;
    border-radius: 0;
    padding-left: 0;
    font-size: .845rem;
    font-weight: 700;
    color: #212529;
    display: block;
    width: 100%;
    padding: 0 .65rem .35rem 0;
    background-color: #fff;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    input[type=text].cfc:focus, select.cfc:focus, textarea.cfc:focus {
        outline: 0 !important;
        box-shadow: none
    }

label.clbl {
    font-weight: 400;
    margin-bottom: .25rem;
    color: #212529;
    font-size: .75rem;
    line-height: .75rem
}

.lttb {
    text-align: left
}

    .lttb .tbct {
        margin-right: 18px;
        display: inline-block
    }

        .lttb .tbct .uzid {
            display: block;
            line-height: .715rem;
            color: #212529;
            font-size: .715rem;
            margin-bottom: .2rem
        }

        .lttb .tbct .uznme {
            display: block;
            font-weight: 700;
            font-size: .875rem;
            line-height: .875rem;
            text-transform: capitalize;
            color: #1dacb4;
            white-space: nowrap
        }

.uzav {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px
}

.dropdown-item01 {
    padding: 10px;
    transition: .3s all ease-in-out;
    position: relative;
    border-bottom: .02rem solid #dbe4e4;
    display: block;
    width: 100%;
    clear: both
}

    .dropdown-item01:hover {
        background: #ebf1f1
    }

    .dropdown-item01:last-child {
        border-bottom: 0
    }

.app-header .dropdown-item01 .uzav img.uzavimg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%
}

.app-header .uzname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #212529;
    font-weight: 700;
    font-size: .925rem
}

.app-header .uzcode {
    color: #737373;
    font-size: 80%
}

.app-header .owuz span {
    padding: .15rem .35rem .12rem .35rem;
    font-size: .615rem;
    line-height: .615rem;
    background: #1dacb4;
    color: #fff;
    border-radius: .15rem
}

@media (min-width:768px) {
    .mgl767 {
        margin-left: .5rem
    }

    .bxlft, .bxrgt {
        margin: 0 9px
    }

    .bxlft {
        margin-left: 0
    }

    .bxrgt {
        margin-right: 0
    }

    .m-l--15_768 {
        margin-left: -1rem
    }
}

input.btn-default {
    text-transform: capitalize;
    color: #1dacb4
}

    input.btn-default:hover {
        color: #1dacb4
    }

.ibtnDel img {
    height: 16px;
    min-width: 17px
}

.rpzicn a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #d7d7d7;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #212529
}

    .rpzicn a:hover {
        background: #d0d0d0;
        color: #1dacb4
    }

.srchprc .icon-question {
    font-size: 1.25rem;
    font-weight: 700;
    color: #737373;
    margin-right: .5rem
}

.srchprc .svle {
    font-weight: 700;
    font-size: .875rem;
    margin-left: .15rem;
    color: #1dacb4
}

.poremark {
    color: #212529;
    font-weight: 700;
    margin-bottom: .65rem
}

.catnme {
    font-weight: 500
}

.subcate .catnme {
    margin-left: 1rem;
    font-weight: 400
}

.astlbl {
    font-weight: 400;
    color: #7e7e7e;
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .3rem
}

.astvle {
    font-weight: 700;
    color: #183958;
    font-size: .845rem
}

.Clsaddrow {
    min-width: 17px
}

    .Clsaddrow img {
        height: 17px;
        min-width: 17px
    }

.jsbtnDelete {
    min-width: 17px
}

    .jsbtnDelete img {
        height: 17px;
        min-width: 17px
    }

ul.rmrkrs {
    list-style: none;
    margin: 0;
    padding: 1rem;
    border: .02rem solid #dbe4e4;
    border-radius: .7rem
}

    ul.rmrkrs li {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: .02rem solid #dbe4e4
    }

        ul.rmrkrs li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none
        }

        ul.rmrkrs li .rmkuzrs {
            width: 60px;
            min-width: 60px;
            height: 60px;
            margin-right: 1rem;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #e9f1f3;
            display: flex;
            align-items: center;
            justify-content: center
        }

            ul.rmrkrs li .rmkuzrs .rmkpic {
                max-width: 60px;
                min-width: 60px;
                border-radius: 50%
            }

.actionBy {
    font-size: .825rem;
    color: #1dacb4;
    display: block;
    font-style: italic;
    font-weight: 500
}

.actLabel {
    color: #989898;
    font-weight: 400
}

.rmkrdtls {
    width: calc(100% - 75px)
}

.rmkrnme {
    font-size: 1rem;
    font-weight: 700
}

.dttme {
    font-size: .775rem;
    color: #7e7e7e
}

.dtstststg {
    margin-bottom: .35rem;
    font-size: .815rem
}

ul.rmlist {
    list-style: none;
    padding: 0;
    margin: .75rem;
}

    ul.rmlist li {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #dbe4e4;
    }

        ul.rmlist li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

.rmtitle {
    font-size: .845rem;
    color: #183958;
    font-weight: 700;
    margin-bottom: 0.15rem;
}

    .rmtitle .bi {
        font-size: .725rem;
        margin-left: 0.2rem;
    }

.rmdesc {
    margin-bottom: .15rem;
}

    .rmdesc:last-child {
        margin-bottom: 0;
    }

.cbo {
    color: #7f7f7f;
    font-size: .7rem;
    margin-left: .75rem;
}

    .cbo em {
        color: #7f7f7f;
        font-size: .745rem;
        color: #183958;
    }

.tbwtb {
    background: #183958;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: .25rem .75rem;
    text-transform: uppercase;
    font-size: .775rem;
    display: inline-block
}

.mtrdsn {
    min-height: 20px;
    max-height: 26px;
    margin-bottom: .35rem
}

.mtrdfjcb {
    padding-bottom: .65rem;
    margin-bottom: .35rem;
    border-bottom: .02rem solid #dbe4e4
}

.tbwtb {
    background: #183958;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: .425rem .65rem .345rem;
    text-transform: capitalize;
    font-size: .72rem;
    line-height: .72rem;
    display: inline-block
}

.dvtd {
    padding: .35rem .5rem;
    border-bottom: .02rem solid #dbe4e4
}

    .dvtd:last-child {
        border-bottom: 0
    }

.tblbx {
    max-width: 100%;
    overflow-x: auto;
    font-size: .725rem
}

    .tblbx .table {
        margin-bottom: .25rem
    }

.tblseg {
    max-width: 100%;
    overflow-x: auto
}

    .tblseg .table {
        margin-bottom: .25rem
    }

        .tblseg .table.tblbdrx tr th {
            white-space: nowrap
        }

.form-control.nobdr.calicnrgt {
    min-width: 130px
}

.tblbx .card {
    border: .02rem solid #dbe4e4;
    box-shadow: none;
    margin-bottom: 0
}

.mgtm1 {
    margin-top: -1px
}

.tblbx .table.tbldtl {
    margin-bottom: 0
}

    .tblbx .table.tbldtl tr th {
        background: #ebf1f1;
        text-transform: uppercase;
        font-size: .715rem;
        white-space: nowrap;
        font-weight: 500
    }

    .tblbx .table.tbldtl tr td, .tblbx .table.tbldtl tr th {
        padding: .4rem .5rem;
        vertical-align: top;
        border-bottom: .02rem solid #dbe4e4 !important;
        border-top: 0 !important
    }

.tblbx .table.tbldtl {
    border-left: .02rem solid #dbe4e4;
    border-right: .02rem solid #dbe4e4;
    border-top: .02rem solid #dbe4e4
}

table.pdftbl.tblbdrx tr td.nobdrs {
    padding: 0 !important;
    text-align: left !important;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
}

.jvcndsc {
    font-weight: 500
}

.mpltlng {
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    padding: 2px;
    background: #fff
}

.lalnttl {
    margin-top: 5px
}

    .lalnttl span {
        font-size: .775rem;
        line-height: .775rem;
        font-weight: 500
    }

.lttd {
    border-right: 1px solid #d0d0d0;
    margin-right: 7px;
    padding-right: 7px
}

.tdvle, .tdvle a {
    font-weight: 500;
    color: #212529
}

    .tdvle a .agdwn {
        color: #7e7e7e;
        margin-left: .5rem;
        font-size: .875rem;
        font-weight: 700
    }

.casdtl {
    margin: .5rem 0
}

.cnsphto {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: .75rem
}

    .cnsphto img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 50%;
        object-fit: cover;
        object-position: 10% 30%
    }

.assnnme {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: .35rem;
    padding-bottom: .35rem;
    border-bottom: .02rem solid #dbe4e4;
    color: #212529
}

.assn {
    font-size: .845rem;
    color: #183958;
    font-weight: 700;
    margin-bottom: .15rem
}

.assphn {
    font-size: .72rem;
    margin-bottom: .1rem
}

    .assphn .bi {
        margin-right: 5px;
        font-size: .835rem
    }

        .assphn .bi.bi-battery-full {
            font-size: 1rem
        }

.hstrybx {
    background: #fff;
    padding: .5rem;
    width: 100%
}

.btry {
    font-size: .72rem
}

    .btry .btryBox {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-battery' viewBox='0 0 16 16'%3e %3cpath d='M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z'/%3e %3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px 22px;
        position: relative;
        width: 22px;
        height: 12px;
        margin-right: 5px
    }

        .btry .btryBox .bi {
            font-size: 1.5rem;
            line-height: 1.5rem;
            position: absolute
        }

        .btry .btryBox .progress {
            position: absolute;
            height: 8px;
            width: 1.04rem;
            border-radius: .025rem;
            background: 0 0;
            top: 50%;
            left: .095rem;
            transform: translateY(-50%)
        }

.clbx {
    border: 1px solid #dedfe1;
    border-radius: .225rem;
    text-align: center;
    color: #4e4e4e
}

.clcnt {
    padding: .425rem .175rem .275rem .175rem
}

.mntyrs {
    font-size: .715rem;
    line-height: .715rem;
    font-weight: 500;
    margin-bottom: .175rem
}

.dys {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700
}

.clft {
    background: #dedfe1;
    padding: .295rem .175rem;
    font-size: .7rem;
    line-height: .7rem
}

.colx-4 {
    padding-right: 3px;
    padding-left: 3px
}

.clbx.crrmnth {
    border: 1px solid #1dacb4;
    color: #1dacb4
}

    .clbx.crrmnth .clft {
        color: #fff;
        background: #1dacb4
    }

.clbx.expmnth {
    border: 1px solid #e72d52;
    color: #e72d52
}

    .clbx.expmnth .clft {
        color: #fff;
        background: #e72d52
    }

.mtrimg img {
    padding: 2px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: .15rem
}

.billtabbox .tab-content .tab-pane, .cnsrchbx {
    padding: 1.25rem
}

.input-group.igctm {
    margin-top: -1px
}

.igctm div.input-group-prepend {
    width: 33.333333%
}

.igctm .input-group-prepend.fl1 .input-group-text {
    border-bottom-left-radius: 0
}

.igctm .input-group-prepend.fl2 .input-group-text {
    border-top-left-radius: 0
}

.igctm .form-control {
    width: 16.666667%
}

    .igctm .form-control.fcfl1 {
        border-bottom-right-radius: 0
    }

    .igctm .form-control.fcfl2 {
        border-top-right-radius: 0
    }

.igctm div.input-group-prepend span.input-group-text {
    width: 100%;
    font-weight: 700
}

.input-group.igctm .form-control.input-validation-error {
    border: 1px solid #ffb3a7;
    z-index: 1
}

.mtm1 {
    margin-top: -1px
}

.mbt6 {
    margin-bottom: 6px
}

.dtpg {
    position: absolute;
    top: -47px;
    right: 0
}

    .dtpg .dtpginn {
        display: flex;
        align-items: center
    }

    .dtpg .dtcntrls, .dtpg .dtinfo {
        display: inline-block
    }

        .dtpg .dtcntrls > div, .dtpg .dtinfo > div {
            margin-top: 10px;
            padding: 0;
            font-size: .78125rem;
            font-weight: 500;
            line-height: .785rem
        }

    .dtpg .dtpginn .dt-buttons {
        position: fixed;
        right: 6rem;
        top: 67px;
        z-index: 99;
        display: inline-block !important
    }

.dt-button {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap !important;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
    padding: .45rem .875rem;
    height: calc(2rem + 2px) !important;
    font-size: .75rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 0 !important;
    margin-left: 8px
}

.buttons-excel {
    color: #fff !important;
    background: #1cc185 !important;
    border-color: #1cc185 !important
}

.buttons-pdf {
    color: #fff !important;
    background: #e72d52 !important;
    border-color: #e72d52 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%,-50%)
}

.rowx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

    .rowx .col4 {
        width: 33.333333%
    }

    .rowx .col2 {
        width: 16.666667%
    }

    .rowx .colz4 {
        width: 34%
    }

    .rowx .colz3 {
        width: 22%
    }

.input-group.igctm1 {
    margin-top: -1px
}

.igctm1 div.input-group-prepend {
    width: 34%
}

    .igctm1 div.input-group-prepend span.input-group-text {
        width: 100%;
        font-weight: 700
    }

.igctm1 .input-group-prepend.fl11 .input-group-text {
    border-bottom-left-radius: 0
}

.igctm1 .form-control.fcfl11 {
    border-bottom-right-radius: 0
}

.igctm1 .form-control.fcfl21 {
    border-top-right-radius: 0
}

.igctm1 .input-group-prepend.fl21 .input-group-text {
    border-top-left-radius: 0
}

.input-group.igcstm .form-control, .input-group.igcstm select.form-control {
    display: inline-block
}

.form-control.dsbl {
    background-color: #ebf1f1;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none
}

.hrchytbl {
    font-weight: 500;
    color: #212529;
    margin-left: 4px;
    margin-right: 4px
}

.adrw {
    font-weight: 500;
    margin-top: .5rem;
    display: inline-block
}

    .adrw img {
        margin-right: .35rem
    }

.table.tblslb {
    border-radius: .25rem;
    margin-bottom: 0
}

.tblslb tr td {
    border: .02rem solid #dbe4e4;
    padding: 0;
    vertical-align: middle
}

    .tblslb tr td.nbdr {
        border: 0
    }

    .tblslb tr td label {
        margin-bottom: .15rem
    }

.tblslb.wwnb tr td.nbdr {
    white-space: nowrap;
    padding-right: 0.75rem;
}

.tblslb.wwnb tr td.dllrw {
    min-width: 40px;
}

.abbdg {
    color: #fff;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 0.35rem 0.65rem 0.35rem;
    text-transform: capitalize;
    font-size: .72rem;
    line-height: .72rem;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.addrw .bi {
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: middle;
}

table.attchTable {
    margin-bottom: .5rem
}

.attchTable tr td {
    border: .02rem solid #dbe4e4;
    padding: .375rem .5rem;
    vertical-align: middle
}

    .attchTable tr td.nbdr {
        padding: 0 0 .5rem 0;
        border: 0;
        font-size: .72rem
    }

    .attchTable tr td .custom-file {
        font-size: .7185rem;
        height: calc(1.648438rem + 2px);
        overflow: inherit
    }

        .attchTable tr td .custom-file.cfohNone {
            overflow: initial
        }

        .attchTable tr td .custom-file .custom-file-input {
            height: calc(1.648438rem + 2px)
        }

        .attchTable tr td .custom-file .custom-file-label {
            padding: .25rem .5rem;
            height: calc(1.648438rem + 2px);
            font-size: .7185rem;
            line-height: 1.5
        }

            .attchTable tr td .custom-file .custom-file-label:after {
                height: calc(1em + .625rem);
                top: 0;
                right: 1px;
                bottom: 2px;
                padding: .35rem .5rem;
                line-height: 1;
                background: #183958;
                color: #fff;
                border-radius: .2rem;
                text-transform: capitalize;
                font-size: .675rem
            }

.delRow img {
    width: 14px;
    min-width: 14px
}

.delRow .bi-trash {
    font-size: 1.1rem;
    color: #e72d52;
}

.form-control.form-control-wsh {
    border-radius: 0;
    border: 0;
    height: calc(1.75rem + 2px);
    padding: .275rem .5rem;
    font-size: .7185rem
}

    .form-control.form-control-wsh.crcyicon {
        padding-left: 25px;
        background-size: 11px 11px;
        background-position: left 0.5rem bottom 0.575rem;
    }

.tblslb tr td .input-group .input-group-prepend .input-group-text {
    border-radius: 0 !important;
    border: 0 !important
}

.dllrw {
    width: 35px;
    background: #ebf1f1;
    text-align: center
}

    .dllrw a {
        display: inline-block
    }

    .dllrw .bi {
        font-size: 1.05rem;
        line-height: 1.05rem;
        color: #212529
    }

.table.adedslb {
    border: 0;
    padding: 0;
    margin-bottom: 0
}

    .table.adedslb tr td {
        padding: 0;
        border: 0;
        background: #ebf1f1
    }

.table.inrtbl {
    margin-bottom: 0;
    background: #fff
}

    .table.inrtbl td {
        vertical-align: middle;
        border: .02rem solid #dbe4e4;
        background: #ebf1f1;
        padding: .35rem
    }

        .table.inrtbl td.nbdr {
            background: #fff;
            border: 0;
            padding-left: 0
        }

            .table.inrtbl td.nbdr label {
                margin-bottom: 0
            }

.addRowz {
    display: inline-block;
    margin-top: .5rem
}

    .addRowz img {
        margin-right: .35rem
    }

.delRowz img {
    width: 14px
}

.tbllft {
    width: 100%
}

.trtdndr {
    padding: .35rem .35rem .35rem 0;
    height: 30px
}

    .trtdndr lable {
        margin-bottom: 0
    }

.slbrng {
    height: calc(100% - 30px);
    vertical-align: middle;
    border: .02rem solid #dbe4e4;
    border-right: 0;
    background: #ebf1f1;
    padding: .35rem;
    position: relative;
    display: flex;
    align-items: center
}

    .slbrng a.slbrnglnk {
        font-weight: 700
    }

a.slbrnglnk {
    font-weight: 700
}

.nslbs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

.nslbsctd {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
    margin: .75rem 0
}

.addRowDial1 .bi, .addRowDial2 .bi, .addrow .bi, .adrzz .bi.bi-plus-circle-fill {
    font-size: 1.05rem;
    line-height: 1.05rem
}

.addRowDial1 img, .addRowDial2 img, .addrow img {
    margin-right: .35rem
}

.adrzz {
    margin-top: .45rem
}

    .adrzz img {
        margin-right: 4px
    }

.dclstdt {
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px dashed #dfdfdf
}

    .dclstdt:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

.chngbk {
    font-weight: 500;
    display: inline-block;
    margin-top: .5rem;
    color: #212529
}

    .chngbk:hover {
        color: #1dacb4
    }

.btnsec {
    margin: .5rem 0
}

    .btnsec .btn {
        margin-right: .15rem
    }

        .btnsec .btn:last-child {
            margin-right: 0
        }

.clblfi {
    font-weight: 400;
    margin-bottom: .25rem;
    color: #212529;
    font-size: .72rem
}

.cmplggdin img {
    border-radius: 50em;
    width: 30px;
    max-width: 30px;
    height: 30px
}

.cmplggdin .cmpuzr {
    margin-left: .35rem;
    font-weight: 500
}

.fa-times-circle.icls {
    font-weight: 100;
    font-size: 1rem !important
}

.btn-updwn.dtp-select-year-range i {
    font-size: 1.15rem;
    line-height: 1.15rem
}

.btn-updwn.dtp-select-year-range.before {
    border-bottom: .02rem solid #dbe4e4;
    padding-bottom: .35rem;
    margin-bottom: .5rem
}

.btn-updwn.dtp-select-year-range.after {
    border-top: .02rem solid #dbe4e4;
    padding-top: .35rem;
    margin-top: .5rem !important
}

.mbsmry {
    margin-bottom: 1rem;
    display: block;
    overflow: hidden;
    clear: both
}

.jvcndsc {
    font-weight: 500
}

.cbxds {
    border-left: 28px solid #d0d8d8;
    width: 100%;
    border-radius: .25rem;
    position: relative;
    background: #ebf1f1;
    max-width: 300px
}

    .cbxds .cbxnme {
        color: #212529;
        border-radius: 5px 5px 0 0;
        margin: 0;
        padding: 4px 12px;
        font-size: .775rem !important;
        text-transform: uppercase;
        font-size: 1.05rem;
        position: absolute;
        top: 50%;
        left: -14px;
        transform: translate(-50%,-50%) rotate(-90deg);
        -moz-transform: translate(-50%,-50%) rotate(-90deg);
        -webkit-transform: translate(-50%,-50%) rotate(-90deg)
    }

.cbxdsbdy {
    padding: .75rem
}

.mtrdfjcb {
    padding-bottom: .45rem;
    margin-bottom: .45rem;
    border-bottom: .02rem solid #dbe4e4
}

.mg-t--1 {
    margin-top: -1px
}

.mh150 {
    min-height: 150px;
}

pre.json-renderer {
    border: 1px solid #aaa;
    padding: .5em 1.5em
}

pre.jscd {
    padding: 10px 20px;
    border: .02rem solid #dbe4e4;
    background: #ebf1f1;
    overflow-x: auto
}

.jscd {
    padding: 10px 20px;
    border: .02rem solid #dbe4e4;
    background: #ebf1f1;
    overflow-x: auto
}

.acnomtr {
    margin-bottom: .25rem
}

    .acnomtr span {
        font-weight: 700
    }

.dttmsts {
    color: #7e7e7e;
    font-size: .775rem
}

.cnsacclst {
    margin: 0;
    padding: 0;
    list-style: none
}

    .cnsacclst li {
        padding: .725rem .9rem;
        border-bottom: 1px dashed #dfdfdf;
        border-left: 3px solid transparent
    }

        .cnsacclst li.selected {
            background: #dce2e6;
            border-left: 3px solid #1dacb4
        }

        .cnsacclst li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

.vjsncd {
    font-size: .72rem;
    font-weight: 700;
    margin-left: .85rem
}

.ldrgif {
    height: 85px
}

.vjsncd:hover {
    text-decoration: underline
}

.jscdsc {
    position: relative
}

.srchtxt {
    margin-right: 10px
}

.gbdz {
    background: #ebf1f1;
    padding: 1rem 0;
    width: 100%;
    position: relative
}

.btn-absdwn {
    position: absolute;
    right: .5rem;
    top: .75rem
}

.btn-attachment {
    display: inline-block;
    border: 1px solid #dbe4e4;
    background: #eff3f6;
    border-radius: .25rem;
    padding: .15rem .45rem;
    font-weight: 500;
    font-size: .72rem;
    color: #183958;
    white-space: nowrap;
    margin-right: .15rem;
}

    .btn-attachment .bi {
        color: #1dacb4;
        display: inline-block;
        transform: rotate(45deg);
        font-size: .875rem;
        line-height: .875rem;
        margin-right: .15rem;
    }

.uzrimgtbl {
    max-width: 100%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: .175rem;
    object-fit: cover;
    object-position: 10% 30%
}

.mtfmx {
    margin-top: .365rem
}

.tblbdrx.inptdsbl tr td .dsbvle {
    white-space: nowrap
}

.bxbdy.mrspnl {
    padding-left: 140px;
}

.mrbImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 125px;
}

    .mrbImg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.fcbx .form-control {
    display: inline-block;
    height: calc(1.5rem + 2px);
    width: auto;
    border-radius: 2rem;
    padding: .15rem .75rem;
}

.fcbx .btn-group .btn {
    font-size: .715rem;
    height: calc(1.5rem + 2px);
    border-radius: 2rem !important;
    padding: .25rem .75rem;
    font-weight: 400 !important;
}

.rdoBox {
    background: #fff;
    border-radius: 50px;
    margin-right: 1rem;
}

    .rdoBox .btn-group {
        column-gap: 0;
    }

        .rdoBox .btn-group .btn {
            border-radius: 50px;
            font-weight: 500;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            border-color: transparent;
        }

@media (min-width:576px) {
    .dcavtr {
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin-right: 1rem
    }

        .dcavtr .dcavtrpic {
            width: 70px;
            height: 70px;
            border-radius: 50%
        }

    .mtrimg.mtrpcrsp.uploddpc {
        width: 60px
    }
}

@media (max-width:575px) {
    .srchtxt {
        width: calc(100% - 76px)
    }

    .dsbdr1.nbrMb {
        border-right: 0 !important
    }

    .card-group.auccg .card {
        margin-bottom: 0;
        border-radius: 0 !important;
        margin-top: -1px
    }

        .card-group.auccg .card:first-child {
            border-top-left-radius: .25rem !important;
            border-top-right-radius: .25rem !important
        }

        .card-group.auccg .card:last-child {
            border-bottom-left-radius: .25rem !important;
            border-bottom-right-radius: .25rem !important
        }

    .prof-img-custom {
        margin: auto
    }

    .usrzprofile-upload span {
        padding: .5rem .5rem .4rem;
        font-size: .625rem;
        line-height: .625rem
    }

    .mtfm {
        margin-top: .75rem
    }

    .tblbx .card {
        margin-top: -1px
    }

        .tblbx .card:first-child {
            margin-top: 0
        }

    .dcavtr {
        width: 50px !important;
        min-width: 50px !important;
        height: 50px !important;
        margin-right: 1rem
    }

        .dcavtr .dcavtrpic {
            width: 50px !important;
            height: 50px !important;
            border-radius: 50%
        }

    .dcdtls {
        width: calc(100% - 66px)
    }
}

.smicn {
    width: 30px;
    min-width: 30px;
    margin-right: .5rem
}

.smttl {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .45rem
}

.smvle {
    font-size: 1.45rem;
    line-height: 1.45rem;
    font-weight: 700;
    color: #212529
}

    .smvle .smvlepd {
        font-size: .815rem;
        margin-left: .25rem;
        font-weight: 500
    }

.updwnprf {
    margin-left: 5px
}

.smothvle {
    font-size: .775rem;
    line-height: .775rem;
    margin-top: .5rem
}

    .smothvle span {
        color: #1dacb4;
        font-weight: 700
    }

.glegend {
    margin-right: 8px;
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 500
}

    .glegend > span {
        margin-right: 4px
    }

.hdrttl1 img {
    margin-right: 4px
}

.hdrttl1 {
    color: #212529;
    font-weight: 700;
    font-size: .845rem
}

.badge.bdghdr, .custom-table-bordered tr td .badge.bdghdr {
    text-transform: uppercase;
    margin-bottom: 0
}

.cddwn .drpdwnrprt {
    color: #525252;
    font-size: .785rem
}

.vlderr {
    color: #e72d52;
    font-size: .775rem;
    margin-bottom: .65rem
}

.ui-menu.ui-widget-content {
    border: .02rem solid #dbe4e4;
    max-height: 180px;
    overflow-y: auto
}

    .ui-menu.ui-widget-content .ui-menu-item {
        font-size: .775rem;
        border: 1px solid transparent;
        padding: 0
    }

        .ui-menu.ui-widget-content .ui-menu-item:hover {
            border: 1px solid transparent;
            background: #fff !important;
            color: #212529
        }

        .ui-menu.ui-widget-content .ui-menu-item > a {
            font-size: .835rem;
            padding: .35rem .65rem;
            display: block;
            color: #4e4e4e
        }

            .ui-menu.ui-widget-content .ui-menu-item > a:hover {
                background: #fff !important;
                color: #212529;
                border: 1px solid #fff;
                border-radius: 0
            }

.badge.badge-sccso {
    padding: .325rem .4rem .275rem;
    font-size: .675rem;
    line-height: .675rem;
    height: 21px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #40ae49;
    color: #40ae49;
    font-weight: 500;
    margin-bottom: 0 !important
}

.badge.badge-dngrso {
    padding: .325rem .4rem .275rem;
    font-size: .675rem;
    line-height: .675rem;
    height: 21px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #e72d52;
    color: #e72d52;
    font-weight: 500;
    margin-bottom: 0 !important
}

.no-dashboard {
    height: calc(100vh - 100px)
}

    .no-dashboard.ndwFilter {
        height: calc(100vh - 150px)
    }

.edashimg {
    height: 200px;
    margin-bottom: 1.5rem
}

.edttl {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e2022;
    margin-bottom: .5rem
}

.eddesc {
    color: #677788;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7
}

.fgtp {
    margin-top: 1.25rem
}

.wdt100 {
    width: 100px
}

.wd100 {
    width: 110px
}

.mh250 {
    min-height: 250px
}

.mh300 {
    min-height: 300px
}

.drwcsm {
    min-width: 250px
}

.sprttl1 {
    margin-top: 8px;
    font-size: .72rem;
    line-height: 1rem;
    margin-bottom: 8px;
    color: #7c7c7c
}

.calmail1 {
    margin-bottom: .5rem
}

.spicn {
    margin-right: 8px;
    height: 28px
}

.emph1 {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    .emph1 a {
        line-height: 18px;
        display: block;
        color: #212529;
        font-weight: 700
    }

.spricon {
    height: 22px
}

.nodoc .nodicn {
    width: 75px;
    min-width: 75px;
    margin-right: 1.15rem
}

.nodoc .nodocdtl .ndttl {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .15rem;
    color: #7e7e7e
}

.nodoc .nodocdtl .nddesc {
    color: #7e7e7e
}

.kvlds, .mtrnum {
    font-size: .72rem
}

.mtrnum {
    margin-bottom: .1rem;
    font-weight: 700
}

.slctdbx {
    padding: 1rem;
    border-radius: .35rem;
    background: #f2f2f2;
    display: block;
    max-width: 425px;
    border: .02rem solid #dbe4e4
}

.schcttl {
    padding-bottom: .625rem;
    margin-bottom: .85rem;
    border-bottom: 1px solid rgba(100,121,143,.15);
    font-size: .845rem;
    line-height: 1rem;
    font-weight: 500
}

.vadvcdtl {
    font-weight: 500
}

    .vadvcdtl:hover {
        text-decoration: underline
    }

.iialrt {
    font-size: 1rem;
    margin-right: .5rem;
    font-weight: 700
}

.pevtnone {
    pointer-events: none
}

.uhrcy {
    width: 100%
}

    .uhrcy .tblattch tr td .form-control {
        min-width: 120px
    }

    .uhrcy .tblattch tr td label {
        margin-bottom: 0 !important
    }

.edtbz {
    margin-right: 4px
}

.aclst .addcnslist .cndtl {
    color: #212529
}

.tblsecz {
    width: 100%;
    overflow-x: auto
}

    .tblsecz .custom-table-bordered tr td {
        white-space: nowrap
    }

.actlbl label {
    margin-bottom: 0;
    font-weight: 700;
    color: #1dacb4
}

.form-control.fcnbn {
    border: 0 !important;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 1rem;
}

    .form-control.fcnbn:focus {
        outline: 0;
        box-shadow: none !important;
    }

.form-control.fcnb {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    font-size: .925rem
}

    .form-control.fcnb:focus {
        outline: 0;
        box-shadow: none !important;
        border-left: 0 !important;
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(29,172,180,.35)
    }

.callInfo {
    display: inline-block;
    background: #8b9090;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    border-radius: .2rem;
    vertical-align: middle
}

    .callInfo:hover {
        color: #fff
    }

    .callInfo .bi {
        font-size: .7rem;
        line-height: .7rem
    }

.mrx2030 {
    margin-right: 30px !important
}

#dvAssgraph, #dvRevgraph {
    position: relative
}

.fShowHide {
    position: relative;
    z-index: 1;
    min-height: 20px
}

    .fShowHide .advfltr {
        position: absolute;
        z-index: 1
    }

@media (min-width:576px) and (max-width:767px) {
    .crdbox {
        min-width: 360px
    }
}

@media (max-width:767px) {
    .tblscll {
        max-width: 100%;
        overflow-x: auto;
    }

    .uhrcy .tblattch tr td .form-control {
        width: auto
    }

    .uhrcy .tblattch tr td .custom-file {
        min-width: 160px
    }

    .logoutForm .btn {
        margin-bottom: 0
    }

    .dcdtls {
        margin-bottom: .65rem
    }

    .bxbdy.dsbdb .dcdtls {
        margin-bottom: 0
    }

    .bbtm767 {
        padding-bottom: 10px;
        border-bottom: .02rem solid #dbe4e4;
        margin-bottom: 10px
    }

    .edtbz .btn {
        margin-bottom: 0 !important
    }

    .totalamt .btn {
        margin-bottom: 0
    }

    .grndtotal .btn {
        margin-bottom: 0
    }

    .grdtotal .btn {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .btnsm {
        margin-bottom: .5rem
    }

    .mxht500 {
        max-height: 500px;
        overflow-y: auto
    }

    .mn-bdright {
        border-right: .02rem solid #dbe4e4
    }

    .smrybdy {
        padding: 0 6px
    }

    .pdl0 {
        padding-left: 0 !important
    }

    .input-group.igcstm .form-control, .input-group.igcstm select.form-control {
        display: inline-block
    }
}

@media (max-width:575px) {
    .mrx2030 {
        margin-right: 20px !important
    }

    .dscmimg {
        display: none
    }

    .d-inline-block.actlbl {
        display: block !important;
        margin-bottom: 8px
    }

    .d-inline-block.inpbxdb {
        display: block !important
    }

    .tblrsp {
        max-width: 100%;
        overflow-x: auto
    }

    .chnpsttl {
        font-size: .8rem;
        font-weight: 700;
        margin-bottom: .75rem;
        position: relative;
        padding-left: .75rem
    }

        .chnpsttl:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 3px;
            height: 100%;
            background: #1dacb4
        }

    .dflx575 {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .btnhdesw {
        margin-bottom: 30px
    }

    .drp.company .form-control.company {
        width: 100%
    }

    .crdbox {
        width: 100%
    }

    .dtlzrgt {
        border-top: .02rem solid #dbe4e4;
        padding-top: .5rem
    }

    .jump-btn, .mg-r-15.mgrnv {
        margin-right: 10px !important
    }

    .dpdwl {
        right: -60px !important
    }

    .row.bd .col {
        padding: .75rem;
        margin-bottom: 0;
        width: 50%;
        min-width: 50%
    }

    .clbdb {
        border-bottom: .02rem solid #dbe4e4
    }

    .clbdr {
        border-right: .02rem solid #dbe4e4
    }

    .hstryb0x {
        border-top: .02rem solid #dbe4e4;
        padding-top: .75rem
    }

    .mtrimg.mtrpcrsp {
        width: 100%
    }

        .mtrimg.mtrpcrsp img {
            width: 100%
        }

    .hdlnbdy.bdrbtmx {
        border-bottom: .02rem solid #dbe4e4
    }

    .mbtmx {
        margin-bottom: .75rem
    }

    .dflxx {
        display: flex;
        align-items: center
    }

        .dflxx .cnsmrdlt {
            margin-top: 0;
            margin-left: .5rem
        }

    .chkdbtnx {
        margin-bottom: 2rem
    }

    .algntopx {
        margin-top: .75rem;
        padding-left: 62px
    }

    .pdbtm {
        padding-bottom: 150px
    }

    .totalamt .rws .colmn:first-child {
        width: 100%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .eqlntd {
        display: none
    }
}

.card-group.auccg {
    margin-bottom: 1rem
}

.card-group.cnsassmt {
    margin-bottom: 1rem
}

    .card-group.cnsassmt .card {
        border: hidden !important;
    }

    .card-group.cnsassmt .table.tblBorder {
        margin-bottom: 0
    }

#addrow img {
    min-height: 17px;
    height: 17px;
    min-width: 18px;
    width: 18px
}

#addrow .bi {
    font-size: 1.05rem;
    line-height: 1.05rem
}

.custom-table-bordered.tblnsrt tr th:nth-child(7) {
    cursor: default
}

    .custom-table-bordered.tblnsrt tr th:nth-child(7):after, .custom-table-bordered.tblnsrt tr th:nth-child(7):before {
        display: none
    }

.crdboxz {
    padding: 1rem;
    border-radius: .4rem;
    background: #ebf1f1;
    border-left: 4px solid #99b4bf
}

.crdboxzttl {
    padding-bottom: .45rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid rgba(100,121,143,.15);
    font-size: .925rem;
    font-weight: 700
}

.bassgnme {
    font-size: 1.1rem;
    margin-bottom: .2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #1dacb4
}

.bassgdtl {
    color: #212529;
    font-size: .84rem
}

.dsmb {
    margin-bottom: .15rem
}

.asssrvc {
    margin: 0;
    padding: 0;
    list-style: none
}

    .asssrvc li {
        font-weight: 500;
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        padding-left: 1.25rem;
        border-bottom: 1px dashed #dedede;
        position: relative
    }

        .asssrvc li:before {
            position: absolute;
            content: "\f04b";
            font-family: FontAwesome;
            color: #d0d0d0;
            left: 0;
            font-size: .45rem;
            top: 43%;
            transform: translateY(-50%)
        }

@media (min-width:576px) {
    .htfull {
        height: calc(100vh - 135px)
    }

    .d-inline-block.actlbl {
        margin-right: 10px
    }

    .d-inline-block.inpbxdb {
        min-width: 350px
    }

    .chnpsttl {
        display: none
    }

    .hdlnbdy.pdrgt {
        padding-right: 7px !important
    }

    .hdlnbdy.pdlft {
        padding-left: 7px !important
    }

    .grybdy.mlgrbx {
        margin-left: -16px;
        width: calc(100% + 16px)
    }

    .card-group.cnsassmt .table.tblBorder tr td.bdrh, .card-group.cnsassmt .table.tblBorder tr th.bdrh {
        border-right: hidden !important;
    }
}

.blgnrtd {
    margin-top: 1rem
}

.bg-propsal {
    background: #0081e8 url(../images/blue_bg.png);
    background-size: cover;
    color: #fff
}

.bg-tndrs {
    background: #07ac5f url(../images/green_bg.png);
    background-size: cover;
    background-position: bottom;
    color: #fff
}

.bg-emd {
    background: #fb696a url(../images/red_bg.png);
    background-size: cover;
    color: #fff
}

.bgredx {
    background: #fb696a url(../images/red_bg.png);
    background-size: cover;
    color: #fff
}

.bg-crrtndr {
    background: #fb696a url(../images/red_bg.png);
    background-size: cover;
    color: #fff
}

.bg-clntint {
    background: #fb696a url(../images/red_bg.png);
    background-size: cover;
    color: #fff
}

.bginfo {
    background: #01acb6;
    color: #fff
}

.bgdrkblue {
    background: #2a3167;
    color: #fff
}

.bgskyblue {
    background: #0081e7;
    color: #fff
}

.bgbluex {
    background: #0081e8 url(../images/blue_bg.png);
    background-size: cover;
    color: #fff
}

.cbcustom {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px
}

.cb-custom {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 8px
}

.card.crdodd {
    background: #e7e7e7
}

.card.crdeven {
    background: #f5f5f5
}

.mnttlz {
    font-size: .925rem;
    font-weight: 700;
    margin-bottom: .15rem
}

.sbttlz {
    font-size: .775rem
}

    .sbttlz span {
        font-weight: 700
    }

.ftrbxz {
    border-top: 1px solid rgba(255,255,255,.25)
}

.ftbxzin {
    padding: 4px 3px 5px 3px;
    font-size: .775rem
}

.ftbvlz {
    font-weight: 700
}

.cbdr > div {
    border-left: 1px solid rgba(255,255,255,.25)
}

    .cbdr > div:first-child {
        border-left: 1px solid transparent
    }

.vlez {
    font-size: 1.25rem;
    font-weight: 700
}

.tpbrzinz {
    margin-right: 10px
}

    .tpbrzinz img {
        height: 32px
    }

.mbdsh {
    margin-bottom: .9rem;
    position: relative
}

.gbittlz {
    font-size: .875rem;
    font-weight: 700
}

    .gbittlz img {
        height: 13px
    }

.table.tbledsbd {
    border: 1px solid #e9e9e9;
    border-bottom: 1px #e9e9e9
}

    .table.tbledsbd tr td, .table.tbledsbd tr th {
        border-bottom: .05rem solid transparent;
        border-top: .05rem solid transparent
    }

table.tbledsbd tr.tblhdrz {
    background: #ddd url(../images/slim_image_head_gray.svg) !important;
    background-size: cover;
    background-position: bottom center
}

.table.tbledsbd tr td .fs {
    color: #1dacb4;
    margin-left: 5px
}

.table.tbledsbd tr:nth-child(even) {
    background: #fff
}

.table.tbledsbd tr:nth-child(odd) {
    background: #e9e9e9
}

.znwvw {
    border: 1px solid #1dacb4;
    border-radius: .35rem
}

.znhdr {
    background: #0081e8 url(../images/blue_bg.png);
    background-size: cover;
    color: #fff;
    font-size: .875rem;
    padding: .45rem .5rem;
    font-weight: 700;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem
}

.cstmcrsl .carousel-inner {
    margin-top: -36px
}

    .cstmcrsl .carousel-inner .carousel-item {
        padding-top: 36px
    }

.znscz {
    margin: .65rem .5rem
}

.znnmzz {
    font-size: .845rem;
    color: #1dacb4;
    font-weight: 700
}

.zncvrrt {
    font-size: .675rem
}

    .zncvrrt span {
        font-weight: 700;
        color: #1cc185
    }

.rqtlst {
    margin: 0;
    padding: 0;
    list-style: none
}

.rqst {
    margin: .45rem .5rem;
    padding: .35rem .75rem;
    border: 1px solid transparent;
    border-radius: 1.5rem;
    font-weight: 700;
    font-size: .775rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .rqst.rqnw {
        color: #1dacb4;
        border-color: #1dacb4
    }

    .rqst.rqcls {
        color: #1cc185;
        border-color: #1cc185
    }

    .rqst.rqdu {
        color: #e72d52;
        border-color: #e72d52
    }

.cstmcrsl .arrcntrls {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 40px
}

    .cstmcrsl .arrcntrls .carousel-control-next, .cstmcrsl .arrcntrls .carousel-control-prev {
        display: inline-block;
        width: 20px;
        height: 20px;
        opacity: 1
    }

    .cstmcrsl .arrcntrls .fa {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        opacity: 1
    }

.znlemp {
    padding: .75rem .5rem;
    margin-top: .85rem;
    border-top: .02rem solid #dbe4e4
}

    .znlemp .znphto {
        margin-right: 10px
    }

        .znlemp .znphto img {
            width: 45px;
            min-width: 45px;
            height: 45px;
            min-height: 45px;
            border-radius: 50%
        }

.znlnmecde .znlnmz {
    font-weight: 700;
    font-size: .845rem
}

.znlnmecde .znlcdz {
    font-size: .775rem
}

.phnecll {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #dfdfdf;
    border-radius: .25rem;
    text-align: center;
    color: #212529
}

@media (min-width:768px) {
    .bg-propsal {
        border-radius: .5rem 0 0 .5rem
    }

    .bg-emd {
        border-radius: 0 .5rem .5rem 0
    }

    .bgbluex {
        border-radius: .5rem 0 0 0
    }

    .bgredx {
        border-radius: 0 .5rem 0 0
    }

    .bginfo {
        border-radius: 0 0 0 .5rem
    }

    .bgskyblue {
        border-radius: 0 0 .5rem 0
    }
}

@media (max-width:575px) {
    .bg-propsal {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .bg-emd {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .bgredx {
        border-radius: 0 0 .5rem .5rem
    }

    .bgbluex {
        border-radius: .5rem .5rem 0 0
    }

    .ftbxzin {
        font-size: .75rem
    }
}

.vbdrgtinr {
    border-right: 1px solid rgba(255,255,255,.35)
}

.vbdrgt {
    border-right: 1px solid rgba(255,255,255,.35)
}

.tcsttl {
    color: #fdfdfd;
    text-transform: capitalize;
    font-size: .7rem;
    line-height: .7rem
}

.tcsttlvl {
    font-size: 1.225rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.225rem;
    margin-top: .3rem
}

.dshttlvl-sbb {
    font-size: .785rem;
    line-height: .785rem;
    margin-left: 2px
}

.tvsb {
    font-size: .85rem;
    color: #fff;
    font-weight: 700;
    line-height: .85rem;
    margin-top: .3rem
}

.tvsbsb {
    font-size: .775rem;
    margin-left: .15rem
}

.mgt15 {
    margin-top: 15px
}

.ttcnsicons {
    width: 25px;
    margin-right: .5rem
}

.gbihdr .btnsct .btn {
    text-transform: capitalize
}

.btnx {
    height: calc(1.648438rem + 2px);
    padding: .25rem .75rem;
    font-size: .7185rem;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #ddd;
    color: #212529;
    font-weight: 500;
    border-radius: 1rem
}

    .btnx.active {
        background: #1dacb4;
        border: 1px solid #1dacb4;
        color: #fff
    }

    .btnx:focus {
        outline: 0;
        box-shadow: none
    }

.btnlft {
    display: flex
}

.bcdb {
    padding: 14px;
    max-height: 70vh;
    overflow-y: auto
}

.dropdown-body.bcdb a.dropdown-item.selected, .dropdown-body.bcdb a.dropdown-item:hover {
    color: #1dacb4 !important;
    background: #fff !important
}

.dropdown-body.bcdb a.dropdown-item {
    color: #4e4e4e !important;
    transition: all .3s ease;
    padding-left: 0;
    padding-right: 0;
    display: block;
    cursor: pointer;
    padding: 6px 0;
    font-size: .745rem;
    border-bottom: 1px solid #e8edf0
}

    .dropdown-body.bcdb a.dropdown-item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .dropdown-body.bcdb a.dropdown-item:first-child {
        padding-top: 0
    }

.btnhrch {
    margin-left: 12px;
    display: inline-block;
    overflow: auto
}

.glbldr {
    height: 34px
}

.dscmimg {
    height: 24px;
    margin-left: 12px
}

.dscnmes {
    text-align: left;
    line-height: .845rem
}

.chshrcy {
    display: block;
    color: #212529;
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 400;
    text-transform: capitalize
}

    .chshrcy .zname {
        color: #212529;
        font-size: .775rem;
        line-height: .775rem;
        margin-top: .2rem;
        font-weight: 400;
        display: inline-block;
        text-transform: capitalize
    }

.hafsls {
    margin: 0 5px;
    color: #1dacb4;
    font-weight: 700
}

.hrchysm {
    position: absolute;
    top: 52px;
    background: #fff;
    border-left: .02rem solid #dbe4e4;
    display: none;
    max-width: 400px;
    min-width: 320px
}

.hrchysmhdr {
    font-size: .875rem;
    font-weight: 700;
    padding: 10px;
    border: .02rem solid #dbe4e4;
    border-left: 0
}

.clsfltr {
    display: inherit
}

    .clsfltr i {
        font-size: 1rem;
        color: #212529;
        font-weight: 700;
        cursor: pointer
    }

.btnhrchsm {
    text-align: left;
    padding: 10px;
    border-right: .02rem solid #dbe4e4;
    border-bottom: .02rem solid #dbe4e4
}

.mgrnv {
    margin-right: 15px !important
}

.tcsttlvlsm {
    font-size: .845rem;
    font-weight: 500
}

.bxcstcm {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 8px;
    min-height: 59px
}

.tblbdrx {
    border: 1px solid #fff
}

    .tblbdrx > tbody > tr > td, .tblbdrx > tbody > tr > th, .tblbdrx > tfoot > tr > td, .tblbdrx > tfoot > tr > th, .tblbdrx > thead > tr > td, .tblbdrx > thead > tr > th {
        border: .02rem solid #dbe4e4;
        vertical-align: middle
    }

    .tblbdrx tr th {
        background: #ebf1f1;
        color: #212529;
        padding: .375rem .45rem;
        font-weight: 400;
        font-size: .72rem;
        font-weight: 500;
        vertical-align: top !important;
        white-space: nowrap;
        font-size: .72rem
    }

    .tblbdrx tr td {
        padding: .35rem .45rem;
        font-size: .72rem
    }

        .tblbdrx tr td img {
            max-height: 16px
        }

.minwd200 {
    min-width: 200px
}

.tblbdrx.inptdsbl tr td {
    padding: 0 !important
}

.form-control.nobdr {
    border-radius: 0 !important;
    border: 0 !important
}

.dsbvle {
    display: block;
    width: 100%;
    height: calc(1.65rem + 2px);
    font-size: .725rem;
    padding: .35rem .65rem;
    line-height: 1.5;
    color: #212529;
    background: #ebf1f1
}

.nfc-dsbl {
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    font-size: .72rem;
    padding: .35rem .65rem;
    line-height: 1.7;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #ecf1f1;
    opacity: 1;
    cursor: not-allowed
}

.card-header.accrdch.acrdianx {
    padding-left: .5rem !important
}

.accordions .card {
    margin-bottom: 0;
    box-shadow: none;
    border: none
}

.hplqust .accordions .card .card-header.chchch {
    background: #1dacb4;
    color: #fff;
    padding: .575rem .775rem;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
    cursor: pointer;
    font-weight: 500
}

.hplqust .accordions .card .accbdy {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    border: 1px solid #dfdfdf;
    border-bottom-left-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.apprm {
    margin: 0;
    padding: 0;
    list-style: none
}

    .apprm li {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: .02rem solid #dbe4e4
    }

        .apprm li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .apprm li .chkap {
            width: 21px;
            min-width: 21px;
            margin-right: 10px
        }

            .apprm li .chkap .chxbx {
                margin-top: 8px
            }

        .apprm li .apsinr {
            list-style: none;
            margin: 0;
            padding: 0;
            width: calc(100% - 31px)
        }

            .apprm li .apsinr .ustpe {
                margin-bottom: .75rem;
                padding-bottom: .65rem;
                border-bottom: 1px dashed #dbe4e4
            }

                .apprm li .apsinr .ustpe:last-child {
                    margin-bottom: 0;
                    padding-bottom: 0;
                    border-bottom: 0
                }

.eutx {
    font-size: .715rem;
    margin-right: .5rem
}

.clndrxz img {
    height: 14px
}

.modal-content.mdldlgx {
    border-radius: .5rem;
    max-width: 100%;
    margin: auto
}

.modal-content.mdlcmn {
    border-radius: .5rem;
}

.dblk {
    display: block;
    width: 100%;
    text-align: center
}

.bdge {
    background: #bf4227;
    color: #fff;
    display: inline-block;
    padding: .5rem .75rem .425rem;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-transform: uppercase;
    font-size: .715rem;
    line-height: .715rem
}

    .bdge .sbbdge {
        text-transform: capitalize
    }

.mntdtex {
    font-size: 1rem;
    font-weight: 700
}

    .mntdtex span {
        font-size: .715rem;
        font-weight: 700;
        color: #bf4227;
        text-transform: uppercase;
        display: block
    }

    .mntdtex .rpssa {
        font-size: 1rem;
        font-weight: 700;
        display: inline-block;
        color: #212529
    }

.card-body.pdr1 {
    padding-right: 1px !important
}

.card-body.pdl1 {
    padding-left: 1px !important
}

.bdbtmcm {
    border-bottom: 1px solid #dfdfdf
}

.mntdtexz {
    font-size: .65rem;
    font-style: italic
}

.dlnmbr .tfnnmr {
    font-size: 1.15rem;
    font-weight: 700
}

.dlnmbr .dltfn {
    display: inline-block;
    background: #bf4227;
    color: #fff;
    font-size: .665rem;
    line-height: .665rem;
    padding: .35rem .65rem .25rem;
    border-radius: 1rem;
    font-weight: 400;
    margin-left: 5px
}

.qrpc {
    width: 110px;
    min-width: 110px;
    margin-right: 12px
}

    .qrpc img {
        width: 100%;
        margin-bottom: 15px
    }

    .qrpc .qrcdtl {
        font-size: .725rem;
        font-weight: 700;
        text-align: center
    }

.qrdtlx {
    font-size: .725rem
}

    .qrdtlx > strong {
        color: #bf4227
    }

    .qrdtlx p {
        font-style: italic;
        margin-bottom: 0;
        margin-top: 10px
    }

.cbam {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0
}

    .cbam .cbttl {
        font-size: .725rem
    }

    .cbam .cbavle {
        font-size: 1.15rem;
        font-weight: 700;
        color: #bf4227
    }

.cclbl {
    font-size: .715rem;
    margin-bottom: .25rem
}

.ccvlx {
    font-size: 1.05rem;
    line-height: 1.05rem;
    font-weight: 700;
    color: #bf4227
}

.card-group.ccgcrd > .card .card-body {
    padding: 8px
}

.blbtmsc {
    border-top: 1px dashed #212529;
    padding: 0;
    position: relative
}

.btmbx {
    position: relative;
    border-left: 30px solid #bf4227;
    padding: 15px 0 15px 15px
}

    .btmbx .btmtlx {
        font-size: .775rem;
        color: #fff;
        margin: 0;
        padding: 2px 8px;
        position: absolute;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: -16px;
        transform: translate(-50%,-50%) rotate(-90deg);
        -moz-transform: translate(-50%,-50%) rotate(-90deg);
        -webkit-transform: translate(-50%,-50%) rotate(-90deg)
    }

table.nbnp {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    clear: both
}

    table.nbnp tr td {
        padding: 4px
    }

    table.nbnp .prfxcls {
        padding: 10px;
        border: 1px solid #d0d0d0;
        height: 60px;
        position: relative;
        color: #bf4227
    }

        table.nbnp .prfxcls:before {
            position: absolute;
            content: '';
            width: 90%;
            height: 1px;
            left: 5%;
            bottom: 10px;
            background: #bf4227
        }

.hdlnex {
    color: #bf4227;
    margin-bottom: .35rem;
    font-weight: 700
}

.btmbx ul li {
    font-size: .775rem
}

.brcdx {
    margin-bottom: .25rem
}

.brcpc img {
    margin-right: 15px
}

.scnsr {
    position: absolute;
    top: -10px;
    left: 8px;
    height: 16px
}

.dsclgo {
    height: 60px
}

.mntlgo {
    height: 45px
}

.smslct .SumoSelect {
    width: 100%;
    display: block
}

.nbnp.tblbxsign tr td {
    width: 20%;
    padding: 3px
}

    .nbnp.tblbxsign tr td .sgnbx {
        padding: 8px;
        border: .05rem solid #d0d0d0;
        height: 65px;
        position: relative
    }

        .nbnp.tblbxsign tr td .sgnbx .sgnttl {
            color: #bf4227;
            margin-bottom: 0
        }

        .nbnp.tblbxsign tr td .sgnbx .sgnvlz {
            color: #212529;
            margin-bottom: 9px;
            height: 16px
        }

        .nbnp.tblbxsign tr td .sgnbx .sgnlnz {
            width: 100%;
            height: 1px;
            background: #bf4227
        }

.tmelnew {
    list-style: none;
    position: relative;
    padding-left: 43px
}

    .tmelnew:before {
        position: absolute;
        content: '';
        width: 1px;
        height: calc(100% - 30px);
        top: 50%;
        transform: translateY(-50%);
        left: 11px;
        border-left: .02rem solid #dbe4e4
    }

    .tmelnew .tmlnlst {
        position: relative;
        margin-bottom: 1.75rem;
        background: #fff
    }

.insdtbl {
    padding: 0;
    width: 100%
}

    .insdtbl tr td, .insdtbl tr th {
        border: 0 !important;
        padding: 0 !important
    }

.tmltblx tr:hover {
    background: 0 0
}

.tmltblx tr th {
    width: 20%
}

.tmltblx tr td {
    padding: 0 !important;
    width: 20%
}

.vstdaccrd .accordions .card .card-header.chchch {
    background: #ebf1f1;
    color: #212529;
    padding: 0 0;
    border-radius: 0 !important;
    cursor: pointer
}

.vsaclst {
    width: 100%;
    table-layout:fixed;
}

    .vsaclst tr td {
        padding: .45rem .425rem !important;
        width: 20%
    }

.lnkdtdrp {
    font-weight: 500;
    color: #1dacb4
}

    .lnkdtdrp .bi, .lnkdtdrp .icon-arrow-down {
        font-weight: 700;
        margin-right: 8px;
        font-size: 10px
    }

.vstdaccrd .accordions .card .accbdy {
    padding: 20px
}

.pcsnme {
    margin-bottom: .15rem;
    color: #1dacb4;
    font-weight: 500
}

.vstdaccrd .accordions .card .tmelnew {
    list-style: none;
    position: relative;
    padding-left: 31px
}

.stgdtx {
    margin-right: 1.25rem;
    font-size: .72rem
}

.stbynme {
    font-size: .72rem;
    color: #9a9a9a
}

    .stbynme em {
        font-weight: 500;
        color: #7f7f7f
    }

.vwdtlcn {
    margin-left: 5px
}

    .vwdtlcn a {
        margin-top: 0
    }

.stgsdtl .cmpdte {
    margin-left: 10px
}

.vstdaccrd .accordions .card .tmelnew .tmlnlst {
    margin-bottom: 1.5rem
}

.table.tbldtl.tbcl20 tr td, .table.tbldtl.tbcl20 tr th {
    width: 20% !important;
    white-space: nowrap
}

.phtosgnx {
    width: 100%
}

.nbncnp {
    margin-bottom: .5rem;
    width: 100%
}

    .nbncnp tr td {
        padding: 0;
        border: 0
    }

.tbbmrg {
    margin-bottom: .5rem !important
}

.geoicn {
    margin-right: .5rem;
}

    .geoicn .bi {
        font-size: 1.5rem;
        color: #df091d;
        font-weight: 700
    }

.ltlgval {
    font-size: .85rem;
    line-height: 1.25;
    font-weight: 500;
    color: #183958;
}

.ltlgwrap:hover .ltlgval, .ltlgwrap:hover label .bi {
    color: #1dacb4;
}

.ltlng {
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: .02rem solid #dbe4e4
}

.ltlngicn {
    margin-right: .4rem
}

    .ltlngicn i {
        font-size: 1rem;
        color: #8a98a3;
        font-weight: 700
    }

.lttdlngttd .lttg {
    font-size: .7175rem;
    line-height: .7175rem;
    font-weight: 500
}

    .lttdlngttd .lttg:last-child {
        margin-bottom: 0
    }

.viewmap {
    cursor: pointer
}

.topbarwotl {
    padding: .65rem 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ebf1f1;
    border-bottom: .02rem solid #dbe4e4;
    height: 52px
}

.toplogo img {
    height: 34px
}

.sdnv ul.nav-tabs {
    border-bottom: 0
}

    .sdnv ul.nav-tabs .nav-item {
        margin-bottom: 0;
        display: block;
        width: 100%
    }

    .sdnv ul.nav-tabs .nav-link {
        border: 0 !important;
        border: 0 !important;
        color: #212529;
        padding: .5rem 1rem .5rem 1.65rem
    }

        .sdnv ul.nav-tabs .nav-link:hover {
            color: #212529;
            font-weight: 500;
            background: #dbe4e4
        }

.sdnv .nav-tabs .nav-item.show .nav-link, .sdnv .nav-tabs .nav-link.active {
    color: #212529;
    font-weight: 500;
    background-color: #dbe4e4;
    border-color: none
}

.sdnv ul.nav-tabs .nav-link img {
    margin-right: 10px
}

.tbcnt .tab-content {
    margin-top: 0;
    background: #fff;
    border: 0 !important;
    border-radius: 0 !important
}

    .tbcnt .tab-content .tab-pane {
        padding: 0
    }

.tbldv {
    border-bottom: 1px solid rgba(100,121,143,.2)
}

.card-group.cginr .card.c50 {
    border: 0 !important;
    margin-bottom: 0 !important
}

.tbldv.bdrbtm0 {
    border-bottom: 0 !important
}

.mtrxpic {
    display: inline-block
}

    .mtrxpic .mtricnx {
        height: 30px
    }

.mtrtl {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    font-weight: 700
}

.enbvle {
    display: block;
    width: 100%;
    height: calc(1.65rem + 2px);
    font-size: .725rem;
    padding: .35rem .65rem;
    line-height: 1.5;
    color: #212529;
    background: #fff;
    font-weight: 500
}

.tptbl {
    font-size: .775rem;
    font-weight: 500
}

    .tptbl .tptblvle {
        font-size: .875rem;
        font-weight: 700
    }

.mgtp {
    margin-top: 12px
}

.dbxtp {
    margin-bottom: 15px
}

.lbltx {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .35rem
}

.dbvlx {
    font-size: 1.35rem;
    line-height: 1.35rem;
    font-weight: 700;
}

.rgdbx {
    width: 35px;
    min-width: 35px
}

    .rgdbx img {
        max-width: 100%
    }

.dbvlx .arrz {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dfdfdf;
    position: relative;
    margin-left: .5rem
}

    .dbvlx .arrz i {
        font-size: .775rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .dbvlx .arrz.arzdwn {
        color: #e72d52
    }

    .dbvlx .arrz.arzup {
        color: #1cc185
    }

.tblbdrx.frstcol tr td:nth-child(1) {
    background: #ebf1f1;
    font-weight: 500
}

.mdlhgt {
    min-height: 200px;
    position: relative;
    padding: 3mm 6mm 6mm
}

.mdlhdr.prnt {
    padding: 6mm 6mm 1mm 6mm
}

.mdlbdy.mdlhgt .loader-custom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.modal-xl.mdlprntx {
    max-width: 21cm
}

.mdlbdy.mdlhgt .loader-custom .loader-custom-inner {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.loader, .loader-custom .loader-custom-inner .loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute
}

.grphbx {
    border: .02rem solid #dbe4e4;
    border-radius: .5rem;
    padding: 1rem
}

.gphdr {
    padding-bottom: .65rem;
    margin-bottom: .65rem;
    border-bottom: .02rem solid #dbe4e4;
    font-weight: 700;
    height: 30px
}

    .gphdr .ghttlz {
        font-weight: 700;
        color: #212529;
        font-size: .845rem
    }

    .gphdr .glegend {
        font-weight: 400;
        font-size: .725rem
    }

.glegend .lgddt {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px
}

.glegend .lgdinfo {
    background: #183958
}

.glegend .lgdsccs {
    background: #1dacb4
}

.alert-warningx {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-dangerx {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

textarea.form-control {
    min-height: calc(2rem + 2px)
}

.titlecmn .badge {
    margin-bottom: 0 !important
}

.dsble {
    opacity: .4;
    cursor: not-allowed
}

.grpttl {
    position: relative
}

    .grpttl .graphTitle {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 500
    }

.pdfGenerated {
    margin-top: 35px
}

.pGSuccess {
    display: inline-block;
    color: #0faf43;
    background-color: #e4ffec;
    border: 1px solid #abefc0;
    padding: 1.2rem;
    font-size: .845rem;
    border-radius: .35rem;
    text-align: center
}

    .pGSuccess .pGMicn span {
        font-size: 1.25rem;
        display: block;
        font-weight: 700;
        margin-bottom: .25rem
    }

    .pGSuccess .pGMicn .fa {
        font-size: 2.5rem
    }

.custom-file label {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tblBdr {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    border: 0;
    margin-bottom: .6rem
}

    .tblBdr tr td {
        border: .02rem solid #dbe4e4;
        vertical-align: middle;
        padding: .375rem .45rem;
        font-size: .72rem
    }

        .tblBdr tr td.tbBg {
            background: #ebf1f1
        }

        .tblBdr tr td.nbdr {
            padding: 0 0 .5rem 0;
            border: 0
        }

.btn .bi.icnSize {
    font-size: 1rem;
    line-height: 1.3rem
}

@media (max-width:1179px) {
    .dnone {
        display: none
    }

    .tblbx.tbxmn .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
}

@media (min-width:1180px) {
    .dnonemd {
        display: none
    }
}

@media (max-width:767px) {
    .bg-tndrs .vbdrgt {
        border-right: 0
    }

    .bdrgt-mx767 {
        border-right: 1px solid rgba(255,255,255,.35) !important
    }

    .brbtmaftr-lft, .brbtmaftr-rgt {
        position: relative
    }

    .colbdylft {
        padding: 8px 0
    }

    .brbtmaftr-lft:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background: rgba(255,255,255,.35);
        bottom: 0;
        left: 8px
    }

    .brbtmaftr-rgt:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background: rgba(255,255,255,.35);
        bottom: 0;
        right: 8px
    }

    .tcsttl {
        font-size: .675rem;
        line-height: .675rem
    }

    .gbihdr .btnsct .btn {
        margin-bottom: 0 !important
    }

    .mgrnv {
        margin-right: 10px !important
    }

        .mgrnv.prfmnu {
            margin-right: 15px !important
        }

    .badge.bdgc {
        margin-bottom: 0 !important
    }
}

@media (max-width:425px) {
    .gbittlz img {
        display: none
    }
}

.tdemp a .agdwn {
    color: #7e7e7e;
    margin-left: .3rem;
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 700
}

.advhglt {
    display: inline-block;
    border: 1px solid rgba(100,121,143,.2);
    padding: .3rem .65rem;
    border-radius: .175rem
}

    .advhglt .advlst {
        border-right: 1px solid rgba(100,121,143,.2);
        padding-right: .65rem;
        margin-right: .65rem;
        font-size: .775rem;
        line-height: .775rem
    }

        .advhglt .advlst:last-child {
            border-right: 0;
            padding-right: 0;
            margin-right: 0
        }

        .advhglt .advlst .advvle {
            font-weight: 700
        }

.fcwdmn {
    min-width: 300px
}

.advvle {
    font-weight: 700;
    margin-left: .1rem
}

.topbarwotl .toplogo {
    border-right: .02rem solid #dbe4e4;
    padding-right: .65rem;
    margin-right: .65rem
}

.cacno {
    font-weight: 700;
    color: #183958;
    font-size: .85rem;
    line-height: .85rem;
    margin-bottom: .15rem
}

.cnmetp {
    font-weight: 500;
    font-size: .725rem
}

.tplgo {
    height: 30px
}

.topbarwotl .btnlft {
    border-right: .02rem solid #dbe4e4;
    margin-right: .65rem
}

.cnsvnme {
    font-size: 1.25rem;
    margin-bottom: .2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #183958
}

.pntbll i {
    font-size: 1.15rem;
    color: #212529
}

.pmod {
    font-size: 1rem;
    margin-left: .15rem
}

    .pmod.psuccess {
        color: #1cc185
    }

    .pmod.pdanger {
        color: #e72d52
    }

    .pmod.pinfo {
        color: #183958
    }

.phstts {
    margin-left: .4rem;
    height: 14px
}

.mClear {
    font-size: .9rem;
    margin-left: .25rem;
    color: #1cc185
}

.mInProcess {
    font-size: .9rem;
    margin-left: .25rem;
    color: #183958
}

.mCancelled {
    font-size: .9rem;
    margin-left: .25rem;
    color: #e72d52
}

.bg-primary {
    background-color: #1dacb4 !important;
}

.bg-primaryop {
    background-color: #42c9d1 !important;
}

.text-normal {
    font-weight: normal !important;
}

.fsbig {
    font-size: .925rem !important;
}

.bdge {
    display: inline-block;
    padding: .375rem .65rem .3rem;
    font-size: .775rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    text-transform: capitalize;
    border: 1px solid transparent
}

.bdge-dnger {
    border-color: #d2091f;
    background-color: #fffcfc;
    color: #d2091f
}

.crdvw {
    border: .02rem solid #dbe4e4;
    border-radius: .5rem;
    box-shadow: 0 0 10px #e2e9ef;
    overflow: hidden
}

    .crdvw .crdhd {
        padding: .65rem 1rem;
        background: #ebf1f1;
        border-bottom: 1px solid #e6edef
    }

.athhddtl {
    font-size: .77rem
}

.dvcsicn i {
    font-size: 1.65rem;
    line-height: 1.65rem
}

.authbdy {
    padding: 1rem
}

.athpic {
    width: 72px;
    min-width: 72px;
    margin-right: 1rem
}

    .athpic img {
        width: 72px;
        height: 72px;
        border-radius: 50%
    }

.authnme {
    font-size: 1.35rem;
    font-weight: 700;
    color: #183958;
    margin-bottom: .2rem
}

.authdc {
    font-size: .775rem
}

.bdgsec {
    margin-top: .75rem
}

input, select, textarea {
    outline: 0
}

    input:focus, select:focus, textarea:focus {
        outline: 0
    }

.dticnz {
    margin-right: .35rem
}

.spcrbr {
    display: inline-block;
    margin: 0 3px
}

.mn-xs-wd-100 a, .mn-xs-wd-100 button {
    margin-bottom: .5rem
}

.mn-xs-wd-100 a {
    display: inline-block;
    vertical-align: middle
}

.apexcharts-legend-series .apexcharts-legend-marker {
    margin-right: 7px !important;
}

@media(max-width:575px) {
    .tmelnew:before {
        height: calc(100% - 58px);
        top: 12px;
        transform: none
    }

    .mn-xs-wd-100 a {
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle
    }

    .stgsdtl.d-flex {
        flex-wrap: wrap
    }

    .stgdtx {
        width: 100%;
        margin-bottom: .2rem
    }

    .dvtd.empty {
        display: none
    }

    .card.empty {
        display: none
    }
}

.rotatedown {
    display: none
}

.lnkdtdrp i {
    font-weight: 700;
    margin-right: 8px;
    font-size: 10px
}

.mtrsgnpic {
    background: #fff;
    padding: 2px;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    max-height: 200px
}

    .mtrsgnpic .sdepic {
        max-height: 194px;
        overflow: hidden
    }

        .mtrsgnpic .sdepic video {
            width: 100%;
            height: 194px
        }

    .mtrsgnpic img {
        width: 100%
    }

.imgpop {
    cursor: pointer;
}

.imgcard {
    background: #fff;
    padding: 2px;
    border: 1px solid #dbe4e4;
    height: 100%;
    border-radius: .5rem;
}

    .imgcard img {
        width: 100%;
        height: 75px;
        object-fit: cover;
        border-radius: .5rem;
    }

.imgcardtop {
    background: #fff;
    padding: 2px;
    border: 1px solid #dbe4e4;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .imgcardtop img {
        max-width: 100%;
        max-height: 100%;
    }

.tmdsc a {
    font-weight: 400 !important
}

.bigimg {
    background: #fff;
    border: 1px solid #dbe4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    padding: 2px;
}

    .bigimg img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.thumbImg {
    background: #fff;
    padding: 2px;
    border: 1px solid #dbe4e4;
    height: 100%;
    border-radius: .5rem;
}

    .thumbImg:visited, .thumbImg:focus {
        border-color: #1dacb4;
    }

    .thumbImg img {
        width: 100%;
        height: 65px;
        object-fit: cover;
        border-radius: .5rem;
    }

.acidsts {
    font-weight: 700;
    color: #1dacb4;
    margin-bottom: .25rem
}

.cnsrnm {
    font-weight: 700;
    margin-bottom: .65rem
}

.hddtlz {
    border-right: .02rem solid #dbe4e4;
    margin-right: .85rem;
    padding-right: .85rem
}

    .hddtlz .hacnum {
        font-weight: 700;
        color: #183958;
        font-size: .845rem;
        line-height: .845rem;
        margin-bottom: .35rem
    }

    .hddtlz .hrddte {
        font-weight: 500;
        font-size: .7175rem;
        line-height: .7175rem
    }

.mtrpicnm .mtrphto img {
    height: 24px
}

.mtrpicnm .mtrnum {
    font-size: .7175rem
}

.badge.bdgc {
    padding: .11rem .275rem .125rem;
    font-size: .71rem;
    line-height: .71rem
}

.topbarwotl .navbar-toggler {
    padding: .25rem .75rem .25rem 0
}

.sdnv.sidebar-nav {
    margin-top: 1rem
}

.stsrcm .badge {
    margin-bottom: 0 !important
}

.dtlmr {
    margin-left: .3rem
}

    .dtlmr img {
        height: 12px;
        vertical-align: baseline
    }

.form-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container .select2-selection--single {
    height: calc(1.648438rem + 2px) !important;
    padding: .25rem .5rem !important;
    font-size: .7185rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important
}

    .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-sm .select2-container .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 18px
    }

        .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container .select2-selection--single .select2-selection__arrow b {
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 11px 11px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            height: 11px;
            width: 11px
        }

    .form-group-sm .select2-container--bootstrap .select2-selection--single:focus, .input-group-sm .select2-container--bootstrap .select2-selection--single:focus, .select2-container--bootstrap .select2-selection--single.input-sm:focus {
        outline: 0
    }

    .form-group-sm .select2-container .select2-selection--single:focus, .input-group-sm .select2-container .select2-selection--single:focus, .select2-container .select2-selection--single.input-sm:focus {
        outline: 0
    }

.form-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container .select2-selection--single {
    height: calc(2.5rem + 2px) !important;
    padding: .45rem .9rem !important;
    font-size: .825rem !important;
    line-height: 1.75 !important;
    border-radius: .35rem !important
}

    .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container .select2-selection--single .select2-selection__arrow {
        height: 32px;
        position: absolute;
        top: 7px;
        right: 1px;
        width: 20px;
    }

        .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container .select2-selection--single .select2-selection__arrow b {
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px 14px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            height: 14px;
            width: 14px
        }

    .form-group-lg .select2-container--bootstrap .select2-selection--single:focus, .input-group-sm .select2-container--bootstrap .select2-selection--single:focus, .select2-container--bootstrap .select2-selection--single.input-sm:focus {
        outline: 0
    }

    .form-group-lg .select2-container .select2-selection--single:focus, .input-group-sm .select2-container .select2-selection--single:focus, .select2-container .select2-selection--single.input-sm:focus {
        outline: 0
    }

.select2-search--dropdown .select2-search__field {
    border: .02rem solid #dbe4e4
}

.select2-container {
    max-width: 100%
}

.clk {
    font-size: 70%;
    line-height: 70%;
    margin-left: 4px
}

.stbadgeup {
    height: calc(1.648438rem + 2px);
    padding: .35rem .65rem;
    font-size: .72rem;
    line-height: 1.5;
    border-radius: 2rem;
    background: #fff;
    color: #1ac98f;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,.115);
    white-space: nowrap
}

    .stbadgeup img {
        margin-right: .25rem
    }

.stbadgedwn {
    height: calc(1.648438rem + 2px);
    padding: .35rem .65rem;
    font-size: .72rem;
    line-height: 1.5;
    border-radius: 2rem;
    background: #fff;
    color: #e72d52;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,.115);
    white-space: nowrap
}

    .stbadgedwn img {
        margin-right: .25rem
    }

.rvnicn {
    margin-right: .75rem;
    width: 24px
}

.totalrvnu {
    border-radius: .85rem;
    overflow: hidden;
    background: #ebf1f1
}

.todayrvnu {
    border-radius: .85rem;
    overflow: hidden;
    background: #ebf1f1
}

.unpdrvnu {
    border-radius: .85rem;
    overflow: hidden;
    background: #ebf1f1
}

.totalrvnu .rvntop {
    background: #f89a19 url(../images/texture_small.png);
    background-size: cover;
    color: #fff;
    padding: 1rem
}

.todayrvnu .rvntop {
    background: #1dacb4 url(../images/texture_small.png);
    background-size: cover;
    color: #fff;
    padding: 1rem
}

.unpdrvnu .rvntop {
    background: #a96fbc url(../images/texture_small.png);
    background-size: cover;
    color: #fff;
    padding: 1rem
}

.rvnttl {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .5rem
}

.rvnvlu {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
    margin-right: .75rem
}

.rvnrgt {
    font-size: .815rem
}

.rvnbtmwrp {
    margin: 0 1rem;
    font-size: .815rem;
    line-height: .815rem
}

.rvnbtm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

    .rvnbtm .brvlu {
        padding: .65rem;
        border-right: 1px solid #dee5ea;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px
    }

        .rvnbtm .brvlu:last-child {
            border-right: 0
        }

.ghbx {
    border-radius: .85rem;
    padding: 1rem;
    border: .02rem solid #dbe4e4
}

.ghtitle {
    font-size: .825rem;
    font-weight: 700
}

.cclist {
    margin: 0;
    padding: 0;
    list-style: none
}

    .cclist li {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: .02rem solid #dbe4e4;
        padding-left: 30px
    }

        .cclist li:last-child {
            border-bottom: 0
        }

        .cclist li.cclst {
            background: url(../images/arrow_counter.svg) no-repeat;
            background-size: auto;
            background-position: left center
        }

        .cclist li.oclst {
            background: url(../images/arrow_online.svg) no-repeat;
            background-size: auto;
            background-position: left center
        }

    .cclist .ccttl {
        font-size: .725rem;
        line-height: .725rem;
        margin-bottom: .35rem
    }

    .cclist .rccttl {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: .35rem
    }

.ctlst {
    margin: 0;
    padding: 0;
    list-style: none
}

    .ctlst li {
        padding-bottom: 1.35rem;
        padding-top: 1.35rem;
        border-bottom: .02rem solid #dbe4e4;
        padding-left: 30px
    }

        .ctlst li:last-child {
            margin-bottom: 0;
            border-bottom: 0
        }

        .ctlst li.ttlcl {
            background: url(../images/arrow_gray.svg) no-repeat;
            background-position: left center;
            background-size: auto
        }

        .ctlst li.cnspad {
            background: url(../images/arrow_orange.svg) no-repeat;
            background-position: left center;
            background-size: auto
        }

        .ctlst li.aprvrq {
            background: url(../images/arrow_orange.svg) no-repeat;
            background-position: left center;
            background-size: auto
        }

        .ctlst li.opnrqt {
            background: url(../images/cancel_request.svg) no-repeat;
            background-position: left center;
            background-size: auto
        }

.clttl {
    font-size: .775rem;
    line-height: .775rem;
    margin-bottom: .5rem;
    font-weight: 700
}

.clvle {
    font-size: 1.65rem;
    line-height: 1.65rem;
    font-weight: 700;
    color: #3e4f61
}

.ccttl {
    font-weight: 500
}

.ccbtm {
    font-size: .725rem
}

.rccttl {
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: .75rem;
    color: #38506a
}

.ghbx {
    width: 100%
}

.ocrbx {
    text-align: center;
    border: .02rem solid #dbe4e4;
    border-radius: .5rem
}

.ocrttl {
    font-size: .825rem;
    font-weight: 700;
    margin-bottom: .75rem
}

.ocrlgo {
    padding: .5rem;
    border-bottom: .02rem solid #dbe4e4
}

    .ocrlgo img {
        height: 28px
    }

.blttl {
    font-weight: 700;
    margin-left: .25rem
}

.ocrvle {
    padding: .5rem;
    font-size: 1.15rem;
    font-weight: 700
}

.fltrbtnz {
    border: .02rem solid #dbe4e4 !important;
    padding: .5rem 1rem;
    height: 52px
}

.select2-container {
    width: auto !important;
    display: block
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single:focus {
    outline: 0
}

.more {
    display: none
}

.mxwd125 {
    max-width: 125px
}

.mdlhbrd {
    padding: .75rem 1rem;
    border-bottom: .02rem solid #dbe4e4
}

.bgdeol {
    display: inline-block;
    min-width: 100%;
    font-size: .8rem;
    padding: .5rem .75rem;
    line-height: 1rem;
    background: #e2f3ff;
    color: #212529;
    font-weight: 500;
    border: 1px solid #d0e5f5;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize
}

.close img, .closebtn img {
    height: 22px
}

.btn-close {
    box-sizing: content-box;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #212529;
    background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-x' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center center/1em;
    background-size: 28px 28px;
    border: 0;
    border-radius: 0;
    opacity: .5;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .btn-close:hover {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.modalhdr {
    padding: 1rem 1.25rem .65rem;
}

.btnscreen {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
    font-size: .9rem;
}

    .btnscreen .bi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.rwbdr > div {
    border-left: 1px solid rgba(0,0,0,.075)
}

    .rwbdr > div:first-child {
        border-left: 1px solid transparent
    }

.dsbxl {
    padding: .6rem .15rem .65rem 0
}

.dsbxr {
    padding: .6rem 0 .65rem .15rem
}

.cnaamt {
    padding: 1.35rem .5rem;
    border-top: 4px solid #3e4f61;
    border-bottom: 2px solid #e5e9ec;
    text-align: center
}

.cnmvl {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #3e4f61
}

.tpamt {
    padding: 1.35rem .5rem;
    border-top: 4px solid #13c088;
    border-bottom: 2px solid #e5e9ec;
    text-align: center
}

.tamtl {
    font-size: .825rem;
    line-height: .825rem;
    margin-bottom: .5rem;
    font-weight: 500
}

.tpmvl {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #13c088
}

.tdamt {
    padding: 1.35rem .5rem;
    border-top: 4px solid #8b9090;
    border-bottom: 2px solid #e5e9ec;
    text-align: center
}

.tdmvl {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #8b9090
}

.clef {
    padding: 1.35rem .5rem;
    border-top: 4px solid #3e4f61;
    border-bottom: 2px solid #e5e9ec;
    text-align: center
}

.clefvl {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #3e4f61
}

.glrcam {
    font-size: .715rem;
    margin-bottom: .4rem
}

    .glrcam i {
        margin-right: .4rem;
        font-size: 1rem;
        color: #8a98a3
    }

.srchcns .form-control {
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

.cnsrslt {
    padding: 1rem;
    min-height: 250px;
    background: #fff;
    position: relative;
    max-height: 260px;
    overflow-y: auto
}

.cnorslt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.chkal {
    margin-bottom: .3rem
}

.cblst {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .cblst li {
        margin-bottom: .3rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

.clvl {
    font-size: .72rem
}

.cnsrslt .ugoloader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px
}

.advttl {
    padding: .75rem 1rem;
    border-bottom: .02rem solid #dbe4e4;
    font-weight: 700;
    font-size: .845rem
}

    .advttl .advttlin {
        font-size: 1.1rem;
        color: #1dacb4;
        display: block
    }

.advspbx {
    border-radius: 1rem;
    border: .02rem solid #dbe4e4;
    width: 100%;
    overflow: hidden
}

.advbdy {
    padding: 1.12rem 1rem
}

.advspbx0 {
    width: 100%;
    overflow: hidden;
    border-radius: .8rem;
    overflow: hidden;
    background: #ebf1f1;
    border: .02rem solid #dbe4e4;
    position: relative
}

    .advspbx0 .table.tblbbtmz tr td {
        background: #fff !important
    }

.table.tblbbtm {
    background: #ebf1f1;
    margin-bottom: 0
}

    .table.tblbbtm tr th {
        color: #183958;
        font-size: .72rem
    }

    .table.tblbbtm tr td, .table.tblbbtm tr th {
        font-weight: 700
    }

        .table.tblbbtm tr th.b-t-0 {
            border-top: 0 !important
        }

    .table.tblbbtm tr td {
        font-weight: 500
    }

.table.tblbbtmz {
    margin-bottom: 0;
    margin-top: -1px
}

    .table.tblbbtmz tr th {
        background: #ebf1f1;
        font-size: .72rem
    }

        .table.tblbbtmz tr td:first-child, .table.tblbbtmz tr th:first-child {
            padding-left: 1rem
        }

    .table.tblbbtmz tr td:first-child {
        font-weight: 500
    }

.pdl1 {
    padding-left: 1rem !important
}

.pdr1 {
    padding-right: 1rem !important
}

.cnstsl {
    font-size: .775rem;
    line-height: .775rem
}

    .cnstsl > span {
        margin-left: .65rem
    }

        .cnstsl > span:first-child {
            margin-left: 0
        }

.slctc {
    font-weight: 700;
    color: #1dacb4;
    font-size: .835rem
}

.rmvasscrd {
    background: #ebf1f1;
    border-left: 3px solid #99b4bf;
    border-radius: .25rem;
    padding: .75rem;
    max-width: 100%;
    width: 320px;
    margin-right: .75rem;
    margin-bottom: .75rem
}

.rmuimg {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: .9rem
}

.unncd {
    font-size: .925rem;
    font-weight: 500;
    margin-bottom: .1rem
}

.umbn i {
    color: #8ea7bb
}

.uattlx {
    margin-bottom: .65rem;
    font-weight: 500
}

.mbtxt {
    font-size: .725rem
}

.innrlogo {
    height: 27px;
    width: auto !important
}

.logosec {
    margin-bottom: 1.5rem
}

    .logosec .lgicon {
        height: 50px;
        max-width: 200px;
        margin-bottom: .65rem
    }

    .logosec .lgttl {
        font-weight: 700;
        font-size: .8rem
    }

.logicn {
    width: 36px;
    min-width: 36px;
    height: 36px;
    position: relative;
    border: .02rem solid #dbe4e4;
    background: #fff;
    border-radius: .4rem;
    padding: 2px;
    overflow: hidden;
}

    .logicn img {
        max-width: 30px
    }

.logttl {
    font-size: .8rem;
    font-weight: 700;
    color: #212529;
    margin-left: .65rem
}

.custom-table-bordered tr td a img.vwb {
    max-height: 15px;
}

.custom-table-bordered tr td .pcsnme .vwdtlcn img {
    max-height: 12px;
    vertical-align: baseline
}

.nsrch {
    width: calc(100% - 30px)
}

.mbc {
    margin-bottom: .65rem
}

.mtrcnme {
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin-bottom: .5rem;
    font-weight: 700;
    align-items: center;
    text-transform: capitalize
}

.tblpymt {
    width: 100%;
    overflow-x: auto
}

    .tblpymt table.table {
        margin-bottom: .5rem
    }

table tr td .badge {
    margin-bottom: 0 !important
}

table.tblclmn {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

    table.tblclmn tr td {
        padding: 0;
        border: .02rem solid #dbe4e4;
        vertical-align: top
    }

        table.tblclmn tr td .tblclmninx {
            border: 0;
            width: 100%;
            border-collapse: collapse;
            margin-bottom: -1px
        }

            table.tblclmn tr td .tblclmninx tr td {
                padding: .425rem .425rem;
                border-top: 0;
                border-left: 0;
                border-right: 0
            }

.tblclmninx.tblcl50 tr td {
    width: 50%;
    display: table-cell !important
}

    .tblclmninx.tblcl50 tr td:first-child {
        background: #ebf1f1
    }

.table.tmltblx {
    margin-bottom: .5rem;
    table-layout:fixed;
}

.pdftbl {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    border: 0
}

    .pdftbl tr td {
        border: .02rem solid #dbe4e4;
        vertical-align: top;
        padding: .375rem .45rem;
        font-size: .72rem;
        word-wrap: break-word
    }

        .pdftbl tr td.ptcbg {
            background: #ebf1f1
        }

.va-middle.pdftbl tr td {
    vertical-align: middle;
}

.ptdvle {
    font-weight: 500
}

    .ptdvle i.bi-paperclip {
        display: inline-block;
        transform: rotate(45deg);
        margin-right: .15rem;
        color: #1dacb4;
    }

.tdvle i.icon-info {
    vertical-align: middle;
    margin-left: .15rem
}

.pdftbl tr td .intable {
    width: 100%;
    table-layout: fixed;
}

    .pdftbl tr td .intable tr td {
        border: 1px dashed #dbe4e4;
        border-left: hidden;
        border-right: hidden;
        padding: .35rem 0;
    }

    .pdftbl tr td .intable tr th {
        padding: .35rem 0;
        font-size: .75rem;
    }

    .pdftbl tr td .intable tr:last-child td {
        border-bottom: hidden;
    }

    .pdftbl tr td .intable tr:first-child td {
        border-top: hidden;
    }

.ddpdfbtn {
    background: #e72d52;
    border: 1px solid #e72d52;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .45rem .875rem;
    height: calc(2rem + 2px);
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .ddpdfbtn img {
        margin-left: .25rem;
        height: 15px;
        animation: bouncex 1.5s infinite
    }

@keyframes bouncex {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-150px)
    }

    60% {
        transform: translateY(-75px)
    }
}

.ddpdfbtn:hover {
    background: #e24931;
    border: 1px solid #e24931;
    color: #fff
}

.ddpbpab {
    position: fixed;
    right: 1rem;
    top: 67px;
    z-index: 99;
    display: inline-block !important
}

.dwnFixed {
    position: fixed;
    top: 8px;
    right: 15px
}

.tblhdng {
    display: none
}

.tblbdrx.inptdsbl tr td.tblidsbl {
    background: #ebf1f1;
    padding: .375rem .45rem !important
}

.tblbdrx.inptdsbl tr td .form-control.nobdr {
    height: calc(1.75rem + 2px)
}

.tblbdrx.inptdsbl tr td .form-control.calicnrgt {
    background-size: 13px 13px
}

.sp-lightbox img {
    max-width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

    .sp-lightbox img:hover {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }

.lsgbx {
    border: .02rem solid #dbe4e4;
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 1rem
}

.lsgph {
    position: relative;
    height: 220px
}

.bhvr .bi {
    color: #aebdc3;
    font-size: .84rem
}

    .bhvr .bi.checked {
        color: #1dacb4
    }

.tblbdrx tr > td.tpd0 {
    padding: 0 !important;
    vertical-align: top
}

.tdintbl {
    width: 100%
}

    .tdintbl tr td, .tdintbl tr th {
        border-bottom: .02rem solid #dbe4e4;
        border-left: .02rem solid #dbe4e4;
        border-top: 0;
        border-right: 0
    }

        .tdintbl tr td:nth-child(1), .tdintbl tr th:nth-child(1) {
            border-bottom: .02rem solid #dbe4e4;
            border-left: 0
        }

table.tblbdrx.dataTable {
    border: 0;
    width: 100%;
    border-collapse: collapse
}

    .tblbdrx.dataTable tr th, table.tblbdrx.dataTable tr td {
        border: .02rem solid #dbe4e4;
        padding: .375rem .45rem !important
    }

    table.tblbdrx.dataTable thead tr th {
        border-top: .02rem solid #dbe4e4;
        border-bottom: 0 !important
    }

.tbl2clmn {
    vertical-align: top;
    width: 100%
}

    .tbl2clmn tr > td.nbnpnbg {
        vertical-align: top;
        display: block
    }

.bldswrp {
    border-radius: .85rem;
    overflow: hidden;
    background: #ebf1f1;
    padding: 0 7px
}

.bldstc1 {
    background: #0eb2ad url(../images/lite_color_bg.png);
    background-size: cover;
    color: #fff
}

.bldstc2 {
    background: #605da5 url(../images/lite_color_bg.png);
    background-size: cover;
    color: #fff
}

.bldstc3 {
    background: #ba3a3a url(../images/lite_color_bg.png);
    background-size: cover;
    color: #fff
}

.dBoxGreen {
    background: #3f879c url(../images/texture_small.png);
    background-size: cover;
    color: #fff
}

.dBoxLightGold {
    background: #f89a19 url(../images/texture_small.png);
    background-size: cover;
    color: #fff
}

.dBoxBrinjal {
    background: #725784 url(../images/texture_small.png);
    background-size: cover;
    color: #fff
}

.dBoxPurple {
    background: #183958 url(../images/texture_small.png);
    background-size: cover;
    color: #fff
}

.bldsbdy {
    padding: 14px 7px
}

.bldsbdy0 {
    padding: 20px 10px
}

.bldsbdyy {
    padding: 17px 7px
}

.bldsbdyz {
    padding: 8px 7px
}

.dbbdysm {
    padding: 12px 0;
}

.dbbdyx {
    padding: 12px 7px;
}

.bdyhdr {
    padding: .5rem 1rem;
}

.bldstbl .table.tblbdrx.frstcol {
    margin-bottom: 0 !important
}

    .bldstbl .table.tblbdrx.frstcol tr td {
        background: #fff
    }

    .bldstbl .table.tblbdrx.frstcol tr > td, .bldstbl .table.tblbdrx.frstcol tr > th {
        border: 1px solid #e5ecf1
    }

.filter-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .filter-row > .fcol {
        min-width: 100px;
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px
    }

#reportSection .tbl-scroll1 table.tblbdrx.pdftbl.dataTable {
    margin-top: 1.75rem
}

.loaderFixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 52px);
    background: rgba(255,255,255,.4);
    z-index: 1000
}

    .loaderFixed img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 48px
    }

.arDashTop {
    border-radius: .7rem;
    overflow: hidden;
    background: #fff url(../images/new_texture.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    border: .02rem solid #dbe4e4;
    padding: 0 7px
}

    .arDashTop .lbltx {
        margin-bottom: .5rem
    }

.colW100 .col .dtlx .lbltx {
    margin-bottom: 0.35rem;
}

.bgARTxtr {
    background: #ebf1f1 url(../images/new_texture.png);
    background-size: 100% 100%
}

.art1icn {
    margin-right: .7rem;
    width: 24px;
    min-width: 24px
}

.art1icn0 {
    margin-right: .85rem;
    width: 28px;
    min-width: 28px
}

.art1icns {
    margin-right: 0.5rem;
    width: 20px;
    min-width: 20px;
}

.artdtl .dbvlx {
    color: #183958;
    font-size: 1.25rem;
    line-height: 1.25rem
}


    .artdtl .dbvlx .dbvSub {
        font-size: 70%;
        color: #183958
    }

.artdtl .fltValue {
    font-size: .8rem;
    line-height: .8rem;
    color: #1dacb4;
    font-weight: 700
}

    .artdtl .fltValue .bdgall {
        background: #8b9090;
        color: #fff;
        font-weight: 500;
        font-size: .675rem;
        line-height: .675rem;
        display: inline-block;
        padding: .35rem .6rem .25rem;
        vertical-align: middle;
        border-radius: 1rem;
        margin-left: .2rem
    }

.fltrBox {
    background: #ebf1f1
}

    .fltrBox .dtlx .lbltx {
        line-height: 1.4
    }

        .fltrBox .dtlx .lbltx#fltr_hierarchy {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .fltrBox .art1icn {
        margin-right: .65rem;
        width: 14px;
        min-width: 14px
    }

.fltrBoxModal {
    width: calc(100% - 45px)
}

    .fltrBoxModal .dtlx {
        width: calc(100% - 25px)
    }

.rstFltr {
    width: 45px;
    min-width: 45px;
    text-align: right
}

.arTitleV {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-right: .75rem;
    color: #183958
}

.apaval {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #183958;
    white-space: nowrap
}

.dsexp {
    border-radius: .75rem;
    border: .02rem solid #dbe4e4;
    padding: 0 7px;
    overflow: hidden;
}

.dsbdy {
    padding: 14px 7px
}

.ghtitle {
    font-size: .845rem;
    font-weight: 500;
    color: #3f4f5f
}

.mdlF {
    cursor: pointer
}

.modal-content.mdlFltr {
    border-radius: .5rem;
    width: 540px;
    max-width: 100%;
    margin: auto
}

.hntwlbl {
    font-style: italic;
    font-size: .7rem
}

.prgBar {
    list-style: none;
    margin: 0;
    padding: 0
}

    .prgBar li {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #ebf1f1
    }

        .prgBar li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .prgBar li .prbrLabel {
            color: #687177;
            font-size: .72rem;
            margin-bottom: .5rem
        }

        .prgBar li .progress {
            margin-left: 75px;
            position: relative;
            overflow: unset;
            border-radius: 0;
            height: 14px
        }

            .prgBar li .progress .vleInPer {
                position: absolute;
                left: -75px;
                font-size: .865rem;
                font-weight: 700
            }

            .prgBar li .progress .progress-bar.bgNetAss {
                background-color: #183958
            }

                .prgBar li .progress .progress-bar.bgNetAss .vleInPer {
                    color: #183958
                }

            .prgBar li .progress .progress-bar.bgCurrAss {
                background-color: #1dacb4
            }

                .prgBar li .progress .progress-bar.bgCurrAss .vleInPer {
                    color: #1dacb4
                }

            .prgBar li .progress .progress-bar.bgTrnUpRto {
                background-color: #f89a19
            }

                .prgBar li .progress .progress-bar.bgTrnUpRto .vleInPer {
                    color: #f89a19
                }

.lastUpdateDate {
    font-size: .845rem;
    line-height: .845rem;
    font-weight: 700;
    color: #183958
}

    .lastUpdateDate .ludtl {
        margin-right: .7rem;
        padding-right: .7rem;
        border-right: .02rem solid #dbe4e4
    }

        .lastUpdateDate .ludtl:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0
        }

.clble {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: .35rem;
    color: #737373
}

.btn-no {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: 0;
    display: inline-block;
    vertical-align: middle
}

    .btn-no:focus {
        outline: 0
    }

    .btn-no img {
        max-height: 28px
    }

.pdr10 {
    padding-right: 10px !important
}

.pdl10 {
    padding-left: 10px !important
}

.btmDtl {
    font-size: .72rem;
    line-height: .72rem
}

    .btmDtl strong {
        font-size: .925rem
    }

.frqVle {
    color: #212529;
    display: inline-block;
    padding: .35rem 1rem .2rem;
    font-size: .719rem;
    font-weight: 500;
    letter-spacing: .05rem;
    text-transform: uppercase;
    border-top-left-radius: .65rem;
    border-top-right-radius: .65rem;
    background: #ebf1f1 url(../images/new_texture.png);
    background-size: 100% 100%
}

.bldswrp.brtl0 {
    border-top-left-radius: 0 !important
}

.noDataAvl {
    margin-top: 3rem
}

    .noDataAvl .ndtimg {
        height: 135px;
        margin: 2rem 0 1rem
    }

    .noDataAvl .chsFltrDsc {
        color: #677788;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.7
    }

.geolMap {
    min-height: 250px;
    height: calc(100vh - 190px);
    width: 100%
}

.fltrBtn .btn, .fltrBtn a, .fltrBtn btn {
    margin-bottom: 0;
    display: inline-block;
}

#bill-bar-chart, #consumption-bar-chart, #consupHistory #consumption-bar-chart, #smartRead-bar-chart {
    border: .02rem solid #dbe4e4;
    border-radius: .5rem
}

#billHistory #bill-bar-chart, #consupHistory #consumption-bar-chart, #smartRead-bar-chart {
    padding-bottom: 1.5rem
}

.custom-table-bordered tr td .tbtn .bi {
    font-size: 1rem;
    color: #183958;
}

.tbtn {
    display: inline-block;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 0;
    color: #183958;
    border: 0;
    border-radius: 0;
    vertical-align: middle
}

    .tbtn:hover {
        opacity: 1
    }

    .tbtn.tbEdit {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-pencil' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5L13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175l-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px
    }

    .tbtn.tbDelete {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-trash' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4L4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px
    }

    .tbtn.tbAdd {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-plus-circle-fill' fill='%2305a3a5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 15px 15px
    }

    .tbtn.tbPage {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-window' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M14 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z'/%3E%3Cpath fill-rule='evenodd' d='M15 6H1V5h14v1z'/%3E%3Cpath d='M3 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px
    }

    .tbtn.tbView {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-eye' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px
    }

    .tbtn.tbDwnld {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-cloud-download-fill' fill='%231cc185' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        margin: 0 auto
    }

    .tbtn.tbUpld {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-cloud-upload-fill' fill='%2305a3a5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        margin: 0 auto
    }

    .tbtn.tbWtng {
        background: transparent url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-clock-history' fill='%23ef5941' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z'/%3E%3Cpath fill-rule='evenodd' d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z'/%3E%3Cpath fill-rule='evenodd' d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        margin: 0 auto
    }

    .tbtn.tbGpdf {
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc3545' class='bi bi-file-earmark-pdf-fill' viewBox='0 0 16 16'%3E %3Cpath d='M5.523 12.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.148 21.148 0 0 0 .5-1.05 12.045 12.045 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.881 3.881 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 6.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z'/%3E %3Cpath fill-rule='evenodd' d='M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.651 11.651 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.697 19.697 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z'/%3E %3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        margin: 0 auto
    }

.bIcon {
    font-size: 1rem;
    line-height: 1rem;
    color: #212529
}

.btnCreate {
    color: #fff;
    position: relative;
    padding-left: 30px;
    background: #183958;
    border-color: #183958
}

    .btnCreate .bi {
        position: absolute;
        font-size: 1.5rem;
        line-height: 1.5rem;
        left: .3rem;
        top: .1rem;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

    .btnCreate.btn-sm {
        padding-left: 24px
    }

        .btnCreate.btn-sm .bi {
            font-size: 1.15rem;
            line-height: 1.15rem;
            left: .25rem;
            top: .15rem
        }

    .btnCreate:hover {
        background: #183958;
        color: #fff
    }

        .btnCreate:hover .bi {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

.txtThmc {
    color: #35b8bf !important
}

.uContent {
    margin: 1rem 0
}

.bdrwd {
    background: #dbe4e4;
    height: 1px;
    margin-left: -1rem;
    margin-right: -1rem
}

.uContent .pgHeading.d-flex {
    align-items: unset !important
}

.arwbck {
    height: 32px;
    color: #183958;
    position: relative;
    margin-right: .5rem;
    text-align: center
}

    .arwbck img {
        height: 32px;
        margin-top: 2px;
        max-width: 30px
    }

    .arwbck .bi {
        font-size: 1.15rem;
        font-weight: 700;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.pgHrchy {
    font-size: .725rem;
    color: #5f6b71;
    display: block;
    margin-bottom: .25rem
}

    .pgHrchy .fwd {
        margin: 0 .5rem;
        font-size: .665rem;
        color: #8b9090;
        vertical-align: baseline
    }

.pgName {
    font-size: .95rem;
    line-height: .95rem;
    color: #183958;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle
}

.fltrpgnt {
    background: #ebf1f1;
    border-top: .02rem solid #dbe4e4;
    border-bottom: .02rem solid #dbe4e4;
    padding: .5rem 1rem 0;
    margin-left: -1rem;
    margin-right: -1rem
}

.statusToggle {
    background: #fff;
    border-radius: .35rem;
    width: 100%;
    position: relative;
    display: block
}

    .statusToggle input[type=checkbox] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        width: 100%;
        cursor: pointer
    }

    .statusToggle input ~ label .chkd {
        display: none
    }

    .statusToggle input:checked ~ label .unchkd {
        display: none
    }

    .statusToggle input:checked ~ label .chkd {
        background: #fff url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-square-fill' fill='%2305a3a5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat;
        background-size: 20px 20px;
        background-position: center left 8px;
        display: block;
        height: 34px;
        line-height: 33px;
        padding-left: 36px;
        border-radius: .35rem;
        border: 1px solid #1dacb4;
        color: #212529;
        cursor: pointer
    }

    .statusToggle input ~ label .unchkd {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238997a2' class='bi bi-x-square-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3E%3C/svg%3E") no-repeat;
        background-size: 20px 20px;
        background-position: center left 8px;
        display: block;
        height: 34px;
        line-height: 33px;
        padding-left: 36px;
        border-radius: .35rem;
        border: .02rem solid #dbe4e4;
        color: #212529;
        cursor: pointer
    }

    .statusToggle label {
        font-size: .72rem;
        line-height: 1.6rem;
        border-radius: .35rem;
        cursor: pointer;
        margin-bottom: 0;
        width: 100%;
        height: 34px
    }

    .statusToggle input ~ label .chkd_unchkd {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ef5941' class='bi bi-x-square-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3E%3C/svg%3E") no-repeat;
        background-size: 20px 20px;
        background-position: center left 8px;
        display: block;
        height: 34px;
        line-height: 33px;
        padding-left: 36px;
        border-radius: .35rem;
        border: 1px solid rgba(239,89,65,.35);
        color: #212529;
        cursor: pointer
    }

    .statusToggle input:checked ~ label .chkd_unchkd {
        background: #fff url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-square-fill' fill='%231cc185' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat;
        background-size: 20px 20px;
        background-position: center left 8px;
        display: block;
        height: 34px;
        line-height: 33px;
        padding-left: 36px;
        border-radius: .35rem;
        border: 1px solid rgba(28,193,133,.5);
        color: #212529;
        cursor: pointer
    }

.fxdBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: .02rem solid #dbe4e4;
    background: #fff;
    z-index: 1
}

    .fxdBottom .btnGrp {
        padding: .7rem 1rem
    }

        .fxdBottom .btnGrp .btn {
            margin-bottom: 0 !important
        }

.pageTitle {
    font-weight: 700;
    font-size: .845rem;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: .35rem
}

    .pageTitle:before {
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: rgba(215,222,226,.5)
    }

    .pageTitle:after {
        position: absolute;
        content: '';
        width: 25px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #45c2c9
    }

.infmsg {
    background: rgba(231, 45, 82, 0.1);
    color: #e72d52;
    border-bottom: 1px solid #f7e0e3;
    padding: 0.45rem 1rem;
    font-size: .775rem;
    font-weight: 500;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
}

    .infmsg .bi {
        font-size: 1.25rem;
        line-height: 1rem;
        margin-right: .75rem;
        color: #e72d52;
    }

.rstFilter {
    font-weight: 500;
    color: #212529
}

    .rstFilter svg {
        margin-right: 5px
    }

.addedTags {
    position: relative
}

.cDownUp {
    margin-right: 12px
}

    .cDownUp .fa {
        font-size: 1.25rem
    }

.dsbdTag {
    background: #ebf1f1 url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-circle-fill' fill='%23abb7b7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat;
    background-size: 12px 12px;
    background-position: center left 6px;
    padding: .25rem .5rem .25rem 1.5rem;
    font-size: .7rem;
    height: calc(1.648438rem + 2px);
    line-height: .7rem;
    border: .02rem solid #dbe4e4;
    color: #212529;
    font-weight: 500;
    line-height: 1.7;
    border-radius: .2rem;
    margin-right: .2rem;
    display: inline-block;
    margin-bottom: .25rem
}

    .dsbdTag:last-child {
        margin-left: 0
    }

.mrList {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 350px;
    overflow-y: auto
}

    .mrList li {
        margin-bottom: .65rem;
        padding-bottom: .65rem;
        border-bottom: .02rem solid #dbe4e4
    }

        .mrList li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .mrList li.mrview {
            cursor: pointer;
            position: relative
        }

            .mrList li.mrview:hover .mrDetails .mrName {
                color: #1dacb4
            }

        .mrList li.beatmv {
            cursor: pointer;
            position: relative
        }

            .mrList li.beatmv:hover .mrDetails .mrName {
                color: #1dacb4
            }

.mrPhoto {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: .7rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

    .mrPhoto img {
        width: 100%;
        height: auto;
        max-width: 100% !important
    }

.mrName {
    font-size: .845rem;
    font-weight: 500;
    margin-bottom: .15rem
}

.mrCode {
    font-size: .72rem;
    color: #8a9298
}

    .mrCode svg {
        width: 12px;
        height: 12px;
        margin-left: 4px
    }

    .mrCode .bi {
        font-size: .725rem;
        line-height: .725rem;
        margin-left: 4px;
        vertical-align: text-top;
        color: #1dacb4
    }

.mrViewPop {
    background: #fff;
    padding: 1rem;
    border-radius: .75rem;
    box-shadow: 0 0 12px #919aa0;
    width: 310px
}

.cmpBody {
    margin-bottom: 1rem;
    padding-right: 1rem
}

.cstmModalPop {
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 0 12px #919aa0;
    width: 360px;
    overflow: hidden
}

    .cstmModalPop .cmpBody {
        padding: 1rem
    }

.cmpTitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: #183958
}

.cmpDesc {
    font-weight: 500;
    margin-bottom: .1rem;
    line-height: 1.5;
    font-size: .75rem
}

    .cmpDesc .sprt {
        font-size: .7rem;
        margin: 0 0.35rem;
    }

    .cmpDesc .pnt {
        color: #1cc185;
        font-size: 1rem;
        vertical-align: middle;
    }

.cmpFooter {
    background: #ebf1f1;
    padding: .6rem 1rem;
    color: #8a9298;
    font-size: .72rem;
    margin-left: -1.15rem;
    margin-right: -1.15rem;
    margin-bottom: -1.15rem;
    font-weight: 400
}

    .cmpFooter .cchkd {
        color: #1cc185;
        width: 18px;
        height: 18px;
        margin-right: .5rem
    }

.mrSingleView {
    padding-top: 1rem;
    padding-bottom: .75rem;
    border-bottom: .02rem solid #dbe4e4
}

    .mrSingleView .backMrList {
        color: #8a9298;
        margin-right: .25rem;
        width: 18px;
        height: 18px
    }

        .mrSingleView .backMrList:hover {
            color: #1dacb4
        }

        .mrSingleView .backMrList svg {
            width: 18px;
            height: 18px
        }

        .mrSingleView .backMrList .bi {
            font-size: 1.15rem;
            line-height: 1.15rem
        }

.smrTimeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    max-height: 400px;
    overflow-y: auto
}

    .smrTimeline li {
        position: relative;
        padding-left: 82px;
        padding-bottom: 1rem
    }

        .smrTimeline li:last-child {
            padding-bottom: 0
        }

        .smrTimeline li .visitTime {
            color: #8a9298;
            font-size: .715rem;
            line-height: .715rem;
            position: absolute;
            left: 0
        }

        .smrTimeline li .smrName {
            font-size: .84rem;
            line-height: .95rem;
            font-weight: 500;
            margin-bottom: .2rem
        }

            .smrTimeline li .smrName:hover, .smrTimeline li .visitTime:hover {
                color: #1dacb4;
                cursor: pointer
            }

        .smrTimeline li:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            top: 50%;
            transform: translateY(-50%);
            left: 63px;
            border-left: 1px dashed #dedfe1
        }

.visitTLT {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8a9298;
    left: 59px
}

.smrTimeline li.vdtinfo:first-child .smrName {
    color: #e72d52;
}

.visitTLT.visitSuccess {
    background: #1cc185
}

.visitTLT.visitDanger {
    background: #e72d52
}

.vstcd {
    display: flex;
    margin-top: .25rem;
    color: #183958;
    font-size: .75rem;
}

    .vstcd .vd {
        margin-left: .75rem;
        padding-left: .75rem;
        position: relative;
    }

        .vstcd .vd:before {
            width: 2px;
            height: 80%;
            position: absolute;
            content: '';
            left: 0;
            top: 10%;
            background: #dbe4e4;
        }

.form-control.fcBB {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-left: 0;
    font-weight: 500
}

    .form-control.fcBB.srchicnlft {
        padding-left: 34px
    }

    .form-control.fcBB:focus {
        box-shadow: none
    }

label.ftrLabel {
    margin-bottom: 0;
    font-size: .675rem
}

.tcValue {
    font-weight: 500
}

.mrheatMap {
    width: 100%
}

.vtlDate {
    font-size: .75rem;
    color: #8a9298;
    margin-left: .5rem;
    font-weight: 400
}

    .vtlDate img {
        height: 12px;
        vertical-align: text-top;
        margin-right: 4px
    }

.mrViewPop1 {
    padding-right: 30px
}

.mrPhoneNo {
    font-size: .72rem;
    color: #8a9298;
    font-weight: 400
}

.visitInfo .cmpBody {
    padding-right: 1.5rem;
    margin-bottom: .8rem
}

.btn-sm.mrview {
    height: calc(1.4rem + 1px);
    padding: .15rem .45rem;
    font-size: .715rem;
    line-height: 1.5;
    border-radius: .2rem
}

.fltrdValue {
    font-size: .725rem;
    font-weight: 500;
    display: block;
    margin-bottom: .25rem
}

    .fltrdValue .fvTag {
        position: relative;
        padding-left: 1.2rem
    }

        .fltrdValue .fvTag:before {
            position: absolute;
            content: '\f105';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            left: .45rem
        }

        .fltrdValue .fvTag:first-child {
            padding-left: 0
        }

            .fltrdValue .fvTag:first-child:before {
                content: ''
            }

.tcTitle {
    font-weight: 700;
    font-size: .84rem;
    margin-bottom: .35rem
}

.tcMapIcon {
    margin-right: 8px
}

    .tcMapIcon svg {
        width: 30px;
        height: 30px
    }

.dwnfle {
    font-weight: 500
}

    .dwnfle .bi {
        margin-left: .2rem
    }

.mwc, .mxwct {
    color: #acb5bb;
    font-size: .7rem;
    text-align: right
}

.smsIcons {
    fill: #1cc185;
    height: 32px;
    width: 32px
}

    .smsIcons svg {
        fill: #1cc185;
        height: 32px;
        width: 32px
    }

.rwdwnl {
    position: absolute;
    right: 15px
}

    .rwdwnl .btn-rfd {
        text-transform: capitalize
    }

        .rwdwnl .btn-rfd img {
            margin-left: .25rem;
            height: 15px;
            animation: bounce 2s infinite
        }

.dwnldFXD {
    position: fixed;
    right: 15px;
    z-index: 10;
    top: 66px
}

.rotte {
    display: inline-block;
    transform: rotate(45deg)
}

.imgInTbl {
    height: 16px;
    margin-left: .15rem
}

.dwnldFXD .btn {
    text-transform: capitalize
}

    .dwnldFXD .btn img {
        margin-left: .25rem;
        height: 15px;
        animation: bounce 2s infinite
    }

.rprtdw img {
    margin-left: .25rem;
    height: 15px;
    animation: bounces 2s infinite
}

.rprtdw.btn-sm img {
    margin-left: .2rem;
    height: 10px
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000
}

.blds2ttl {
    font-weight: 700;
    font-size: .875rem;
    position: relative;
    padding-left: .65rem;
    text-transform: capitalize
}

    .blds2ttl:before {
        position: absolute;
        content: '';
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
        background: #1dacb4
    }

label.wnw {
    white-space: nowrap
}

.nbnpTable {
    width: 100%;
    border: 0 !important;
    table-layout: fixed;
    border-collapse: collapse
}

    .nbnpTable tr > td.nbnpCol {
        padding: 0 !important;
        border: 0 !important;
        vertical-align: top
    }

        .nbnpTable tr > td.nbnpCol.tblColPR {
            padding-right: .5rem !important
        }

        .nbnpTable tr > td.nbnpCol.tblColPL {
            padding-left: .5rem !important
        }

.uhrcy .table.tblslb tr td {
    min-width: 90px
}

    .uhrcy .table.tblslb tr td:last-child {
        min-width: 35px
    }

.customMarker {
    position: absolute;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -38px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.25)
}

    .customMarker:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 13px;
        border-width: 6px 6px 0;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0
    }

    .customMarker img {
        width: 36px;
        height: 36px;
        margin: 2px;
        border-radius: 50%
    }

.chkdLable {
    font-weight: 700;
    margin-left: .1rem
}

.sidebar .sidebar-nav .navbar {
    padding: 0
}

.nav-vertical-2 .nav-link[aria-expanded] {
    position: relative
}

.nav-vertical-2 .nav-link[aria-expanded=true] {
    color: #212529;
    background: #e8eaed;
    font-weight: 700;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.nav-vertical-2 .nav-link[aria-expanded]::after {
    position: absolute;
    top: 50%;
    right: .975rem;
    display: block;
    width: 8px;
    height: 10px;
    padding: 0;
    margin-top: -8px;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f107";
    color: #999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.nav-vertical-2 .nav-link[aria-expanded=true]::after {
    content: "\f106"
}

.sidebar .sidebar-nav .navbar .nav-item ul.nav .nav-item .nav-link {
    padding: .65rem .65rem .65rem 3rem;
    color: #555
}

    .sidebar .sidebar-nav .navbar .nav-item ul.nav .nav-item .nav-link.active, .sidebar .sidebar-nav .navbar .nav-item ul.nav .nav-item .nav-link:hover {
        background: 0 0;
        color: #212529;
        font-weight: 500
    }

.fLable {
    font-size: .75rem;
    color: #91a1b8
}

.deleteUpldFile {
    position: absolute;
    top: .7rem;
    right: .7rem;
    display: inline-block;
    cursor: pointer;
    width: 26px;
    height: 26px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center
}

    .deleteUpldFile:hover {
        background: #ebf1f1
    }

    .deleteUpldFile .bi {
        font-size: 1rem;
        line-height: 1rem;
        color: #30353e
    }

.upImg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    position: relative;
    display: inline-block
}

.uploadedImage {
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: .35rem
}

.hlpDsk {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #1dacb4
}

.hlpDskIn {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-right: .5rem;
    color: #1dacb4
}

.btn .icon-magnifier, .btn .icon-reload {
    font-size: .8rem;
    line-height: .8rem;
    vertical-align: middle
}

.dsTitleBig {
    font-size: .875rem;
    line-height: .875rem
}

    .dsTitleBig .dtbValue {
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-weight: 700
    }

.dsvlxSb {
    font-size: .775rem;
    line-height: .775rem
}

    .dsvlxSb .dsvsV {
        font-weight: 700;
        font-size: .875rem;
        line-height: .875rem
    }

.dBoxGreen.bg100p {
    background-size: 100% 100%
}

.vdoImage {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: .35rem;
    background: #efefef;
    text-align: center
}

    .vdoImage .bi {
        font-size: 1.5rem;
        color: #e72d52
    }

.Capi {
    text-transform: lowercase;
    display: inline-block
}

    .Capi:first-letter {
        text-transform: uppercase
    }

    .Capi:first-line {
        text-transform: capitalize
    }

.bllSts {
    font-size: .72rem;
    font-weight: 400;
    color: #7d878e
}

    .bllSts strong {
        font-weight: 700;
        font-size: .865rem;
        display: block;
        color: #212529;
        margin-top: .15rem
    }

        .bllSts strong.duAmt {
            color: #e72d52
        }

.bdr1 {
    border-right: .02rem solid #dbe4e4
}

.pl6 {
    padding-left: .65rem
}

.cmpFooter .bi {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-right: .4rem
}

.chkdSt {
    color: #1cc185
}

.unchkdSt {
    color: #e72d52
}

.bxlSb {
    font-size: .7rem
}

.stmpPd {
    height: 38px;
    margin-left: .25rem
}

.goMap {
    font-size: 2rem;
    line-height: 2rem;
    margin-right: .5rem
}

.gmPaid {
    color: #0fbb6a
}

.gmUnpaid {
    color: #e72d52
}

.pTopBar {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: .02rem solid #dbe4e4;
    position: relative
}

.fltrWzd {
    padding: 0;
    list-style: none;
    margin: 0
}

    .fltrWzd li {
        background: #fff;
        border-right: .02rem solid #dbe4e4;
        min-width: 120px
    }

        .fltrWzd li.br0 {
            border-right: 0
        }

        .fltrWzd li a {
            padding: .5rem .85rem
        }

        .fltrWzd li.liLevel1 a {
            padding-left: 0
        }

.fwDtl {
    display: inline-block;
    font-size: .72rem;
    line-height: 1.1rem;
    color: #707d84
}

    .fwDtl .fwValue {
        display: block;
        font-weight: 500;
        font-size: .835rem;
        text-transform: capitalize;
        color: #183958;
        white-space: nowrap;
        overflow: hidden
    }

.dwnArw {
    margin-left: .5rem;
    color: #8b9090
}

    .dwnArw .bi {
        font-size: .775rem
    }

.fwBtn {
    margin-left: .5rem
}

.btnAFlter, .btnRFlter {
    padding: .35rem .875rem;
    height: calc(1.8rem + 2px);
    font-size: .72rem;
    line-height: 1.5;
    border-radius: .25rem;
    font-weight: 400
}

.btnAFlter {
    color: #fff !important;
    background-color: #1dacb4;
    border-color: #1dacb4
}

.btnRFlter {
    color: #fff !important;
    background-color: #8b9090;
    border-color: #8b9090
}

.bllDash {
    border-radius: .8rem;
    overflow: hidden;
    background: #fff;
    padding: 0 7px;
    position: relative;
    box-shadow: 0 0 2px #8b9090
}

    .bllDash.bdrtltr0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.bllDashWrap {
    position: relative;
    padding-top: 24px
}

    .bllDashWrap .fqcyBadge {
        position: absolute;
        top: 1px;
        height: 24px;
        z-index: 1
    }

.bllDashInsd {
    background: transparent url(../images/new_texture.png) no-repeat;
    background-size: 105% 105%;
    background-position: bottom -2px center
}

    .bllDashInsd .bDiNLeft .tpRow .bldsbdy, .bllDashInsd .bDiNRight .tpRow .bldsbdy {
        padding: 20px 7px
    }

.dsiValBig {
    font-size: 1.35rem;
    line-height: 1.35rem;
    font-weight: 700;
    color: #183958
}

.dsiVal {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #183958
}

.vwlable {
    font-size: .7rem;
    line-height: .7rem;
    margin-bottom: .4rem;
}

.vwValue {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 700;
    color: #183958
}

.bllDIcn {
    margin-right: .6rem;
    width: 24px;
    min-width: 24px
}

    .bllDIcn img {
        width: 24px;
        min-width: 24px
    }

.bllDIcnBig {
    margin-right: .5rem;
    width: 30px;
    min-width: 30px
}

    .bllDIcnBig img {
        width: 30px;
        min-width: 30px
    }

.bgCommon {
    background: #ebf1f1
}

.bdgPRto {
    background: #1dacb4;
    color: #fff;
    font-size: .7rem;
    line-height: .7rem;
    padding: .25rem .35rem .185rem .35rem;
    border-radius: .25rem;
    font-weight: 500
}

.dbvlx .bdgPRto {
    background: #fff;
    color: #1dacb4;
}

.fqcyBadge {
    background: #183958;
    color: #fff;
    display: inline-block;
    padding: .185rem 1rem .1rem;
    font-size: .75rem;
    border-top-left-radius: .45rem;
    border-top-right-radius: .45rem;
    margin-left: 25px
}

.fwLinkDisabled {
    opacity: .7;
    cursor: default
}

.bllStsUl {
    list-style: none;
    margin: .5rem;
    padding: 0
}

    .bllStsUl li {
        margin-bottom: 1rem;
        border-bottom: 1px solid #ebf1f1;
        padding-bottom: 1rem
    }

        .bllStsUl li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0
        }

.blstLf img {
    height: 22px;
    margin-right: .7rem
}

.rbul.bllStsUl li {
    margin-bottom: .55rem;
    padding-bottom: .55rem
}

    .rbul.bllStsUl li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0
    }

.blstLf .blstLabel {
    font-weight: 500
}

.bllstVle {
    font-size: 1.15rem;
    line-height: 1.15rem;
    font-weight: 700
}

.dslilbl {
    font-weight: 500;
    font-size: .85rem;
}

.dslivlu {
    font-size: 1.15rem;
    line-height: 1.15rem;
    font-weight: 700;
    color: #183958;
}

.cstmbdge.badge {
    font-weight: 500;
    font-size: .725rem;
    line-height: .725rem;
    border-radius: .25rem;
    padding: .25rem .25rem .1rem .25rem;
    vertical-align: bottom;
}

.bsvC {
    color: #0d95bb
}

.bsvJ {
    color: #183958
}

.bsvTB {
    color: #f89a19
}

.bsvBA {
    color: #40af49
}

.bsvSMT {
    color: #e72d52
}

.bsvCMR {
    color: #9a3fab
}

.errorBg {
    background: #ffeaef;
    padding: .7rem .8rem;
    font-size: .725rem;
    font-weight: 500
}

.txtDgr {
    color: #e72d52
}

.modal-body.mpLoader {
    min-height: 240px;
    overflow: hidden
}

.errMessage {
    color: #e72d52;
    font-size: 1rem;
    text-align: center
}

    .errMessage i {
        font-size: 3.5rem
    }

    .errMessage span {
        display: block;
        margin-top: .75rem;
        min-width: 300px
    }

.rahtry {
    font-weight: 700;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e2ebec;
    font-size: .845rem;
    color: #183958
}

.dpDsc {
    font-weight: 400;
    margin-bottom: .1rem
}

.infIcn {
    font-size: .925rem;
    line-height: .925rem
}

.highlightBar {
    overflow: hidden;
    background: #ebf1f1;
    padding: 0 7px
}

.progress.blpgrs {
    border-radius: 2rem;
    min-width: 80px;
    position: relative
}

    .progress.blpgrs .blpvlue {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #212529
    }

.tblBtn {
    color: #212529;
    font-size: .875rem
}

    .tblBtn .bi-clock-history {
        font-size: 1.15rem;
        line-height: 1.15rem
    }

    .tblBtn .bi.addCircle {
        font-size: .915rem;
        color: #183958
    }

    .tblBtn .bi.wdwPg {
        font-size: 1rem;
        line-height: 1rem;
        color: #183958
    }

.beIcon {
    margin-right: 14px;
    width: 46px;
    min-width: 46px
}

.wdth {
    width: calc(100% - 64px)
}

.bpbgg {
    background: #e0e8e8
}

.hbTitle {
    color: #1dacb4;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    margin-bottom: .55rem
}

.lrDate {
    font-size: .745rem
}

.blValue {
    color: #183958;
    font-size: 1.45rem;
    line-height: 1.45rem;
    font-weight: 700;
    margin-top: .7rem
}

.startBtn {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    padding: .45rem 1rem;
    background: #1cc185;
    color: #fff;
    border-radius: .35rem;
    border: 1px solid #1cc185
}

    .startBtn:hover {
        -webkit-box-shadow: 0 5px 14px rgba(0,0,0,.2);
        box-shadow: 0 5px 14px rgba(0,0,0,.2)
    }

.schldBtn {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    padding: .6rem 1rem;
    background-image: linear-gradient(to right, #f9c4a2, #f8b797, #f7aa8d, #f69d86, #f48f80);
    color: #340d05;
    border-radius: .35rem;
    border: 1px solid #e77361;
}

    .schldBtn .bi {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.7rem;
    }

.processBtn {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    padding: .45rem 1rem;
    background-image: linear-gradient(to bottom,#ffa114,#ffb714,#feca54,#fed06a,#fed780);
    color: #212529;
    border-radius: .35rem;
    border: 1px solid #c5720b
}

.srtBE {
    font-size: .84rem;
    font-weight: 500;
    margin-bottom: .1rem;
    text-align: left
}

.lstRn {
    font-size: .72rem
}

    .lstRn.blk {
        color: #8b9090;
        margin-top: .4rem;
        font-size: .7rem;
        line-height: .7rem
    }

.strBtnIcon {
    height: 30px
}

.tbsT {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1rem .65rem 1rem;
    font-size: .725rem;
    border-bottom: 2px solid transparent;
    font-weight: 500
}

    .tbsT.active {
        color: #1dacb4;
        border-bottom: 2px solid #1dacb4
    }

.dottedAni:after {
    content: ' .';
    animation: dots 1s steps(3,end) infinite
}

.grayBox {
    background: #ebf1f1;
    width: 100%;
    position: relative
}

.bxbdy {
    padding: 1rem
}

@keyframes dots {
    0%,20% {
        color: transparent;
        text-shadow: .45em 0 0 transparent,.9em 0 0 transparent
    }

    40% {
        color: #212529;
        text-shadow: .45em 0 0 transparent,.9em 0 0 transparent
    }

    60% {
        text-shadow: .45em 0 0 #212529,.9em 0 0 transparent
    }

    100%,80% {
        text-shadow: .45em 0 0 #212529,.9em 0 0 #212529
    }
}

.progressLoader svg {
    animation: upDown 1s ease-in-out infinite
}

.loader-circle, .loader-line, .loader-pointer {
    fill: none;
    stroke-width: 2px;
    stroke: #c5720b
}

.loader-center {
    fill: #c5720b
}

.loader-pointer {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    -webkit-animation: spin 4s linear infinite
}

.loader-line {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    animation: spin 60s linear infinite;
    -moz-animation: spin 60s linear infinite;
    -webkit-animation: spin 60s linear infinite
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        -moz-transform-origin: 50% 50%
    }

    to {
        -moz-transform: rotate(360deg);
        -moz-transform-origin: 50% 50%
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: 50% 50%
    }

    to {
        -webkit-transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%
    }
}

@keyframes spin {
    from {
        transform: rotate(0);
        transform-origin: 50% 50%
    }

    to {
        transform: rotate(360deg);
        transform-origin: 50% 50%
    }
}

.btnFail, .btnPass {
    position: relative;
    padding-left: 35px
}

    .btnFail .bi, .btnPass .bi {
        font-size: 1.15rem;
        line-height: 1.15rem;
        position: absolute;
        left: .65rem;
        top: 50%;
        transform: translateY(-50%)
    }

.acIDQC {
    font-size: .925rem;
    line-height: .925rem;
    font-weight: 700;
    color: #1dacb4;
    margin-bottom: .35rem
}

    .acIDQC .badge {
        margin-bottom: 0 !important
    }

.ddBody {
    padding: 1rem
}

    .ddBody .dropdown-item {
        display: block;
        border-bottom: .02rem solid #dbe4e4;
        padding: 0;
        margin-bottom: .5rem;
        padding-bottom: .5rem
    }

        .ddBody .dropdown-item:hover {
            background: 0 0;
            color: #1dacb4
        }

        .ddBody .dropdown-item:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0
        }

        .ddBody .dropdown-item a {
            font-size: .725rem;
            color: #5f6b71
        }

            .ddBody .dropdown-item a:hover {
                color: #1dacb4
            }

.dibmt5 {
    display: inline-block;
    margin-top: .5rem
}

.ttlnme {
    color: #5f5f5f
}

.cstst .bgdeol {
    border-radius: 2rem
}

.bgtopBar {
    background-image: linear-gradient(to left,#183958,#39698e,#3486a7,#33a4bb,#45c2c9);
    color: #fff
}

.bgptrn {
    background-image: linear-gradient(to right, #c98540, #c66a46, #ba514f, #a73d59, #8c3062);
    color: #fff
}

.dtlx.whiteTxt .dbvlx, .dtlx.whiteTxt .lbltx {
    color: #fff
}

.select2-container .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: .72rem
}

.text-medium {
    font-weight: 500
}

.tblBorder {
    margin-bottom: .25rem
}

    .tblBorder tr td, .tblBorder tr th {
        border: .02rem solid #dbe4e4;
        vertical-align: middle;
        font-size: .725rem;
        padding: .45rem .45rem
    }

.tcmw.tblBorder tr td, .tcmw.tblBorder tr th {
    min-width: 50px;
    vertical-align: middle;
}

.vatbl.tblBorder tr td, .vatbl.tblBorder tr th {
    vertical-align: top;
}

.wsnw.tblBorder tr td, .wsnw.tblBorder tr th {
    white-space: nowrap
}

.tblBorder tr th {
    background: #ebf1f1;
    font-weight: 500
}

.tblBorder tr td.tdBg {
    background: #ebf1f1
}

.tblBorder tr th.bgprm2 {
    background: #183958;
    color: #fff;
}

.tblBorder tr td .form-control-sm.calicnrgt {
    min-width: 120px
}

.tblBorder tr td.bgskyb, .tblBorder tr th.bgskyb {
    background: #b7defd;
}

.tblBorder tr td.bgskyblgt, .tblBorder tr th.bgskyblgt {
    background: #e3f3ff;
}

.tblBorder tr td.bgwrngl, .tblBorder tr th.bgwrngl {
    background: #ffe8a4;
}

.tblBorder tr td.bgwrnglgt, .tblBorder tr th.bgwrnglgt {
    background: #fff8cc;
}

.tblBorder tr td.va-top {
    vertical-align: top;
}

.tblBorder.fws tr th, .tblBorder.fws tr td {
    font-weight: 500;
    font-size: .84rem;
    line-height: 1.1;
    padding: .6rem .75rem;
}

.tblBorder.fws tr td {
    font-size: .95rem;
}

.fsm {
    font-size: 80%;
    line-height: 80%;
}

.tblview {
    margin-bottom: .25rem
}

    .tblview tr td, .tblview tr th {
        border: 1px solid #dbe4e4;
        vertical-align: top;
        font-size: .775rem;
        padding: .375rem .45rem
    }

    .tblview tr th {
        background: #ebf1f1;
        font-weight: 500
    }

.btn .bi.dactv {
    font-size: 1rem;
    line-height: 1rem
}

.rwOter {
    padding-left: 7px;
    padding-right: 7px
}

.ptbBody {
    padding: 14px 0
}

.abddwn {
    display: inline-block;
    padding: .175rem .75rem;
    background: #fff;
    border-radius: 1rem;
    font-size: .7rem;
    white-space: nowrap;
}

    .abddwn .bi {
        margin-left: .25rem;
        font-size: .675rem;
    }

.grybdy.photogallery {
    min-height: 150px
}

.docTable {
    border: 0;
    width: 100%;
    border-collapse: collapse
}

    .docTable tr td {
        padding: 1rem 0;
        border-top: .02rem solid #dbe4e4;
        border-bottom: .02rem solid #dbe4e4;
        vertical-align: middle
    }

.docIcon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: .5rem;
    margin-right: .75rem;
    background: #fff;
    border: 1px solid #e3ecef
}

    .docIcon img {
        max-width: 32px;
        max-height: 32px
    }

.docTitle {
    font-size: .915rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: .275rem
}

.updtOn {
    color: #95a0a7;
    font-size: .72rem
}

    .updtOn strong {
        color: #212529;
        font-weight: 500
    }

.docLabel {
    color: #95a0a7;
    font-size: .72rem;
    margin-bottom: .15rem
}

.dwbLodLink {
    color: #212529
}

    .dwbLodLink .bi {
        display: inline-block;
        transform: rotate(45deg);
        font-size: .925rem;
        line-height: .925rem
    }

    .dwbLodLink:hover {
        color: #1dacb4
    }

.docLink .bi {
    display: inline-block;
    transform: rotate(45deg);
    font-size: .925rem;
    line-height: .925rem
}

.jcblbl {
    font-size: .72rem;
    line-height: .72rem
}

.bxwHdr {
    border-radius: .8rem;
    overflow: hidden;
    border: .02rem solid #dbe4e4;
    position: relative;
    width: 100%
}

.bxwHdr0 {
    border-radius: .8rem;
    overflow: hidden;
    background: #ebf1f1;
    border: .02rem solid #dbe4e4;
    position: relative;
    width: 100%
}

.tblbxb {
    background: #fff;
    border-radius: .8rem;
    height: 100%
}

.titleBar {
    background: #ebf1f1;
    padding: .5rem 1rem;
    font-size: .845rem;
    font-weight: 500;
    color: #183958;
    height: 41px
}

.cbox {
    background: #ebf1f1;
    border-radius: .8rem;
    overflow: hidden;
    border: .02rem solid #dbe4e4;
    position: relative;
    width: 100%
}

.cbox-header {
    padding: .5rem 1rem;
    font-size: .845rem;
    font-weight: 500;
    color: #183958;
    height: 41px
}

    .cbox-header.mnhght {
        min-height: 41px;
        height: auto;
    }

        .cbox-header.mnhght .lgnds.ml-3 {
            margin-left: 1.25rem !important;
        }

.cbox-gb {
    background: #fff
}

.cbox-header .stg {
    font-size: .78125rem;
    font-weight: 400;
    color: #687e7e;
}

.btx {
    padding: .375rem .75rem;
    font-size: .7rem;
    line-height: .7rem;
    background: #acb3b5;
    border: 1px solid #acb3b5;
    color: #fff;
    border-radius: 1rem;
    cursor: pointer;
    margin-left: .2rem;
    display: inline-block
}

    .btx:first-child {
        margin-left: 0
    }

    .btx.active {
        background: #1dacb4;
        border: 1px solid #1dacb4;
        color: #fff
    }

.font-medium {
    font-weight: 500
}

.rvnVal {
    font-size: 1rem !important;
    font-weight: 700;
    color: #3a4e66
}

.gridSec .table.tblBorder {
    margin-bottom: 0 !important
}

.table.tblBorder tr td.ptcbg {
    background: #ebf1f1;
}

.table.tblBorder.wsnw tr th {
    white-space: nowrap;
}

.table.tblBorder tr td.bdlh {
    border-left: hidden;
}

.bdr0 {
    border-right: 0 !important
}

.bdl0 {
    border-left: 0 !important
}

.bdb0 {
    border-bottom: 0 !important
}

.wd105 {
    width: 105px
}

.pdgx {
    padding: 0 .5rem 0 .75rem;
}

.mxw65 {
    max-width: 65px !important;
}

.graphArea, .gridSec {
    min-height: 170px;
    height: 245px;
    position: relative
}

    .graphArea, .gridSec .tblorSummary {
        height: 100%
    }

    .gridSec .tblorSummary {
        margin-bottom: 0 !important
    }

.tblorSummary tr td, .tblorSummary tr th {
    border: .02rem solid #dbe4e4;
    vertical-align: middle;
    font-size: .72rem;
    padding: .69rem .65rem;
    white-space: nowrap
}

    .tblorSummary tr td.tdBg {
        background: #ebf1f1
    }

.tblorSummary tr td {
    width: 23%
}

    .tblorSummary tr td:nth-child(1) {
        width: 29%
    }

    .tblorSummary tr td:nth-child(4) {
        border-right: 0 !important
    }

.tblorSummary tr:last-child td {
    border-bottom: 0 !important
}

table.tblfxd {
    table-layout: fixed
}

.ibhgt {
    height: calc(2rem + 2px);
    display: flex;
    align-items: center
}

.billStatusBox {
    background: #ebf1f1;
    padding: .75rem 1rem;
    border-radius: .5rem
}

.bsLabel {
    font-size: .72rem;
    font-weight: 400;
    color: #7d878e;
    margin-top: .6rem
}

.bsDValue {
    font-weight: 700;
    font-size: .845rem;
    display: block;
    color: #212529;
    margin-top: .15rem;
    white-space: nowrap
}

.billStatusBox {
    color: #e72d52
}

    .billStatusBox .daysCounter {
        position: relative;
        display: inline-block;
        margin-bottom: .25rem
    }

        .billStatusBox .daysCounter .bi {
            font-size: 2.15rem;
            line-height: 2.15rem
        }

        .billStatusBox .daysCounter .dcValue {
            position: absolute;
            top: 63%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

    .billStatusBox .dysTxt {
        font-size: .665rem
    }

    .billStatusBox.daysLeft {
        color: #1cc185
    }

.morecontent span {
    display: none
}

a.morelink {
    font-weight: 500 !important;
    position: relative;
    display: inline-block
}

.morelink:after {
    content: '';
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: 3px;
    margin-left: 10px;
    border: 1px solid #96a0a9;
    border-top: none;
    border-right: none;
    background: 0 0;
    transform: rotate(-45deg);
    transform-origin: bottom;
    position: absolute
}

.morelink.less:after {
    margin-left: 7px;
    transform: rotate(135deg)
}

.wrgName.cnsnme .rgnlcName {
    margin-left: .25rem
}

.pdStmp {
    height: 45px
}

.customModal {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-image: linear-gradient(#ffffff33,#8c909270)
}

.cModal {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 320px;
    max-width: 100%;
    border-radius: .75rem;
    box-shadow: 0 0 12px 0 #a4adb5;
    background: #fff url(../images/alertBg.svg) no-repeat;
    background-size: 70%;
    background-position: top -10px center
}

.cmBody {
    padding: 1.1rem 1.65rem 1rem
}

.cmIcon {
    margin-bottom: .5rem
}

    .cmIcon .bi {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .cmIcon svg {
        height: 40px;
        width: 40px;
        display: block;
        margin: 0 auto
    }

    .cmIcon .bdrEffect {
        height: 40px;
        width: 40px;
        position: relative
    }

    .cmIcon .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0
    }

        .cmIcon .path.circle {
            -webkit-animation: dash .9s ease-in-out;
            animation: dash .9s ease-in-out
        }

        .cmIcon .path.line {
            stroke-dashoffset: 1000;
            -webkit-animation: dash .9s .35s ease-in-out forwards;
            animation: dash .9s .35s ease-in-out forwards
        }

        .cmIcon .path.check {
            stroke-dashoffset: -100;
            -webkit-animation: dash-check .9s .35s ease-in-out forwards;
            animation: dash-check .9s .35s ease-in-out forwards
        }

.fdrttl {
    font-size: 1rem;
    line-height: 1.35;
    font-weight: bold;
    color: #183958;
    border-bottom: 1px solid #dbe4e4;
    margin-right: .5rem;
}

.fdrList {
    font-weight: 400;
    line-height: 1.5;
}

ul.fdrList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.fdrList li {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #dee5e5;
        padding-bottom: 0.3rem;
        margin-bottom: .3rem;
        font-size: .785rem;
    }

        ul.fdrList li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}

.cmMessage {
    margin-bottom: .7rem
}

.cmTitle {
    color: #8b9090;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .15rem
}

.cmMess {
    color: #8b9090;
    font-size: .775rem
}

.cmButton {
    padding-top: .7rem;
    border-top: 1px solid #dfe8ea
}

.btn.btnCModal {
    border-radius: 5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-transform: uppercase
}

.rcAa {
    font-size: .78125rem;
    font-weight: 400;
    color: #1cc185
}

    .rcAa .bi {
        font-size: .875rem;
        line-height: .875rem;
        vertical-align: text-bottom
    }

.selectedActivity {
    color: #1cc185
}

.dsblVal {
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    font-size: .72rem;
    padding: .35rem .65rem;
    line-height: 1.9;
    color: #1dacb4;
    background-color: #ecf1f1;
    background-clip: padding-box;
    border: .02rem solid #dbe4e4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 700;
    cursor: not-allowed
}

.wsnwp {
    white-space: nowrap
}

.cntrIcon {
    margin-top: 5rem
}

    .cntrIcon .bi {
        font-size: 3.5rem;
        color: #183958
    }

.select2-container .select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice {
    background-color: #dbe4e4;
    border: 1px solid #ced8da;
    font-size: .72rem;
    position: relative;
    padding-right: 20px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #515b5d;
    margin-right: 4px;
    font-size: .85rem;
    line-height: .85rem;
    position: absolute;
    right: 3px;
    top: 3px
}

.select2-container .select2-selection.select2-selection--multiple {
    height: auto;
    padding: 0 .25rem
}

.bllbtch {
    height: 72px;
    margin-right: 20px
}

    .bllbtch:last-child {
        margin-right: 0
    }

.badge .bi {
    font-size: .875rem;
    line-height: .875rem
}

.grfTitle {
    font-weight: 500;
    font-size: .845rem;
    position: relative
}

.bxbdgtp {
    position: relative
}

    .bxbdgtp .fqcyBadge {
        position: absolute;
        top: -24px;
        height: 24px;
        z-index: 1
    }

.table.tblInBox {
    margin-bottom: 0;
    margin-top: -1px
}

    .table.tblInBox tr td, .table.tblInBox tr th {
        padding: .45rem !important;
        vertical-align: top;
        border-top: .02rem solid #dbe4e4
    }

    .table.tblInBox tr th {
        border-bottom: .02rem solid #dbe4e4;
        background: #ebf1f1;
        font-weight: 500
    }

.bxwHdr0 .tblbxb .table.tblInBox tr td, .bxwHdr0 .tblbxb .table.tblInBox tr th {
    padding: .5rem 1rem !important
}

.bxwHdr0 .tblbxb .table.tblInBox tbody {
    display: block;
    max-height: 200px;
    overflow-y: scroll
}

    .bxwHdr0 .tblbxb .table.tblInBox tbody tr, .bxwHdr0 .tblbxb .table.tblInBox thead {
        display: table;
        table-layout: fixed;
        width: 100%
    }

.user-prof-body {
    background: url(../images/pattern.jpg) no-repeat;
    min-width: 300px;
    padding: .8rem 1.25rem;
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem
}

.user-prof-photo {
    width: 42px;
    max-width: 42px;
    height: 42px;
    margin-right: 1rem;
    overflow: hidden
}

    .user-prof-photo img {
        height: 100%;
        width: 100%;
        border-radius: .475rem
    }

.user-prof-detail {
    text-align: left;
    color: #fff
}

.user-prof-name {
    font-weight: 700;
    font-size: .925rem;
    margin-bottom: .1rem
}

.user-prof-code {
    font-weight: 500;
    font-size: .875rem;
    opacity: .75
}

.user-prof-inbox {
    padding: 1rem;
    display: block;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    font-size: .875rem
}

.bdrgt1 {
    border-right: 1px solid #e0eaea
}

.user-prof-icon svg {
    height: 1.65rem;
    width: 1.65rem
}

.user-prof-intitle {
    font-size: .785rem;
    font-weight: 500;
    color: #181c32;
    display: block;
    margin-top: .5rem
}

.user-prof-inbox:hover .user-prof-icon svg, .user-prof-inbox:hover .user-prof-intitle {
    color: #1dacb4
}

    .user-prof-inbox:hover .user-prof-icon svg [fill]:not(.permanent):not(g) {
        transition: fill .3s ease;
        fill: #1dacb4
    }

.ovfsl {
    max-height: 70vh;
    overflow: auto
}

.dashbc {
    border-radius: .8rem;
    overflow: hidden;
    background: #fff;
    border: .02rem solid #dbe4e4;
    padding: 0 7px;
    position: relative;
    background: transparent url(../images/new_texture.png) no-repeat;
    background-size: 105% 105%;
    background-position: bottom -2px center
}

.exalt {
    font-size: 1.75rem;
    line-height: 1rem;
    margin-right: 1rem
}

.txtNote {
    font-size: .845rem;
    animation: bounces 2s infinite
}

.txthl {
    background: #e72d52;
    color: #fff;
    padding: .5rem 1rem;
    font-size: .8rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: -1.25rem
}

.aldgr {
    background: #e72d52;
    color: #fff;
    padding: .5rem 1rem;
    font-size: .825rem;
    border-radius: .4rem
}

    .aldgr .bi {
        font-size: 1.25rem;
        line-height: 1rem;
        margin-right: .7rem
    }

@keyframes bounces {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-7px)
    }

    60% {
        transform: translateY(-4px)
    }
}

.dropdown-body.dbmw {
    min-width: 250px
}

.dvcnme {
    margin-top: .1rem
}

    .dvcnme .bi {
        margin-right: 5px;
        font-size: 1.25rem;
        line-height: 1.3
    }

    .dvcnme .dvcn {
        font-size: .72rem
    }

.cwlg {
    height: 30px
}

.ovrhdn {
    overflow: auto
}

.nwnd {
    height: 12px;
    vertical-align: middle;
    width: auto;
    margin-right: 0 !important
}

.custom-file-input.input-validation-error ~ .custom-file-label, .form-control.input-validation-error, .form-control.input-validation-error ~ .select2 .select2-selection--single {
    border: 1px solid #fbc6d3
}

.rslvd {
    color: #1cc185;
    font-size: .845rem;
}

.unrslvd {
    color: #e72d52;
    font-size: .845rem;
}

    .rslvd .bi, .unrslvd .bi {
        font-size: 1.3rem;
        vertical-align: middle;
    }

.ttlcmn {
    font-size: .875rem;
    font-weight: 500;
    position: relative;
}

    .ttlcmn .bi {
        color: #8b9090;
        font-size: 1.15rem;
        line-height: 1.15rem;
        margin-right: 0.7rem;
        vertical-align: middle;
    }

.dsbrdtb {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    overflow: hidden;
    padding: 0 7px;
    background-image: linear-gradient(to right, #3181a0, #2a6e8f, #245c7d, #1e4a6a, #183958);
    color: #fff;
}

.bg-primary2 {
    background: #183958;
}

.bg-primary3 {
    background: #0178d4;
}

.dbvlbg {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.table.table-cstm {
    border-collapse: separate;
    border-spacing: 0;
}

    .table.table-cstm tr th, .table.table-cstm tr td {
        border-right: 1px solid rgba(0,0,0,0.09);
        border-bottom: 1px solid rgba(0,0,0,0.09);
        border-top: hidden;
        font-size: .813rem;
        padding: 0.6rem 0.45rem;
        vertical-align: middle;
    }

    .table.table-cstm tr td {
        font-weight: 500;
    }

        .table.table-cstm tr th:first-child,
        .table.table-cstm tr td:first-child {
            border-left: 1px solid rgba(0,0,0,0.09);
        }

    .table.table-cstm tr:last-child th:first-child, .table.table-cstm tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .table.table-cstm tr:last-child td:last-child, .table.table-cstm tr:last-child th:last-child {
        border-bottom-right-radius: 12px;
    }

.bgp2 {
    background: #44c1c8 !important;
    color: #fff !important;
}

.bxhdng {
    color: #183958;
    white-space: nowrap;
    margin-right: 1rem;
}

.tableview {
    max-width: 100%;
    overflow-x: auto;
}

.tableLF {
    table-layout: fixed;
}

.tableOuter {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

    .tableOuter tr th, .tableOuter tr td {
        border: 1px solid #dbe4e4;
        padding: 0;
    }

        .tableOuter tr th.tbltitle {
            text-transform: uppercase;
            color: #fff;
            background: #183958;
            border: hidden;
            padding: .4rem .75rem;
        }

.tableInside {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
}

    .tableInside tr th, .tableInside tr td {
        border: 1px solid #dbe4e4;
        font-weight: 400;
        border-left: hidden;
        border-right: hidden;
        vertical-align: top;
        padding: .4rem .75rem;
    }

        .tableInside tr th.bdlnh {
            border-left: 1px solid #dbe4e4;
        }

        .tableInside tr th.bdrnh {
            border-right: 1px solid #dbe4e4;
        }

    .tableInside tr:last-child th, .tableInside tr:last-child td {
        /* border-bottom:hidden;*/
    }

    .tableInside tr:first-child th, .tableInside tr:first-child td {
        border-top: hidden;
    }

    .tableInside tr th.bdbtmh {
        border-bottom: hidden;
    }

    .tableInside tr th {
        background: #ebf1f1;
    }

        .tableInside tr th.fw-bold, .tableInside tr td.fw-bold {
            font-weight: bold;
        }

.tableDetails {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

    .tableDetails tr th, .tableDetails tr td {
        font-weight: 400;
        border: 1px solid #dbe4e4;
        vertical-align: top;
        padding: .4rem .75rem;
    }

    .tableDetails tr th {
        background: #ebf1f1;
    }

        .tableDetails tr th.fw-bold, .tableDetails tr td.fw-bold {
            font-weight: bold;
        }

        .tableDetails tr th.bdlh, .tableDetails tr td.bdlh {
            border-left: hidden;
        }

.table.tblbrds {
    border-collapse: separate;
    border-spacing: 0;
}

    .table.tblbrds tr th, .table.tblbrds tr td {
        font-size: 0.775rem;
        font-weight: bold;
        color: rgb(24, 57, 88);
        border-right: 1px solid rgb(219, 228, 228);
        border-bottom: 1px solid rgb(219, 228, 228);
        padding: 0.45rem 0.65rem;
    }

        .table.tblbrds tr th:first-child, .table.tblbrds tr td:first-child {
            border-left: 1px solid rgb(219, 228, 228);
        }

        .table.tblbrds tr td .lbltx {
            font-weight: 400;
            margin-bottom: .5rem;
        }

.wtm {
    text-transform: capitalize;
    font-weight: 400;
}

.table.tblbrds tr th {
    text-transform: uppercase;
    font-size: .75rem;
}

.table.tblbrds tr:first-child th, .table.tblbrds tr:first-child td {
    border-top: 1px solid rgb(219, 228, 228);
}

    .table.tblbrds tr:first-child th:first-child, .table.tblbrds tr:first-child td:first-child {
        border-top-left-radius: 1rem;
    }

    .table.tblbrds tr:first-child th:last-child, .table.tblbrds tr:first-child td:last-child {
        border-top-right-radius: 1rem;
    }

.table.tblbrds tr:last-child th:first-child, .table.tblbrds tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
}

.table.tblbrds tr:last-child th:first-child, .table.tblbrds tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
}

.bgtbl {
    background: #ebf1f1 !important;
}

.table.tbldash {
    border-collapse: separate;
    border-spacing: 0;
}

    .table.tbldash tr th, .table.tbldash tr td {
        font-size: .85rem;
        font-weight: 500;
        padding: .75rem 1rem;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-top: none;
    }

    .table.tbldash tr td {
        font-size: 1.25rem;
        font-weight: 700;
        color: #183958;
        text-align: right;
    }

    .table.tbldash tr:first-child th, .table.tbldash tr:first-child td {
        border-top: 1px solid #dee2e6;
    }

    .table.tbldash tr th:first-child, .table.tbldash tr td:first-child {
        border-left: 1px solid #dee2e6;
    }

    .table.tbldash tr td.bdlh, .table.tbldash tr th.bdlh {
        border-left: hidden;
    }

    .table.tbldash tr td.bgdngr, .table.tbldash tr th.bgdngr {
        background: #fff8f6;
    }

    .table.tbldash tr td.bgscs, .table.tbldash tr th.bgscs {
        background: #e7f9e8;
    }

    .table.tbldash tr td.bgwrng, .table.tbldash tr th.bgwrng {
        background: #f7fbd4;
    }

    .table.tbldash tr:first-child th:first-child, .table.tbldash tr:first-child td:first-child {
        border-top-left-radius: 1rem;
    }

    .table.tbldash tr:first-child th:last-child, .table.tbldash tr:first-child td:last-child {
        border-top-right-radius: 1rem;
    }

    .table.tbldash tr:last-child td:last-child {
        border-bottom-right-radius: 1rem;
    }

    .table.tbldash tr:nth-last-child(2) th:first-child {
        border-bottom-left-radius: 1rem;
    }

    .table.tbldash tr th.bblr, .table.tbldash tr td.bblr {
        border-bottom-left-radius: 1rem;
    }

table.tbldash tr:nth-child(1) th:nth-child(2) {
    background: #e7f9e8;
}

table.tbldash tr:nth-child(1) th:nth-child(3) {
    background: #f7fbd4;
}

table.tbldash tr:nth-child(1) th:nth-child(4) {
    background: #fff8f6;
}

table.tbldash tr.cnt td:nth-child(3) {
    background: #e7f9e8;
}

table.tbldash tr.cnt td:nth-child(4) {
    background: #f7fbd4;
}

table.tbldash tr.cnt td:nth-child(5) {
    background: #fff8f6;
}

table.tbldash tr.amt td:nth-child(2) {
    background: #e7f9e8;
}

table.tbldash tr.amt td:nth-child(3) {
    background: #f7fbd4;
}

table.tbldash tr.amt td:nth-child(4) {
    background: #fff8f6;
}

.table.tbldash tr th.bgpmry {
    background-color: #1dacb4;
    color: #fff;
}

.table.tbldash tr th.bgpmry2 {
    background-color: #44c1c8;
    color: #fff;
}

.table.tblcc {
    border-collapse: separate;
    border-spacing: 0;
}

.tblytfx {
    table-layout: fixed;
}

.table.tblcc tr th, .table.tblcc tr td {
    font-size: .825rem;
    font-weight: 500;
    padding: .5rem 1rem;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    vertical-align: middle;
}

.table.tblcc.tblcc-sm tr th, .table.tblcc.tblcc-sm tr td {
    padding: .5rem .65rem;
}

.table.tblcc.tblcc-sm tr th {
    font-size: .725rem;
}

.table.tblcc tr td {
    font-weight: 700;
    color: #183958;
}

.table.tblcc tr th {
    background: #ebf1f1;
    text-transform: uppercase;
}

.table.tblcc tr:first-child th, .table.tblcc tr:first-child td {
    border-top: 1px solid #dee2e6;
}

.table.tblcc tr th:first-child, .table.tblcc tr td:first-child {
    border-left: 1px solid #dee2e6;
}

.table.tblcc tr:first-child th:first-child, .table.tblcc tr:first-child td:first-child {
    border-top-left-radius: 1rem;
}

.table.tblcc tr:first-child th:last-child, .table.tblcc tr:first-child td:last-child {
    border-top-right-radius: 1rem;
}

.table.tblcc tr:last-child th:first-child, .table.tblcc tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
}

.table.tblcc tr:last-child th:last-child, .table.tblcc tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
}

.table.tblcc tr td .tblcc-in {
    border-collapse: separate;
    border-spacing: 0;
}

    .table.tblcc tr td .tblcc-in tr th, .table.tblcc tr td .tblcc-in tr td {
        font-size: .8rem;
        text-transform: capitalize;
        padding: .35rem .75rem;
        font-weight: 400;
    }

        .table.tblcc tr td .tblcc-in tr td.tcinttl {
            font-size: .875rem;
            font-weight: bold;
            padding: 0;
        }

.table.tblcc tr.tblcctotl td {
    font-size: .875rem;
    background: #eaf6f7;
}

.table.tblcc tr td .abbdg {
    padding: 0.25rem 0.5rem 0.2rem .35rem;
    font-size: .715rem;
}

    .table.tblcc tr td .abbdg .bi {
        font-size: 1rem;
        line-height: 1;
        vertical-align: middle;
    }

.abbdg .bi {
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
}

.addNewVal {
    font-weight: 500;
    color: #183958;
    text-transform: uppercase;
    font-size: .75rem;
}

    .addNewVal span {
        display: inline-block;
        margin-top: .25rem;
    }

.lgndbd {
    font-weight: 500;
}

    .lgndbd .bi {
        color: #e72d52;
        font-size: .5rem;
        vertical-align: middle;
    }

.tblbdy {
    padding: .5rem;
}

.legnd {
    position: absolute;
    top: .75rem;
    right: 1rem;
}

    .legnd .lgnd {
        color: #212529;
        margin: 0 3px;
        font-size: .7rem;
        display: inline-block;
    }

        .legnd .lgnd .bi {
            font-size: .55rem;
            margin-right: .15rem;
        }

        .legnd .lgnd.lgnd-one .bi {
            color: #183958;
        }

        .legnd .lgnd.lgnd-two .bi {
            color: #1dacb4;
        }

.ckewrap .ck.ck-content {
    min-height: 400px;
}

.ckewrap .ck.ck-powered-by {
    display: none !important;
}

.custom-table-bordered tr td.s_name, .custom-table-bordered tr td.p_name {
    font-weight: 500;
    vertical-align: top;
}

.fltrgrp {
    /* background: #f7fafa;
    border: 1px solid #dbe4e4;
    padding: .5rem 1rem;
    border-radius: .35rem;*/
    border-left: 2px solid #dbe4e4;
    padding-left: 1rem;
}

.bdmid {
    width: 2px;
    height: 100%;
    background: #dbe4e4;
}

@media(min-width:992px) {
    .sidebar.vwpgSd {
        height: calc(100vh - 50px)
    }

    .loaderFixed {
        width: calc(100% - 260px);
        left: 260px;
        top: 52px
    }

    .fxdBottom {
        margin-left: 260px;
        width: calc(100% - 260px)
    }
}

@media(max-width:991px) {
    .fltrBox .art1icn {
        margin-right: .4rem;
        width: 12px;
        min-width: 12px
    }

    .artdtl .fltValue .bdgall {
        font-weight: 400;
        font-size: .645rem;
        line-height: .645rem;
        padding: .3rem .5rem .225rem;
        margin-left: .15rem
    }

    .artdtl .fltValue {
        font-size: .725rem;
        line-height: .725rem
    }

    .fltrBox .dtlx .lbltx {
        margin-right: 7px
    }
}

@media (min-width:768px) {
    .pdftbl.pdftbl40 {
        width: 50%
    }

    .tblBorder.tblytfx {
        table-layout: fixed;
    }
}

@media(max-width:767px) {
    .dnmd {
        display: none;
    }

    .tableDetails {
        border-top: 1px solid #dbe4e4;
    }

        .tableDetails tr {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .tableDetails tr td, .tableDetails tr th {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                min-height: 1px;
                margin-top: -1px;
            }

                .tableDetails tr td.tdlable, .tableDetails tr th.tdlable {
                    border-right: hidden;
                }

    .tableOuter tr {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tableOuter tr td, .tableOuter tr th {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            min-height: 1px;
            margin-top: -1px;
        }

    .tableInside tr {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tableInside tr td, .tableInside tr th {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            min-height: 1px;
            margin-top: -1px;
        }

            .tableInside tr td.tdlable, .tableInside tr th.tdlable {
                border-right: hidden;
            }

            .tableInside tr th.tbltitle {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

    .dsTitleBig {
        font-size: .775rem;
        line-height: .775rem
    }

        .dsTitleBig .dtbValue {
            font-size: 1rem;
            line-height: 1rem;
            font-weight: 700
        }

    .noDataAvl {
        margin-top: 2rem
    }

        .noDataAvl .ndtimg {
            height: 100px
        }

        .noDataAvl .chsFltrDsc {
            font-size: .845rem
        }

    .btn-s-sm {
        height: calc(1.648438rem + 2px);
        padding: .25rem .5rem;
        font-size: .7185rem;
        line-height: 1.6;
        border-radius: .2rem
    }

    .card-group.cginr {
        flex-flow: row wrap
    }

        .card-group.cginr .card.c50 {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

    .bldstbl {
        overflow-x: auto
    }

    .temp-data .card-group > .card {
        margin-bottom: -1px !important
    }

    .pdftbl tr {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .pdftbl tr td {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            min-height: 1px;
            margin-top: -1px
        }

            .pdftbl tr td.ptcbg {
                border-right: 0
            }

    .docTable tr {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .docTable tr td {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            min-height: 1px;
            margin-top: -1px;
            vertical-align: middle
        }

            .docTable tr td:first-child {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }

            .docTable tr td.bdtpDshMob {
                border-top: 1px dashed #fff
            }

    table.tblbdrx.pdftbl.dataTable tr {
        display: table-row
    }

    #reportSection .tbl-scroll1 {
        overflow-x: auto
    }

        #reportSection .tbl-scroll1 table.tblbdrx.pdftbl.dataTable {
            margin-bottom: .35rem
        }

    .btn.btnsml {
        height: calc(1.648438rem + 2px);
        padding: .25rem .5rem;
        font-size: .7185rem;
        line-height: 1.6;
        border-radius: .2rem;
        margin-bottom: 0 !important;
        margin-top: .25rem
    }
}

@media(min-width:576px) {
    .mrheatMap {
        height: calc(100vh - 126px)
    }

    .cDownUp {
        display: none
    }

    .dMob {
        display: none
    }
}

@media(max-width:575px) {
    .bllDIcnBig {
        margin-right: .5rem;
        width: 24px;
        min-width: 24px
    }

        .bllDIcnBig img {
            width: 24px;
            min-width: 24px
        }

    .art1icn0 {
        width: 20px;
        min-width: 20px
    }

    .rdbiB3.mwd50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .rdbiB3.mwd100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bllDashInsd {
        background-size: 100% 100%
    }

    .bdtpMob {
        border-top: .02rem solid #dbe4e4
    }

    .gridSec {
        height: 173px
    }

    .tblorSummary tr td, .tblorSummary tr th {
        padding: .4rem .35rem
    }

        .tblorSummary tr td img {
            max-height: 24px
        }

    .rvnVal {
        font-size: .875rem !important
    }

    .bllStsUl li {
        margin-bottom: .5rem;
        border-bottom: 0;
        padding-bottom: .5rem
    }

    .blstLf img {
        height: 20px;
        margin-right: .5rem
    }

    .blstLf .blstLabel {
        font-size: .72rem
    }

    .bllstVle {
        font-size: 1rem;
        line-height: 1rem
    }

    .mbMob {
        margin-bottom: .65rem
    }

    .bldsbdyz {
        padding: 14px 7px
    }

    .mobShowHide {
        display: none
    }

    .mtrsgnpic {
        max-height: 280px
    }

        .mtrsgnpic .sdepic {
            max-height: 274px
        }

    .btnCreate {
        padding-left: 5px;
        padding-right: 5px;
        width: 41px
    }

        .btnCreate .bi {
            left: 8px
        }

    .mtMob {
        margin-top: 65px !important
    }

    .ddpbpab {
        top: 120px
    }

        .ddpbpab.fedwnld {
            top: 67px;
            margin-bottom: 0
        }

    #reportSection .ddpbpab {
        top: 65px
    }

    .dtpg .dtpginn .dt-buttons {
        top: 65px
    }

    table .tblclmn tr {
        display: block;
        margin-bottom: -1px
    }

        table.tblclmn tr td {
            display: block;
            border: 0
        }

            table.tblclmn tr td .tblclmninx {
                margin-bottom: 0
            }

                table.tblclmn tr td .tblclmninx tr td {
                    border: .02rem solid #dbe4e4
                }

    .grndttl {
        font-size: .735rem
    }

    .tblpymt {
        margin-top: 1rem
    }

    .mgtmb {
        margin-top: 45px !important
    }

    .logttl {
        display: none
    }

    .flxwrp {
        flex-wrap: wrap
    }

    .rvnttl {
        font-size: .715rem
    }

    .rvnlft {
        min-width: 100%
    }

    .tbcnt .tab-content.mgtpspc {
        margin-top: 65px
    }

    .tbcnt .tab-content.mgtpspcsm {
        margin-top: 50px
    }

    .mtrinr {
        display: flex;
        align-items: center
    }

    .rvnrgt {
        display: flex;
        font-size: .825rem;
        margin-top: .65rem
    }

        .rvnrgt .rlsd {
            margin-right: 1rem
        }

            .rvnrgt .rlsd:last-child {
                margin-right: 0
            }

    .rvnicn {
        width: 20px;
        min-width: 20px
    }

    .rvnicn {
        margin-right: .65rem
    }

    .rvnvlu {
        font-size: 1.45rem;
        line-height: 1.45rem
    }

    .rvnbtmwrp {
        margin: 0 .65rem;
        font-size: .715rem
    }

    .rvnbtm {
        margin-right: -7px;
        margin-left: -7px
    }

        .rvnbtm .brvlu {
            padding: .5rem;
            padding-right: 7px;
            padding-left: 7px
        }

    .totalrvnu .rvntop {
        padding: .75rem
    }

    .todayrvnu .rvntop {
        padding: .75rem
    }

    .unpdrvnu .rvntop {
        padding: .75rem
    }

    .mtrpicnm {
        position: absolute;
        top: 52px;
        width: 100%;
        left: 0;
        padding: .5rem 1rem;
        background: #f4f8fb;
        border-bottom: .02rem solid #dbe4e4
    }

        .mtrpicnm .mtrphto {
            margin-right: .5rem;
            padding-right: .5rem;
            border-right: .02rem solid #dbe4e4
        }

            .mtrpicnm .mtrphto img {
                height: 30px
            }

        .mtrpicnm .mtrnum {
            font-size: .775rem
        }

    .hddtlz {
        border-right: 0;
        margin-right: 0;
        padding-right: 0
    }

    .badge.bdgc {
        margin-bottom: 0
    }

    .hddtlz .hrddte {
        font-weight: 500;
        font-size: .7rem;
        line-height: .7rem
    }

    .hddtlz .hacnum {
        font-weight: 700;
        font-size: .775rem;
        line-height: .775rem;
        margin-bottom: .35rem
    }

    .cacno {
        font-size: .775rem;
        line-height: .775rem
    }

    .cnmetp {
        font-size: .675rem
    }

    .topbarwotl .tplgo {
        height: 20px
    }

    .topbarwotl .navbar-toggler {
        padding: .25rem .5rem .25rem 0;
        width: 28px
    }

    .topbarwotl .navbar-brand {
        margin-right: .75rem
    }

    .rg-sbtitle {
        font-size: .875rem;
        line-height: .875rem;
        margin-bottom: .5rem
    }

    .rg-title {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding-bottom: 1rem
    }

        .rg-title:after {
            height: 2px
        }

    .pnmedesc {
        margin-bottom: .65rem
    }

    .hrchy {
        font-size: .7rem
    }

    .pnme {
        font-size: 1.1rem
    }

    .cnaamt {
        padding: 1rem 0;
        border-top: 3px solid #3e4f61
    }

    .tpamt {
        padding: 1rem 0;
        border-top: 3px solid #13c088
    }

    .tdamt {
        padding: 1rem 0;
        border-top: 3px solid #8b9090
    }

    .clef {
        padding: 1rem 0;
        border-top: 3px solid #3e4f61
    }

    .tamtl {
        font-size: .72rem;
        line-height: .72rem
    }

    .cnmvl {
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .tpmvl {
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .tdmvl {
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .clefvl {
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .ctlst li {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .clttl {
        font-size: .725rem;
        line-height: .725rem;
        margin-bottom: .35rem
    }

    .clvle {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
}

@media (max-width:376px) {
    .radiochoose.radRC .radiobox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:380px) {
    .dnxMob {
        display: none
    }
}

@media(max-width:359px) {
    .mnicn {
        height: 15px
    }

    .topbarwotl .tplgo {
        height: 20px
    }

    .topbarwotl .btnlft {
        margin-right: .45rem
    }

    .topbarwotl .navbar-brand {
        margin-right: .45rem
    }

    .tamtl {
        font-size: .7rem;
        line-height: .7rem
    }

    .cnmvl {
        font-size: 1.35rem;
        line-height: 1.35rem
    }

    .tpmvl {
        font-size: 1.35rem;
        line-height: 1.35rem
    }

    .tdmvl {
        font-size: 1.35rem;
        line-height: 1.35rem
    }

    .clefvl {
        font-size: 1.35rem;
        line-height: 1.35rem
    }

    .rvnttl {
        font-size: .675rem
    }

    .rvnrgt {
        font-size: .725rem
    }

    .rvnbtmwrp {
        font-size: .625rem
    }

    .rvnbtm .brvlu {
        padding: .4rem;
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width:650px) {
    .cmplggdin .cmpuzr {
        display: none
    }
}

@media (min-width:1199px) {
    /* .pdftbl tr td.ptcbg {
        white-space: nowrap
    }*/
}

@media (max-width:1200px) {
    .box4RB.cAs {
        border-radius: .35rem
    }

        .box4RB.cAs .box4RBC {
            position: relative;
            display: inline-block;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .box4RB.cAs .box4RBC input:checked ~ label {
                border-radius: .35rem
            }

    .tblsec.tblcolwnw {
        width: 100%;
        overflow: auto;
        position: relative
    }

        .tblsec.tblcolwnw tr td {
            white-space: nowrap
        }

    .uhrcy {
        overflow-x: auto
    }

        .uhrcy .table.tblslb {
            margin-bottom: .4rem
        }

    .asusrbx {
        position: relative;
        display: inline-block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:360px) {
    .dnxMob {
        display: none
    }
}

.acidsts .badge {
    margin-bottom: 0 !important
}

@media (min-width:576px) {
    .rwdwnl {
        top: 8px
    }

    .dsbdrxl {
        border-right: .02rem solid #dbe4e4
    }

    .dnlarge {
        display: none
    }

    .psabs {
        position: absolute;
        bottom: -16px
    }
}

@media (max-width:767px) {
    .pTopBar {
        padding-left: 0;
        padding-right: 0
    }

    .fltrWzd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

        .fltrWzd li {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 50%;
            max-width: 100%;
            position: relative;
            width: 100%;
            min-height: 1px;
            border: 0;
            border-bottom: .02rem solid #dbe4e4
        }

            .fltrWzd li.liLevel2, .fltrWzd li.liLevel4 {
                border-left: .02rem solid #dbe4e4
            }

            .fltrWzd li.br0 {
                min-width: 100%;
                border-bottom: 0
            }

            .fltrWzd li .fwBtn {
                margin: .5rem 1rem
            }

                .fltrWzd li .fwBtn .btn {
                    margin-bottom: 0
                }

            .fltrWzd li a {
                padding: .5rem 1rem
            }

            .fltrWzd li.liLevel1 a {
                padding-left: 1rem
            }

    .posAbsMob {
        position: absolute;
        bottom: 0;
        right: 1rem
    }

    .pTopBar .btn-no {
        margin-bottom: .5rem !important
    }
}

@media (max-width:575px) {
    .wrgName.cnsnme {
        display: block
    }

        .wrgName.cnsnme .rgnlcName {
            display: block;
            margin-left: 0
        }

    .usrz-more-dtl .nav-tabs .nav-item {
        margin-right: 16px
    }

    .usrz-more-dtl .nav-tabs .nav-link {
        font-size: .725rem
    }

    .bllDIcn.dnxMob {
        margin-right: .4rem;
        width: 16px;
        min-width: 16px
    }

        .bllDIcn.dnxMob img {
            width: 16px;
            min-width: 16px
        }

    .bllDIcnBig.dnxMob {
        margin-right: .45rem;
        width: 22px;
        min-width: 22px
    }

        .bllDIcnBig.dnxMob img {
            width: 22px;
            min-width: 22px
        }

    .uhrcy .attchTable td .form-control, .uhrcy .tblBdr td .form-control {
        min-width: 120px
    }

    .uhrcy .attchTable td .custom-file, .uhrcy .tblBdr td .custom-file {
        min-width: 150px
    }

    .no-dashboard .edashimg {
        height: 150px
    }

    .no-dashboard .edttl {
        font-size: 1.15rem;
        font-weight: 500
    }

    .no-dashboard .eddesc {
        font-size: .8rem
    }

    .mtSm {
        margin-top: 2.35rem
    }

    .logosec .lgicon {
        height: 42px
    }

    .pgName .badge {
        margin-top: .15rem;
        margin-bottom: 0
    }

    .mrheatMap {
        min-height: 360px
    }

    .mrList, .smrTimeline {
        margin-bottom: 1rem;
        max-height: 280px
    }

    .clble {
        font-size: .7rem;
        line-height: .7rem;
        margin-bottom: .35rem
    }

    .lastUpdateDate {
        font-size: .8rem;
        line-height: .8rem
    }

        .lastUpdateDate .ludtl {
            margin-right: .4rem;
            padding-right: .4rem
        }

    .dnMob {
        display: none
    }

    .btmB0 .btn {
        margin-bottom: 0
    }

    .colW50 .col {
        width: 50%;
        flex-basis: auto
    }

        .colW50 .col.cols4 {
            width: 33.333333%;
            flex-basis: auto
        }

        .colW50 .col.colWd100 {
            width: 100%
        }

    .colW100 .col {
        width: 100%;
        flex-basis: auto
    }

        .colW100 .col .artdtl .dbvlx {
            font-size: 1.35rem;
            line-height: 1.35rem;
        }

        .colW100 .col .bllDIcn.dnxMob {
            margin-right: 0.5rem;
            width: 26px;
            min-width: 26px;
        }

            .colW100 .col .bllDIcn.dnxMob img {
                width: 26px;
                min-width: 26px;
            }

        .colW100 .col .dtlx .lbltx {
            font-size: .72rem !important;
            line-height: .72rem !important;
        }

    .dsbdr {
        border-right: 1px solid rgba(145,160,168,.25)
    }

    .dsbdb {
        border-bottom: 1px solid rgba(145,160,168,.25)
    }

    .dsbdrxl {
        border-bottom: 1px solid rgba(145,160,168,.25)
    }

    .bgtopBar .dsbdb {
        border-bottom: 1px solid rgba(255,255,255,.25)
    }

    .bgtopBar .dsbdr {
        border-right: 1px solid rgba(255,255,255,.25)
    }

    .dnnsml {
        display: none
    }

    .cstts {
        border-bottom: 1px solid #e1e8ec;
        width: 100%
    }

    .btngmb {
        margin-left: 44px
    }

    .rwdwnl {
        top: 6px
    }

    .arDashTop .lbltx {
        font-size: .7rem;
        line-height: .7rem
    }

    .arDashTop .arTitleV {
        font-size: 1.15rem;
        line-height: 1.15rem;
        margin-right: .5rem
    }

    .arDashTop .bldsbdy {
        padding: 12px 7px
    }
}

@media (min-width:768px) {
    .rg-mgt65 {
        margin-top: 65px
    }

    .cstts {
        padding-left: 0 !important
    }

    .ccmplte {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem
    }

    .cnclStg {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem
    }

    .crjct {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem
    }

    .cdate {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem
    }

    .cinprccs {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem
    }

    .cwting {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem
    }
}

@media(max-width:1199px) {
    .prof-img-custom {
        width: 120px;
        height: 120px
    }
}

@media (max-width:767px) {
    .fltrWzd li .fwBtn .btn {
        margin-bottom: 0
    }

    .badge, .btn, .btn-no, .nbtn {
        margin-bottom: 10px
    }

    .billtabbox .btn {
        margin-bottom: 0
    }

    .btgrp .btn {
        margin-bottom: 0
    }

    .searchbx {
        margin-bottom: 10px
    }

    .cstts .badge, .cstts .btn {
        margin-bottom: 0
    }

    .artdtl .dbvlx {
        font-size: 1rem;
        line-height: 1rem
    }

    ::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .bdbtSml {
        border-bottom: 1px solid rgba(145,160,168,.25)
    }

    .dsbdr1 {
        border-right: 1px solid rgba(145,160,168,.25)
    }

    .dsbdb1 {
        border-bottom: 1px solid rgba(145,160,168,.25)
    }

    .dsbdrxl1 {
        border-bottom: 1px solid rgba(145,160,168,.25)
    }

    .bgtopBar .dsbdb1 {
        border-bottom: 1px solid rgba(255,255,255,.25)
    }

    .bgtopBar .dsbdr1 {
        border-right: 1px solid rgba(255,255,255,.25)
    }

    .colW501 .col {
        width: 50%;
        flex-basis: auto
    }

    .bd-b-1.bdb-dttd {
        border-bottom: 1px dashed rgba(145,160,168,.2)
    }

    .fltrBox {
        -ms-flex-order: -1;
        order: -1;
        border-bottom: .02rem solid #dbe4e4
    }

    .colW501 .col.cols4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        flex-basis: auto
    }

    .dsexp.nbMob {
        border: 0
    }

        .dsexp.nbMob .bwrMob {
            border: .02rem solid #dbe4e4;
            border-radius: .75rem;
            margin-bottom: 1rem
        }

    .bllDash.mbdsh .bldsbdy, .bllDashInsd .bDiNLeft .tpRow .bldsbdy, .bllDashInsd .bDiNRight .tpRow .bldsbdy {
        padding: 12px 7px;
        position: relative
    }

        .bllDashInsd .bDiNLeft .tpRow .bldsbdy.bbAftr:after, .bllDashInsd .bDiNRight .tpRow .bldsbdy.bbAftr:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 7px;
            width: calc(100% - 14px);
            height: 1px;
            border-bottom: 1px dashed #dbe4e4
        }

    .dtlx.dflMob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

        .dtlx.dflMob .lbltx {
            margin-right: .25rem
        }

        .dtlx.dflMob .dsiValBig, .dtlx.dflMob .lbltx {
            margin-bottom: 0;
            margin-top: 0 !important
        }

    .ccmplte {
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

    .cnclStg {
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

    .crjct {
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

    .cdate {
        border-bottom-left-radius: .35rem;
        border-bottom-right-radius: .35rem
    }

    .cinprccs {
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

    .cwting {
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

    .dnSml {
        display: none
    }

    .prof-img-custom {
        width: 120px;
        height: 120px
    }

    .rg-mgt65 {
        margin-top: 30px
    }

    /*.pTopBar .btn-no {
        margin-bottom: 0
    }*/

    .colW501 .col.colWd100 {
        width: 100%
    }

    .topbarwotl .navbar-toggler {
        min-width: 34px
    }

    .bllDashInsd {
        background-size: 105% 55%
    }
}

.pdlr7 {
    padding-left: 7px;
    padding-right: 7px
}

.table.tblBorder.tblbgw tr td, .table.tblBorder.tblbgw tr th {
    background: #fff
}

.onoff {
    position: relative;
    padding-left: 42px
}

    .onoff .bi {
        font-size: 1.4rem;
        position: absolute;
        left: .65rem;
        top: 50%;
        transform: translateY(-50%)
    }

.advFShowHide {
    display: none
}

.pdfitbl {
    display: inline-block
}

    .pdfitbl i {
        color: #e72d52;
        font-size: .925rem;
        line-height: .725rem;
        vertical-align: middle
    }

.bxgry {
    background: #ebf1f1;
    width: 330px;
    max-width: 100%;
    padding: 1rem;
    border-radius: .7rem
}

.text-primary2 {
    color: #183958
}

.clexpHdr {
    padding: .5rem 1rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .825rem;
}

.table.table-bdr {
    margin-bottom: 10px !important;
}

    .table.table-bdr tr th, .table.table-bdr tr td {
        padding: .45rem .75rem;
        vertical-align: middle;
        border: .02rem solid #dbe4e4 !important;
        font-size: .745rem;
    }

    .table.table-bdr tr th {
        font-weight: 500;
        background: #ebf1f1;
        text-transform: uppercase;
        font-size: .785rem;
    }

    .table.table-bdr tr td .bi {
        font-size: 1rem;
        line-height: 1rem;
        vertical-align: middle;
    }

.ilis {
    list-style: none;
    padding: 0;
    margin: 0
}

    .ilis li {
        margin-bottom: .65rem;
        padding-bottom: .65rem;
        border-bottom: .02rem solid #dbe4e4;
        display: flex;
        justify-content: space-between
    }

        .ilis li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

.disabled {
    pointer-events: none;
    cursor: alias
}

.sticky {
    position: fixed;
    top: 5rem;
    width: 330px;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width:767px) {
    .sticky {
        position: static;
        top: 1rem;
        width: 100%
    }

    .cbox-header.mnhght.d-flex {
        flex-direction: column;
    }

    .wdmb {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .d-flex.dfwc50 {
        width: 100%;
    }
}

@media (max-width:575px) {
    .d-flex.dfwc50 {
        flex-wrap: wrap;
    }

        .d-flex.dfwc50 > span {
            width: 50%;
        }

    .cbox-header.mnhght .lgnds.ml-3 {
        margin-left: 0 !important;
        margin-bottom: .5rem;
    }
}


/*Timeline MR Selfie Start*/

#steprocess {
    margin-bottom: 40px;
    overflow-x: hidden;
}

.steps-pane img {
    width: 100%;
}

.pane-warp {
    margin: 30px 10px 0 10px;
    position: relative;
}

.mt50 {
    margin-top: 50px !important;
}

.steps-pane {
    width: 100%;
}

.inverted-pane-warp {
    height: 140px;
    width: 25px;
}

.bdrw1 {
    border-right: 1px dashed rgba(255,255,255,.175);
}

.bdbw1 {
    border-top: 1px dashed rgba(255,255,255,.175);
}

.bdrw2 {
    border-right: 1px dashed rgba(145,160,168,.175);
}

.bdbw2 {
    border-top: 1px dashed rgba(145,160,168,.175);
}

.dbsvl {
    font-size: .875rem;
    line-height: .875rem;
    font-weight: bold;
}

.dslblnw {
    font-size: .8rem;
    line-height: .8rem;
    font-weight: 500;
}

.dsvlnw {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.dsvlnw1 {
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: bold;
}

.mhpos {
    min-height: 240px;
    position: relative;
}

.mnhpos {
    min-height: 170px;
    position: relative;
}

.bgtxr {
    background: #f9fbfb url(../images/new_texture.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.bgwht {
    background: #fff !important;
}

.atcdpdwn {
    color: #9a9a9a;
}

.tabscmn .nav-tabs .nav-item .nav-link {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid transparent;
    border-radius: unset;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1.5rem;
    color: #9a9a9a;
}

.tabscmn .nav-tabs .nav-item:first-child .nav-link {
    padding: .5rem 1.5rem .5rem 0;
}

.tabscmn .nav-tabs .nav-item .nav-link .bi {
    font-size: 1.1rem;
    margin-right: .25rem;
    vertical-align: middle;
}

.tabscmn .nav-tabs .nav-item .nav-link.active {
    color: #183958;
    border-bottom: 3px solid #183958;
}

.tabscmn .tab-content {
    border-top: 1px solid #dbe4e4;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

    .tabscmn .tab-content .tab-pane {
        padding: 1.25rem 0 0 0;
    }

.tabtbl .nav-tabs .nav-item .nav-link {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 4px solid transparent;
    border-radius: unset;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1.5rem;
    color: #9a9a9a;
}

.tabtbl .nav-tabs .nav-item:first-child .nav-link {
    padding: .5rem 1.5rem;
}

.tabtbl .nav-tabs .nav-item .nav-link.active {
    color: #183958;
    border-bottom: 4px solid #183958;
}

.tabtbl .tab-content {
    border-top: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

    .tabtbl .tab-content .tab-pane {
        padding: 0;
    }

.mw40p {
    min-width: 40%;
    width: 40%;
}

.tblBorder.tdfwb tr td {
    font-weight: 500;
}

    .tblBorder.tdfwb tr td .bi {
        font-size: .7rem;
    }

    .tblBorder.tdfwb tr td.fsbg {
        /*font-size: .845rem;*/
        color: #183958;
        line-height: 2;
    }

.tblBorder.tdfwb.mrind tr td, .tblBorder.tdfwb.mrind tr th {
    vertical-align: top;
}

    .tblBorder.tdfwb.mrind tr td.fsbg {
        line-height: 1.65;
    }

.tblBorder.tdfwb tr th {
    font-weight: normal;
}

.tblBorder.tdfwb.rexp tr td, .tblBorder.tdfwb.rexp tr th {
    /*font-size: .845rem;*/
    font-weight: normal;
}

    .tblBorder.tdfwb.rexp tr td.fsbg, .tblBorder.tdfwb.rexp tr td.bggry {
        line-height: 1.65;
        font-weight: 500;
    }

.gphTitle {
    font-size: 1rem;
    color: #183958;
    font-weight: 500;
}

    .gphTitle span {
        font-size: .845rem;
        color: #9a9a9a;
        display: block;
    }

.cgbxwrp {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border: 1px solid #dbe4e4;
    border-bottom: none;
    overflow: hidden;
}

.bggry {
    background: #ebf1f1;
}

.bggry2 {
    background: #f5f9f9;
}

.text-pink {
    color: #ec548d !important;
}

.text-yellow {
    color: #f7bd00 !important;
}

.eacttl {
    font-size: .845rem;
    font-weight: 500;
    color: #183958;
}

.lgnds {
    font-size: .8rem;
    line-height: .875rem;
    font-weight: 500;
    color: #183958;
}

    .lgnds .bi {
        font-size: .625rem;
    }

.lubd {
    color: #8b9090;
    font-size: .675rem;
    font-weight: 400;
}

.idftblt {
    font-size: .845rem;
    font-weight: 500;
    line-height: 2;
    border: 1px solid #dbe4e4;
    border-bottom: none;
    padding: 0.5rem 1rem;
}

.tlfstl {
    font-size: .845rem;
    font-weight: 500;
    line-height: 2;
}

.ttls {
    font-size: .875rem;
    font-weight: 500;
    line-height: 2;
}

.dshgbx {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    color: #fff;
}

.dshg1 {
    background-image: linear-gradient(to right, #0b8289, #22949b, #34a6ad, #44b9c0, #53ccd3);
    /*background: #1dacb4 url(../images/pattern-dash.png) no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.dshg2 {
    background-image: linear-gradient(to right, #dc7f27, #e08726, #e49025, #e89824, #eba123);
    /*background: #e49025 url(../images/pattern-dash.png) no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.dshg3 {
    background-image: linear-gradient(to right, #21908c, #00a28b, #20b480, #4dc36d, #7bd152);
    /*background: #20b480 url(../images/pattern-dash.png) no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.dshg4 {
    background-image: linear-gradient(to right, #ec5158, #ef5b65, #f26672, #f4707e, #f67a8a);
    /*background: #eb6464 url(../images/pattern-dash.png) no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.dshg5 {
    background-image: linear-gradient(to right, #7c7b78, #908a75, #a39970, #b6a86c, #c8b866);
    /*background: #9f986e url(../images/pattern-dash.png) no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.dshg6 {
    background-image: linear-gradient(to right, #8a2f63, #a63c5a, #ba5050, #c66946, #c98540);
    /*background: #5c7287 url(../images/pattern-dash.png) no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.dhbtbr {
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 10px 14px;
    font-weight: 500;
}

.dhgbdy {
    padding: 0 7px;
}

.bdrall {
    border-right: 1px solid rgba(255,255,255,.25);
}

.dhgnlbl {
    font-size: .72rem;
    line-height: .72rem;
    margin-bottom: 0.5rem;
}

.grhlbl {
    font-size: .845rem;
    font-weight: 500;
    margin-top: -12px;
    padding-bottom: 1.25rem;
}

.chsvl {
    font-size: .845rem;
    font-weight: 500;
    color: #183958;
}

.dsbldAF .form-control:disabled {
    background-color: #d1dbdb;
    border: 1px solid #bec9c9;
}

.bdgx {
    padding: 0.25rem 0.5rem;
    font-size: .72rem;
    height: calc(1.648438rem + 2px);
    line-height: .7rem;
    background: #d1dbdb;
    border: 1px solid #d0d9d9;
    color: #000;
    font-weight: 500;
    line-height: 1.7;
    border-radius: 0.2rem;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}

    .bdgx:first-child {
        margin-left: 0;
    }

    .bdgx .bi {
        margin-right: 0.3rem;
        color: #98a7a7;
        font-size: .8rem;
        line-height: .8rem;
        vertical-align: middle;
    }

.chsdFltr .btn {
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}

.btnabs {
    position: absolute;
    top: -37px;
}

.luagncy {
    color: #8b9090;
}

.agcy {
    border-right: 2px solid #dbe4e4;
    margin-right: .75rem;
    padding-right: .75rem;
}

.txtbig {
    font-size: 1.1rem;
    font-weight: bold;
}

.accfaq {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dbe4e4;
    padding: 15px 25px;
}

    .accfaq .card {
        border: 1px solid #ebf1f1;
        border-left: 0;
        border-right: 0;
    }

        .accfaq .card:first-child {
            border-top: 0;
        }

        .accfaq .card:last-child {
            border-bottom: 0;
        }

        .accfaq .card .card-header {
            border-bottom: 1px solid #ebf1f1;
            background: #fff;
            padding: 1rem 0;
            font-size: .875rem;
            font-weight: 500;
        }

            .accfaq .card .card-header a {
                color: #1dacb4;
                position: relative;
            }

                .accfaq .card .card-header a:after {
                    content: "\f286";
                    color: #1dacb4;
                    top: 0;
                    right: 0;
                    position: absolute;
                    font-family: bootstrap-icons;
                    font-weight: 500;
                }

                .accfaq .card .card-header a[aria-expanded=true]::after {
                    content: "\f282";
                }

        .accfaq .card .card-body {
            padding: 1.5rem 0;
        }

.bgtotal {
    background: #d2eff0;
}

.dashbc.ov {
    overflow: unset;
}

.lblc {
    font-size: .72rem;
    line-height: .72rem;
    padding: 14px 7px 0 7px;
}

.tltpbox {
    padding: 1rem;
}

.tlpttl {
    font-weight: bold;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dbe4e4;
}

.tltpbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tltpbox ul li {
        position: relative;
        padding-left: 16px;
        margin-top: .5rem;
    }

        .tltpbox ul li:before {
            position: absolute;
            left: 0;
            top: 5px;
            content: "";
            height: 10px;
            width: 10px;
        }

        .tltpbox ul li.lgrn:before {
            background: #5dc963;
        }

        .tltpbox ul li.lrd:before {
            background: #fde725;
        }

        .tltpbox ul li.lyl:before {
            background: #eb464c;
        }

/*-----*/
.ctlmp {
    font-weight: bold;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dbe4e4;
}

ul.fdrul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.fdrul li {
        position: relative;
        padding-left: 16px;
        margin-top: .5rem;
        padding-bottom: .5rem;
        border-bottom: 1px dashed #ebf1f1;
    }

        ul.fdrul li a {
            color: #8b9090;
        }

            ul.fdrul li a:hover {
                color: #000;
            }

        ul.fdrul li:before {
            position: absolute;
            left: 0;
            top: 5px;
            content: "";
            height: 10px;
            width: 10px;
        }

        ul.fdrul li.uf:before {
            background: #0fbb6a;
        }

        ul.fdrul li.drm:before {
            background: #eb464c;
        }

        ul.fdrul li.dnr:before {
            background: #e72d52;
        }

.fwm {
    font-weight: 500;
}

.txttl {
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: .75rem 0.5rem;
}

.sch-btn {
    font-size: .825rem;
    font-weight: 500;
    border: 1px solid #e7efef;
    display: inline-block;
    padding: .25rem 1.15rem .25rem .55rem;
    color: #183958;
    background-image: linear-gradient(to bottom, #e7efef 50%, #d2eff0 50%);
    border-radius: .35rem;
}

    .sch-btn:hover {
        color: #183958;
        background-image: linear-gradient(to bottom, #d2eff0 50%, #e7efef 50%);
        transition: all 2s ease-in;
    }

    .sch-btn .bi {
        font-size: 2.15rem;
        line-height: 2.15rem;
        font-weight: 500;
        vertical-align: middle;
    }

.dnxl {
    display: none;
}


@media(min-width:768px) {
    .tblfx {
        table-layout: fixed;
    }
}


@media (min-width: 900px) {
    .steps-timeline {
        border-top: 2px dashed #dbe4e4;
        padding-top: 20px;
        margin-top: 100px;
        width: calc(100% - 130px);
    }

    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five,
    .steps-six {
        float: left;
        width: 16.666667%;
        margin-top: -79px;
    }

    .step-wrap {
        height: 21px;
        width: 21px;
        border-radius: 50%;
        background: transparent;
        border: 3px solid #dbe4e4;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .verticle-line {
        position: absolute;
        height: 70px;
        width: 2px;
        margin-left: 7px;
        z-index: -1;
        background: #dbe4e4;
    }

    .steps-stops {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #183958;
    }

    .end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 19px;
        margin-left: -10px;
    }

    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 19px;
        margin-left: 18.1%;
    }
}

@media (max-width: 899px) {
    #steprocess .container-fluid {
        width: 50%;
    }

    .steps-timeline {
        border-left: 2px dashed #dbe4e4;
        margin-left: 35px;
    }

    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
        margin-left: -25px;
    }

    .step-wrap,
    .steps-stops {
        float: left;
    }

    .steps-timeline {
        border-left: 2px solid #1dacb4;
        margin-left: 30px;
    }

    .pane-warp {
        margin-left: 30%;
    }

    .inverted-pane-warp {
        margin-left: 30%;
    }

    .verticle-line {
        position: absolute;
        width: 125px;
        height: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }

    .steps-stops {
        height: 25px;
        width: 25px;
        margin: 11px 10px;
        border-radius: 50%;
        background: #fc6429;
    }

    .step-wrap {
        height: 21px;
        width: 21px;
        border-radius: 50%;
        background: transparent;
        margin-top: 125px;
        margin-left: -2px;
        border: 3px solid #dbe4e4;
    }

    .end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: -45px;
        margin-left: 15px;
    }

    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 280px;
        margin-left: 15px;
    }
}

@media (max-width: 600px) {
    #steprocess .container-fluid {
        width: 90%;
    }
}

@media (max-width: 400px) {
    .verticle-line {
        width: 105px;
    }
}

@media(max-width:1920px) {
    .mxwdt .select2-container {
        max-width: 350px !important;
    }
}

@media(max-width:1600px) {
    .mxwdt .select2-container {
        max-width: 250px !important;
    }
}

@media(max-width:1365px) {
    .mxwdt .select2-container {
        max-width: 200px !important;
    }
}

@media(max-width:1199px) {
    .mxwdt .select2-container {
        max-width: 190px !important;
    }
}


.back-orange {
    background: #fc6429;
}

.back-blue {
    background: rgb(59, 37, 132);
}

.mrvst {
    color: #183958;
    text-align: center;
    font-weight: 500;
    margin-bottom: .75rem;
}

    .mrvst span {
        display: block;
        color: #1dacb4;
        font-weight: normal;
        font-size: .725rem;
        margin-top: 0.1rem;
    }

.pwsw {
    border: 1px solid #dbe4e4;
    border-radius: .5rem;
    overflow: hidden;
}

.vmp {
    padding: .5rem;
}

    .vmp .bi {
        vertical-align: middle;
        font-size: .9rem;
    }

.modal.mbdrds .modal-content {
    border-radius: 1rem;
}

.vTl {
    min-width: 130px;
    width: 130px;
    position: relative;
}

    .vTl:before {
        content: '';
        position: absolute;
        background: #dbe4e4;
        width: 4px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

.vTlCrl {
    width: 130px;
    height: 130px;
    border: 2px solid #dbe4e4;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
    position: relative;
    background: #fff;
}

.vTlCrlIn img {
    height: 22px;
    margin-bottom: .7rem;
}
/*Timeline MR Selfie End*/
.dwaw {
    display: inline-block;
    margin-left: .5rem;
    font-size: .845rem;
    line-height: .845rem;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
    color: #183958;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-7px);
    }
}

a:hover .blValue, a:hover .dwaw {
    color: #1dacb4;
}

.custom-table-bordered tr td a.pcicn {
    color: #212529;
}

    .custom-table-bordered tr td a.pcicn:hover {
        color: #1dacb4;
    }

    .custom-table-bordered tr td a.pcicn .bi {
        display: block;
        transform: rotate(45deg);
        font-size: .875rem;
    }

.mnwd35 {
    min-width: 35px !important;
}

.mnwd100 {
    min-width: 100px !important;
}

.mnwd150 {
    min-width: 150px !important;
}

.pbbu {
    padding: 0 7px;
    max-height: 200px;
    overflow-y: auto;
}

    .pbbu .dshTable tbody {
    }

.dshTable {
    width: 100%;
    border-collapse: inherit;
    margin-bottom: 0;
}

    .dshTable tr td, .dshTable tr th {
        border-top: hidden;
        padding: .5rem;
    }

    .dshTable tr th {
        border-bottom: 1px dashed rgba(145,160,168,.25);
        font-weight: 400;
        font-size: .725rem;
    }

    .dshTable tr td {
        font-size: .975rem;
        font-weight: 500;
        color: #183958;
    }

.bggrdnt {
    background-image: linear-gradient(to right, #ebf1f1, #f0f4f6, #f6f8f9, #fbfbfc, #ffffff);
}

.bc1 {
    color: #8a2f63 !important;
}

.bc2 {
    color: #2aafb6 !important;
}

.bc3 {
    color: #ad9935 !important;
}

.input-group.bdrr .form-control {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.countdown {
    font-weight: 500;
    margin-top: .25rem;
}

.tableFixHead thead th {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.card.fbcard {
    border-radius: 1.25rem;
    box-shadow: 0 0px 15px rgba(0,0,0,0.075);
    border: 1px solid rgba(0,0,0,0.075);
    width: 100%;
}

    .card.fbcard:hover {
        background-image: linear-gradient(to top, #bfdbff, #d4e3ff, #e6ebff, #f4f5ff, #ffffff);
    }

    .card.fbcard .card-img, .card.fbcard .card-img-top {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

.fbstry, .txtbody p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .25rem;
}

.fbft.card-footer {
    border-top: 1px solid rgba(0,0,0,0.075);
    padding: .75rem 1rem;
    font-weight: 500;
}

.fbft .bi {
    color: #7c7c7c;
    margin-right: .5rem;
    font-size: .825rem;
    vertical-align: middle;
}

.fbpimg {
    height: 50px;
    border-radius: 8px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.shrbx {
    position: relative;
}

    .shrbx .bi {
        font-size: 1rem;
        vertical-align: middle;
    }

    .shrbx .shrcnt {
        display: inline-block;
        height: 19px;
        width: 19px;
        background: #0072ff;
        color: #fff;
        border-radius: .25rem;
        text-align: center;
        font-weight: 500;
        font-size: .725rem;
        line-height: 19px;
        margin-left: 4px;
    }

.pstimg img {
    width: 100%;
}

.trvt {
    display: inline-block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cmtshr .bi {
    margin-right: .2rem;
    font-size: 1rem;
    vertical-align: middle;
}

.fbclist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fbclist li {
        margin-bottom: 1rem;
    }

        .fbclist li:last-child {
            margin-bottom: 0;
        }

.fbcbxlist {
    display: flex;
}

.fbclist li .fbuicon {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}

    .fbclist li .fbuicon img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.fbclist li .fbcbx {
    background: #ebf1f1;
    border-radius: 1rem;
    padding: .75rem 1rem;
}

    .fbclist li .fbcbx h6 {
        margin-bottom: .25rem;
        font-size: .845rem;
    }

    .fbclist li .fbcbx p {
        margin-bottom: 0;
    }

.fbclistinside {
    list-style: none;
    margin-top: 1rem;
}

.fw-medium {
    font-weight: 500;
}

.crdbx {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 7px 10px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.05);
    -moz-box-shadow: 0 7px 10px rgba(0,0,0,.05);
    border: 1px solid rgba(0, 0, 0, .05);
}

    .crdbx .crdhead {
        padding: 1.25rem 1.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .crdbx .crdbody {
        padding: 1.25rem 1.5rem;
    }

        .crdbx .crdbody label {
            font-size: .875rem;
            margin-bottom: .5rem;
        }

        .crdbx .crdbody .rtng input[type=radio] {
            margin: 0 auto;
        }

.lnk1 {
    position: absolute;
    height: 42px;
    width: 42px;
    line-height: 35px;
    bottom: 2rem;
    text-align: center;
    right: 2rem;
    font-size: 1.15rem;
    padding: 0.25rem 0.5rem;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    color: #000;
    cursor: pointer;
}

    .lnk1:hover {
        background: rgba(0,0,0,0.85);
        color: #fff;
    }

legend.the-legend {
    font-weight: 700;
    font-size: .845rem;
    margin-bottom: 0;
}

.table-lst tr td, .table-lst tr th {
    padding: .35rem 0;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: 500;
}

    .table-lst tr td.t-label {
        padding-right: .5rem;
        color: #707070;
        width: 135px;
        white-space: nowrap
    }

.table-lst tr:last-child td, .table-lst tr:last-child th {
    border-bottom: 1px solid #dee2e6;
}

/*.umtbtn {
    position: fixed;
    bottom: .5rem;
    right: .5rem;
    border-radius: 2rem;
    background: linear-gradient(90deg, #ff0068, #1614c7);
    color: #fff;
    cursor: pointer;
    padding: .7rem 1.5rem;
    -webkit-animation: pulsebtx 1.5s infinite;
    z-index: 1000;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .25);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulsebtn 2s infinite;
}
    @keyframes pulsebtn {
        0% {
        box-shadow: 0 0 0 0 rgba(135, 11, 53, 1);
    }

        70% {
            box-shadow: 0 0 0 15px rgba(135, 11, 53, 0);
        }

        100% {
            box-shadow: 0 0 0 50px rgba(135, 11, 53, 0);
        }
}
    .umtbtn .bi {
        font-size: 1.1rem;
        line-height: 1.1rem;
        vertical-align: middle;
        margin-right: .35rem;
    }

    .umtbtn .umtxt {
        font-size: .8rem;
        line-height: 1;
    }

    .umtbtn:hover {
        -webkit-animation: none;
    }*/
.modal-full {
    transform: none;
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    min-height: 100%;
}

.umModalDialog .modal-content {
    height: 100%;
    border-radius: 0;
}

.btnMinScreen {
    display: none;
}

.chtname {
    font-weight: 500;
    color: #8b9090;
}

.bgdlname {
    font-size: .875rem;
    font-weight: bold;
}

.bgdldata {
    font-size: 1.15rem;
    font-weight: bold;
}

.labelBrck {
    word-break: break-word;
    white-space: unset;
}

    .labelBrck tspan {
        word-break: break-word;
        white-space: unset;
    }

.cprof1 {
    background: #117dcd;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
}

.cprof2 {
    background: #dda611;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
}

.cprof3 {
    background: #a51385;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
}

.apextree-node {
    overflow: initial;
}

.trvcrd {
    display: block;
    background: #ebf5f5;
    padding: .75rem;
    width: 100%;
    border-radius: .35rem;
    line-height: 1.35;
}

ul.tvlst {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

    ul.tvlst li {
        text-align: left !important;
    }

.trvlbl {
    position: absolute;
    right: -110px;
    width: 90px;
    white-space: nowrap;
    text-align: left;
}
