/*Scrollbar*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
  border-radius: 5px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #989898;
    }

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

body {
    background: #f7f7f7 url(../images/bg_image.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.table {
    color: #020F10;
    font-size: 11px;
    border: 1px solid #E2E8F0;
}

.btn-black {
    background: #484848;
    color: #f5f5f5;
}

    .btn-black:hover {
        background: #484848;
        color: #fff;
    }

.btn-group-xs > .btn,
.btn-xs {
  padding: .125rem .35rem .115rem;
    font-size: .715rem;
    line-height: 1.25;
    font-weight: 500 !important;
    text-align: center;
    border-radius: .175rem;
    /*height: 1.5rem;*/
    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;
}

.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;
}

.text-bold {
    font-weight: bold !important;
}

.text-primary-force {
    color: #0081e8 !important;
}

.txt-danger {
    color: #ef5941 !important;
}

.bx-purple {
    border-bottom: 3px solid #2b4486;
}

.tx-purple {
    color: #2b4486;
}

.tx-purple-force {
    color: #2b4486 !important;
}

.tx-bold-force {
    font-weight: bold !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;
}

.btn-default-outline {
    background: transparent;
    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: transparent;
    border: 1px solid #01b9f5;
}

.btn-skyblue-outline {
    background: transparent;
    border: 1px solid #01b9f5;
    color: #484848;
}

.tx-primary {
    color: #0081e8;
}

.tx-dark {
    color: #000000;
}

.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;
}

label {
    font-weight: normal;
    margin-bottom: .2rem;
    color: #000;
    font-size: .7rem;
}

.field-validation-error, .fve {
    color: #ef5941 !important;
    font-size: 10px;
}

.fv-error {
    color: #ef5941 !important;
    font-size: 10px;
}

label.error {
    color: #ef5941 !important;
    font-size: 10px;
}

.today-date {
    font-weight: bold;
    text-transform: uppercase;
    color: #2c4480;
    margin-left: 10px;
    position: relative;
    z-index: 99;
}
.row.gx-1 {
    margin-right: -2px;
    margin-left: -2px;
}

    .row.gx-1 > * {
        padding-right:2px;
        padding-left: 2px;
    }
    .row.gx-2{
    margin-right: -4px;
    margin-left: -4px;
}

    .row.gx-2 > * {
        padding-right: 4px;
        padding-left: 4px;
    }
    .row.gx-3 {
    margin-right: -8px;
    margin-left: -8px;
}

    .row.gx-3 > * {
        padding-right: 8px;
        padding-left: 8px;
    }
   
.row.gx-4 {
    margin-right: -12px;
    margin-left: -12px;
}
    .row.gx-4 > * {
        padding-right: 12px;
        padding-left: 12px;
    }
.row.gx-5 {
    margin-right: -24px;
    margin-left: -24px;
}

    .row.gx-5 > * {
        padding-right:24px;
        padding-left:24px;
    }
.content-title {
    font-weight: 700;
    font-size: 1.09375rem;
    text-transform: uppercase;
}

.tx-bold {
    font-weight: bold;
}

.tx-uc {
    text-transform: uppercase;
}
.g-1, .gx-1 {
    --bs-gutter-x: .25rem;
}
@media (max-width: 767px) {
    mg-t-14px-767 .main-heading {
        padding: 0 62px;
    }

    .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: bold;
        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;
        margin-right: 0 !important;
    }

    .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;
    }

    .main-heading {
        font-size: .875rem !important;
        text-transform: capitalize !important;
    }

    .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 #dbe4e6;
    }

        .bdr-rgt-aftr > 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 #2b4486;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    }

    .tb-link:hover {
        background: #fff;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    }

    .tb-link.bx-purple:hover {
        background: #fff;
        border-bottom: 3px solid #2b4486;
    }

    .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: 0px;
    }

    .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: #484848;
    background-color: #e2e2e2;
}

.bx-head img {
    height: 24px;
}

.bx-head h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    margin: 0 10px;
}

.bx-head span {
    font-weight: 500;
    color: #9b9b9b;
}

.searchbx {
    display: inline-block;
    width: 250px;
    max-width: 100%;
}

.tblForm tr td.wd0 {
    padding: 0;
    max-width: 0;
}

@media (max-width: 767px) {
    .badge, .btn {
        /*margin-bottom: 5px;*/
        /*margin-right:0;*/
    }
    .atndsc{
        margin-top:0;
    }
    .txtalgn {
        text-align: end;
    }
    .badge-warning {
        margin-right: 0.625rem;
    }
    .btgrp .btn {
        margin-bottom: 0;
    }

    .searchbx {
        margin-bottom: 10px;
    }

    .cstts .badge, .cstts .btn {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
}

.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: 1px solid #dbe4e6;
    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;
    /*margin-left:1rem;*/
}

    .card-cstm.mg-t-15 > .cbdy {
        padding: 0;
    }

.date-nostip {
    color: #484848;
}

    .date-nostip img {
        height: 12px;
        margin-right: 5px;
    }

.date-stip {
    padding: 5px 15px 5px 10px;
    color: #484848;
    background: url(../images/Tag.svg) no-repeat;
    background-size: 100%;
    background-position: left center;
    margin-top: 5px;
}

    .date-stip img {
        height: 12px;
        margin-right: 5px;
    }

.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-1, .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-10, .card-body-custom .col-11, .card-body-custom .col-12, .card-body-custom .col, .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: 0px;
        }

.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: 0px;
}

.card-custom .card-footer {
    background: transparent;
    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;
}

.dropover {
}

.drop-img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
}

.bd-b-1 {
    border-bottom: 1px solid #e6e8f0;
}

.title-drp {
    padding: 10px 0;
    border-bottom: 1px solid #e6e8f0;
    color: #2b4486;
    font-weight: 700;
}

.title-drp-1 {
    padding: 10px 0;
    color: #2b4486;
    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, 0.2196078431372549);
    background: #e9e9e9;
    position: relative;
}

.dropdown-body-cst {
    padding: 15px;
}

.inner-dropdown-body {
    padding: 10px;
}

.dropdown-menu {
}

.dropdown-item:hover {
    background: #0081e8;
    color: #fff !important;
}

.addbook img {
    width: 16px;
    height: 16px;
}

.target-cont span {
    font-size: 12px;
    color: #939393;
}

.mn-wd-130 {
    min-width: 130px;
}

.notbd td {
    /*background-color: #ffe2e6;*/
    color: #d2091f;
}

    .notbd td a{
        color: #d2091f;
    }
.pend td {
    /*background-color: #ffe2e6;*/
    color: #fb0202;
}

    .pend td a {
        color: #fb0202;
    }
.scpd{
    position:relative;
}
    .scpd:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        background: #8A99CC;
    }
    /*Spinning*/
    #dvAssignments {
    }

#dvProcessing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    border-radius: .25rem;
}

.uLoader {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

    .uLoader img {
        height: 50px;
    }

.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,0.7);
    z-index: 1000;
}

    .loader-custom-inner .pro-img {
        width: 55px;
        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: 0rem .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;
}

/*Range Slider*/
.rngslide {
}
/*.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    font-weight: normal;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    color: #333;
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}*/

/*popup model*/
.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);
    -o-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;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #d2d2d2;
    background-color: #d9d9d9;
    border-radius: 0;
    padding: 10px 15px;
}

.modal-content.mccstm {
    border-radius: .5rem;
}

.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
    }

.modl .mdlbdy {
    padding: 1rem
}

.mdlftr {
    padding: .75rem 1rem;
    border-top: .02rem solid #dbe4e4
}

.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)
    }

.lnks {
    font-size: .725rem;
    margin-top: .1rem;
    text-decoration: underline;
    /*font-style: italic;*/
}

.Deactive {
    color: #0e5bbc;
}

.Active {
    color: #07a92a;
}

/*Accordian*/
.mb-0 > a {
    display: block;
    position: relative;
}

    .mb-0 > a:after {
        content: "\f0d7"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .mb-0 > a[aria-expanded="true"]:after {
        content: "\f0d8"; /* fa-chevron-up */
    }

.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: bold;
        }

            .accordion-custom .card-header h6 a {
                color: #484848;
            }

    .accordion-custom .card-body {
    }

    .accordion-custom .list-group-item {
        font-weight: bold;
        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 0px;
}

.chk-cstm .cst-label {
    /*font-weight: bold;*/
}

.chk-cstm label {
    font-weight: 400;
    margin-right: 5px;
}


/*Dashboard */
.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: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
}

.zname {
    color: #2b4486;
    text-transform: uppercase;
    font-weight: bold;
}

.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;
}

.rgt-wdgt {
}

.wgt-ttl-icon {
    display: inline-block;
    vertical-align: top;
}

.widget-title {
    font-weight: bold;
    color: #484848;
    text-transform: uppercase;
}

.tconsumer {
    color: #939393;
    font-weight: bold;
    line-height: 1rem;
    display: inline-block;
    margin: 0 7px;
}

    .tconsumer .cvalue {
        color: #484848;
        display: block;
        font-size: 1.2rem;
    }

.wdgt-total {
    background: url(../images/blue-patch.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.wdgt-warning {
    background: #e7c824;
    border-radius: 0.25rem;
}

.wdgt-info {
    background: #6cd3ed;
    border-radius: 0.25rem;
}

.wdgt-success {
    background: #5ee047;
    border-radius: 0.25rem;
}

.wgt-hdr {
    padding: 10px;
}

.wgt-ttl {
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.grow-wgt span {
    font-size: .925rem;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    vertical-align: text-top;
}

.grow-wgt img {
    width: 20px;
}

@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;
    }
    /*.crdcst .card-group .card {
    border: 1px solid transparent !important;
    width: calc(100% / 3);
    border-right: 1px solid rgba(0,0,0,0.1) !important;
  }
    .crdcst .card-group .card:last-child {
    border: 1px solid transparent !important;
    width: calc(100% / 3);
    border-right: 0px solid rgba(0,0,0,0.1) !important;
  }
   .crdcst .card-group {
    -ms-flex-direction: row;
    flex-direction: row;
}
    .crdcst .card-group .card {
    margin-right: 5px !important;
    margin-left: 5px !important;
}*/
    .wdgt-total .card-group {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .wdgt-total .card-group .card {
            border: 0 !important;
            border-right: 1px solid rgba(0,0,0,0.1) !important;
            border-top: 1px solid rgba(0,0,0,0.1) !important;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .wdgt-total .card-group .card:last-child {
                border-right: 0 !important;
            }

    .foot-dash-custom {
        color: #fff;
        position: absolute;
        bottom: 10px;
        left: 0%;
        margin: auto;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }

    .nameFe {
        white-space: nowrap;
    }

    .ttl-Sub {
        white-space: nowrap;
    }

    .vr {
        display: block;
    }

    .custom-table-new tr td {
        vertical-align: unset !important;
    }

    .rep-at {
        white-space: nowrap;
    }

    .mg-t-10-sm {
        margin-top: 10px;
    }

    .card-group > .card {
        margin-bottom: 10px;
    }

    .main .container-fluid {
        padding: 0 10px;
    }

    .content-title {
        font-weight: 700;
        font-size: 0.9rem;
        text-transform: uppercase;
    }
}

@media (min-width:768px) {
    .wdgt-total .card-group .card:first-child {
        border-left: 0;
    }
    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .col-md {
        flex: 1 0 0%;
    }
    .wdgt-total .card-group .card:last-child {
        border-right: 0;
    }
}

.wdgt-total .card-group .card {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.1);
}

.card-body-inside {
    padding: 7px 10px;
    height: 56px;
}

.assgn-value-inner {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.3rem;
}

    .assgn-value-inner span {
        color: rgba(0,0,0,0.5);
        font-size: .875rem;
        margin-left: 3px;
    }

.assgn-ttl {
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-transform: uppercase;
}

.wdgt-foot {
    padding: 10px;
}

    .wdgt-foot h6 {
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
    }

.wgt-hdr1 {
    padding: 5px 10px;
}

.wgt-ttl1 {
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.grow-wgt1 span {
    font-size: .925rem;
    font-weight: bold;
    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,0.5);
    line-height: 1rem;
    font-size: .75rem;
    font-weight: bold;
}

.sld-desc {
    color: #fff;
    font-size: .7rem;
    line-height: .875rem;
}

.custom-table-new tr td:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.custom-table-new tr td:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.custom-table-new tr td, .custom-table-new tr th {
    padding: .5rem;
    vertical-align: middle;
    border-top: 0;
}
/* .bdtd{border-right:1px solid #dbe4e6;} */
.custom-table-new tr td {
    position: relative;
}

    .custom-table-new tr td:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 70%;
        top: 15%;
        right: 1px;
        background: #d9d9d9;
    }

        .custom-table-new tr td:after tr td:last-child {
            content: '';
            position: absolute;
            width: 0px;
            height: 70%;
            top: 15%;
            right: 0px;
            background: #d9d9d9;
        }

.custom-table-new tr:nth-child(odd) {
    background: #e2e2e2;
}

.custom-table-new tr:nth-child(even) {
    background: #f9f9f9;
}

.avtr-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 15px;
}

.nameFe {
    font-size: .925rem;
    color: #2b4486;
}

    .nameFe a {
        color: #2b4486;
    }

.nameFe1 {
    font-size: .875rem;
    color: #2b4486;
    font-weight: bold;
}

.rnr-desc {
    font-size: .835rem;
    color: #484848;
    display: block;
    font-weight: 400;
}

.nameFe1 a {
    color: #2b4486;
}

.nameFe img {
    margin-left: 7px;
}

.ttl-Sub {
    font-size: .75rem;
    color: #9b9b9b;
}

.valueRate {
    font-weight: bold;
}

    .valueRate span {
    }

    .valueRate .vr {
        color: #2b4486;
        margin-right: 3px;
        font-size: .925rem;
    }

    .valueRate img {
        margin-left: 10px;
    }

.ttl-Sub1 {
    font-size: .835rem;
    color: #9b9b9b;
}

.valueRate1 {
    font-weight: bold;
    font-size: .835rem;
}

    .valueRate1 span {
        color: #2b4486;
        margin-right: 2px;
        font-size: .925rem;
    }

    .valueRate1 img {
        margin-left: 1px;
    }


.circle-secondary {
    display: inline-block;
    background: #484848;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.65rem;
}

.circle-danger {
    display: inline-block;
    background: #ef5941;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.65rem;
}

.act-btn img {
    margin: 0 5px;
    height: 17px !important;
}

.inactive {
    opacity: 0.5;
}

.avt-rating {
    width: 70px;
    position: relative;
    margin-right: 15px;
}

    .avt-rating .avt-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .avt-rating .status-rating {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.btn-img {
    margin: 0 10px;
}

.avt-rating1 {
    width: 62px;
    position: relative;
}

    .avt-rating1 .avt-img1 {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

.feavt-rating {
    width: 62px;
    position: relative;
}

    .feavt-rating .feavt-img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

    .feavt-rating .status-feavt {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
    }

.bx-head2 img {
    height: 24px;
}

.bx-head2 h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    margin: 0 10px;
    display: inline-block;
}

.bx-head2 {
    clear: both;
    margin-bottom: 20px;
    /*padding-top:15px;
	border-top:2px solid #d9d9d9;*/
}

.bx-head1 img {
    height: 24px;
}

.bx-head1 h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    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-prev, .slide-cap .carousel-control-next {
    width: 12px;
    height: 18px;
    opacity: 1;
}

.slide-cap .pvnxt-control {
    position: absolute;
    right: 10px;
    top: -33px;
    width: 30px;
    height: 20px;
}

a:hover {
    color: #0081e8;
    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,0.175);
}

.card-bx {
    border: 1px solid #dbe4e6;
    box-shadow: none;
    border-radius: .25rem;
}

    .card-bx .card-body {
        padding: 1rem;
    }

    .card-bx .card-header {
        color: #484848;
        text-transform: uppercase;
        font-weight: bold;
        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;
    }

.u-prof {
    width: 230px;
    margin: 10px 0;
}

    .u-prof img {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.UserName {
    color: #000;
    font-weight: bold;
    font-size: .935rem;
    line-height: .935rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.UserCode {
    color: #939393;
    font-size: .815rem;
}

.img-avatar {
    /*border: 2px solid rgba(0,0,0,0.05);
        border-radius: 50%;*/
}

.UserEditProf {
    margin-top: 10px;
    font-weight: bold;
}

.drpdwn-footer {
    padding: 1rem;
    /*background: #eff3f6;*/
    border-top: 1px solid #eae8e8;
    border-color: #eae8e8;
}

    .drpdwn-footer .btn.btn-defalut-custom {
        margin-bottom: 0 !important;
    }

.btn-defalut-custom {
    color: #000;
    background: #f7f7f7;
    border: 1px solid #dbe4e6;
    text-transform: capitalize;
    font-weight: 500;
}

    .btn-defalut-custom:hover {
        color: #000;
        background: #e0e0e0;
        border: 1px solid #d0d0d0;
    }

.UserEditProf .btn {
    font-weight: bold;
    text-transform: capitalize;
}

.tx-capi {
    text-transform: capitalize !important;
}

.user-prof-detail {
    text-align: center;
}

.upd-name {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    color: #2b4486;
}

.upd-name-sub {
    font-size: .925rem;
    font-weight: bold;
    margin-top: 5px;
    color: #484848;
}

.rating-view {
    margin: 5px 0;
}

    .rating-view img {
        width: 16px;
    }

.upd-call {
    font-weight: bold;
    color: #484848;
}

.upd-email {
    font-weight: bold;
    color: #484848;
}

.tx-capi {
    text-transform: capitalize;
}

.main-landing {
}

@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: bold;
        margin-top: 20px;
        font-size: .925rem;
    }

    .cbd-inside1 h6 {
        position: relative;
        color: #484848;
        text-transform: uppercase;
        font-weight: bold;
        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 {
    /*position: relative;*/
    height: 90%;
}

.card-box-dash {
    background: #fff;
    padding: 20px;
    text-align: center;
    display: inline-block;
    /*border-radius: 0.25rem;*/
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 25px rgba(0, 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: #0081e8;
    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;
}
/*----- box effect -----*/
.is-disabled {
    background: #fdfdfd !important;
    pointer-events: none;
    cursor: no-drop;
    cursor: not-allowed;
}

    .is-disabled img, .is-disabled cbd-inside1, .is-disabled h5, .is-disabled h6 {
        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::before, .card-box-dash::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #0081e8;
    }

.cbd-inside::before, .cbd-inside::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #0081e8;
}

.card-box-dash:hover::before, .card-box-dash:hover::after {
    width: 100%;
}

.card-box-dash:hover .cbd-inside::before, .card-box-dash:hover .cbd-inside::after {
    height: 100%;
}

.card-box-dash::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.card-box-dash .cbd-inside::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.card-box-dash::before {
    right: 0;
    top: 0;
    transition-delay: 0.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: 0.2s;
}

.card-box-dash:hover::before {
    transition-delay: 0.4s;
}

.card-box-dash:hover .cbd-inside::before {
    transition-delay: 0.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: 0.25rem;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}

.cbd-inside1 {
    display: block;
}

    .cbd-inside1 img.cbdicn1 {
        height: 50px;
    }

.dsrvsnme1 {
    font-weight: 500;
    color: #000;
    font-size: .825rem;
    display: block;
    margin-top: .65rem;
}

.ccbdwap:hover .dsrvsnme1, .ccbdwap:hover .dsrvsnme {
    color: #0081e8;
}

.card-box-dash1 {
    position: relative;
}

    .card-box-dash1::before, .card-box-dash1::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #0081e8;
    }

.cbd-inside1::before, .cbd-inside1::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #0081e8;
}

.card-box-dash1:hover::before, .card-box-dash1:hover::after {
    width: 100%;
}

.card-box-dash1:hover .cbd-inside1::before, .card-box-dash1:hover .cbd-inside1::after {
    height: 100%;
}

.card-box-dash1::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.card-box-dash1 .cbd-inside1::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.card-box-dash1::before {
    right: 0;
    top: 0;
    transition-delay: 0.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: 0.2s;
}

.card-box-dash1:hover::before {
    transition-delay: 0.4s;
}

.card-box-dash1:hover .cbd-inside1::before {
    transition-delay: 0.6s;
}


/*File Upload*/
.fileupload {
    padding: 15px;
    border: 2px dashed #d9d9d9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.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: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

    .drag-title > span {
        display: block;
        font-size: 16px;
    }

.list-prog {
    width: 180px;
    height: 10px;
}

.c-header {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0081e8;
}

.tx-secondary {
    color: #484848;
}

.mg-l-7 {
    margin-left: 7px;
}

.wd-16 {
    width: 16px;
}

.wd-18 {
    width: 18px;
}

.wd-20 {
    width: 20px;
}

/*Pagination*/
/*.dataTables_paginate > a {
    display: inline-block;
    padding: 4px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #484848;
    margin-left: 3px;
    cursor: pointer !important;
}*/

.mn-ht-80vh {
    min-height: 88vh;
}

.title-img {
    height: 24px;
    margin-right: 7px;
}

.currency-icon input[type=text] {
    background-image: url(../images/rupee-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left .65rem bottom .56rem;
    padding-left: 30px;
}

.cal-icon-left input[type=text], .cal-icon-left select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left .65rem bottom .47rem;
    padding-left: 30px;
}

.cal-icon-right input[type=text], .cal-icon-right select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right .55rem bottom .75rem;
    padding-right: 30px;
    border-radius: 0.5rem;
}

.cal-icon-right-lg input[type=text], .cal-icon-right-lg select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 13px bottom 12px;
    padding-right: 40px;
}

.search-icon-left input[type=text], .search-icon-left select {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left .6rem bottom .657rem;
    padding-left: 30px;
}

.search-icon-right input[type=text] {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 7px bottom 7px;
    padding-right: 28px;
}

.search-icon-right-lg input[type=text] {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 13px bottom 12px;
    padding-right: 40px;
}

.form-control.srchicnlft {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left .55rem bottom .59rem;
    padding-left: 30px;
}

.form-control-sm.srchicnlft {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-position: left .55rem bottom .5rem;
    padding: 0.5rem 0.625rem;
    padding-left: 1.75rem;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
}

.form-control.srchicnrgt {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right .55rem bottom .59rem;
    padding-right: 30px;
}

.form-control.calicnrgt {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right .515rem bottom .529rem;
    padding-right: 30px;
}

.form-control-sm.calicnrgt {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right .415rem bottom .415rem;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 26px !important;
}

.crcyicon {
    background-image: url(../images/rupee-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left .65rem bottom .75rem;
    padding-left: 30px;
}

.form-control-sm.crcyicon {
    background-image: url(../images/rupee-icon.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: left .65rem bottom .56rem;
    padding-left: 30px;
}

.mbno {
    position: relative;
}

    .mbno input[type=text].form-control {
        padding-left: 45px;
    }

    .mbno:before {
        position: absolute;
        content: '+91';
        color: #000;
        left: 5px;
        top: 50%;
        border-right: 1px solid #dbe4e6;
        width: 35px;
        transform: translateY(-50%);
        text-align: center;
    }

.src-flr input::placeholder {
    font-size: .775rem;
}

.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: 1px solid #dbe4e6;
    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;
}

.page-heading {
    font-size: 1rem;
    color: #183958;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle;
}

    .page-heading .page-heading-sub {
        font-size: .75rem;
        color: #183958;
        display: block;
        font-weight: 400;
        margin-bottom: .2rem;
    }

        .page-heading .page-heading-sub .fwd {
            margin: 0 .5rem;
            font-size: .825rem;
        }

.bd-clearfix {
    /*height: 1px;
    background: #d9d9d9;*/
    display: block;
    clear: both;
    border-bottom: 1px solid #dbe4e6;
}

/*Table Custom*/
.custom-table-bordered {
    border-collapse: collapse;
}

    .custom-table-bordered > thead > tr > th, .custom-table-bordered > tbody > tr > th, .custom-table-bordered > tfoot > tr > th, .custom-table-bordered > thead > tr > td, .custom-table-bordered > tbody > tr > td, .custom-table-bordered > tfoot > tr > td {
        vertical-align: middle;
    }

    .custom-table-bordered tr th {
        background: #fff;
        color: #020F10;
        padding: 0.875rem 0.75rem 0.75rem !important;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700 !important;
        border-top: 1px solid #E2E8F0;
        border-bottom: 0 !important;
    }

    .custom-table-bordered tr td {
        padding: 0.625rem 0.75rem !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        border-bottom: 0;
    }

        .custom-table-bordered tr td .badge {
            text-transform: lowercase;
            text-wrap: nowrap;
        }

            .custom-table-bordered tr td .badge::first-letter {
                text-transform: uppercase;
            }

        .custom-table-bordered tr td a {
            font-weight: bold;
            /*display: inline-block;*/
        }

            .custom-table-bordered tr td a img {
                max-height: 16px;
            }

.th-nowrap tr th {
    white-space: nowrap;
}

.table.custom-table-bordered tr th.actcol {
    width: 100px;
    border: 1px solid #E2E8F0;
}
/*.custom-table-bordered tr:nth-child(odd) {
    background: #eee;
}

.custom-table-bordered tr:nth-child(even) {
    background: #ddd;
}*/

.main-heading {
    font-weight: bold;
    text-align: center;
    color: #484848;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .0875rem;
}

.fe-tar-ach {
    font-size: .925rem;
    font-weight: bold;
    color: #2b4486;
}

    .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;
}

/*Zone Color*/
.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;
}

.btn-dark {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
}

.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: bold;
    line-height: 1.2rem;
}

    .vistdy .visoutof {
        font-size: .875rem;
        font-weight: normal;
        color: #27acd7;
        margin-left: 5px;
    }

.blbilled {
    font-size: 1.2rem;
    color: #27acd7;
    font-weight: bold;
    line-height: 1.2rem;
}

    .blbilled .blunbilled {
        font-size: .875rem;
        font-weight: normal;
        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: bold;
    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,0.1);
    padding: 8px 10px;
    text-transform: uppercase;
}

    .zone-name a {
        color: #fff;
    }

.zone-details {
    padding: 8px 5px;
    font-weight: bold;
}

.actionicons {
    padding: 8px 10px;
}

    .actionicons a {
        color: #fff;
        font-size: .925rem;
        margin-left: 5px;
    }

        .actionicons a:hover {
            color: rgba(255,255,255,0.8);
        }

        .actionicons a:first-child {
            margin-left: 0px;
        }

.pob-custom {
    width: 215px;
}

.pob-cfooter {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -8px;
}

.tblimport .dataTables_length, .tblimport .dataTables_info {
    margin-right: 5px;
}

.drptitle {
    font-size: .75rem;
}

.hint-block {
    font-size: .835rem;
    margin-top: .1rem;
}

.checkedbtn {
    position: relative;
    display: inline-block;
}

    .checkedbtn input[type=radio], .checkedbtn input[type=checkbox] {
        opacity: 0;
        position: absolute;
        min-height: 27px;
        width: 100%;
        cursor: pointer;
    }

    .checkedbtn input:checked ~ label {
        background: #0081e8;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
    }

    .checkedbtn label {
        padding: .3rem .75rem;
        background: #939393;
        font-size: .775rem;
        line-height: 1rem;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
        font-weight: 400;
    }

.cmnt-bx-bg {
    background: #eeeeee;
    width: 100%;
}

.dataTables_length select {
}

a.badge.focus, a.badge:focus, .badge:focus {
    box-shadow: none;
}

.badge.disabled {
    opacity: .5;
    pointer-events: none;
}

.bdbx {
    font-size: 1.25rem;
}

    .bdbx.disabled, .bdbs.disabled, .bdbp.disabled {
        opacity: .5;
        pointer-events: none;
    }

.bdbs {
    color: #1cc185;
}

    .bdbs:hover {
        color: #1cc185;
    }

.bdbp {
    color: #0081e8;
}

    .bdbp:hover {
        color: #0081e8;
    }

.bdbd {
    color: #ef5941;
}

    .bdbd:hover {
        color: #ef5941;
    }

.mtrsgnttl {
    font-weight: bold;
    font-size: .825rem;
    line-height: .825rem;
    margin-bottom: .35rem;
}

.gmapz {
    padding: 2px;
    background: #fff;
    border: 1px solid #dbe4e6;
    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:767px) {
   
    .row.gx-md-0 > *{
        padding:0;
    }
    .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,0.2);
        width: 1px;
        top: 15px;
    }
}

@media (max-width:768px) {
    .bg-totalcosum {
        border-radius: .5rem .5rem 0 0;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width:100%;
    }
    .col-md-6.d-flex{
        width:100%;
    }
    .uLoader {
        left: 50%;
    }
    .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,0.2);
    }

    .bdbtmcolspc {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dbe4e6;
    }
}

table.dataTable.no-footer {
    /*border-bottom: none !important;*/
    border-bottom: 1px solid #E2E8F0 !important;
}

/*.form-control.input-validation-error {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}*/

.bg-OverrallVisit {
    background: #0081e8;
    background-image: linear-gradient(to bottom, #0081e8, #1896d5, #1e7abc, #265fa2, #2b4486);
    /*background-image: linear-gradient(to bottom, #0081e8, #027abb, #046da5, #075f90, #09527c);*/
    color: #fff;
}

.bg-unbilled {
    background: #445870;
    color: #fff;
}

.bg-pendingbilled {
    background: #874FB1;
    color: #fff;
}

.bg-todatVisit {
    background: #b7a469;
    color: #fff;
    /*border-radius:0 8px 8px 0;box-shadow: 5px -2px 8px 1px #d9d9d9;*/
}

.bg-totalcosum {
    background: #d9a61a;
    color: #fff;
    box-shadow: 0px 0px 5px 3px #d9d9d9;
}

.assgn-ttl1 {
    color: rgba(255,255,255,0.85);
    font-size: .835rem;
}

.cb-header-widget {
    display: inline-block;
    background-image: url(../images/Patch-blue.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 25px 7px 15px;
}

.lve-status {
    margin-right: 10px;
}

.wd-75 {
    width: 75px;
}

.lve-desc .lve-req-desc {
    color: #000000;
}

    .lve-desc .lve-req-desc span {
        display: block;
        color: #888888;
        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,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.imgdist {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #dbe4e6;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.billing-dashboard {
    background: white;
}

.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,0.2);
        width: 1px;
        top: 15px;
    }

.apexcharts-yaxis-label {
    color: #027abc;
    font-weight: bold;
}

/*Wizard Style Tab*/
.lfttab img {
    display: inline-block;
    height: 33px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.ifledtl span {
    font-size: .835rem;
    margin-left: .75rem;
    padding-left: .75rem;
    border-left: 1px solid #dbe4e6;
}

    .ifledtl span:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .ifledtl span.impfle strong {
        color: #1cc185;
    }

    .ifledtl span.pdnfle strong {
        color: #0081e8;
    }

    .ifledtl span.fldfle strong {
        color: #ef5941;
    }

@media (max-width:767px) {
    .lfttab img {
        display: none;
    }
}

@media (min-width:768px) {
    .lfttab .tbcnt {
        margin-right: 30px;
    }
}

.lfttab .tbcnt {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.15rem;
    color: #484848;
    font-size: .835rem;
}

    .lfttab .tbcnt span {
        display: block;
        font-weight: bold;
        font-size: 0.9rem;
        text-transform: capitalize;
    }

.arrtb {
    /*margin-left:60px;*/
}

.feavt-rating1 {
    position: relative;
}

    .feavt-rating1 .feavt-img1 {
        width: 100%;
        width: 73px;
        height: auto;
    }

    .feavt-rating1 .status-feavt1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
    }

.ratingview2 {
    margin-bottom: 5px;
}

    .ratingview2 img {
        height: 11px;
    }

.nameFe2 {
    font-size: .925rem;
    color: #484848;
    font-weight: 700;
    line-height: 1.3rem;
}

    .nameFe2 .rnr-desc2 {
        font-size: 0.8rem;
        color: #888888;
        display: block;
        margin-top: 4px;
        font-weight: 400;
    }

.nameFe1 a {
    color: #2b4486;
}

.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 > .spanb:not(:last-child):not(.dropdown-toggle), .span-group > .span-group:not(:last-child) > .spanb {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.span-group > .spanb:not(:first-child), .span-group > .span-group:not(:first-child) > .spanb {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.span-group .spanb + .spanb, .span-group .spanb + .span-group, .span-group .span-group + .spanb, .span-group .span-group + .span-group, .span-group-vertical .spanb + .spanb, .span-group-vertical .spanb + .span-group, .span-group-vertical .span-group + .spanb, .span-group-vertical .span-group + .span-group {
    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:not(:last-child):not(.dropdown-toggle), .btnz-group > .btnz-group:not(:last-child) > .btnz {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnz-group > .btnz:not(:first-child), .btnz-group > .btnz-group:not(:first-child) > .btnz {
    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-group1, .btnz-group-vertical1 {
    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: .40rem .75rem;
    font-size: .835rem;
    line-height: .85rem;
    border-radius: .40rem;
    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 > .btnz1:not(:last-child):not(.dropdown-toggle), .btnz-group1 > .btnz-group1:not(:last-child) > .btnz1 {
    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 > .btnz1:not(:first-child), .btnz-group1 > .btnz-group1:not(:first-child) > .btnz1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btnz-group1 .btnz1 + .btnz1, .btnz-group1 .btnz1 + .btnz-group1, .btnz-group1 .btnz-group1 + .btnz1, .btnz-group1 .btnz-group1 + .btnz-group1, .btnz-group-vertical1 .btnz + .btnz1, .btnz-group-vertical1 .btnz + .btnz-group1, .btnz-group-vertical1 .btnz-group1 + .btnz1, .btnz-group-vertical1 .btnz-group1 + .btnz-group1 {
    margin-left: -1px;
}

.btnz-sm, .btnz-group-sm > .btnz {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
}

.btnz1-xs, .btnz1-group-xs > .btnz1-xs {
    padding: .15rem .5rem;
    font-size: .715rem;
    line-height: 1rem;
}

.wd-35 {
    width: 35px;
}

.ttlbI {
    background: #e3e3e3 !important;
}

.znnme {
    position: relative;
    background: #0081e8;
    padding: 7px 10px;
    text-transform: capitalize;
    border-top-left-radius: .40rem;
    border-bottom-left-radius: .40rem;
    display: inline-block;
    font-weight: bold;
}

    .znnme:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 12px solid #0081e8;
        position: absolute;
        top: 0%;
        margin-top: 0px;
        left: 100%;
        z-index: 2;
    }

.ftvl {
    background: #939393;
    font-size: 0.85rem;
    margin-top: 10px;
    border-radius: .40rem;
}

.zndtl {
    padding: 7px 10px 7px 16px;
    font-weight: bold;
    display: inline-block;
}

.ttlbal {
    background: #96a6a6;
    font-size: 0.78rem;
    margin-top: 10px;
}

    .ttlbal .zone-name {
        position: relative;
        background: #0081e8;
        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 #0081e8;
            position: absolute;
            top: 0%;
            margin-top: 0px;
            left: 100%;
            z-index: 2;
        }

    .ttlbal .zone-details {
        padding: 8px 5px 8px 15px;
        font-weight: bold;
    }

.vwd50 {
    width: 44%;
}

.vwd25 {
    width: 28%;
}

.wd-40 {
    width: 40px;
}

.wd-70 {
    width: 70px;
}

.wd-137 {
    width: 137px;
}

.wd-143 {
    width: 143px;
}
.stips {
    background: #484848;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 1px 8px;
    font-size: .775rem;
    line-height: 1.2rem;
    font-weight: bold;
    position: relative;
}

    .stips:after {
        content: '';
        background: url('../Images/blue_tail.svg') no-repeat;
        position: absolute;
        right: -11px;
        top: 0;
        width: 11px;
        height: 21px;
    }

.assgn-ttl3 {
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    font-size: .775rem;
}

.assgn-value-inner1 {
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5rem;
}

.ttlbal01 {
    font-size: 0.78rem;
    margin-top: 10px;
}

    .ttlbal01 .zone-name01 {
        position: relative;
        background: #0081e8;
        text-transform: capitalize;
    }

    .ttlbal01 .zone-details01 {
        font-weight: bold;
    }

    .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 #0081e8;
        position: absolute;
        top: 0%;
        margin-top: 0px;
        left: 100%;
        z-index: 2;
    }

.sbhead {
    color: #7c7c7c;
    margin-bottom: 0;
    /*font-weight: bold;
    font-size: .835rem;*/
    font-size: .715rem;
    line-height: .875rem;
    text-transform: uppercase;
}

.vluttl {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5rem;
}

.sbdesc {
    font-size: .875rem;
    font-weight: bold;
}

.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: bold;
    font-size: .875rem;
}

.diperformer .dipvlu {
    font-weight: bold;
    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: 0px;
}
/*End Wizard Style Tab*/

.validation-error {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.loadingbx {
    height: 100%;
    position: relative;
}

.apexcharts-legend-text {
    color: #7c7c7c !important;
    font-size: .835rem !important;
    font-family: 'Open Sans', sans-serif !important;
}

.billing-dashboard-status {
    /*float: right;*/
    position: absolute;
    z-index: 100;
    right: .5rem;
}

.apexcharts-canvas {
    /*margin-top: 1.3rem !important;*/
}

.billing-dashboard-status ul {
    margin: 0;
    padding: 0;
}

.billing-dashboard-status li,
.billing-dashboard-status li.target,
.billing-dashboard-status li.up,
.billing-dashboard-status li.down {
    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: #0081e8;
        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: #0081e8;
}

.color-gray {
    color: #4d4b4b;
}

.color-white {
    color: #fff;
}

    .color-white:hover {
        color: #fff;
    }

.zonalbx h5 {
    font-size: 14px;
    color: #939393;
    margin: 0;
}
/*.zonalbx h2{font-size:24px;font-weight:bold;margin:0;}*/
.zonalbx h6 {
    font-size: 14px;
    font-weight: bold;
}

.vlusbttl {
    color: #939393;
    font-size: .875rem;
}

.bxheader {
    background: #96a6a6;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 7px 11px;
    color: white;
    font-size: 18px;
}

.todayVisitbx {
    background: #0081e8;
    color: white;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px;
}

.RuralStatus, .UrbanStatus {
    cursor: pointer;
}

    .UrbanStatus:before {
        width: 6px;
        height: 6px;
        content: '';
        background: #0081e8;
        left: -1px;
        position: absolute;
        top: 6px;
        border-radius: 6px;
    }

    .RuralStatus:before {
        width: 6px;
        height: 6px;
        content: '';
        background: #2b4486;
        left: -1px;
        position: absolute;
        top: 6px;
        border-radius: 6px;
    }

    .RuralStatus.selected {
        color: #2b4486;
        font-weight: bold;
    }

    .UrbanStatus.selected {
        color: #0081e8;
        font-weight: bold;
    }
/*Notification & Jump or Switch*/
.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-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

    .modal-dialog-slideout .modal-header h5 {
        float: left;
    }

#NotifSidenav, #JumpSidenav {
    padding-right: 0 !important;
}

.modal-sml {
    width: 360px;
    max-width: 100%;
}

.dropdown-header-custom {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 8px 15px;
    position: relative;
}

    .dropdown-header-custom h6 {
        margin-bottom: 0;
        line-height: 1.5rem;
    }

.jmprsn-body {
    padding: 15px 10px;
}

.jumpgridnav {
    padding: 0;
}

    .jumpgridnav .dirli {
        padding: 1px;
        display: inline-block;
        vertical-align: top;
        color: #000;
        z-index: 999;
    }

        .jumpgridnav .dirli .diritm {
            text-align: center;
            outline: none;
            display: block;
            height: 103px;
            width: 106px;
            padding: 10px 5px;
            border: 1px solid transparent;
            margin: 5px 0;
            border-radius: 0.25rem;
            transition: all 0.3s ease;
            cursor: pointer;
        }

            .jumpgridnav .dirli .diritm:hover {
                /*border: 1px solid #e2e2e2;*/
                transform: scale(1.1);
            }

                .jumpgridnav .dirli .diritm:hover .navname {
                    color: #0081e8;
                }

            .jumpgridnav .dirli .diritm .navimg {
                height: 40px;
                margin-bottom: 10px;
            }

            .jumpgridnav .dirli .diritm .navname {
                font-size: .775rem;
                color: #000000;
                display: block;
                font-weight: normal;
                text-align: center;
                line-height: 1rem;
            }

/*Start GIS*/
.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%;
    }
}

.lfttab .tbcnt {
    margin-right: 30px;
}

@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;
}
/*End GIS*/
.dropdown-body {
    padding: 5px 15px;
}

.ddhgt {
    max-height: 90vh;
    overflow-y: auto;
}

/*.dataTables_wrapper .dataTables_length {
    margin-top: .5rem;
    margin-right: 20px;
}

.dataTables_wrapper .dataTables_info {
    float: left;
    margin-top: 13px !important;
    font-size: .835rem;
}*/

.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: 1px solid #dbe4e6 !important;
    width: 100%;
    border-radius: .25rem;
}

.custom-fc {
    border: 0 !important;
    min-height: 200px;
    color: #939393;
    max-width: 100%;
}

.customfc {
    padding: .20rem .5rem;
    border: 1px solid #dbe4e6;
    border-radius: .15rem;
    color: #939393;
    max-width: 100%;
}

.lstupdtd {
    color: #0081e8;
    line-height: 1.35rem;
    font-weight: bold;
}

    .lstupdtd span {
        color: #838383;
        display: block;
        font-weight: normal;
        font-size: .85rem;
    }
/*Bill Distribution Dashboard*/
.bill-Distribution span.active {
    color: #fff;
    background-color: #0081e8;
    border-color: #0081e8;
}

.pos-relative {
    position: relative;
}

.crrtbbx {
    background: #0081e8;
    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: #0081e8;
    font-size: .875rem;
    font-weight: bold;
}

.blprcgry {
    color: #939393;
    font-size: .875rem;
    font-weight: bold;
}

.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 #0081e8;
        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: white;
    font-size: 1.05rem;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -o-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: #0081e8;
    }
/*GGL Dashboard*/
.ggl-bg-totalcosum {
    background: #0081e8;
    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: white;
}

.ggl-assgn-ttl3 {
    text-transform: uppercase;
    font-size: .835rem;
    font-weight: bold;
}

.tv-vlue {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
}

.ttl-blld {
    color: #0081e8;
    font-weight: bold;
}

.dmst-com {
    line-height: 2.75rem;
}

.dmstval {
    font-size: 2.75rem;
    font-weight: bold;
    color: #0081e8;
}

.sub-dmstval {
    font-weight: bold;
}

.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: bold;
    text-transform: capitalize;
    margin-top: .7rem;
    margin-bottom: 2px;
}

.uzrdesgn, .uzrcode {
    color: #939393;
}

.stips-green {
    background: #5f6267;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 .5rem;
    height: 21px;
    font-size: .675rem;
    line-height: 21px;
    font-weight: 500;
    position: relative;
}

    .stips-green:after {
        content: '';
        background: url('../Images/blue_tail.svg') no-repeat;
        position: absolute;
        right: -11px;
        top: 0;
        width: 11px;
        height: 21px;
    }

.bg-billing-box {
    background: #ebebeb !important;
}

.assgn-bill-exp {
    font-size: 1.2rem;
    color: #0081e8;
    font-weight: bold;
    line-height: 1.2rem;
}

    .assgn-bill-exp .assgn-bill-exp-sub {
        font-size: .875rem;
        font-weight: normal;
        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: bold;
}

    .excname .excname-id {
        font-size: 0.835rem;
        color: #888888;
        display: block;
        margin-top: 0px;
        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: bold;
    color: #fff;
}

    .tdyconzmr .tdyconzmr-sub {
        font-weight: bold;
        font-size: .925rem;
    }

.unsgnd {
    font-weight: bold;
    color: rgba(255,255,255,0.85);
}

.loc-aclist {
    max-height: 450px;
    overflow-y: auto;
}

.markerInfo {
    cursor: pointer;
    color: #484848;
    font-weight: bold;
    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: normal;
        color: #91a1b8;
        display: block;
    }

.markerInfo:hover {
    color: #0081e8;
}

.markerInfo img {
    margin-right: 5px;
}

.mu-ok {
    background: #1cc185;
    border: 1px solid #1cc185;
    color: #fff;
    display: inline-block;
    padding: 0.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: 0.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: #ef5941;
    border: 1px solid #ef5941;
    color: #fff;
    display: inline-block;
    padding: 0.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: 0.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: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-container {
}

    #iw-container .iw-title {
        font-family: 'Open Sans', sans-serif;
        font-size: .925rem;
        font-weight: bold;
        padding: .5rem;
        background-color: #0081e8;
        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%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.gm-style .gm-style-iw-t::after {
    height: 10px;
    width: 10px;
    top: 14px;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important;
}

.dtllist {
    margin-bottom: .4rem;
    font-size: .85rem;
    color: #484848;
}

    .dtllist:last-child {
        margin-bottom: 0;
    }

    .dtllist span {
        color: #939393;
        font-weight: bold;
    }

.clkhint {
    font-weight: bold;
    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;
    }
}

.img-dist {
    cursor: pointer;
}

    .img-dist:hover {
        color: #0081e8;
    }

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: #d9d9d9 !important;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #dbe4e6 !important;
    min-height: .835rem !important;
    background-color: #fff;
    border-radius: .5rem !important;
    margin: 0;
}


.SelectBox {
    padding: .30rem .60rem !important;
    height: calc(1.85rem + 1px);
}


.SumoSelect > .CaptionCont > span {
    color: #000 !important;
    font-size: .775rem !important;
}

.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: 1px solid #dbe4e6;
    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: #0081e8 !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-weight: bold;
    color: #4f4842;
    margin-top: 1rem;
}

.nd-sub-ttl {
    color: #898e8e;
    font-weight: normal;
    line-height: 1.5rem;
}
/*filter style start*/
@media (min-width: 767px) {
    .mn-xs-wd-100 mb-2 mb-md-0 {
        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-115 {
        width: 115px;
        min-width: 100px;
        margin-right: 10px;
    }
    .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: 10px;*/
    }

    .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 (max-width: 425px) {
    .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: 0.875rem !important;
    }

    .hrchy {
        line-height: 1.15rem !important;
    }

}

.card-body-gray {
    background: #eeeeee;
    width: 100%;
    padding: 1rem;
}

.labelbold {
    font-size: .85rem;
    font-weight: bold;
    color: #484848;
    margin-bottom: 0;
}

.billbold {
    font-size: -0.15rem;
    font-weight: bold;
    color: #120303;
    margin-bottom: 0;
}

.desc {
    color: #939393;
}

.dttm {
    color: #0081e8;
    font-weight: bold;
}

.dttmbl {
    color: #0081e8;
    font-weight: bold;
}

.text-dark-force {
    color: #484848 !important;
    font-weight: bold;
}

.OI_operate img {
    background: #fff;
}

.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: sub;
    margin-right: 5px;
    background: transparent;
    border: 0;
}

    input[type=checkbox]:focus, input[type=radio]:focus {
        outline: none;
    }

    input[type=checkbox]:after, input[type=radio]:after {
        content: '';
        display: block;
        background: #fff;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        color: #1cc185;
        transition: .25s all ease-in-out;
        border-radius: .15rem;
        /*line-height: 16px;*/
        border: 1px solid #b0b0b0;
        text-align: center;
    }

    input[type=radio]:after {
        border-radius: 50%;
    }

    input[type=checkbox]:checked:after {
        /*content: '\f00c';
        font: normal normal normal 11px/1 FontAwesome;
        border: 1px solid #b0b0b0;
        background:#fff;
        line-height: 16px;
        color: #1cc185;*/
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 12px;
        border: 1px solid #b0b0b0;
        background: #fff;
        line-height: 1.2;
        font-weight: 400;
        color: #1cc185;
    }

    input[type=radio]:checked:after {
        content: '\f111';
        /*font: normal normal normal 11px/1 FontAwesome;*/
        border: 1px solid #b0b0b0;
        background: #fff;
        font-family: FontAwesome;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 400;
        color: #1cc185;
    }

    input[type=checkbox]:hover:after, input[type=radio]:hover:after {
        border-color: #b0b0b0;
        border: 1px solid #b0b0b0;
    }

.modal-head-custom {
    padding-bottom: 10px;
    border-bottom: 1px solid #0081e8;
}

.model-head {
    font-size: .925rem;
    color: #0081e8;
    text-transform: uppercase;
    font-weight: bold;
    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: 1px solid #dbe4e6;
    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: 1px solid #dbe4e6;
        color: #000;
    }

/*.loader-custom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loader-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1000;
}

    .loader-custom-inner .pro-img {
        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;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        /*top: 5px !important;
        line-height: 16px !important;
        border: 1px solid #fff !important;*/
    }

.wcmbody {
    background: #fff url(../images/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.uzrfoto {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

    .uzrfoto img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        padding: 2px;
        border: 1px solid #dbe4e6;
    }

.uzrnamesry {
    font-size: .875rem;
    font-weight: bold;
    color: #0081e8;
}

.badge-xs {
    padding: .175rem .35rem;
    font-size: .65rem;
    vertical-align: middle;
    line-height: .65rem;
    font-weight: normal;
}

.cnsmr-nme {
    color: #484848;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: .15rem;
}

.mtrrdr {
    margin-top: .5rem;
}

.mtrrdngvlu {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
}

.inrgrn {
    height: 16px;
    margin-right: 2px;
    vertical-align: baseline;
}

.vdesc {
    color: #939393;
    font-size: .835rem;
}

/*.cbdy {
    padding: 0 3px;
}*/

.cbdy-white {
    padding: .5rem;
    background: #fff;
}

.mtrrdval {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0081e8;
    line-height: 1.2rem;
}

.bdr-dashed {
    border: 1px dashed #d9d9d9;
}

.ttl-due-amt {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #0081e8;
}

.aftddt {
    margin-top: 5px;
}

.ttl-due-amt span {
    font-size: .835rem;
    color: #484848;
    display: block;
    line-height: .85rem;
    font-weight: normal;
}

.ttlamnticon {
    height: 24px;
    margin-right: 5px;
}

.aftddt-amt {
    color: #ef5941;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
}

    .aftddt-amt span {
        font-size: .835rem;
        color: #484848;
        display: block;
        line-height: .85rem;
        font-weight: normal;
    }

.dttmbl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.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: bold;
}

.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,0.55);
    padding: .15rem .5rem;
    color: #fff;
    border-left: 2px solid #0081e8;
}

.custom-table-bordered tr:hover {
    background: #f3f4f9;
}

.custom-table-bordered tr.seletedrow {
    background: #f3f4f9;
}

.custom-table-bordered tr td a {
    font-weight: bold;
    /* max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

.cap-img {
    position: relative;
}

.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: bold;
    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: bold;
    }

.bidtl {
    font-size: .875rem;
    border-top: 1px solid #f0f0f0;
    margin-top: .35rem;
    padding-top: .35rem;
}

.cinlnk {
    font-weight: bold;
    color: #0081e8;
}

    .cinlnk:hover {
        color: #0bab70;
    }

.bi-unbilled {
    display: inline-block;
    background: #fff;
    border: 3px solid #ef5941;
    border-radius: .3rem;
    overflow: hidden;
}

.bi-ubbilled-foot {
    background: #ef5941;
    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 {
    border-color: #cbdaf7;
    background-color: #d9e6ff;
    color: #005aff;
}

.badge-domestic {
    border-color: #f7e7a3;
    background-color: #fff3c0;
    color: #482b00;
    text-transform: capitalize;
}

.chkicnz {
    height: 14px;
    margin-right: 3px;
}



.dmst-cmrcl {
    margin-right: 1rem;
    margin-bottom: .5rem;
}

.cnno {
    font-size: .975rem;
    font-weight: bold;
    color: #8c52fe;
}

    .cnno:hover {
        color: #3c67c8;
    }

.cnmtr {
    line-height: 1rem;
    margin-top: .5rem;
}

.tinvoice {
    font-size: .875rem;
    font-weight: bold;
    color: #0081e8;
}

    .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: bold;
    line-height: 1.35rem;
}

.crrrddtl {
    width: 100%;
}

.prvrdg {
    color: #91a1b8;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.35rem;
}

.bdr-dotted {
    border-bottom: 1px dotted #d9d9d9;
}

.chrg {
    font-size: .85rem;
    font-weight: bold;
    color: #0081e8;
}

.btn-sblue {
    color: #fff;
    background-color: #0081e8;
    border-color: #0081e8;
}

    .btn-sblue:hover {
        color: #fff;
        background-color: #3c67c8;
        border-color: #3c67c8;
    }

.nvbr {
}

    .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: #0081e8;
}

.custom-logo-text {
    color: #fff;
    font-size: .9rem;
    margin-left: .3rem;
}

.badge-white {
    color: #000;
    background-color: #fff;
}

.breadcrumb-page {
    position: relative;
}

.hdr-brdcrm {
    position: fixed;
    z-index: 1001;
    /*width: 100%;*/
    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: #0081e8;
        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: #000;
    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: #0081e8;
        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: #0081e8 !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;
}

.uzval-sts, .uzttl-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,0.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,0.85);
}

    .uzrcnt span {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 600;
        color: #fff;
        margin-right: 3px;
    }

.wdg-warning {
    padding: .65rem;
    background: #ffca00 url('../images/triangle_white_bg.svg') no-repeat;
    background-position: center right;
    border-radius: .25rem;
    margin-bottom: .65rem;
}

.wdg-secondary {
    padding: .65rem;
    background: #91a1b8 url('../images/triangle_white_bg.svg') no-repeat;
    background-position: center right;
    border-radius: .25rem;
    margin-bottom: .65rem;
}

.wdg-success {
    padding: .65rem;
    background: #0081e8 url('../images/triangle_white_bg.svg') no-repeat;
    background-position: center right;
    border-radius: .25rem;
    margin-bottom: .65rem;
}

.wdg-pending {
    padding: .65rem;
    background: #216bcc url('../images/triangle_white_bg.svg') no-repeat;
    background-position: center right;
    border-radius: .25rem;
}

.wdg-danger {
    padding: .65rem;
    background: #e01c1d url('../images/triangle_white_bg.svg') no-repeat;
    background-position: center right;
    border-radius: .25rem;
}

.ctm-card-left {
    background: #fff;
    padding: 15px;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    width: 100%;
}

@media(min-width:576px) {
    .mtfm {
        margin-left: 1rem;
    }

    .ctm-card-left:after {
        content: '';
        position: absolute;
        top: 0;
        right: -8px;
        height: 100%;
        width: 8px;
        background: #fff;
        border-right: 1px solid #e9ebf3;
    }

    .ctm-card-right:before {
        content: '';
        position: absolute;
        top: 0;
        left: -8px;
        height: 100%;
        width: 8px;
        background: #fff;
    }
}

.ctm-card-right {
    background: #fff;
    padding: 15px;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    width: 100%;
}

.pge-fltr {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    margin-top: 0;
}

.bck-mnu {
    background: #f1f2f7;
    padding: 1rem;
    line-height: .85rem;
}

    .bck-mnu a {
        color: #484848;
        font-size: .875rem;
    }

.syf {
    color: #484848;
}

.sdnv-body {
    padding: 1rem;
}

.crd-hdr {
    border-bottom: 1px solid #e9ebf3;
    padding: .65rem 1rem .65rem 1rem;
}

.ntfy {
    color: #216bcc;
    font-weight: 600;
}

.uzr-nme, .uzr-nme a {
    color: #276ac1;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: .65rem;
    font-weight: 700;
}

.pheml {
    font-weight: 600;
    line-height: .825rem;
}

.cnttpe {
    width: 50px;
    height: 50px;
    margin-right: .65rem;
}

.uzr-acid, .uzr-dscm {
    font-weight: 600;
    color: #484848;
}

.uzr-reg {
    color: #91a1b8;
    font-size: .725rem;
}

.btn-pill {
    border-radius: 50em !important;
}

.btn-sm, .btn-group-sm > .btn {
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem;
    line-height: 1.6;
    border-radius: 5px;
}

.uzrtrnz {
    color: #484848;
    font-weight: 600;
}

.form-group select, select {
    -webkit-appearance: menulist-button;
}

.footer-cpyrgt {
    padding: .5rem .5rem 1.15rem .5rem;
    background: #fff;
    color: #91a1b8;
    font-size: .675rem;
}

.pwdlog {
    height: 20px;
    margin-left: 5px;
}

.uzrz-avtar {
    width: 100px;
    height: 100px;
    margin-right: 1rem;
}

    .uzrz-avtar img {
        width: 100px;
        height: 100px;
        border-radius: .25rem;
    }

.createdon {
    color: #707070;
    font-size: .775rem;
}

.cnsmr-hdr .createdon {
    color: #707070;
    font-size: .725rem;
    line-height: .725rem;
}

.border-clearfix {
    height: 1px;
    background: #e9ebf3;
    display: block;
}

.usrz-more-dtl {
    margin-bottom: 1rem;
}

    .usrz-more-dtl .nav-tabs {
        border-bottom: 1px solid #dbe4e6;
    }

        .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: .65rem 0;
            font-size: .8375rem;
            line-height: 1.5;
            font-weight: 400;
        }

            .usrz-more-dtl .nav-tabs .nav-link.active, .usrz-more-dtl .nav-tabs .nav-item.show .nav-link {
                color: #0081e8;
                font-weight: bold;
                border: 0;
                border-bottom: 2px solid #0081e8;
            }

    .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;
            }

.cns-ttl {
    background: #e8ebf2;
    border-bottom: 1px solid #dee1e6;
    padding: .5rem 1rem .5rem 1rem;
}

.mypin {
    font-size: .85rem;
    font-weight: 700;
    color: #484848;
    margin-bottom: 0.25rem;
}

.srvprvlogo {
    margin-right: .5rem;
}

    .srvprvlogo .srvprvlogo-icon {
        height: 60px;
    }

.brdrww {
    font-size: .5rem;
    margin: 0 .35rem;
    font-weight: 700;
}

.srv-brdcrm {
    margin-bottom: .45rem;
}

.srvnme {
    color: #276ac1;
    font-size: .975rem;
    line-height: .975rem;
    /*margin-top: .185rem;*/
    font-weight: 700;
    display: block;
}

.utlynme {
    color: #276ac1;
    font-size: .835rem;
    line-height: .835rem;
    margin-top: .1rem;
    font-weight: 600;
    display: block;
}

.qryfltr {
    border-bottom: 2px solid #e9ebf3;
    padding: .65rem 1rem .65rem 1rem;
}

.chk-all {
    width: 54px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}

.drpdwn-sec {
    line-height: 1;
}

    .drpdwn-sec .slct-chk {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-left: 5px;
    }

.card-complaint-query {
    margin-bottom: 1rem;
}

    .card-complaint-query .dropdown-toggle:after {
        display: none;
    }

    .card-complaint-query .dropdown-menu {
        padding: 0;
    }

        .card-complaint-query .dropdown-menu .dropdown-item {
            min-height: 2rem;
            padding-right: 1rem;
            padding-left: 1rem;
            padding-top: .75rem;
            padding-bottom: .75rem;
            font-size: .835rem;
            font-weight: 600;
        }

.rlod {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}

    .rlod a {
        font-weight: 600;
        color: #276ac1;
    }

.mveto {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    font-weight: 600;
    line-height: 1;
}

    .mveto .slct-mveto {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-left: 5px;
    }

.pgintion {
    line-height: 1;
}

    .pgintion .prev-pagi, .pgintion .next-pagi {
        display: inline-block;
        padding: .25rem .65rem;
        font-size: 1rem;
        line-height: .875rem;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .20rem;
        color: #000;
        background: #e8ebf2;
        cursor: pointer;
    }

        .pgintion .prev-pagi:hover, .pgintion .next-pagi:hover {
            background: #5f6267;
            color: #fff;
        }

    .pgintion .noldisp {
        font-weight: 400;
        margin: 0 10px;
    }

.qrymail-body {
}

.chkbx {
    margin-right: 10px;
}

.qrylist {
    padding: .85rem 1rem;
    border-bottom: 1px dashed #dbdde4;
}

    .qrylist:last-child {
        border-bottom: 0;
    }

.qryno-srv {
    margin-right: 1.5rem;
}

    .qryno-srv .qryrr {
        font-weight: bold;
        color: #276ac1;
        font-size: .85rem;
        line-height: 1rem;
        margin-bottom: .35rem;
    }

    .qryno-srv .dicmnme {
        font-size: .775rem;
        line-height: .775rem;
        color: #91a1b8;
    }

.qry-rse-msg {
    margin-right: 1.5rem;
    max-width: 450px;
}

    .qry-rse-msg .raisedy {
        font-size: .775rem;
        line-height: .775rem;
        color: #91a1b8;
    }

    .qry-rse-msg .raisedsmg {
        font-weight: bold;
        color: #000;
        font-size: .85rem;
        line-height: 1rem;
        margin-top: .35rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

        .qry-rse-msg .raisedsmg .desc-msg {
            font-weight: 400;
            color: #000;
            font-size: .85rem;
        }

.action-date .btn-group, .action-date .btn-group-vertical {
    margin: 0 1.5rem 0
}

.qrydtetme {
    line-height: 1;
}

    .qrydtetme .qrydydte {
        font-weight: bold;
        color: #000;
        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;
}

.tx-logo {
    color: #fff;
    font-weight: 500;
}

.usrzprofile {
    width: 100%;
    position: relative;
}

    .usrzprofile img {
        max-width: 100%;
        height: auto;
        border-radius: .25rem;
    }

.usrzprofile-upload {
    overflow: hidden;
    padding: 3px 5px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: transparent;
    text-align: center;
}

    .usrzprofile-upload span {
        color: #fff;
        position: absolute;
        bottom: 0px;
        left: 0;
        text-align: center;
        background: #6754F7;
        padding: .7rem .875rem .6rem;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        white-space: nowrap;
        width: 100%;
        font-size: .685rem;
        line-height: .685rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    .usrzprofile-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.app-body .main {
    background: #F1F5F9;
    position: relative;
    border-bottom-left-radius: 50px;
}

.jump-btn {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}

    .jump-btn:hover {
        background: #dfdfdf;
    }

    .jump-btn img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 16px;
    }

.footer {
    font-size: .7rem;
    padding: 10px;
    color: #818181;
}

.rsn-body {
    padding: 15px;
}

    .rsn-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 10px 0px;
        border-bottom: 1px solid #e2e2e2;
        font-size: .835rem;
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #838383;
        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: #d9d9d9;
            color: #4e4e4e;
            font-size: .8125rem;
        }

        .rsn-body a:hover {
            color: #0081e8;
            text-decoration: none;
            background-color: transparent;
        }

            .rsn-body a:hover i {
                background: #0081e8;
                color: #fff;
            }

        .rsn-body a:first-child {
            padding-top: 0;
        }

        .rsn-body a:last-child {
            border-bottom: 0;
        }

.allnoti {
    font-weight: bold !important;
    color: #0081e8 !important;
}

.btnicon {
    margin-right: 5px;
}

.rg-sbtitle {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: .5rem;
}

.rg-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    font-weight: bold;
    position: relative;
}

    .rg-title:after {
        position: absolute;
        content: '';
        height: 3px;
        width: 80px;
        left: 0;
        bottom: .1rem;
        background: #0081e8;
    }

.regdesc {
    color: #4e4e4e;
    line-height: 1.5rem;
    font-size: .835rem;
}

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,0.9);
}

.dataTables_processing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 1000;
}

    .dataTables_processing img.loader-img, .dataTables_processing img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 55px;
    }

        .dataTables_processing img.loader-img {
            height: 55px;
        }

.cstldr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 1000;
}

    .cstldr img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 75px;
    }

.dttbl-koading {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
}

.fndttl {
    font-size: .875rem;
    border-bottom: 1px solid #dbe4e6;
    padding-bottom: .65rem;
    margin-bottom: 1rem;
}

.rsedate {
    color: #7c7c7c;
}

.cnsnme .badge-indraft{
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: .4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.cnsnmex {
    font-size: 1.25rem;
    line-height: 1.35rem;
    margin-bottom: .4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #0081e8;
}

.cnsnme .badge {
    margin-bottom: 0 !important;
}

.cnsnme-blk {
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin-bottom: .75rem;
    font-weight: bold;
    color: #000;
}

.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: #3921F5;
    background-color: #E7E9FD;
    border: 1px solid #D0D4FB;
}

.btn-indraft {
    color: #fff !important;
    background-color: #8640d6;
    border-color: #8640d6;
}
.dyhgt .badge-indraft, .prohgt .badge-indraft {
    margin-right: 0.6rem;
}
.btn-indraft {
    color: #fff !important;
    background-color: #7f31d9;
    border-color: #7f31d9;
}

.cnsrodtl {
    color: #000;
    font-size: .845rem;
    margin-bottom: .2rem;
}

.wzd-ttl {
    font-size: .715rem;
    text-transform: uppercase;
    margin-top: .625rem;
}

.upldtitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: .5rem;
    color: #000;
}

.upldbtn {
    margin-top: .5rem;
}

.btngroup .btn {
    margin-right: 5px;
}

.rvwttl {
    font-size: .735rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .65rem;
}

.prvimg img {
    padding: 3px;
    border: 1px solid #dbe4e6;
    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: normal;
        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: bold;
    }

.cnsmrdtlttl {
    color: #4e4e4e;
    font-size: .975rem;
    font-weight: bold;
    margin-bottom: .65rem;
}

.nmelt {
    color: #8c8c8c;
    font-size: .85rem;
    font-weight: 500;
}

.vluert {
    color: #000;
    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: normal;
        display: block;
        font-size: .815rem;
    }

.custom-file-input.cfi-lg {
    position: relative;
    z-index: 2;
    width: 100%;
    /*height: calc(1.85rem + 1px);*/
    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: 1px solid #dbe4e6;
    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;
    /*min-width:320px;*/
    border: 1px solid rgba(100,121,143,0.125);
}

.crdbox-ttle {
    padding-bottom: .625rem;
    margin-bottom: .85rem;
    border-bottom: 1px solid #e8eced;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
}

    .crdbox-ttle i {
        color: #000;
    }

.dmacnme {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: .65rem 0;
    font-weight: bold;
    color: #0081e8;
}

.dmanme {
    font-size: .85rem;
    line-height: .85rem;
    font-weight: 500;
    color: #000;
}

.crdbxfoot {
    padding-top: .625rem;
    margin-top: .85rem;
    border-top: 1px solid #dbe4e6;
    font-size: .845rem;
    line-height: .845rem;
    font-weight: 500;
}

.cmtbx {
    padding: 1rem;
    background: #e9e9e9;
    border-radius: .35rem;
}

.trvcmnt {
    color: #000;
}

.qts-open {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.qts-close {
    position: relative;
    bottom: -4px;
    margin-left: 5px;
}

.cmntby {
    font-size: .875rem;
    margin-bottom: .30rem;
    color: #0081e8;
    display: block;
    font-style: italic;
    font-weight: 500;
}

    .cmntby span {
        color: #989898;
    }

.aprvlcmnt {
    margin-bottom: .65rem;
    font-size: .85rem;
}

.aprvdte {
    color: #989898;
    font-size: .725rem;
}

.cmtttl {
    font-size: 1.15rem;
    font-weight: bold;
    position: relative;
    padding-bottom: .65rem;
    margin-bottom: 1rem;
}

    .cmtttl:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 5px;
        width: 35px;
        height: 2px;
        background: #0081e8;
    }

.doclist {
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
}

    .doclist.dlmlft {
        margin-left: 1rem;
        /*display: flex;*/
        /*gap: 3rem;*/
    }

    .doclist li {
        margin-bottom: 1rem;
        /*padding-bottom: 1rem;*/
        /*border-bottom: 1px dashed #e8eced;*/
    }

        .doclist li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
        }

    .doclist .docicon {
        margin-right: 1rem;
    }

.docnme {
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
   line-height: 1.25rem;
}

.attflenme {
    font-weight: bold;
    font-size: 0.725rem;
}

.dscdoc {
    font-weight: 500;
    color: #000;
    margin-top: .35rem;
}

    .dscdoc span {
        font-weight: normal;
    }

.doclist .docicon img {
    height: 38px;
}

.doclist .dcdte {
    color: #7c7c7c;
    font-size: .775rem;
    margin-bottom: .25rem;
}

.doclist .dcflnme, .doclist .dcflnme a {
    font-size: 1rem;
    margin-bottom: .375rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

    .doclist .dcflnme:hover {
        color: #0081e8;
    }

.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: bold;
    }

    .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: bold;
    position: relative;
    padding-bottom: .65rem;
    margin-bottom: 1.25rem;
}

    .dldocs:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #0081e8;
    }

/*Start Timeline Code*/
.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: 0px !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: #000 !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: #0081e8 !important;
}

.tm-btn {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #000;
    border: 1px solid #dbe4e6;
    background: #d9d9d9;
    padding: 0.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: #0081e8;
    text-align: center;
}

    .approval-req:after {
        position: absolute;
        content: '';
        bottom: -4px;
        left: -4px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px dotted #0081e8;
    }

.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: #ef5941;
    white-space: nowrap;
    font-size: .715rem;
    line-height: .715rem;
    margin-top: .35rem;
}
/*End Timeline Code*/

.cmpylist {
    border: 1px solid #dbe4e6;
    border-radius: .5rem;
    background: #fff;
    margin-bottom: 1rem;
    overflow: hidden;
}

.cmpylogo {
    background: #f5f5f5;
    padding: 1rem;
    width: 100%;
}

.clogoicn {
    height: 75px;
}

.cmplistdtl {
    padding: 1rem 1rem 1rem .5rem;
}

.crtdon {
    color: #989898;
    font-size: .775rem;
}

.cmpnme {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: .25rem 0 .5rem 0;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}

.cmpadd {
    color: #4e4e4e;
    font-size: .845rem;
    margin-bottom: 1.5rem;
}

.sbdtl {
    font-size: .875rem;
    line-height: .875rem;
}

    .sbdtl span {
        color: #989898;
        display: block;
        font-size: .75rem;
        margin-bottom: .2rem;
        font-weight: normal;
    }

.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%;
    }

.empdtl1 {
}

.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: bold;
    color: #0081e8;
}

.empodtl {
    color: #000;
    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: 390px;
    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.25rem;
        line-height: 40px;
    }

.sttsttl {
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 1rem;
    position: relative;
    color: #0081e8;
}

    .sttsttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #0081e8;
        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.25rem;
        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: bold;
    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: #ef5941;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px;
}

    .erroricn-innr i {
        font-size: 1.25rem;
        line-height: 40px;
    }

    .erroricn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #ef5941;
        left: -5px;
        top: -5px;
    }

.errorttl {
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 1rem;
    position: relative;
    color: #ef5941;
}

    .errorttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #ef5941;
        left: 0;
        bottom: 8px;
    }

.modlfoot {
    padding: .65rem .75rem;
    border-top: 1px solid #e7e7e7;
}

.ntfy {
    position: relative;
}

.app-header .nav-item .nav-link .badge {
    padding: .15rem .35rem .12rem .35rem;
    font-size: .615rem;
    line-height: .615rem;
}

/*Start Switch*/
.switch, .switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 26px;
    margin-left: 0.35em;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
            margin: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #a5c0ff;
            }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 36px;
            height: 14px;
            background-color: rgba(0,0,0,0.12);
            border-radius: 15px;
            margin-right: 10px;
            -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 5px 0 10px;
        }

        .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
            left: 18px;
        }

        .switch label .lever:before {
            background-color: rgba(38,166,154,0.15);
        }

        .switch label .lever:before, .switch label .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 0;
            top: -3px;
            -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
        }

        .switch label input[type=checkbox]:checked + .lever:after {
            background-color: #3921f5;
        }

        .switch label .lever:after {
            background-color: #939393;
            -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
            box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
        }

        .switch label .lever:before, .switch label .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 0;
            top: -3px;
            -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
        }

/*End Switch*/

.assgntsk {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: .45rem;
}

.at-ttl {
    font-weight: bold;
    text-transform: uppercase;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-size: .775rem;
}

.at-bdy {
    padding: .25rem .65rem .25rem 1rem;
}

#accordion .card {
    margin-bottom: 0;
    box-shadow: none;
    border-top: 1px dashed #d0d0d0;
}

    #accordion .card:first-child {
        border-top: 0;
    }

.card-header:first-child {
    border-radius: 0;
}

#accordion .card .card-header {
    padding: .75rem .5rem;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-bottom: 0;
}

    #accordion .card .card-header a {
        font-weight: bold;
        color: #0081e8;
        display: block;
    }

.card-link.clsphdr {
    justify-content: space-between;
}

#accordion .card .card-header a i {
    font-weight: 600;
}

.card-header.accrdch {
    position: relative;
    padding-left: 24px !important;
}

.accrdch .chkaccrd {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accrdcb {
    padding: .65rem .65rem .65rem 1.75rem;
    background: #f9f9f9;
}

.accrdsb {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .accrdsb li {
        padding-bottom: .65rem;
        margin-bottom: .65rem;
        border-bottom: 1px solid #e5e5e5;
    }

        .accrdsb li:last-child {
            border-bottom: 0;
        }

.form-group-sm .select2-container--default .select2-selection--single {
    height: calc(1.648438rem + 2px);
    padding: .25rem .5rem;
    font-size: .7185rem !important;
    line-height: 1.5;
    border-radius: 5px;
    padding-right: 26px !important;
    border: 0.72px solid #E2E8F0;
}

    .form-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #020f10;
        line-height: 1.25rem;
        font-size: 11px;
        font-weight: 400;
        padding: 0;
    }

    .form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 27px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 30px;
    }

.form-group-lg .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dbe4e6;
    box-shadow: none;
    height: calc(2.5rem + 2px);
    padding: .45rem .9rem;
    font-size: .865rem;
    line-height: 1.5;
    border-radius: .25rem;
}

    .form-group-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #4e4e4e;
        line-height: 1.5rem;
        font-size: .865rem;
    }

    .form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

.rlnme {
    font-size: .765rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .65rem;
    padding-bottom: .65rem;
    position: relative;
    color: #000;
}

    .rlnme:after {
        position: absolute;
        content: '';
        width: 22px;
        height: .10525rem;
        background: #000;
        bottom: .115rem;
        left: 0;
    }

.ndhlp {
    margin-top: 1rem;
}

.ndicn {
    margin-right: .5rem;
}

    .ndicn i {
        font-size: 1.25rem;
        font-weight: bold;
        color: #bbb;
    }

.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: #eff3f6;
    overflow: hidden;
    width: 414px;
    max-width: 100%;
    margin: auto;
    border: 1px solid rgba(100,121,143,0.125);
}

    .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: #dce0e3;
            text-transform: uppercase;
            border: 0;
            padding: .85rem;
            font-size: .845rem;
            font-weight: 500;
            text-align: center;
        }

            .billtabbox .nav-tabs .nav-link.active, .billtabbox .nav-tabs .nav-item.show .nav-link {
                color: #fff;
                background: #0081e8;
                font-weight: bold;
                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: .815rem;
        text-transform: uppercase;
        font-weight: 500;
        line-height: .815rem;
        border-radius: .25rem;
    }

        .txtlgbtn .btninnr:focus {
            outline: none;
        }

    .txtlgbtn .btnprmy {
        color: #fff !important;
        background-color: #0081e8;
        border: 1px solid #0081e8;
    }

    .txtlgbtn .btnrst {
        color: #fff !important;
        background-color: #5f6267;
        border: 1px solid #5f6267;
    }

.nsrch .nsrchttl {
    font-size: .865rem;
    line-height: .865rem;
    font-weight: 500;
    margin-bottom: .25rem;
    color: #4e4e4e;
}

.nsrch .nsrchdesc {
    font-size: .835rem;
    color: #4e4e4e;
    line-height: 1.5rem;
}

.srcrcd {
    font-size: .795rem;
}

    .srcrcd .accid {
        font-weight: bold;
        color: #0081e8;
    }

    .srcrcd i {
        color: #7c7c7c;
        font-size: 1rem;
        font-weight: bold;
        margin-right: .35rem;
    }

.bllcnsmr {
    font-size: 1.15rem;
    font-weight: bold;
    color: #0081e8;
    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: bold;
    margin-bottom: .2rem;
}

    .srcadd .adrsttl {
        font-weight: normal;
    }

.ttlnrm {
    /*color:#7c7c7c;*/
    font-size: .775rem;
}

.blngvle {
    font-weight: bold;
    font-size: .925rem;
    color: #0081e8;
}

.billtabbox .tab-content {
    background: #f7f7f7;
    margin-top: 0;
    border: 0;
}

.AlertCustom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .AlertCustom .alert {
        border-radius: 0;
    }

        .AlertCustom .alert:last-child {
            margin-bottom: 0 !important;
        }

    .AlertCustom i {
        /*color:#28623c;*/
        font-size: 1.15rem;
        font-weight: bold;
        margin-right: .5rem;
    }

.totalamt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #28623c;
    background: #1dc185;
    padding: 1rem 1rem 0;
}

.ttamttl {
    font-size: .775rem;
    line-height: .775rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    margin-bottom: .45rem;
}

.ttamvle {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    font-weight: bold;
}

    .ttamvle .cncnt {
        font-size: .775rem;
        color: rgba(255,255,255,0.75);
        font-weight: bold;
        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;
}

.mdlhdr {
    padding: 1rem 1rem .15rem 1rem;
}

.mdlttl {
    color: #0081e8;
    font-weight: bold;
    font-size: 1rem;
}

.modl .mdlbdy {
    padding: .75rem 1rem;
}

.mdlftr {
    padding: .75rem 1rem;
    border-top: 1px solid #dbe4e6;
}

@media (min-width: 992px) {
    .AlertCustom {
        margin-left: 260px;
        width: calc(100% - 260px);
    }

    .totalamt {
        margin-left: 260px;
        width: calc(100% - 260px);
    }
}

.frmttl {
    font-size: .875rem;
    font-weight: bold;
}

.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: bold;
    color: #0081e8;
    font-size: .875rem;
    margin-bottom: .5rem;
}

.adcnttl {
    font-weight: 500;
    font-size: .835rem;
    line-height: .835rem;
    margin-bottom: .65rem;
}

.adcnvle {
    color: #0081e8;
    font-size: .875rem;
    line-height: .875rem;
    font-weight: bold;
}

.cndtl {
    color: #4e4e4e;
}

    .cndtl span {
        /*color: #7c7c7c;
    font-weight: 500;*/
    }

.table.tablebill {
    margin-bottom: 0;
}

    .table.tablebill th {
        border-bottom: 1px dashed #d9d9d9;
    }

    .table.tablebill th, .table.tablebill td {
        border-top: 0 !important;
        font-size: .875rem;
    }

    .table.tablebill .csbprc td {
        font-size: 1rem;
        font-weight: bold;
        color: #000;
        border-top: 1px dashed #d9d9d9 !important;
    }

.invcicn {
    height: 75px;
}

.invchdr {
    border-bottom: 1px solid #dbe4e6;
    margin-bottom: 1rem;
}

    .invchdr .mdlhdr {
        padding: .85rem 0;
    }

.btnft {
    margin: 0 0 .5rem 0;
    border-top: 1px solid #e5e5e5;
    padding-top: .85rem
}

.bgbx {
    background: #f7f7f7;
}

.grybx {
    background: #eff3f6;
    max-width: 100%;
    width: 414px;
    margin: auto;
}

.grybdy {
    background: #eff3f6;
    padding: 1rem;
    width: 100%;
    position: relative;
}

.grybdyz {
    background: #eff3f6;
    padding: 1rem;
    width: 100%;
    position: relative;
    border: 1px solid #dbe4e6;
    border-top: 0 !important;
}

.crdhdr {
    background: #dce0e3;
    padding: .85rem 1rem;
    font-size: .875rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.grybxbdy {
    padding: 1rem;
}

.ftsec {
    padding: .65rem 1rem;
    border-top: 1px solid #dbe4e6;
    margin-top: 1rem;
}

.nttl {
    font-weight: 500;
    font-size: .875rem;
}

.rdochk {
    margin-right: .5rem;
}

.cnsnt {
    font-size: 1.35rem;
    line-height: 1.65rem;
    margin-bottom: .4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.hnt {
    color: #000;
    font-size: .7rem;
    margin-top: .2rem;
    font-style: italic;
}

.fwd {
    margin: 0 .5rem;
    font-size: .825rem;
}

.bcrumb {
    font-size: .735rem;
    line-height: .735rem;
    margin-bottom: .35rem;
}

.ccdsc {
    /*color:#777;*/
    margin-bottom: .15rem;
}

.pdbtm {
    padding-bottom: 65px;
}

.aclst {
    padding-left: 1.5rem;
}

.addcnslist, .addcnslist1, .addcnslist2, .addcnslist3, .addcnslist4, .addcnslist5 .addcnslist6, .addcnslist7, .addcnslist8, .addcnslist9, .addcnslist10 {
    position: relative;
    border-bottom: 1px dotted #d9d9d9;
    padding-top: .75rem;
}

.aclst:first-child .addcnslist, .aclst:first-child .addcnslist1, .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, .aclst:first-child .addcnslist10 {
    padding-top: 0;
}

.aclst:last-child .addcnslist, .aclst:last-child .addcnslist1, .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, .aclst:last-child .addcnslist10 {
    border-bottom: 0;
}

.addcnslist:before, .addcnslist1:before, .addcnslist2:before, .addcnslist3:before, .addcnslist4:before, .addcnslist5:before, .addcnslist6:before, .addcnslist7:before, .addcnslist8:before, .addcnslist9:before, .addcnslist10:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -20px;
    top: 0;
    background: #d9d9d9;
}

.addcnslist:after, .addcnslist1:after, .addcnslist2:after, .addcnslist3:after, .addcnslist4:after, .addcnslist5:after, .addcnslist6:after, .addcnslist7:after, .addcnslist8:after, .addcnslist9:after, .addcnslist10:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: -24px;
    top: 15%;
    transform: translateY(-15%);
    background: #d9d9d9;
}

.btn i {
    font-weight: 500;
}

.btn img {
    vertical-align: sub;
}

.prof-img-custom {
    width: 150px;
    height: 150px;
}

    .prof-img-custom .usrzprofile .userPro {
        width: 100%;
        width: 150px;
        height: 150px;
        border-radius: .5rem;
    }

.spcttl {
    font-size: .845rem;
    color: #000;
    font-weight: bold;
    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: bold;
    color: #0081e8;
}

.hdlnbdy {
    padding: 1rem;
}

.hdlnbdy1 {
    padding: 1rem 1rem .35rem 1rem;
}

.bgf4 {
    background: #eff3f6;
}

.cntricn {
    margin-right: .7rem;
    height: 35px;
}

.cntrdte {
    font-size: .845rem;
    line-height: .845rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.cntrtme {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #0081e8;
}

.gmwl {
    font-size: .975rem;
    color: #7c7c7c;
    font-weight: 500;
    font-style: italic;
}

.cntrdesc {
    color: #7c7c7c;
}

    .cntrdesc span {
        color: #0081e8;
        font-weight: bold;
        font-style: italic;
    }

.rcpgttl {
    font-weight: 500;
    font-size: .875rem;
    position: relative;
    margin-bottom: 0.75rem;
    /*margin-top: 0.75rem;*/
    color: #183958;
    width:100%;
}

 /*   .rcpgttl:before {
        position: absolute;
        content: '';
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
        background: #0081e8;
    }*/

.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: .735rem;
    line-height: .735rem;
    color: #4e4e4e;
    margin-bottom: .45rem;
}

.cntrvle {
    font-size: .945rem;
    line-height: .945rem;
    color: #000;
    font-weight: bold;
}

.mg-r--7 {
    margin-right: -7px !important;
}

.mg-l--7 {
    margin-left: -7px !important;
}

.cntrlst {
    margin-top: .5rem;
    font-size: .825rem;
    color: #4e4e4e;
}

    .cntrlst i.fa-calendar {
        font-weight: normal;
        font-size: .775rem;
        margin-right: .1rem;
        color: #a2a2a2;
    }

.cnsmrdlt {
    margin-top: .5rem;
    font-size: .825rem;
    color: #ef5941;
    font-weight: 500;
}

.calicn {
    font-weight: 500;
    color: #b5b5b5;
}

.cntruzr {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: .65rem;
}

.btnrps {
    position: relative;
    padding-left: 2rem;
}

.crcicn {
    position: absolute;
    font-size: 1.5rem;
    left: 1rem;
    font-weight: normal;
}

select {
    background: #fff url('../images/ddown.svg') no-repeat;
    -webkit-appearance: none;
    background-size: 10px 10px;
    background-position: right .615rem bottom .8rem;
    -webkit-appearance: none !important; /*For hiding default pointer of drop-down on Chrome*/
    -moz-appearance: none !important; /*For hiding default pointer of drop-down on Mozilla*/
    padding-right: 30px !important;
}

    select.form-control-sm {
        background: #fff 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;
    }

    select.form-control-lg {
        background: #fff url(../images/ddown.svg) no-repeat;
        -webkit-appearance: none;
        background-size: 11px 11px;
        background-position: right 0.75rem bottom 0.85rem;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 32px !important;
    }
    /*For IE*/
    select::-ms-expand {
        display: none;
    }

option {
    height: calc(1.975rem + 1px);
    font-size: .765rem;
    padding: .35rem .65rem;
    line-height: 1.5;
}

.cnsttl {
    font-size: .775rem;
    line-height: .775rem;
    color: #4e4e4e;
    margin-bottom: .35rem;
}

.cnsdta {
    font-size: .865rem;
}

    .cnsdta span {
        font-weight: bold;
    }

.uzricn {
    min-width: 50px;
    height: 50px;
    margin-right: .75rem;
}

    .uzricn img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.cnsmrrecpt {
    position: relative;
    padding: 1rem 0 1rem 1rem;
}

    .cnsmrrecpt:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: #0081e8;
    }

.assndto {
    font-size: .775rem;
    line-height: .775rem;
    margin-bottom: .45rem;
    color: #4e4e4e;
}

.asscnsr {
    font-size: .975rem;
    line-height: .975rem;
    margin-bottom: .15rem;
    font-weight: bold;
}

.cntropn, .cntrcls, .cntrstts, .cntraprv, .cntrpndng, {
    color: #4e4e4e;
}

    .cntropn span {
        color: #0081e8;
        font-weight: bold;
    }

    .cntrcls span {
        color: #ef5941;
        font-weight: bold;
    }

    .cntrstts span {
        color: #000;
        font-weight: bold;
    }

    .cntrpndng span {
        color: #0081e8;
        font-weight: bold;
    }

    .cntraprv span {
        color: #1cc185;
        font-weight: bold;
    }

.dmcsdtls {
    padding: 1rem 0;
}

.ttlvlue {
    font-weight: bold;
    word-wrap: break-word;
}

.mbt2 {
    margin-bottom: .30rem;
}

.mbt3 {
    margin-bottom: .35rem;
}

.mbt4 {
    margin-bottom: .45rem;
}

.mbt2:last-child {
    margin-bottom: 0;
}

.ttlvlue a.infcns {
    color: #000;
}

    .ttlvlue a.infcns i {
        font-size: 1rem;
    }

.crdbox1 {
    padding: .65rem 0;
    border-radius: .35rem;
    min-width: 270px;
}

.hrchy {
    font-size: .735rem;
    line-height: .735rem;
    margin-bottom: .4rem;
}

.hrchybld {
    font-size: .845rem;
    font-weight: bold;
}

    .hrchybld span.hbsb {
        font-size: .725rem;
        font-weight: 400;
        color: #777;
        margin-left: 5px;
    }

.dcdsc {
    line-height:1.75;
}
    .dcdsc span {
        width: 110px;
        display: inline-block;
    }

.input-group .input-group-append .btn-dflt {
    background: #f7f7f7;
    border: 1px solid #dbe4e6;
    font-size: .725rem;
}

    .input-group .input-group-append .btn-dflt:hover {
        color: #0081e8;
    }

.btn-group .btn-dflt {
    background: #fff;
    border: 1px solid #dbe4e6;
    font-size: .725rem;
    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: #000;
}

.infoicn {
    font-size: 1rem;
    font-weight: bold;
    color: #0081e8;
    margin-left: 5px;
}

.ddwnbx {
    padding: .25rem 0;
    border-radius: .35rem;
    min-width: 200px;
}

.stgnme {
    font-size: .775rem;
    font-weight: bold;
    color: #0081e8;
}

.stgttl {
    font-size: .84rem;
    font-weight: bold;
}

.ddwnbx-hdr {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #dbe4e6;
    color: #7c7c7c;
    font-weight: bold;
    font-size: .84rem;
}

.pnmedesc {
    font-size: .845rem;
}

.ttlname {
    font-size: .775rem;
}

.pnme {
    font-size: 1.35rem;
    line-height: 1.35rem;
    margin: .575rem 0;
    font-weight: bold;
    color: #0081e8;
}

.custom-table-bordered tr td .sprtrw {
    border-bottom: 1px solid #eee;
    padding: 0.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;
}

.infttl {
    font-size: 1.05rem;
    line-height: 1.05rem;
    margin: .45rem 0;
    font-weight: bold;
    color: #0081e8;
}

.aprvvlue {
    font-size: .875rem;
    font-weight: bold;
    color: #0081e8;
}

.fntit {
    font-style: italic;
}

.cbgry {
    background: #eeeeee;
    width: 100%;
    padding: 1rem;
    border-radius: .35rem;
}

.bllrlt {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ef5941;
}

    .bllrlt .fwd {
        font-size: 1rem;
    }

.titlecmn {
    font-weight: bold;
    font-size: .875rem;
    position: relative;
    padding-left: .65rem;
}

    .titlecmn:before {
        position: absolute;
        content: '';
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
        background: #3921f5;
    }

    .titlecmn .actsrcg {
        color: #1cc185;
        font-size: .835rem;
        font-weight: 500;
        margin-left: .5rem;
    }

.crcbdge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}

.crcbdge-wtng {
    background: #b4b4b4;
}

.crcbdge-prmry {
    background: #0081e8;
}

.crcbdge-sccs {
    background: #1cc185;
}

.workflow-complaint {
    position: relative;
    padding-left: 49px;
}

    .workflow-complaint:before {
        position: absolute;
        content: '';
        width: 1px;
        /*height:calc(100% - 40px);*/
        height: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: 13px;
        border-left: 1px dashed #dedfe1;
    }

.completestage {
    position: relative;
    margin-bottom: 1rem;
    background: #eff3f6;
    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;
    }

.completestage .ccsteps {
    position: absolute;
    left: -49px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #1cc185;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .completestage .ccsteps .cchk {
        font-size: 13px;
        line-height: 27px;
        color: #fff;
    }

.cprcssteps {
    position: absolute;
    left: -45px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #0081e8;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .cprcssteps:before {
        position: absolute;
        content: '';
        width: 27px;
        height: 27px;
        border-radius: 50%;
        border: 1px dashed #0081e8;
        left: -4px;
        top: -4px;
    }

.cwtngsteps {
    position: absolute;
    left: -45px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #989898;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.ccmplte {
    padding: .65rem .875rem;
    background: #1cc185;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    width: 100%;
}

.crjct {
    padding: .65rem .875rem;
    background: #ef5941;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
}

.cstts {
    padding: .65rem .875rem;
    color: #000;
    font-weight: bold;
}

.cdate {
    padding: .725rem .875rem;
    background: #dce0e3;
    color: #000;
    font-size: .775rem;
    min-height: 2.5495rem;
    width: 100%;
}

    .cdate .calndr {
        font-size: 1rem;
        font-weight: bold;
        margin-right: .5rem;
        color: #4e4e4e;
    }

.cinprccs {
    padding: .65rem .875rem;
    background: #0081e8;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    width: 100%;
}

.cwting {
    padding: .65rem .875rem;
    background: #989898;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    width: 100%;
}

.agnto {
    color: #0081e8 !important;
    font-weight: bold;
}

    .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: none;
    }

    .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: #eff3f6;
}

.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: #ef5941;
    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;
}

.cipsteps {
    position: absolute;
    left: -43px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #0081e8;
    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: #ef5941;
    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: bold;
    margin-bottom: .35rem;
}

.cmpdte {
    font-size: .725rem;
    line-height: .725rem;
    color: #777;
    margin-bottom: .145rem;
}

.cmplby {
    color: #777;
    font-style: italic;
}

    .cmplby span {
        color: #0081e8;
        font-weight: 500;
    }

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tclst {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tclst li {
        position: relative;
        margin-left: 1.75rem;
        line-height: 1.4rem;
    }

        .tclst li:before {
            position: absolute;
            content: '';
            top: 9px;
            left: -.95rem;
            width: 5px;
            height: 2px;
            background: #000;
        }

.prntchk {
    position: absolute;
    left: 1.75rem;
    top: 13px;
    width: calc(100% - 60px);
}

.gryfrmbdy {
    background: #eff3f6;
    padding: 1rem 1rem .35rem 1rem;
    width: 100%;
}

.gryfrmbdy1 {
    background: #eff3f6;
    padding: 1rem 1rem .35rem 1rem;
    width: 100%;
    border: 1px solid #dbe4e6;
}

.ml--1 {
    margin-left: -1rem;
}

.addrmvlst {
    margin: 0;
    padding: 0;
    list-style: none;
}

.adrmv {
    margin-bottom: .65rem;
    border-bottom: 1px dashed #dbe4e6;
}

    .adrmv:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.mb1 {
    margin-bottom: .1rem;
}

.tbth {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .715rem;
}

.glryicn {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: .35rem;
    margin: 0 1rem 0 .5rem;
    overflow: hidden;
    position: relative;
}

    .glryicn a {
        opacity: 0;
        position: relative;
        width: 20px;
        height: 20px;
    }

    .glryicn .cmraicn {
        font-size: 1.25rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }



.pymde {
    padding-bottom: .65rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid #dbe4e6;
}

    .pymde .pmode {
        font-weight: bold;
        margin-left: 1rem;
    }

.rsddate {
    color: #000;
}

    .rsddate span {
        color: #0081e8;
        font-weight: bold;
    }

.naavtr {
    min-width: 55px;
    height: 55px;
    margin-right: 1rem;
}

    .naavtr img {
        min-width: 55px;
        height: 55px;
        border-radius: 50%;
    }

.nattl {
    font-size: 1rem;
    line-height: 1.15rem;
    margin-bottom: .35rem;
    font-weight: bold;
    color: #0081e8;
}

.apprejtabs {
    overflow: hidden;
}

    .apprejtabs .nav-tabs {
        border: 0 !important;
    }

        .apprejtabs .nav-tabs .nav-item {
            margin: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .apprejtabs .nav-tabs .nav-link {
            color: #4e4e4e;
            background: #dce0e3;
            text-transform: uppercase;
            border: 0;
            padding: .85rem;
            font-size: .845rem;
            font-weight: 500;
            text-align: center;
        }

            .apprejtabs .nav-tabs .nav-link.active, .apprejtabs .nav-tabs .nav-item.show .nav-link {
                color: #fff;
                background: #0081e8;
                font-weight: bold;
                border: 0;
            }

    .apprejtabs .tab-content {
        background: #fff;
        margin-top: 0;
        border: 0;
    }

.rmrk {
    background: #e0e0e0;
    padding: .35rem .65rem;
    border-radius: .25rem;
    margin-top: .5rem;
    font-size: .715rem;
    color: #000;
}

.asscnsmr {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: .1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.lblttl {
    font-size: .775rem;
    margin-bottom: .125rem;
}

.lbltbl {
    font-weight: normal;
    margin-bottom: 0;
    color: #000;
    font-size: .775rem;
    line-height: .775rem;
}

.card-group.asstsarea {
    margin-bottom: 1rem;
}

    .card-group.asstsarea .card {
        overflow: hidden;
    }

        .card-group.asstsarea .card .card-header {
            background: #eff3f6;
        }

.chklbl {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: .1rem;
}

.attasst {
}

    .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: transparent;
    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 span {
        /*color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: .7rem .875rem .6rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    white-space: nowrap;
    width: 100%;
    font-size: .685rem;
    line-height: .685rem;
    font-weight: 500;
    text-transform: uppercase;*/
    }

    .attasst-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        filter: alpha(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: 1px solid #dbe4e6;
    }

        .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: #eff3f6;
    border-radius: .45rem;
}

    .srchbx .srchdr {
        padding: .75rem 1rem;
        border-bottom: 1px solid #dbe4e6;
        font-weight: bold;
        font-size: .865rem;
    }

.srchbdy {
    padding: .75rem 1rem;
}

.srchcnslst {
    max-height: 280px;
    overflow-y: auto;
}

.fc-pill {
    border-radius: 2rem;
}

    .fc-pill:focus {
        outline: none;
    }

.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: #e7e7e7;
        font-size: .775rem;
        cursor: pointer;
        margin-bottom: .5rem;
        border: 1px solid transparent;
        /*transition: all 0.3s ease;*/
    }

        ul.trfrev li:last-child {
            margin-bottom: 0;
        }

        ul.trfrev li:hover {
            border: 1px solid #dbe4e6;
            /*transform: scale(1.01);*/
        }

        ul.trfrev li .trvdte {
            color: #000;
            font-weight: 500;
        }

        ul.trfrev li .trvnme {
            color: #909090;
        }

select.cfc, textarea.cfc, input[type=text].cfc {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dbe4e6;
    border-radius: 0;
    padding-left: 0;
    font-size: .845rem;
    font-weight: bold;
    color: #000;
    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;
}

    select.cfc:focus, textarea.cfc:focus, input[type=text].cfc:focus {
        outline: none !important;
        box-shadow: none;
    }

label.clbl {
    font-weight: normal;
    margin-bottom: .25rem;
    color: #000;
    font-size: .75rem;
    line-height: .75rem;
}

.hidedtl, .showdtl {
    padding: .375rem .75rem;
    font-size: .715rem;
    line-height: 1.5;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    height: calc(1.75rem + 1px);
    color: #fff !important;
    background-color: #0081e8;
    border-color: #0081e8;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1rem;
    display: inline-block;
    cursor: pointer;
}

ul.thumb-Images {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    ul.thumb-Images li {
        /*height:85px;*/
        width: 85px;
        /*border:2px solid #0081e8;
    background: #e4ecf3;*/
        position: relative;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        ul.thumb-Images li .FileNameCaptionStyle {
            font-size: .675rem;
            margin-top: 3px;
            color: #737373;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        ul.thumb-Images li .img-wrap {
            position: relative;
            height: 85px;
            width: 100%;
            text-align: center;
            display: flex;
            border: 2px solid #0081e8;
            background: #fff;
            border-radius: .35rem;
            overflow: hidden;
        }

            ul.thumb-Images li .img-wrap img {
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

            ul.thumb-Images li .img-wrap .close {
                background: #555;
                color: #fff;
                width: 20px;
                height: 20px;
                font-size: 1rem;
                line-height: 17px;
                border-radius: 50%;
                text-align: center;
                font-weight: 100;
                position: absolute;
                right: 3px;
                top: 3px;
            }

                ul.thumb-Images li .img-wrap .close:hover {
                    background: #000;
                    color: #fff;
                }

.rmksec, .rmksec1 {
    display: none;
}

li.swtuz {
    height: 58px;
}

    li.swtuz a.nav-link {
        padding: .35rem .45rem !important;
        background: #e8eaed !important;
        border-radius: 2rem;
    }

.lttb {
    text-align: left;
}

    .lttb .tbct {
        margin-right: 18px;
        display: inline-block;
    }

        .lttb .tbct .uzid {
            display: block;
            line-height: .715rem;
            color: #000000;
            font-size: .715rem;
            margin-bottom: .2rem;
        }

        .lttb .tbct .uznme {
            display: block;
            font-weight: bold;
            font-size: 0.875rem;
            line-height: 0.875rem;
            text-transform: capitalize;
            color: #0081e8;
            white-space: nowrap;
        }

.tbuzimg {
    display: inline-block;
    height: 32px;
    height: 35px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.swtuz .arrtb {
    margin-right: .5rem;
}

    .swtuz .arrtb i {
        font-size: 18px;
        color: #7e7e7e;
    }

.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: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    clear: both;
}

    .dropdown-item01:hover {
        background: #eff3f6;
    }

    .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: #000;
    font-weight: bold;
    font-size: .925rem;
}

.app-header .uzcode {
    color: #737373;
    font-size: 80%;
}

.app-header .owuz {
    /*margin-bottom:.1rem;*/
}

    .app-header .owuz span {
        padding: .15rem .35rem .12rem .35rem;
        font-size: .615rem;
        line-height: .615rem;
        background: #0081e8;
        color: #fff;
        border-radius: .15rem;
    }

.cmsplbl {
    font-size: .725rem;
}

@media (min-width:768px) {
    .mgl767 {
        margin-left: .5rem;
    }

    .card-group.asstsarea .card:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .card-group.asstsarea .card:last-child {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .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: #0081e8;
}

    input.btn-default:hover {
        color: #0081e8;
    }

.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: #000;
}

    .rpzicn a:hover {
        background: #d0d0d0;
        color: #0081e8;
    }

.srchprc .icon-question {
    font-size: 1.25rem;
    font-weight: bold;
    color: #737373;
    margin-right: .5rem;
}

.srchprc .svle {
    font-weight: bold;
    font-size: .875rem;
    margin-left: .15rem;
    color: #0081e8;
}

.poremark {
    color: #000;
    font-weight: bold;
    margin-bottom: .65rem;
}

.catnme {
    font-weight: 500;
}

.subcate .catnme {
    margin-left: 1rem;
    font-weight: normal;
}

.astlbl {
    font-weight: normal;
    color: #7e7e7e;
    font-size: .745rem;
    line-height: .745rem;
    margin-bottom: .05rem;
}

.astvle {
    font-weight: bold;
}

.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: 0;
}

    ul.rmrkrs li {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #dbe4e6;
    }

        ul.rmrkrs li:last-child {
            padding-bottom: 0;
            margin-bottom: 1rem;
            border-bottom: none;
        }

        ul.rmrkrs li .rmkuzrs {
            width: 60px;
            min-width: 60px;
            margin-right: 1rem;
        }

            ul.rmrkrs li .rmkuzrs .rmkpic {
                width: 60px;
                min-width: 60px;
                border-radius: 50%;
            }

.rmkrdtls {
    width: calc(100% - 75px);
}

.rmkrnme {
    font-size: 1rem;
    font-weight: bold;
}

.dttme {
    font-size: .725rem;
    color: #7e7e7e;
}

.dtstststg {
    margin-bottom: .35rem;
    font-size: .815rem;
}

.tbwtb {
    background: #2b4486;
    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 {
    height: 30px;
    margin-bottom: .65rem;
}

.mtrdfjcb {
    padding-bottom: .65rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid #e8eced;
}

.tbwtb {
    background: #3921f5;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: .35rem .5rem;
    text-transform: uppercase;
    font-size: .665rem;
    line-height: .7rem;
    display: inline-block;
    font-weight: 500;
}

.dvtd {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e8eced;
    /*height: 32px;*/
}

    .dvtd:last-child {
        border-bottom: 0;
    }

.tblbx {
    max-width: 100%;
    overflow-x: auto;
    font-size: .725rem;
}

    .tblbx .card {
        border: 1px solid #e8eced;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0 !important;
    }

    .tblbx .card-group .card:first-child {
        /*margin-bottom:-1px;*/
    }

.mgtm1 {
    margin-top: -1px;
}

.tblbx .table.tbldtl {
    margin-bottom: 0;
}

    .tblbx .table.tbldtl tr th {
        background: #eff3f6;
        text-transform: uppercase;
        font-size: .725rem;
        white-space: nowrap;
    }

    .tblbx .table.tbldtl tr th, .tblbx .table.tbldtl tr td {
        padding: .4rem .5rem;
        vertical-align: top;
        border-bottom: 1px solid #e8eced !important;
        border-top: 0 !important;
    }

.tblbx .table.tbldtl {
    border-left: 1px solid #e8eced;
    border-right: 1px solid #e8eced;
    border-top: 1px solid #e8eced;
}

.jvcndsc {
    font-weight: 500;
}

.mpltlng {
    border: 1px solid #dbe4e6;
    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: #000;
}

    .tdvle a .agdwn {
        color: #7e7e7e;
        margin-left: .5rem;
        font-size: .875rem;
        font-weight: bold;
    }

.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%;
    }

.assnnme {
    font-size: .875rem;
    font-weight: bold;
    margin-bottom: .35rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
}

.assn {
    font-size: .825rem;
    color: #0081e8;
    font-weight: 500;
}

.assphn {
    font-size: .825rem;
}

.hstrybx {
    background: #fff;
    padding: .5rem;
    width: 100%;
}

.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: bold;
}

.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 #0081e8;
    color: #0081e8;
}

    .clbx.crrmnth .clft {
        color: #fff;
        background: #0081e8;
    }

.clbx.expmnth {
    border: 1px solid #ef5941;
    color: #ef5941;
}

    .clbx.expmnth .clft {
        color: #fff;
        background: #ef5941;
    }

.mtrimg {
    /*max-width:200px;*/
}

    .mtrimg img {
        padding: 2px;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: .15rem;
    }

.cnsrchbx {
    padding: 1rem;
    /*background: #eff3f6;    
    border-radius:.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: bold;
}

.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: -38px;
    right: 0;
}
.dtpg .dtpginn{
    display:flex;
    align-items:center;
}
.dtpg .dtinfo, .dtpg .dtcntrls{
    display:inline-block;
}
.dtpg .dtinfo>div, .dtpg .dtcntrls>div{
        margin-top: 0;
    padding: 0;
    font-size: .785rem;
    font-weight: 500;
    line-height: .785rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button i{
    font-size:.875rem;
    font-weight:500;
    position:absolute;
    left:50%;
    top:50%;
    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: bold;
    }

.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 select.form-control, .input-group.igcstm .form-control {
    display: inline-block;
}

.form-control.dsbl {
    background-color: #efefef;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none;
}

.hrchytbl {
    font-weight: 500;
    color: #000;
    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;
    /*border: 1px solid #dbe4e6;*/
    /*margin-bottom: 0;*/
}

.tblslb tr td {
    border: 1px solid #dbe4e6;
    padding: 5px;
    vertical-align: middle;
}

    .tblslb tr td.nbdr {
        border: 0;
    }

    .tblslb tr td label {
        margin-bottom: .15rem;
    }

.delRow img {
    width: 14px;
    min-width: 14px;
}

.form-control.form-control-wsh {
    border-radius: 0.5rem;
    border: 0;
    height: calc(2.25rem + 2px) !important;
    padding: .275rem 0.65rem;
    font-size: .7185rem;
}

.dllrw {
    width: 35px;
    background: #eff3f6;
    text-align: center;
}

    .dllrw a {
        display: inline-block;
    }

.table.adedslb {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

    .table.adedslb tr td {
        padding: 0;
        border: 0;
        background: #eff3f6;
    }

.table.inrtbl {
    margin-bottom: 0;
    background: #fff;
}

    .table.inrtbl td {
        vertical-align: middle;
        border: 1px solid #dbe4e6;
        background: #F6F5FF;
        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: 1px solid #dbe4e6;
    border-right: 0;
    background: #eff3f6;
    padding: .35rem;
    position: relative;
    display: flex;
    align-items: center;
}

    .slbrng a.slbrnglnk {
        font-weight: bold;
    }

a.slbrnglnk {
    font-weight: bold;
}

.nslbs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nslbsctd {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .85rem;
    margin: .75rem 0;
}

.addRowDial1, .addRowDial2, .addrow {
    font-weight: 500;
}

    .addRowDial1 img, .addRowDial2 img, .addrow img {
        margin-right: .35rem;
    }

.adrzz {
    margin-bottom: 1rem;
}
.adrzz a{
    display: flex;
    align-items: center;
}

    .adrzz img {
        margin-right: 10px;
    }

.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-size: .845rem;
    font-weight: 500;
    display: inline-block;
    margin-top: .5rem;
    color: #000;
}

    .chngbk:hover {
        color: #0081e8;
    }

.btnsec {
    margin-top: .5rem;
}

.clblfi {
    font-weight: normal;
    margin-bottom: .25rem;
    color: #000;
    font-size: .75rem;
}

.cmplggdin {
    /*margin-right:.5rem;*/
}

    .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.25rem;
    line-height: 1.25rem;
}

.btn-updwn.dtp-select-year-range.before {
    border-bottom: 1px solid #dbe4e6;
    padding-bottom: .35rem;
    margin-bottom: .5rem;
}

.btn-updwn.dtp-select-year-range.after {
    border-top: 1px solid #dbe4e6;
    padding-top: .35rem;
    margin-top: .5rem !important;
}

.mbsmry {
    margin-bottom: 1rem;
    display: block;
    overflow: hidden;
    clear: both;
}

.jvcndsc {
    font-weight: 500;
}

.cbxds {
    border-left: 30px solid #99b4bf;
    width: 100%;
    border-radius: .25rem;
    position: relative;
    background: #eff3f6;
}

    .cbxds .cbxnme {
        color: #fff;
        border-radius: 5px 5px 0 0;
        margin: 0;
        padding: 5px 12px;
        font-size: .825rem !important;
        text-transform: uppercase;
        font-size: 1.05rem;
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translate(-50%, -50%) rotate(-90deg);
        -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -o-transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    }

.cbxdsbdy {
    padding: 0.75rem;
}

.mtrdfjcb {
    padding-bottom: .65rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid #e8eced;
}

.mg-t--1 {
    margin-top: -1px;
}

pre.json-renderer {
    border: 1px solid #aaa;
    padding: 0.5em 1.5em;
}

pre.jscd {
    padding: 5px 20px;
    border: 1px solid #dfdfdf;
    background: #eff3f6;
    overflow-x: auto;
}

.acnomtr {
    margin-bottom: .25rem;
}

    .acnomtr span {
        font-weight: bold;
    }

.dttmsts {
    color: #7e7e7e;
    font-size: .775rem;
}

.cnsacclst {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .cnsacclst li {
        margin: 0 1rem;
        padding: 0.725rem 0;
        border-bottom: 1px dashed #dfdfdf;
    }

        .cnsacclst li.selected {
            background: #d7d7d7;
            padding: 0.725rem;
        }

        .cnsacclst li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

.vjsncd {
    font-size: .725rem;
    font-weight: bold;
}

    .vjsncd:hover {
        text-decoration: underline;
    }

.jscdsc {
    position: relative;
}

.gbdz {
    background: #eff3f6;
    padding: 1rem 0;
    width: 100%;
    position: relative;
}

.btn-absdwn {
    position: absolute;
    right: .5rem;
    top: .75rem;
}

.uzrimgtbl {
    max-width: 100%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right:1.5rem;
}

.mtfmx {
    margin-top: .365rem;
}

@media (min-width:576px) {
    .rg-mgt65 {
        margin-top: 65px;
    }

    .dcavtr {
        width: 80px;
        min-width: 80px;
        height: 80px;
        margin-right: 1rem;
    }

        .dcavtr .dcavtrpic {
            width: 80px;
            height: 80px;
            border-radius: 50%;
        }

    .ccmplte {
        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;
    }

    .mtrimg.mtrpcrsp.uploddpc {
        width: 60px;
    }
}

@media (max-width:575px) {
    .pymde {
        border-top: 1px solid #dbe4e6;
        padding-top: .65rem;
        margin-top: .65rem;
    }

    .card-group.auccg .card {
        margin-bottom: 0;
        border-radius: 0 !important;
        margin-top: -1px;
    }

        .card-group.auccg .card:first-child {
            border-top-left-radius: 0.5rem !important;
            border-top-right-radius: 0.5rem !important;
        }

        .card-group.auccg .card:last-child {
            border-bottom-left-radius: 0.5rem !important;
            border-bottom-right-radius: 0.5rem !important;
        }

    .prof-img-custom {
        width: 120px;
        height: 120px;
        margin: auto;
    }

        .prof-img-custom .usrzprofile .userPro {
            width: 100%;
            width: 120px;
            height: 120px;
        }

    .usrzprofile-upload span {
        padding: .5rem .875rem .4rem;
        font-size: .665rem;
        line-height: .665rem;
    }

    .mtfm {
        margin-top: .75rem;
    }

    .tblbx .card {
        margin-top: -1px;
    }

        .tblbx .card:first-child {
            margin-top: 0;
        }

    .rg-mgt65 {
        margin-top: 25px;
    }

    .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%;
        }

    .cmplggdin .cmpuzr {
        display: none;
    }

    .ccmplte {
        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;
    }
}

.smicn {
    width: 30px;
    min-width: 30px;
    margin-right: .5rem;
}

.smttl {
    font-size: .715rem;
    line-height: .715rem;
    margin-bottom: .65rem;
}

.smvle {
    font-size: 1.45rem;
    line-height: 1.15rem;
    font-weight: bold;
    color: #000000;
}

    .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: #0081e8;
        font-weight: bold;
    }

.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: #000;
    font-weight: bold;
    font-size: .845rem;
}

.custom-table-bordered tr td .badge.bdghdr, .badge.bdghdr {
    text-transform: uppercase;
    margin-bottom: 0;
}

.cddwn .drpdwnrprt {
    color: #525252;
    font-size: .785rem;
}

.vlderr {
    color: #ef5941;
    font-size: .775rem;
    margin-bottom: .65rem;
}

.ui-menu.ui-widget-content {
    border: 1px solid #dbe4e6;
}

    .ui-menu.ui-widget-content .ui-menu-item {
        font-size: .835rem;
        border: 1px solid transparent;
        padding: 0;
    }

        .ui-menu.ui-widget-content .ui-menu-item:hover {
            border: 1px solid transparent;
            background: #fff !important;
            color: #000;
        }

        .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: #000;
                border: 1px solid #fff;
                border-radius: 0;
            }

.badge.badge-sccso {
    padding: .315rem .55rem;
    font-size: .715rem;
    line-height: .715rem;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #40ae49;
    color: #40ae49;
    font-weight: 500;
}

.badge.badge-dngrso {
    padding: .315rem .55rem;
    font-size: .715rem;
    line-height: .715rem;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #ef5941;
    color: #ef5941;
    font-weight: 500;
}

.no-dashboard {
    height: calc(100vh - 100px);
}

.edashimg {
    height: 200px;
    margin-bottom: 1.5rem;
}

.edttl {
    font-size: 1.45rem;
    font-weight: bold;
    color: #4f4842;
    margin-bottom: .5rem;
}

.eddesc {
    color: #898e8e;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.5rem;
}

.fgtp {
    margin-top: 1.25rem;
}

.wd100 {
    width: 100px;
}

.mh250 {
    min-height: 250px;
}

.drwcsm {
    min-width: 250px;
}

.sprttl1 {
    margin-top: 8px;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 8px;
    color: #7c7c7c;
}

.calmail1 {
    margin-bottom: .5rem;
}

.spicn {
    margin-right: 10px;
    height: 30px;
}

.emph1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .emph1 a {
        font-size: .835rem;
        line-height: 18px;
        display: block;
        color: #000;
        font-weight: bold;
    }

.spricon {
    height: 22px;
}

.btn {
    background-size: 200% auto;
    transition: all .3s ease-in-out;
}

.nodoc .nodicn {
    width: 75px;
    min-width: 75px;
    margin-right: 1.15rem;
}

.nodoc .nodocdtl .ndttl {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: .15rem;
    color: #7e7e7e;
}

.nodoc .nodocdtl .nddesc {
    color: #7e7e7e;
}

.kvlds {
    font-size: .825rem;
}

.slctdbx {
    padding: 1rem;
    border-radius: .35rem;
    background: #f2f2f2;
    display: block;
    max-width: 425px;
    border: 1px solid rgba(100,121,143,0.125);
}

.schcttl {
    padding-bottom: .625rem;
    margin-bottom: .85rem;
    border-bottom: 1px solid #e8eced;
    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: bold;
}

.pevtnone {
    pointer-events: none;
}

.uhrcy {
    width: 100%;
    overflow-x: auto;
}

    .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: #000;
}

.uhrcy .tblattch tr td .form-control {
}

.tblsec w-100z {
    width: 100%;
    overflow-x: auto;
}

    .tblsec w-100z .custom-table-bordered tr td {
        white-space: nowrap;
    }

@media (min-width:576px) and (max-width:767px) {
    .ccmplte, .cstts .cdate, .cinprccs, .cwting, .cdate {
        /*min-height:62px;*/
    }

    .crdbox {
        min-width: 360px;
    }
}

@media (max-width:767px) {
    .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;
    }*/

    .dtlzrgt {
        /*margin-left:66px;*/
    }

    .bbtm767 {
        padding-bottom: 10px;
        border-bottom: 1px solid #dbe4e6;
        margin-bottom: 10px;
    }

    .edtbz .btn {
        margin-bottom: 0 !important;
    }

    .totalamt .btn {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .btnsm {
        margin-bottom: .5rem;
    }

    .mxht500 {
        max-height: 500px;
        overflow-y: auto;
    }

 

    .pdl0 {
        padding-left: 0 !important;
    }

    .input-group.igcstm select.form-control, .input-group.igcstm .form-control {
        display: inline-block;
        max-width: fit-content;
    }
}

@media (max-width: 575px) {
    .mb575 {
        margin-bottom: .65rem;
    }
 
/*    .rptdnn {
        display: none;
    }*/

    .tblrsp {
        max-width: 100%;
        overflow-x: auto;
    }

    .chnpsttl {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: .7rem;
    }

    .dflx575 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .btnhdesw {
        margin-bottom: 30px;
    }

    .drp.company .form-control.company {
        width: 100%;
    }

    .crdbox {
        width: 100%;
    }


    .mg-r-15.mgrnv, .jump-btn {
        margin-right: 10px !important;
    }

    .dpdwl {
        right: -60px !important;
    }

    .row.bd .col {
        padding: .75rem;
        margin-bottom: 0;
        width: 50%;
        min-width: 50%;
    }

    

    .hstryb0x {
        border-top: 1px solid #dbe4e6;
        padding-top: .75rem;
    }

    .mtrimg.mtrpcrsp {
        width: 100%;
    }

        .mtrimg.mtrpcrsp img {
            width: 100%;
        }

    .hdlnbdy.bdrbtmx {
        border-bottom: 1px solid #dbe4e6;
    }

    .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.auccg .card {
        border-radius: 0.25rem;
        background: #eff3f6;
    }

#addrow img {
    min-height: 17px;
    height: 17px;
    min-width: 18px;
    width: 18px;
    margin-right: 0.25rem;
}

.custom-table-bordered.tblnsrt tr th:nth-child(7) {
    cursor: default;
}

    .custom-table-bordered.tblnsrt tr th:nth-child(7):before, .custom-table-bordered.tblnsrt tr th:nth-child(7):after {
        display: none;
    }

.crdboxz {
    padding: 1rem;
    border-radius: .4rem;
    background: #eff3f6;
    border-left: 4px solid #99b4bf;
}

.crdboxzttl {
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #e0e8ef;
    font-size: .875rem;
    line-height: .875rem;
    font-weight: bold;
}

.bassgnme {
    font-size: 1.05rem;
    margin-bottom: .2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #0081e8;
}

.bassgdtl {
    color: #000;
    font-size: .775rem;
    margin-bottom: 1px;
    line-height:1.75;
}

    .bassgdtl:last-child {
        margin-bottom: 0;
    }

.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) {
    .chnpsttl {
        display: none;
    }
   /* .mn-bdright {
        border-right: 1px solid #dbe4e6;
    }*/
    .card-group.auccg > .card:first-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-group.auccg > .card:last-child {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .hdlnbdy.pdrgt {
        padding-right: 7px !important;
    }

    .hdlnbdy.pdlft {
        padding-left: 7px !important;
    }
}

/*Cutom Select Dropdown to UL Li*/
/*.scrollableList {
    float: left;
    background: #FFF;
    display:none;
    width: 100%;
    height: calc(2rem + 2px);
    font-size: .765rem;
    padding: .35rem .65rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbe4e6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        position: relative;
            
}
.scrollableList ul {
    padding:0;
    margin: 0;
    margin-left: -10px;
    position: absolute;
    width: 100%;
    background: #fff;
    margin-top: 4px;
    border: 1px solid #dbe4e6;
    z-index: 1;
    max-height:70vh;
    overflow-y:auto;
    border-bottom-left-radius:.25rem;
    border-bottom-right-radius:.25rem;
}
.scrollableList ul li {
    list-style:none;
    cursor:pointer;
    padding:.5rem;
    white-space:nowrap;
    border-bottom: 1px solid #f0f0f0;
}
.scrollableList ul li:last-child{
    border-bottom:0;
}
.selectedOption {
    cursor:pointer;
    background:#fff;
    height: 20px;
}
.scrollableList ul li:hover {
    color:#0081e8;
}
.selectedOption:hover {
    color:#000;
}
.selectedOption
{
    font-weight:normal;
}*/

.attcbx {
    padding: 1rem;
    border: 1px solid #dbe4e6;
    border-radius: .5rem;
}

.rmks {
    display: flex;
}

    .rmks .rmkuzr {
        /*position: absolute;*/
        left: 0;
        top: 0;
        width: 65px;
        height: 65px;
        border-radius: 50%;
    }

    .rmks textarea.form-control.rmktxta {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        margin-left: 1rem;
        border: 1px solid #dbe4e6;
        border-radius: 0.5rem;
    }

        .rmks textarea.form-control.rmktxta:focus {
            outline: none;
            box-shadow: none;
        }

.atchd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}


#result {
    display: inline-block;
}

.img-div {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #000;
    border: 1px solid #dbe4e6;
    padding: 0.45rem 1rem;
    height: calc(2rem + 2px);
    font-size: .765rem;
    background: #fff;
    cursor: pointer;
    border-radius: 2rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.delete-image {
    position: relative;
    display: inline-block;
    float: right;
    height: 18px;
    width: 18px;
    text-align: center;
    background: #ef5941;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
}

    .delete-image:hover {
        background: #e74c33;
        color: #fff;
    }

.atcbtn {
    position: relative;
    /*width: 106px;*/
    overflow: hidden;
    display: inline-block;
    min-height: 34px;
}

    .atcbtn input.filestyles {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        height: 34px;
        width: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .atcbtn .flebtn {
        display: inline-flex;
        font-weight: 500;
        color: #000;
        border: 1px solid #dbe4e6;
        padding: 0.45rem 1rem;
        height: calc(2rem + 6px);
        font-size: .765rem;
        background: #fff;
        cursor: pointer;
        border-radius: 0.5rem;
        align-items: center;
        width:100%;
    }

ul.rmrkrs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.rmrkrs li {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #dbe4e6;
    }

        ul.rmrkrs li:last-child {
            padding-bottom: 0;
            margin-bottom: 1rem;
            border-bottom: none;
        }

        ul.rmrkrs li .rmkuzrs {
            width: 60px;
            min-width: 60px;
            margin-right: 1rem;
        }

            ul.rmrkrs li .rmkuzrs .rmkpic {
                width: 60px;
                min-width: 60px;
                border-radius: 50%;
            }

.rmkrdtls {
    width: calc(100% - 75px);
}

.rmkrnme {
    font-size: .875rem;
    font-weight: bold;
}

.attchicn1 {
    width: 24px;
    margin-right: .65rem;
}

.tdrno {
    font-weight: bold;
    color: #3921f5;
}

.attchdicn {
    height: 28px;
    margin-right: .65rem;
}

.attflenme1 {
    font-weight: bold;
    font-size: .875rem;
}

.achdfle {
    margin-left: 1rem;
}

.chkuchk {
    margin-right: .25rem;
    height: 16px;
}

.ui-widget-header {
    background: #cedc98;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-weight: bold;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.red {
    color: red;
}

.fldvld {
    display: block;
    width: 100%;
    /*height: calc(2rem + 2px);*/
    font-size: .765rem;
    padding: .3445rem .65rem;
    line-height: 1.725;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbe4e6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #efefef;
    opacity: 1;
    cursor: not-allowed;
    overflow: hidden;
}

.rmkbd {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .rmkbd li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #dbe4e6;
    }

.entnme {
    font-size: .875rem;
    font-weight: bold;
    color: #0081e8;
}

.entrmk span {
    font-weight: bold;
}

.dtpg {
    position: absolute;
    top: -38px;
    right: 0;
}

    .dtpg .dtpginn {
        display: flex;
        align-items: center;
    }

    .dtpg .dtinfo, .dtpg .dtcntrls {
        display: inline-block;
    }

        .dtpg .dtinfo > div, .dtpg .dtcntrls > div {
            margin-top: 0;
            padding: 0;
            font-size: 11px;
            color: #757474;
            font-weight: 400;
            line-height: 11px;
        }
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #757474;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        color: #757474 !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button i {
        font-size: .875rem;
        font-weight: 500;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.bxttlzz {
    padding-bottom: .4rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #dbe4e6;
    font-size: .925rem;
    font-weight: bold;
}

.tcsttl {
    color: #f5f5f5;
    text-transform: capitalize;
    font-size: .7175rem;
    line-height: .7175rem;
}

.tcsttlvl {
    font-size: 1.225rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.225rem;
    margin-top: .3rem;
}

.dshttlvl-sbb {
    font-size: .785rem;
    line-height: .785rem;
    margin-left: 2px;
}

.ttcnsicons {
    width: 25px;
    margin-right: .5rem;
    margin-top: 0.25rem;
}

.vlez {
    font-size: 1rem;
    font-weight: 700;
}

    .vlez a {
        color: #fff;
    }

.tcsttlvlsm {
    font-size: .845rem;
    font-weight: 500;
}

.bxcstcmfee {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.6rem 1rem;
    padding-top: 0.75rem;
}
.bxcstcm {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position:relative;
    z-index:2;
}

.actvbx {
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    width: 100%;
    overflow: hidden;
    position:relative;
    background:#fff;
}

.atbxhdr {
    background: #fff;
    padding: 0.68rem 1.25rem;
    min-height: 42px;
    font-size: 1rem;
    font-weight: 500;
    color: #0A0A20;
    border-bottom: 1px solid #E2E8F0;
}

.atbxhdr1 {
    background: none;
    padding: 0.87rem 1.25rem 0.5rem;
    font-size: .84rem;
    font-weight: 500;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 0;
}

.imgx {
    margin-right: .5rem;
}

.ghltl {
    font-size: .775rem;
}

.ghlnme {
    font-size: .875rem;
    font-weight: bold;
    color: #0081e8;
    margin-top: 6px;
}

.ghldtl {
    margin-top: .4rem;
}

.gllpho {
    margin-right: 15px;
}

    .gllpho img {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: .5rem;
    }

.btx {
    height: calc(1.5rem + 2px);
    padding: .15rem 0.35rem;
    font-size: .65rem;
    line-height: .65rem;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 500;
    border-radius: 1rem;
    cursor: pointer;
    position:relative;
}

    .btx:focus {
        outline: none;
    }


.btnxclx .btx {
    background: transparent;
    font-weight:400;
    font-size: 12px;
    border: 0;
    color: #79767B;
    padding-top: 0;
    padding-bottom: 0;
}
.btx.active {
    color: #3921F5;
}
.btx.active::after {
    background: #3921F5;
    content:"";
    position:absolute;
    width:100%;
    height:3px;
    bottom:-9px;
    left:0;
}
.row > .col-sm-6.mb-sm-0.mb-2 {
    font-size: 1rem;
    font-weight: 500;
}
.actnlst {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 400px;
    overflow-y: auto;
}

    .actnlst li {
        margin-bottom: 1rem;
        padding-bottom: 0.875rem;
        border-bottom: 1px solid #E2E8F0;
    }

        .actnlst li:last-child {
            margin-bottom: 2.25rem;
            padding-bottom: 0;
            border-bottom: 0;
        }

.atntl {
    font-weight: 500;
}

    .atntl img {
        height: 18px;
        margin-right: 9px;
    }

.atndsc {
    margin-top: 0.25rem;
    line-height: 1.35rem;
}

    .atndsc a {
        font-weight: 500;
        font-size: 11px;
        color: #020F10;
    }

.atninz .gticnz {
    display: inline-block;
    margin-left: .5rem;
}

    .atninz .gticnz:first-child {
        margin-left: 0;
    }

    .atninz .gticnz img {
        height: 14px;
    }

.atntl.closure {
    color: #79767B;
    font-size:12px;
    font-weight:400;
}

.atntl.open {
    color: #1cc185;
}

.atntl.emd {
    color: #ef5941;
}

.atntl.yllw {
    color: #e8aa1e;
}

.clntemp {
    background: #eff3f6;
}

.btmbxx {
    padding: .75rem;
}

    .btmbxx.bxgra {
        background: #dfdfdf;
        width: 100%;
    }

.ttlbxz {
    width: 85px;
    min-width: 85px;
}

.clntlgo .clgo {
    padding: .75rem;
    background: #fff;
    border-radius: .35rem;
    border: 1px solid #dfdfdf;
}

.clntlgo {
}

    .clntlgo .clgo {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-left: 10px;
        text-align: center;
    }

.emplgo img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -15px;
    border: 1px solid #e6e6e6;
}

    .emplgo img:first-child {
        margin-left: 0;
    }

.strssts .fa-star {
    color: #c5c5c5;
}

    .strssts .fa-star.active {
        color: #0081e8;
    }

.strssts {
    margin-bottom: .15rem;
}

.execnmex {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 2px;
    color: #020F10;
}

.excphtz {
    width: 70px;
    height: 70px;
    min-width: 70px;
    /*margin-right: 16px;*/
}

    .excphtz img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.cnvrteprsl {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 0;
    margin: auto 1.5rem;
}

.fncrd {
    padding: 15px;
}

.actbxz {
    background: #F8F7FD;
    padding: 13px;
    border-radius: 5px;
}

.cnrte {
    font-size: 11px;
    color: #020F10;
}

.cnrrtvlx {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3921F5;
}

.grxbdx .gbihdr {
    padding: .5rem .75rem;
}

.actbxz {
    height: 100%;
    width: 100%;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stractz .fa-star {
    color: rgba(0,0,0,0.25);
    font-size: .725rem;
}

    .stractz .fa-star.active {
        color: #FFD233;
    }

.grxbdx {
    width: 100%;
    position: relative;
}

.prpsllst {
    width: 100%;
    padding-left: 0.5rem;
    margin-bottom:0;
}
    .prpsllst li{
        margin-bottom:9px;
    }
    .prpsllst li:last-child{
        margin-bottom:0;
    }
        .prpsllst li span:first-child {
            color: #79767B;
            font-size:12px;
            font-weight:400;
        }
        .prpsllst li span:last-child {
            color: #020F10;
            font-size: 12px;
            font-weight: 600;
        }

    .rqtlst {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.rqst {
    margin-bottom: .65rem;
    padding: .65rem 1rem;
    border: 1px solid transparent;
    border-radius: 1.5rem;
    font-weight: bold;
    font-size: .775rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .rqst.dflt {
        color: #000;
        border-color: #000;
    }

    .rqst.gry {
        color: #436b9f;
        border-color: #436b9f;
    }

    .rqst.rqnw {
        color: #0081e8;
        border-color: #0081e8;
        background: #e9f7f0;
    }

    .rqst.rqcls {
        color: #1cc185;
        border-color: #1cc185;
        background: #ecf4f7;
    }

    .rqst.rqdu {
        color: #ef5941;
        border-color: #ef5941;
        background: #fff1f1;
    }

.gbihdr.rqhdr {
    margin: .75rem 0;
}

.lgndzx {
    font-size: .75rem;
    margin-top: 0.25rem;
    padding: 0.5rem 1.25rem 1rem;
    margin-bottom: 0;
    border-top: 1px solid #E2E8F0;
}

    .lgndzx .lgndttl {
        margin-right: 18px;
        font-size: 11px;
        color: #79767B;
    }

        .lgndzx .lgndttl .lgdblu {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #0081e8;
            border-radius: 50%;
            margin-right: 5px;
        }

        .lgndzx .lgndttl .lgdgrn {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #bfbfb8;
            border-radius: 50%;
            margin-right: 5px;
        }

.sbvlz {
    font-size: 70%;
}

.dtlttl {
    font-weight: normal;
    margin-bottom: .25rem;
    color: #000;
    font-size: .72rem;
}

.ppslnme {
    font-size: 1.25rem;
    line-height: 1.65rem;
 text-transform: capitalize;
}

.smslct .SumoSelect {
    width: 100%;
    display: block;
}

.btn-delete img {
    height: 17px;
    min-height: 17px;
    width: 16px;
    min-width: 16px;
}

.hstybx {
    /*background: #eff3f6 url(../images/bg-1-gray.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom -48px left -22px;
    color: #000;
    margin-bottom: .65rem;
    border-radius: .25rem;
    border: 1px solid #dbe4e6;*/
    background: #fff;
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.mdlbdy.bdtpx {
    border-top: 1px solid #e7e7e7;
    margin-top: 12px;
}

.cldesc p b {
    display: block;
}

.fc-event-container {
    position: relative;
}

    .fc-event-container .fc-day-grid-event.fc-event {
        width: 4px;
        height: 4px;
        padding: 0;
        border-radius: 50%;
        position: absolute;
        left: 48%;
        transform: translateX(-50%);
        display: none;
    }

.fc-content-skeleton table tr:nth-child(2) .fc-event-container .fc-day-grid-event.fc-event {
    margin-left: -6px;
}

.fc-content-skeleton table tr:nth-child(3) .fc-event-container .fc-day-grid-event.fc-event {
    margin-left: 10px;
}

.fc-content-skeleton table tr:nth-child(4) .fc-event-container .fc-day-grid-event.fc-event {
    margin-left: -12px;
}

.tooltipevent.tltpevnt {
    width: auto;
    height: auto;
    background: #000;
    color: #fff;
    position: absolute;
    z-index: 10001;
    padding: .25rem .65rem;
    border-radius: .275rem;
    font-size: .775rem;
}

button:focus, a:focus, button span:focus, a span:focus, table tr th:focus, table tr td:focus {
    outline: none;
}

.mxwct {
    font-size: .745rem;
    color: #898f94;
    text-align: right;
    margin-top: .25rem;
}

.filst {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topul {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    border-bottom: 1px solid #dbe4e6;
    padding-bottom: 0.5rem;
}


.chkdbxsw {
    margin-bottom: .5rem;
    margin-top: 0.5rem;
}

.chkdbxsw1 {
    margin-bottom: .5rem;
    margin-top: 0.5rem;
}

.fittl {
    font-size: .835rem;
    font-weight: bold;
    margin-bottom: .85rem;
    /*margin-top: .85rem;*/
}

.dtvlz {
    padding:  0;
    font-size: .7185rem;
}

.dsblvl {
    background: #f6f5ff;
}

.tblslb tr td.mxw100 {
    width: 100px;
}

.tblslb tr td.mxw120 {
    width: 120px;
}

.tblslb tr td.mxw160 {
    width: 150px;
}

.tblslb tr td.mxw370 {
    width: 370px;
}

.tblslb tr td .custom-file .custom-file-label {
    border: 1px solid transparent !important;
    padding-left: 75px;
}

    .tblslb tr td .custom-file .custom-file-label::after {
        left: 0;
        width: 65px;
    }

.chkdbxsw {
    display: none
}

.rmkbox {
    margin-bottom:1rem;
    /*margin-left: 25px;*/
}

.atch {
    height: 16px;
    margin-right: 8px;
}

.dwnld {
    font-weight: bold;
}
.smrybdy {
    padding: 1rem 3px 0.75rem;
}

.prgt {
    padding-right: 6px;
}

.plft {
    padding-left: 6px;
}
@media (min-width: 768px) {
  .bg-crrtndrs {
        border-radius: 0 .5rem .5rem 0;
    }

    .bgdrkblue {
        /*border-radius: 0 .5rem .5rem 0;*/
    }
}
@media (max-width: 575px) {
    .clbdrgsm {
        border-right: 1px solid #dbe4e6;
    }
    .clbdbtsm {
        border-bottom: 1px solid #dbe4e6;
    }
}

@media (max-width: 768px) {
    .bgblue {
        border-radius: .5rem .5rem 0 0;
    }
    .clbdb {
        border-bottom: 1px solid #dbe4e6;
    }

   
    .bgdrkblue {
        /*border-radius: 0 0 .5rem .5rem;*/
    }

    .bg-crrtndrs {
        border-radius: 0 0 .5rem .5rem;
    }
}



/*Calendar*/
/*.datepicker{padding:0 10px;}*/
/*.dropdown.emplveddn:hover .dropdown-menu{display: block;margin-top:0;z-index:1000;}*/
.datepicker td, .datepicker th {
    color: #1e8acb;
}

.datepicker .next span, .datepicker .prev span {
    border-color: #1e8acb;
}

.datepicker .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.datepicker .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.datepicker .next span, .datepicker .prev span {
    color: #fff;
    border: solid #1e8acb;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.datepicker table tr th.dow {
    color: #1e8acb;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #d0d0d0;
    color: #000000;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        background-color: #d0d0d0;
        color: #000000;
    }

.rgstrbx {
}

.slctddsbled {
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    font-size: .765rem;
    padding: .35rem .65rem;
    line-height: 1.5;
    color: #000;
    background-clip: padding-box;
    border: 1px solid #dbe4e6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #eaeff3;
    opacity: 1;
    cursor: not-allowed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dvDashboaradTopSection, #dvActionDynamics {
    min-height: 90px;
    position: relative;
}

.dtlul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dtlul li {
        margin-bottom: .65rem;
    }

        .dtlul li:last-child {
            margin-bottom: 0;
        }

.atndsc .badge {
    margin-left: .15rem;
}

.table.tblslb.tblcnt tr td .form-control.form-control-wsh {
    contain: size;
}
/*Start Activity Calendar*/
.whtbck {
    background: #eff3f6;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 12px 12px 8px 12px;
    min-height: 100px;
}

    .whtbck .loader-custom .loader-custom-inner {
        background: #fff;
    }

.cldrdata.dropdown-toggle::after {
    display: none;
}

.drplddta {
    color: #000;
    font-weight: bold;
}

.cldrdata .fa {
    color: #7e7e7e;
    margin-right: 5px;
}

.lgndz {
    margin-right: 15px;
    font-size: .715rem;
}

    .lgndz:last-child {
        margin-right: 0;
    }

.clndrz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}

.clndrzin {
    padding-right: 3px;
    padding-left: 3px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}

.dtebx {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 7px 5px;
    min-height: 1px;
    margin: 0 0px 5px 5px;
    width: 100%;
}

    .dtebx:hover {
        border: 1px solid #d5d5d5;
        box-shadow: 0 0 4px #ccc;
    }

    .dtebx:first-child {
        margin-left: 0;
    }

.dys {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .665rem;
    line-height: .665rem;
    text-transform: uppercase;
    font-weight: normal;
}

    .dys > span {
        margin-right: 10px;
    }

        .dys > span:last-child {
            margin-right: 0;
        }

.bdg-tdy {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0081e8;
}

.bdg-sccs {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #07ac5f;
}

.bdg-holiday {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef5941;
}

.dtdz {
    font-size: .925rem;
    font-weight: bold;
    line-height: .925rem;
    margin-top: 0.35rem;
}

.hldyz {
    font-size: .725rem;
    line-height: .725rem;
    color: #ef5941;
}

.hdys {
    display: inline-block;
    padding: 2px;
    font-size: .675rem;
    line-height: .45rem;
    margin-right: 6px;
    background: #ef5941;
    color: #fff;
}

.bdsbm {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    border-radius: 50%;
    background: #0081e8;
    vertical-align: middle;
}

.topdt {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    border-radius: 50%;
    background: #07ac5f;
    vertical-align: middle;
}


.clndrzin.dropdown:hover > .dropdown-menu {
    display: block;
}

.clndrzin.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.clndrzin.dropdown .dropdown-toggle::after {
    display: none;
}

.clndrzin.dropdown .dropdown-menu {
    padding: 1rem;
    max-width: 320px;
}

    .clndrzin.dropdown .dropdown-menu li.dropdown-item {
        padding: 0 0 8px 0;
        margin-bottom: 8px;
        border-bottom: 1px solid #e7e7e7;
        font-size: .835rem;
        color: #000;
        white-space: normal;
        font-weight: 500;
    }

        .clndrzin.dropdown .dropdown-menu li.dropdown-item:hover {
            background: transparent;
            color: #0081e8 !important;
        }

        .clndrzin.dropdown .dropdown-menu li.dropdown-item:last-child {
            padding: 0 0 0 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

.dys.sun {
    color: #ef5941;
}

.twomix img {
    height: 9px;
}

@media (min-width:576px) {
    .dn576 {
        display: none;
    }
}

@media (max-width:575px) {
    .ftbxzin {
        font-size: .75rem;
    }

    .clndrzin {
        min-width: 60px;
    }

    .dn575 {
        display: none;
    }

    .nbtn575 {
        background: transparent !important;
        border: 1px solid transparent !important;
    }

    .mblfltr {
        margin-left: 1rem;
    }

    .tphdmob {
        background: #eff3f6;
        border-top: 1px solid #dbe4e6;
        border-bottom: 1px solid #dbe4e6;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 1rem;
    }

    .hdlninr {
        margin: 0 10px;
    }

    .thmbdy {
        padding: 10px 3px;
    }

        .thmbdy.pdl0 {
            padding-left: 0px !important;
        }

        .thmbdy.pdr0 {
            padding-right: 0px !important;
        }

        .thmbdy ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .thmbdy ul li {
                font-size: .645rem;
                line-height: .645rem;
                margin-bottom: .65rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .thmbdy ul li:last-child {
                    margin-bottom: 0;
                }

                .thmbdy ul li .hvle {
                    color: #0081e8;
                    font-weight: bold;
                }

    ul.grdlist {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.grdlist li {
            margin-bottom: .75rem;
            padding-bottom: .75rem;
            border-bottom: 1px solid #dbe4e6;
        }

    .tdrclnt {
        position: relative;
    }

    .tidcnme {
        margin-bottom: .5rem;
        padding-right: 50px;
    }

    .tidz {
        font-size: .7rem;
        color: #375069;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .clntnmz {
        font-size: .825rem;
        font-weight: 500;
        color: #0081e8;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .actbtnz {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 1;
    }

    .btnact {
        display: inline-block;
        margin-left: .4rem;
        width: 24px;
        height: 24px;
        line-height: 18px;
        text-align: center;
        background: #eff3f6;
        border-radius: 3px;
        padding: 3px;
    }

        .btnact:hover {
            background: #dbe4e6;
        }

        .btnact img {
            height: 15px;
        }

    .actarr {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        padding: 3px;
    }

        .actarr i {
            font-size: 1.25rem;
            line-height: 1.15rem;
        }

    .ltlbtm {
        font-size: .65rem;
    }

    .lvlebtm {
        font-size: .715rem;
        font-weight: 500;
    }

        .lvlebtm.rd {
            color: #375069;
        }

    .btttl {
        font-size: .825rem;
        font-weight: bold;
    }

    .btfhdr {
        margin-bottom: 1rem;
        padding-bottom: .75rem;
        border-bottom: 1px solid #dbe4e6;
    }

    .clsfltr img {
        height: 20px;
    }

    .btfiltr {
        padding: 1rem;
        position: absolute;
        left: 10px;
        top: 52px;
        background: #fff;
        display: none;
        width: calc(100% - 20px);
        z-index: 10;
        border-radius: .5rem;
        box-shadow: 0 0 5px #999;
    }
}
/*End Activity Calendar*/

.mbcmn {
    margin-bottom: .75rem;
}

.mxcnthnt {
    font-size: .675rem;
    color: #949897;
    text-align: right;
    margin-top: .25rem;
}

.bidacrdn .accordion > .card {
    box-shadow: none;
    /*border-bottom: 1px solid #dbe4e6;*/
    border-radius: 0.5rem;
}

    .bidacrdn .accordion > .card > .card-header {
        padding: 0 0 0 24px;
    }

        .bidacrdn .accordion > .card > .card-header.bdch a.clpslnk {
            font-size: .875rem;
            font-weight: 500;
            color: #000;
        }

            .bidacrdn .accordion > .card > .card-header.bdch a.clpslnk:before {
                content: "\f105";
                font-family: 'FontAwesome';
                position: absolute;
                left: -24px;
                font-weight: bold;
            }

            .bidacrdn .accordion > .card > .card-header.bdch a.clpslnk[aria-expanded="true"]:before {
                content: "\f107";
            }

.bdcbdy {
    padding: 1rem 0;
    padding-bottom: 0;
}

.chkd {
    display: none;
}

.radiochoose {
    background: #eff3f6;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 375px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radiobox {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

    .radiobox input[type=radio], .radiobox input[type=checkbox] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        width: 100%;
        cursor: pointer;
    }


    .radiobox input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px;
    }

    .radiobox label {
        padding: .5rem 1rem;
        background: transparent;
        font-size: .775rem;
        line-height: 1rem;
        color: #000;
        border-radius: .35rem;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%;
    }

    .radiobox input:checked ~ label {
        background: #fff;
        color: #3921f5;
        border: 1px solid #3921f5;
        border-radius: .35rem;
        cursor: pointer;
        padding: .5rem 2rem .5rem 1rem;
    }

.form-control.form-control-wsh:disabled {
    background: #eff3f6;
    height: 0;
    height: -webkit-fill-available;
}

    .form-control.form-control-wsh:disabled ~ .CaptionCont {
        background: #eff3f6;
    }

.tblslb .smslct .SumoSelect > .CaptionCont {
    border-radius: 0 !important;
    border: 0 !important;
}

.SumoSelect.disabled {
    opacity: 1 !important;
}

.tblslb tr td .form-control {
    height: calc(2.25rem + 2px) !important;
}

.statusToggle {
    background: #fff;
    border-radius: .35rem;
    /*margin-bottom: .75rem;*/
    width: 100%;
    position: relative;
    display: flex;
    align-items:center;
    height: 38px;
}

    .statusToggle input[type=checkbox] {
        opacity: 0;
        position: absolute;
        min-height: 38px;
        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='%233921F5' 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>") no-repeat;
        background-size: 26px 20px;
        display: block;
        height: 20px;
        padding-left: 35px;
        line-height: 1.75;
    }

    .statusToggle input ~ label .unchkd {
        background: #fff url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-square-fill' fill='%23dad6ff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z' /%3E%3C/svg>") no-repeat;
        background-size: 26px 20px;
        display: block;
        height: 20px;
        padding-left: 35px;
        line-height: 1.75;
    }

    .statusToggle label {
        padding: 3px;
        font-size: .725rem;
        line-height: 1.6rem;
        border-radius: .35rem;
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 0;
        width: 100%;
        border: 1px solid #dbe4e6;
        color: #939393;
        height: calc(2.25rem + 6px);
        display: flex;
        align-items: center;
    }

        .statusToggle label:hover {
            color: #000;
        }


    .statusToggle input:checked ~ label {
        background: #fff;
        color: #000;
        border-radius: .35rem;
        cursor: pointer;
        padding: 3px;
        border: 1px solid #dbe4e6;
        height:100%;
    }

.table.tblbdrd tr td, .table.tblbdrd tr th {
    border: 1px solid #dbe4e6;
    padding: 0.5rem;
    vertical-align: middle;
}

.tableview tr td, .tableview tr th {
    border: 1px solid #dbe4e6;
    padding: 5px;
    vertical-align: top;
}

.tableview tr th {
    background: #F6F5FF;
    font-weight: 500;
}

.assn .fa-plus-circle, .unassn .fa-minus-circle {
    font-size: 1.1rem;
    vertical-align: middle;
}

.unassn .fa-minus-circle {
    color: #8f8f8f;
    margin-left: 5px;
}

.attmt {
    color: #212529;
    margin-right: 15px;
    font-size: 0.725rem;
}

    .attmt .fa-paperclip {
        font-size: 1.1rem;
        margin-left: 3px;
        vertical-align: middle;
    }

.ulli {
    background-color: #fff;
    width: 60%;
    padding: 1rem;
    line-height: 30px;
}

    .ulli li {
        list-style-type: none;
        display: flex;
        align-items: center;
    }

        .ulli li input {
            margin-right: 1.2rem;
        }

.extrimg img {
    height: 165px;
    width: 90%;
    object-fit: cover;
    border-radius: 0.25rem;
}

.d-none {
    display: none;
}




body{
    background:#fff;
}
.lftslider {
    background: linear-gradient(to bottom right, #a249e8, #3921f5);
    flex: 1;
    display: flex;
    justify-content: center;
}
.lftfrm {
    background: #f0f4fc;
    flex: 1;
    width:100%;
    display:flex;
}
.lftfrm .card-body{
    flex: 1;
}
.frmttl {
    font-size: 1rem;
    margin-bottom: 1.75rem;
}
.g-0 > div, .gx-0 > div {
    padding-right: 0;
    padding-left: 0;
}
.lftslider h6 {
    color: #fff;
    font-size: 1.75rem;
}
.lftslider p {
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
}
.lgncrd {
    background: #f0f4fc;
    flex: 1;
}
.flxgrw {
    flex: 1;
    display: flex;
}
.cstm-txfiled {
    box-shadow: 0 10px 17px 2px #dee6fb;
    background-color: #fff;
    opacity: 1;
    border-radius: 0.5rem;
}
    /* Input field style */
    .cstm-txfiled .inpfcs {
        outline: none;
        border: 1px solid #4224f4;
        border-radius: 0.4rem;
        font-size: 0.725rem;
        line-height: 1.313rem;
        color: #383838;
        transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
        padding: 0.75rem 1rem;
        background-color:#fff;
        opacity:1;
    }

    /* Label style */
    .cstm-txfiled >  label {
        position: absolute;
        left: 14px;
        color: #383838;
        pointer-events: none;
        transform: translateY(-45%);
        transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
        font-size: 0.725rem;
        font-weight: 600;
        top: 50%;
    }
    /* Label animation on focus or when input is not empty */
    .cstm-txfiled .inpfcs:focus ~ label,
    .cstm-txfiled .inpfcs:not(:placeholder-shown):valid ~ label {
        transform: translateY(-100%);
        background-color: #fff;
        background: #fff;
        color: #452ff6;
        font-size: 0.75rem;
        line-height: 1.125rem;
        padding: 0 0.25rem;
        left: 0.85rem;
        z-index: 3;
        top: 8px;
        font-weight: 600;
    }
    input:-internal-autofill-selected {
    background-color: #fff;
    input: -webkit-autofill;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset !important; 
}

/* Override background color for autofill when focused */
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; 

}
.cstm-txfiled input::-webkit-input-placeholder {
    opacity: 0;
}

.cstm-txfiled input:-moz-placeholder {
    opacity: 0;
}

.cstm-txfiled input::-moz-placeholder {
    opacity: 0;
}

.cstm-txfiled input:-ms-input-placeholder {
    opacity: 0;
}

.cstm-txfiled .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.cstm-txfiled input:focus + .placeholder {
    opacity: 0;
}



.lftslider .carousel-indicators button {
    opacity: 0.5;
    cursor: pointer;
}

    .lftslider .carousel-indicators button.active {
        opacity: 1;
        background: #fff;
        width: 25px;
    }
.login .input-group > .form-control:not(:last-child) {
    border-radius: 0.4rem;
}
.carousel-indicators button {
    height: 5px;
    border: 0;
    width: 10px;
    border-radius: 4px;
    margin-right: 4px;
}
.lftslider .carousel.slide{
    margin-bottom:5.25rem;
}
.lftslider .carousel .carousel-indicators {
    bottom: -50px;
}

footer {
    padding: 0.5rem;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.lftftr p{
    color: #74747b;
    font-size: 0.7rem;
}
.rgtftr ul {
    padding: 0;
    margin: 0;
}
.rgtftr ul li {
    list-style-type: none;
}
.rgtftr ul li a {
    padding: 0 1rem;
    font-size: 0.675rem;
    color: #000;
    text-decoration: none;
}
.btn-primary, .btn-primary:hover {
    background: #3921F5;
    border: 1px solid #3921F5;
    color: #fff;
}
.login-form-logo{
    height:28px;
}
@media (max-width: 767px) {
    .rgtftr ul li a {
        padding: 0 0.5rem;
    }
}


body.bgblu {
    background: #1e3c99;
}
.bgblue, .bg-tndrs, .bgdrkblue, .bg-crrtndrs {
    border-radius: .625rem;
}
.fc-toolbar.fc-header-toolbar{
    display:flex;
    justify-content:center;
    position:relative;
}
.fc-toolbar .fc-button-group .fc-button {
    position: absolute;
    color: #27292C !important;
}
.fc .fc-button-group > :first-child {
    left: 0;
}
.fc .fc-button-group > :last-child {
    right: 0;
}

.fc-icon-left-single-arrow:after {
    font-size: 179% !important;
}
.fc-head-container.fc-widget-header .fc-widget-header table tr th.fc-day-header, .fc th.fc-sun {
    color: #79767B !important;
}
.fc-unthemed td.fc-today {
    background: transparent !important;
}
.fc-day-top.fc-other-month {
    opacity: 1 !important; 
}
.cstmcrsl .arrcntrls .carousel-control-prev {
    top: 25%;
    left: 20px;
    position: absolute;
}
.cstmcrsl .arrcntrls .carousel-control-next {
    top: 25%;
    right: 20px;
    position: absolute;
}
.atndsc span.badge-indraft:first-child {
    display: none;
}
.atbxhdr1 .text-sm-right span {
    color: #3921F5;
    font-size:12px;
    font-weight:500;
}

.actvbx.dyhgt .actnlst, .dyhgt .cldrbx {
    max-height: 400px;
    height: 100%;
}

.prohgt .cldrbx, .prohgt .cldrbx .actnlst {
    max-height: 300px;
}
.fc-basic-view .fc-body .fc-row {
    max-height: 45px !important;
    height: 45px !important;
}
.fc-widget-content .fc-scroller.fc-day-grid-container {
    margin-top: 0.5rem;
}
.fc-head-container .fc-head-container.fc-widget-header .fc-widget-header {
    margin-top: 0.5rem;
}
/*.fc-row .fc-content-skeleton td.fc-day-top{
    position:relative;
}.fc-row .fc-content-skeleton td.fc-day-top{
    position:absolute;
    content:"";
    width:0.5rem;
    height:0.5rem;
    bottom:0;
    left:50%;
    background:red;
}*/

@media(max-width:991px){
    .app-body .main {
        border-bottom-left-radius: 0;
    }
    .mg-r-15 .nav-link > span{
        color:#fff;
    }
    .sidebar {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .diffclr {
        margin-left: 10px;
    }
}
@media(max-width:768px){
    .prohgt .cldrbx, .prohgt .cldrbx .actnlst {
        max-height: 300px;
    }
    .prpsllst {
        margin-left: 0.5rem;
        }
}




.bdg-sccs {
    /* Define styles for the success badge */
    /* For example: */
    background-color: green;
}

.bdg-tdy {
    /* Define styles for the today badge */
    /* For example: */
    background-color: blue;
}

.bdg-holiday {
    /* Define styles for the holiday badge */
    /* For example: */
    background-color: red;
}

.fxwdt {
    min-width: 75px;
    margin-right: 0;
    width: 75px;
}
    .fxwdt .select2.select2-container {
        width: 75px !important;
    }
.mr10{
    margin-right: 10px !important;
}
.custom-table-bordered tr td a {
    color: #3921F5;
    font-weight:500;
}
table.dataTable tbody tr:nth-child(odd) {
    background-color: #F6F5FF;
}
table.dataTable tbody tr:nth-child(even) {
    background-color: #fff;
}
    table.dataTable tbody tr:nth-child(even):hover {
        background-color: #f3f4f9;
        cursor:pointer;
    }
/*table.dataTable tbody tr td:first-child {
    width:40%;
}*/
@media(max-width:767px){
    .ppslnme {
        font-size: 1rem;
        line-height: 1.6;
    }
    .mn-xs-wd-100 mb-2 mb-md-0 {
        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-180.wdthp50, .mn-xs-wd-200.wdthp50, .mn-xs-wd-150.wdthp50 {
        width: 100% !important;
        min-width: 100%;
    }

        .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 {
            margin-right: .8rem;
        }


    .fxwdt .select2.select2-container {
        width:100% !important;
    }
    .btn, .btn-back, .btn-back-lg {
        padding: 0.5rem 0.875rem;
        font-size: .675rem;
    }
        .btn-outline-secondary {
            padding: 0.5rem 0.875rem 0.5rem 0.4rem;
            font-size: .675rem;
        }
  
    .page-heading .page-heading-sub {
        font-size: .675rem;
    }

    .page-heading {
        font-size: 0.875rem;
    }

    .bdrtp {
        border-top: 1px solid #E2E8F0;
        padding: 0.75rem 0;
    }

    .pt-img {
        height: 24px;
    }
}
@media(max-width:575px){
    .mg-r-15 .nav-link > span {
     display:none;
    }
    .dyhgt .cldrbx, .actvbx.dyhgt {
        max-height: 390px;
    }
   
}
@media(min-width:576px){
    .mg-r-15 .nav-link > span {
        color: #0A0A20;
    }
   
}
@media(max-width:576px){
    .topul {
        gap: 1.25rem;
    }
   
}

form label {
    margin-bottom: .25rem;
    color: #020F10;
    font-size: .75rem;
}
.plft{
    flex:1;
}
.smrybdy{
    width:100%;
}
@media(min-width:576px) and (max-width:767px){
    .bdtbtm575768 {
        border-bottom: 1px solid #E0E0E9;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .bdtbtmlg {
        border-bottom: 1px solid #E0E0E9;
    }
}
@media(min-width:768px) and (max-width:1199px) {
    .clbdrlg {
        border-right: 1px solid #dbe4e6;
    }
}
.custom-table-bordered > tbody > tr > td:last-child, 
.custom-table-bordered > tbody > tr > th:last-child {
    min-width: 81px !important;
}
.radius05{
    border-radius:0.5rem;
}
@media(max-width:767px){
    .actvbx.dyhgt .actnlst, .dyhgt .cldrbx {
        max-height: 400px;
    }
    .clbdr {
        border-right: 1px solid #dbe4e6;
    }
}
@media(max-width:575px){
    .btx{
        padding-left:0;
    }
}
@media(min-width:991px) and (max-width:1200px){
    .prohgt .cldrbx, .prohgt .cldrbx .actnlst {
        max-height: 430px;
    }
    .prpsllst {
        padding-left: 0;
    }
}
.cstrow.mbdsh {
    margin-bottom: 1.25rem;
}
@media(max-width:575px){
    .atbxhdr1 a {
    font-size:0.875rem;
    }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3921f5;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #6754F7;
    color: white;
}
.dtvlz input{
    margin-left:0.25rem;
}
.dtvlz span{
    margin-left:0;
}
.sweet-alert{
    border-radius:0.5rem !important;
}