{
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.9em;
    background: #f2f2f2;
    min-height: 100%;
}

html {
    height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.login-box {
    margin: 0 auto;
}

.notification.bell {
    padding: .625rem;
    display: inline-flex;
    align-items: center;
    width: 100%;
}


    .notification.bell .bell-item {
        width: 10%;
        margin: 0 0 0 5px !important;
    }

        .notification.bell .bell-item i {
            color: #ef293b;
            margin: 0;
            font-size: 25px;
        }

    .notification.bell .notification-content {
        width: calc(100% - 10%);
    }

        .notification.bell .notification-content text {
            font-size: 14px;
        }

        .notification.bell .notification-content a {
            padding: 0 !important;
            color: #1304f5 !important;
        }

            .notification.bell .notification-content a:hover {
                background: transparent !important;
            }

nav.side-navbar.shrinked ul li a .srinked-icon {
    width: 78%;
    margin-top: 5px;
}

.realse-v {
    position: absolute;
    right: 30px;
    bottom: 5px;
    font-style: italic;
}

.no-padding-right {
    padding-right: 0;
}

.height240 {
    min-height: 240px;
}

.height180 {
    height: 180px;
}

.Width35 {
    Width: 35% !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.fa-rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-blue {
    color: #2872c3;
}

.btn-primary {
    background-color: #3c8be0;
    border-color: #3c8be0;
}

    .btn-primary:hover {
        background-color: #3684d8;
        border-color: #2f7cd0;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
        color: #fff;
        background-color: #2b76c7 !important;
        border-color: #216ab9 !important;
    }

.page {
    overflow-x: hidden;
}

.page {
    background: #f1f1f1;
}

nav.navbar {
    background: #54b498;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
}

    nav.navbar .search-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background: #fff;
        z-index: 12;
        border-radius: 0;
        display: none;
    }

        nav.navbar .search-box .dismiss {
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.5em;
            color: #999;
        }

.brand-img.brand-big.logo-big img {
    width: 180px;
}

.brand-text.brand-small.logo-small img {
    width: 120px;
    margin: 0;
}

nav.navbar .search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    display: none;
}

nav.side-navbar ul {
    padding: 0;
}

    nav.side-navbar ul li.active > a {
        color: #818181;
        border-left: none;
    }

    nav.side-navbar ul li a:hover {
        border-left: none;
        color: #818181;
    }

    nav.side-navbar ul li ul li.list-li a:hover {
        background: #f6f8fa;
        border-left: none;
        color: #818181;
    }

nav.side-navbar a[aria-expanded="true"] {
    background: #fff;
}

nav.side-navbar ul li a {
    border-left: none;
    color: #818181;
    font-weight: bold;
}

nav.side-navbar .title ul {
    padding: 0px;
}

.title ul li {
    display: inline-block;
}

nav.side-navbar .title ul li a {
    background: none;
    padding: 0;
    border: none;
    color: #000;
}

nav.side-navbar ul li li a {
    padding-left: 35px;
    background: #f6f8fa;
    display: flex;
}

nav.side-navbar .title h1 {
    color: #54b498;
    font-weight: normal;
}

nav.side-navbar .title a i {
    margin-right: 0;
    font-size: 1.2em;
}

nav.side-navbar ul li a {
    padding: 10px;
}

nav.side-navbar a i {
    margin-right: 10px;
    font-size: 22px;
    width: 25px;
    vertical-align: middle;
}

nav.side-navbar a[data-toggle="collapse"]::before {
    font-size: 17px;
}

.light-orange {
    color: #ff9500 !important;
}

.dark-green {
    color: #4aad90 !important;
}

.light-green {
    color: #a5b21a !important;
}

.mid-green {
    color: #4aad90 !important;
}

.dark-orange {
    color: #f04a27 !important;
}

.bluee {
    color: #2095f2 !important;
}

.redd {
    color: #f04a27 !important;
}

.deep-sky {
    color: #00bfff !important;
}

.black {
    color: #000000 !important;
}

.purple {
    color: #8E44AD !important;
}

.pink {
    color: #ef293b !important;
}

.light-pink {
    color: #d28bce;
}

.maroon {
    color: #a41717 !important;
}

.gray {
    color: #9fa3ac;
}

.shrinked .sidebar-header {
    display: none !important;
}

.shrinked ul li {
    border-bottom: 1px solid #e3e4e4;
}

.container-header {
    width: 100%;
}

.top-nav {
    width: 100%;
}

.nav-logo .navbar-brand .logo-big img {
    margin: 0;
}

.card-headings {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal !important;
}

.dashboard-counts .item {
    height: 110px;
}

.dashboard-counts i {
    font-size: 20px;
}

section.dashboard-counts .title span {
    font-size: 13px;
    color: #464852;
    text-transform: uppercase;
}

.top-img {
    width: 22%;
    float: left;
    margin-left: 0;
    background: #fff;
}

.top-heading {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    position: relative;
    min-width: 170px;
    top: -7px;
    text-align: right;
}

    .top-heading i {
        margin-left: 6px;
    }

nav.navbar .nav-item > a .top-heading span {
    font-size: 14px;
}

#notifications {
    text-transform: uppercase;
    font-size: 12px;
}

.toggle-search {
    padding-top: 10px;
}

.nav-left i {
    font-size: 20px;
    margin-right: 3px;
    margin-left: 5px;
}

nav.navbar .nav-item > a .top-heading span {
    right: 23px;
}


nav.navbar .nav-item > a span {
    right: 7px;
}


.bg-inn-green {
    background: #54b498 !important;
}

.bg-report-header {
    background-color: rgba(0,0,0,.03) !important;
    padding: .5rem .7rem !important;
}

    .bg-report-header .inn-heading {
        color: #000000 !important;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

.bg-report-blue th {
    background: #4c68a2 !important;
    color: #fff !important;
    font-weight: 700;
}

.inn-heading {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.inn-heading-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .inn-heading-two .email {
        text-transform: initial;
    }

.letter-spacing {
    letter-spacing: 1.2px;
}

.new-heading {
    float: left !important;
    width: 91%;
    position: absolute;
}

.new-heading-label5 {
    margin-bottom: 0;
    float: left !important;
    width: 99%;
    position: absolute;
}

.new-heading-label1 {
    margin-bottom: 0;
    margin-left: calc(100% - 93%);
}
.new-heading-labelConsent {
    margin-bottom: 0;
    margin-left: calc(5%);
}

.new-heading-label2 {
    margin-bottom: 0;
    margin-left: calc(100% - 96%);
}

.new-heading-label3 {
    margin-bottom: 0;
    margin-left: calc(100% - 98%);
}

.boarder-heading {
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.table-bg-grey {
    background: rgba(0,0,0,.03);
}

.amount-text {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}

.amount-price {
    font-size: 19px;
    font-weight: normal;
}

.table-main-hd {
    font-size: 12px;
    font-weight: bold !important;
}

    .table-main-hd i {
        margin-right: 5px;
    }

.inn-padding {
    padding: 20px 0 0;
}

.date-icon i {
    margin-left: 5px;
    font-weight: bold;
}

.card {
    position: relative;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #54b498;
    position: absolute;
    top: 35px;
    left: 10px;
}

.account-summ .arrow-down {
    top: 50px;
}

.menu-btn.active:before {
    content: "\f03b";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

.menu-btn:before {
    content: "\f03c";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

i.fa.fa-caret-down {
    vertical-align: middle;
}

nav.side-navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #dbdbdb;
    height: calc(100% - 60px);
    margin-top: 60px;
}

    nav.side-navbar.nav-scroll {
        overflow: auto;
    }

        nav.side-navbar.nav-scroll::-webkit-scrollbar {
            width: 3px;
        }

        nav.side-navbar.nav-scroll::-webkit-scrollbar-thumb {
            background-color: #52b799;
        }

        nav.side-navbar.nav-scroll::-webkit-scrollbar-track {
            background-color: #b7b7b7;
        }

.noScroll {
    overflow: hidden;
}

.border {
    border: 1px solid #dbdbdb !important;
}

.card-header {
    padding: .625rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #eee;
    box-shadow: none;
    border-radius: 0 !important;
}

.recent-report .table td, .recent-report .table th {
    border-top: none;
    padding: .75rem 0;
}

.recent-report .table thead th {
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
    color: #010101;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.recent-report .table tbody th, .recent-report .table tbody td {
    padding: 1.2rem 0;
    color: #a7a7a7;
    font-size: 13px;
}

.bg-darkgrey {
    background: #464852;
    border: none;
}

    .bg-darkgrey:hover {
        background: #464852;
    }

.bg-orange {
    background: #ff9500 !important;
    border: none;
}

.report-btn {
    font-size: 13px;
    padding: 0.275rem 1.3rem;
    border-radius: 0.8rem;
}

.recent-report {
    padding: 5px 1.25rem;
}

.table.summary-t th, .table.summary-t td {
    border-top: none;
}

.table.summary-t tbody th, .table.summary-t tbody td {
    padding: 1.2rem 0.75rem;
}

.sub-heading {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #fafafa;
    text-align: center;
    padding: 12px 10px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #efecec;
    border-top: 1px solid #efecec;
}

    .sub-heading label {
        margin: 0;
    }

input.form-control, select.form-control {
    color: #1d1d1d;
    font-size: 12px;
    height: calc(2rem - 2px);
    padding: 5px 4px;
    background-color: #fafafa;
    border-radius: 5px;
}

    select.form-control:not([size]):not([multiple]) {
        height: calc(2rem - 2px);
    }

input.form-control-1 {
    width: 93%;
    display: inline-flex;
}

.form-control-label {
    font-size: 11px;
    color: #464852;
    font-weight: 600;
}

.dealer-logo-label {
    font-size: 11px;
    color: #464852;
    margin: 0;
}

.sub-label {
    font-weight: normal;
}

.inline-table {
    display: inline-table !important;
}

select::-ms-expand {
    display: none;
}

.selectd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
}

.margin-right0 {
    margin-right: 0px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-top28 {
    margin-top: 28px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top25 {
    margin-top: 25px;
}

.padding-tb-10 {
    padding: 10px 0;
}

.padding-left-30 {
    padding-left: 30px;
}

.acct-link ul {
    list-style: none;
}

    .acct-link ul li {
        display: inline-block;
    }

        .acct-link ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            border-right: 1px solid #fff;
            line-height: 1;
            padding-right: 5px;
        }

        .acct-link ul li:last-child a {
            border-right: 0;
        }

.input-group-text {
    background-color: inherit;
    border: none;
    padding: 7px 8px 8px 22px !important;
}

.input-group-append {
    background: #e2e2e2;
    border-radius: 0px 5px 5px 0px;
}

.gj-icon {
    font-size: 16px;
    color: #565656;
    right: 7px !important;
    top: 10px !important;
}

.timepicker i.fa.fa-clock-o {
    position: relative;
    top: 8px;
    left: 5px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 28px;
}

.input-group span.input-group-addon {
    background: #e2e2e2;
    color: #565656;
    font-weight: 300;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-append, .gj-datepicker-bootstrap span[role=right-icon].input-group-prepend {
    width: 30px;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

.report-radio label.checkbox-inline {
    font-size: 11px;
    color: #464852;
    font-weight: 600;
}

.checkbox-template::checked:before, .radio-template::checked:before {
    background: #52b798;
}

.notify-text {
    position: inherit !important;
    font-size: 12px !important;
}


.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select1 .form-control {
    height: 60px !important;
}

.check-box {
    margin-bottom: 5px;
}

    .check-box input {
        vertical-align: text-top;
        margin-right: 5px;
    }

    .check-box label {
        margin-right: 20px;
        cursor: pointer;
    }

.checkbox-inline.disabled {
    cursor: not-allowed;
    opacity: .5;
}

.sep-permissions {
    margin: 5px 0 10px 0;
}

.report-radio label {
    margin-right: 10px;
}

.bottom35 {
    bottom: 35px;
}

.profile-page .profile-header {
    background: transparent url(../images/profilebg.jpg) repeat scroll center center/cover;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.profile-page, .boxs-simple {
    padding-top: 0;
}

.profile-image img {
    border-radius: 50%;
    width: 180px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.profile-page .profile-header .profile_info {
    margin: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.profile-page .profile-header .profile_info .job_post {
    margin-bottom: 10px;
}

.profile-btn {
    background-color: #52b799;
    border-color: #52b799;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: none;
}

    .card .header {
        color: #555;
        position: relative;
        margin-bottom: 0;
        padding: 1rem 1rem;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid #eee;
        box-shadow: none;
    }

    .card .body {
        font-size: 14px;
        color: #444;
        padding: 10px 15px;
        font-weight: 400;
    }

    .card .header h2 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #111;
        text-transform: uppercase;
    }

.progress {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    height: 8px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.progress .progress-bar {
    line-height: 8px;
    background-color: #1f91f3;
}

.l-blue {
    background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
    color: #fff !important;
}

.l-green {
    background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}

.l-amber {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.l-blush {
    background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
    color: #fff !important;
}

.info-box-2 {
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 150px;
}

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

    .info-box-2 .icon {
        display: inline-block;
    }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 14px;
            margin-top: 11px;
            color: #555;
            margin-top: 0 !important;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            color: #555;
        }

.social-widget .facebook-widget .icon i {
    color: #3b5998;
}

.social-widget .instagram-widget .icon i {
    color: #fb3958;
}

.social-widget .twitter-widget .icon i {
    color: #0084b4;
}

.social-widget .google-widget .icon i {
    color: #d34836;
}

.social-widget .linkedin-widget .icon i {
    color: #0077B5;
}

.social-widget .behance-widget .icon i {
    color: #053eff;
}

.info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box-2.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box-2 .icon i {
    color: #000;
    font-size: 30px;
    line-height: 70px;
}

.nav-tabs > li > a {
    border: none !important;
    color: #999 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-link {
    display: block;
    padding: .5em 1em;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #ffc100 !important;
    color: #ffc100 !important;
    font-weight: 700;
}

.nav-tabs + .tab-content {
    padding: 10px 0;
}

.profile-page .timeline {
    border-left: 1px solid #dedede;
    font-size: 14px;
    position: relative;
}

    .profile-page .timeline .timeline-item {
        padding-bottom: 1px;
        position: relative;
    }

    .profile-page .timeline .timeline-item {
        margin-bottom: 20px;
    }

        .profile-page .timeline .timeline-item .item-content {
            margin-left: 24px;
            margin-top: 0;
        }

            .profile-page .timeline .timeline-item .item-content p {
                font-weight: 400;
                color: #444;
            }

        .profile-page .timeline .timeline-item:after {
            background-color: #fff;
            border-color: inherit;
            border-radius: 50%;
            border-style: solid;
            border-width: 2px;
            content: "";
            height: 11px;
            left: 0;
            margin-left: -6px;
            position: absolute;
            width: 11px;
            bottom: auto;
            clear: both;
            top: 4px;
        }

.profile-page #mypost .mypost-form .form-group .form-control {
    height: auto;
}

.card .card-inside-title:first-child {
    margin-top: 0;
}

.card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: #000;
}

.setting-form .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.setting-form .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.setting-form .form-group .form-control {
    margin-bottom: 7px;
}

.setting-form .form-control, .setting-form .form-group .form-control {
    border: 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
}

.setting-form .form-control {
    margin-bottom: 7px;
}

.setting-form .form-control {
    height: 36px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.428571429;
}

.m-t-40 {
    margin-top: 40px;
}

.setting-form {
    margin-bottom: 15px;
}

.card-footer ul.circle-li {
    list-style: none;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

    .card-footer ul.circle-li li {
        display: inline-block;
        margin: 0 auto;
    }

.graph-circle {
    width: 15PX;
    background: #793030;
    height: 15PX;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}

.card-footer ul.circle-li li span {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}

.graph-blue {
    background: #2095f2;
}

.graph-orange {
    background: #fe9700;
}

.graph-green {
    background: #54b498;
}

.certify {
    font-size: 10px !important;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 0;
}

.sale-btn {
    right: 16px;
    top: 50%;
}

.login-logo {
    margin: 0 auto;
    justify-content: center;
    display: block;
    margin-bottom: 50px;
    width: 100%;
}

.page.login-page {
    background: #eff3f6;
    margin: 0;
}

.login-btn {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: #52b799;
    border-radius: 0;
    font-size: 22px;
    -webkit-box-shadow: 0 6px 15px rgb(159, 204, 190);
    box-shadow: 0 6px 15px rgb(159, 204, 190);
    border: 0;
    width: 100%;
    margin-bottom: 18px;
    -webkit-transition: none;
}

    .login-btn:focus {
        background: #218838 !important;
    }

.forgot-pass {
    text-align: center;
    display: block;
    font-size: 14px;
}

.ximp-login .input-material {
    padding: 10px;
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    height: 50px;
}

.login-page .form-holder .form a.forgot-pass {
    font-size: 16px;
    color: #323232;
}

    .login-page .form-holder .form a.forgot-pass:hover {
        color: #52b799;
        text-decoration: none;
    }

nav.side-navbar ul li ul li.list-li a span:hover {
    border-bottom: 3px solid #54b498 !important;
    line-height: 20px;
    -webkit-transition: none;
    transition: none;
}

nav.side-navbar ul li.list-li:hover ul li a span {
    border-bottom: none;
    line-height: 20px;
}

nav.side-navbar ul li ul li:hover a span {
    border-bottom: 3px solid #54b498 !important;
    line-height: 20px;
    -webkit-transition: none;
    transition: none;
}

nav.side-navbar ul li.active > a span {
    border-bottom: 3px solid #54b498;
    line-height: 20px;
}

.shrinked a i {
    width: inherit !important;
}

nav.side-navbar ul li {
    line-height: 0;
    cursor: default;
}

    nav.side-navbar ul li a {
        line-height: 20px;
        cursor: default;
    }

.payment-confrm {
    padding: 40px 0;
}

.pay-hd {
    text-align: center;
    background: #e4e4e4 !important;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-print-color-adjust: exact;
}

    .pay-hd h2 {
        font-size: 16px;
        font-weight: normal;
        color: #505050;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: 5px 0;
    }

.pay-bg {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin15 {
    margin: 15px 0;
}

.top-content {
    padding: 40px 0 170px 0;
}

    .top-content .text {
        color: #fff;
    }

        .top-content .text h1 {
            color: #fff;
        }

    .top-content .description {
        margin: 20px 0 10px 0;
    }

        .top-content .description p {
            opacity: 0.8;
        }

        .top-content .description a {
            color: #fff;
        }

            .top-content .description a:hover,
            .top-content .description a:focus {
                border-bottom: 1px dotted #fff;
            }

.wizard-payment {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .wizard-payment h5 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        display: block;
        text-indent: 15px;
        width: 100%;
        font-size: 12px;
    }

.wizard-payment-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.wizard-payment-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.wizard-payment-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #52b799;
}

.wizard-payment-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.wizard-payment-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wizard-payment-step.activated .wizard-payment-step-icon {
    background: #fff;
    border: 1px solid #52b799;
    color: #52b799;
    line-height: 38px;
}

.wizard-payment-step.active .wizard-payment-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #52b799;
    font-size: 22px;
    line-height: 48px;
}

.wizard-payment-step p {
    color: #ccc;
}

.wizard-payment-step.activated p {
    color: #52b799;
}

.wizard-payment-step.active p {
    color: #52b799;
}

.wizard-payment fieldset {
    display: none;
    text-align: left;
}

.wizard-payment-buttons {
    text-align: right;
    float: right;
}

.btn-previous {
    float: left !important;
}

.wizard-payment .input-error {
    border-color: #52b799;
}

.table-pager > td {
    padding-top: 15px;
}

    .table-pager > td > a {
        background-color: #52b7992e;
        border: 1px solid rgba(82, 183, 153, 0.96);
        border-radius: 4px;
        padding: 3px 10px;
        color: #000;
        font-size: 14px;
    }

        .table-pager > td > a:hover {
            background-color: #f0f0f0;
        }

.grid-header th a {
    color: #000;
    padding: 8px 0;
}

.center-aligned {
    text-align: center;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.field-validation-valid {
    display: inline;
}

.loadingOverlay {
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../../Content/images/progress.gif) 50% 50% no-repeat;
}

.card-Overlay {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../../Content/images/progress.gif) 50% 50% no-repeat;
}

    .card-Overlay.acct-pmt-history {
        left: 11px;
        width: 98%;
    }

#loading, #ChartLoader, #LivePaymentsLoader, #AutoPayBreakdownLoader, #YesterdayNetSettlementLoader, #CardDisputeRefundLoader,
#ACHDisputeRefundLoader, #Last10CardTransactionLoader, #AutoPayEnrollmentLoader, #ScheduledPaymentStatusLoader, #FuturePaymentBreakdownLoader,
#PayByTextBreakdownLoader, #FailedPaymentBreakdownLoader, #IVRBreakdownLoader, #WidgetModalLoader, #UpdateWidgetLoader, #AccountPaymentHistoryLoader,
#DealerAutoPayPerformanceLoader, #LastBatchTransactionsLoader,#AutoPayStatsLoader,#EstimatedFuturePaymentLoader ,#ChargeBackCardBlockLoader,#ChargebackHistoricalLoader,#PaymentAmountOverLoader, #Last10MiCampCardTransactionLoader,#AIPaymentTransactionLoader,#AIPaymentStatusLoader {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.overflow-auto {
    overflow: auto;
}

.red-text {
    color: red;
}

.bold-text {
    font-weight: bold;
}

.full-width {
    width: 100%;
}

.span-percentage-change {
    background-color: #2b76c7;
    color: white;
}

.hidden {
    display: none;
}

.margin-top21 {
    margin-top: 21px;
}

.modal-dialog.min-popup {
    width: 350px;
    margin: 30px auto;
}

.modal-content {
    border: 0;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    background-color: #52b799;
}

    .modal-header .close {
        margin-top: -30px;
        margin-right: -30px;
        background: #ffffff;
        padding: 0px;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        opacity: 1;
        color: #808080;
    }

        .modal-header .close span {
            vertical-align: text-top;
        }

.modal-title {
    width: 100%;
    color: #fff;
    text-align: center;
}

.modal-body p {
    margin: 0;
}

.modal-delete {
    background-color: #981313;
}

    .modal-delete .modal-title {
        width: 100%;
    }

.modal-footer {
    display: block;
}

#comparison {
    border: 0;
    margin: 0;
    font-size: 12px;
}

    #comparison .table-bordered {
        border: 0;
    }

        #comparison .table-bordered thead th {
            border-bottom: 0;
        }

nav.side-navbar ul li li a i {
    margin-right: 12px;
}

nav.side-navbar.shrinked ul li li a {
    display: block;
}

.no-chart-data {
    font: 14px;
    font-family: 'Poppins';
    color: red;
}

nav.side-navbar ul li ul li.list-li a span {
    border-bottom: 3px solid #f6f8fa !important;
}

.no-data {
    font: 14px;
    font-family: 'Poppins';
}

.no-data {
    font: 14px;
    font-family: 'Poppins';
}

.success-text {
    color: green;
}

.error-text {
    color: red;
}

nav.side-navbar ul li a span {
    border-bottom: 3px solid #ffffff;
    cursor: pointer;
}

    nav.side-navbar ul li a span:hover {
        border-bottom: 3px solid #54b498;
    }

.navbar-header.nav-logo .logo-big {
    background: #54b498;
    line-height: 3;
    min-width: 250px;
    max-width: 250px;
}

.navbar-header.nav-logo .logo-small {
    min-width: 150px;
    max-width: 150px;
    background: #54b498;
    line-height: 3;
}

.nav-logo .navbar-brand {
    padding: 0;
}

.mh-tbl-pd {
    padding: 0 15px;
}

#divAdditionalCriteria h2 {
    font-size: 16px;
    margin: 15px 0 5px;
}

.inn-padding .card {
    margin-bottom: 0;
}

.padding-right0 {
    padding-right: 0px;
}

.padding-left0 {
    padding-left: 0;
}

.padding-left15 {
    padding-left: 15px;
}

.custom-radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 4px;
    margin-right: 6px;
    background: url("../../Content/images/radio.png") no-repeat;
}

    .custom-radio.selected {
        background: url("../../Content/images/radio-selected.png") no-repeat;
    }

    .custom-radio input[type="radio"] {
        margin: 1px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

.width-35 {
    width: 35px;
}

.height-35 {
    height: 35px;
}

.width100-per {
    width: 100%;
}

.height100 {
    height: 100%;
}

.height50 {
    height: 50%;
}

.p-t-20 {
    padding-top: 20px !important;
}

.mob-logout {
    display: none;
}

.validation-summary-errors ul {
    list-style: none;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #f2f2f2;
    padding: .25rem;
}

#scrolling::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

#scrolling::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

#scrolling::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

    #scrolling::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    #scrolling::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }

form {
    width: 100%;
}

input[type=file] {
    display: none;
}

    input[type=file]::-webkit-file-upload-button {
        border: 1px solid grey;
        background: #3d80c7;
        color: #fff;
    }

.custom-file-choose {
    background-color: #3c8be0;
    border-color: #3c8be0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    margin: 0;
}

.font-x-large {
    font-size: x-large;
}

.val-error {
    margin: 0 0 10px 0;
    padding: 0;
}

    .val-error ul {
        list-style: none;
    }

.hide {
    display: none;
}

.calendar {
    position: relative;
}

    .calendar i {
        position: absolute;
        right: 5px;
        top: 7px;
        font-size: 16px;
    }

    .calendar input[type=text] {
        cursor: pointer;
        padding-right: 25px;
    }

.PaynowWidth {
    width: 100%;
    left: 0%;
    top: 13px;
    position: relative;
}

.tables-scroll table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.tables-scroll1 table {
    overflow: auto;
}

.table-refund td, .table-refund th {
    padding: .5rem;
}

.refund-dealer p {
    margin: 0;
    font-style: italic;
    font-size: 11px;
}

.refund-done {
    color: #1d9a75;
    font-size: 14px;
    font-weight: 600;
}

address {
    margin: 0;
}

.table-payment-done td, .table-payment-done th {
    padding: .5rem;
}

.card-details {
    margin: 0;
}

    .card-details img {
        width: 30px;
        margin-right: 5px;
    }

.history-details {
    padding: 5px 0 0 45px !important;
}

    .history-details ul {
        list-style: none;
    }

        .history-details ul li {
            margin-bottom: 5px;
        }

            .history-details ul li span:first-child {
                font-weight: 600;
                min-width: 165px;
            }

.view-details {
    padding: 1rem 0 0;
    text-align: right;
}

.view-details-2 {
    padding: 1rem 0 0;
    text-align: right;
}

.btn-PayNow {
    padding: 1rem 0 0;
    text-align: right;
}

.pr {
    position: relative;
}

    .pr > .card-body {
        margin-bottom: 0;
    }

.ui-tabs {
    padding: 0 !important;
    border: none !important;
}

.margin-left35 {
    margin-left: 35px;
}

.no-data-availble {
    margin-left: 13em;
    margin-top: 1em;
}

.anc-dealer {
    color: #666;
    text-decoration: underline;
}

    .anc-dealer:hover, .anc-dealer:focus, .anc-dealer:active {
        color: #666;
    }

.dealer-back {
    margin: 15px 0 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-tabs .ui-tabs-panel {
    border-width: 1px !important;
    border-top: 0 !important;
    padding: 0 !important;
}

.font-size11 {
    font-size: 11px;
}

.font-size14 {
    font-size: 0.9em;
}

.btn-orange {
    background: #ff9500;
    border: 1px solid #ff9500;
    color: #fff;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
        color: #fff;
        background: #ea8c06;
        border: 1px solid #ea8c06;
    }

    .btn-orange:focus, .btn-orange:active {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(234, 140, 6, 0.15);
    }

.send-refund-email {
    display: inline-flex;
}

    .send-refund-email input[type=text] {
        width: 283px;
        margin-right: 20px;
    }

    .send-refund-email a {
        margin-right: 15px;
    }

        .send-refund-email a i {
            color: #000;
            font-size: 18px;
            margin-right: 5px;
        }

.refund-invoice {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .refund-invoice a {
        font-size: 14px;
        color: #000000;
    }

        .refund-invoice a i {
            font-size: 20px;
            margin-right: 5px;
        }

.refund-msg {
    color: #52b799;
    margin-bottom: 10px !important;
}

.bg-no {
    background: transparent;
    border-color: transparent;
}

    .bg-no:hover, .bg-no:focus, .bg-no:active {
        background: transparent;
        border-color: transparent;
        box-shadow: none;
        outline: none;
    }

.strach-1 {
    transform: scaleX(1.5);
}

.expand-card {
    position: relative;
}

    .expand-card:after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: -1px;
        height: calc(1rem + 3px);
        width: calc(100% + 2px);
        background: #fff;
        z-index: 2;
        border-width: 0 1px;
        border-style: solid;
        border-color: #dbdbdb;
    }

.big-txt {
    font-size: 2rem;
    line-height: 1.4rem;
}

.table-striped.colored {
    background: #fff;
}

    .table-striped.colored tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .table-striped.colored tr:nth-of-type(even) {
        background: #d7f1ee;
    }

    .table-striped.colored tfoot {
        background: #c0c0c0;
        color: #000;
    }

    .table-striped.colored.table-bordered th, .table-striped.colored.table-bordered td {
        border-color: #e6e6e6;
    }

    .table-striped.colored.table-bordered tfoot td, .table-striped.colored.table-bordered tfoot th {
        border-color: #ccc;
    }

nav.navbar .nav-item > a .crnt-date {
    display: inline-flex;
    position: absolute;
    top: auto;
    right: 25px;
    font-size: 0.7rem;
}

.release-version {
    margin-left: 14px;
    font-size: 11px;
    font-style: italic;
}

.font-large {
    font-size: large;
}

.last-totals {
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.lt-card {
    width: 25%;
    float: left;
    text-align: center;
    min-width: 96px;
    border-right: 1px solid #d4d4d4;
    -webkit-box-shadow: 5px 2px 10px rgb(197, 167, 167);
    box-shadow: 5px 2px 10px rgb(197, 167, 167);
}

.lt-card-15 {
    width: 15%;
    float: left;
    text-align: center;
    min-width: 57px;
    border-right: 1px solid #d4d4d4;
    -webkit-box-shadow: 5px 2px 10px rgb(197, 167, 167);
    box-shadow: 5px 2px 10px rgb(197, 167, 167);
}

    .lt-card-15:last-child {
        border: 0;
    }

.lt-card-20 {
    width: 15%;
    float: left;
    text-align: center;
    min-width: 57px;
    border-right: 1px solid #d4d4d4;
    -webkit-box-shadow: 5px 2px 10px rgb(197, 167, 167);
    box-shadow: 5px 2px 10px rgb(197, 167, 167);
}

.lm-txt-ez {
    width: 45px;
    width: 25px;
    margin-right: 10px;
}

.pam-card {
    width: 12.50%;
    float: left;
    text-align: center;
    margin-bottom: 1rem;
    border-right: 1px solid #d4d4d4;
    -webkit-box-shadow: 5px 2px 10px rgb(197, 167, 167);
    box-shadow: 5px 2px 10px rgb(197, 167, 167);
}

    .pam-card p {
        margin: 0;
    }

    .pam-card:last-child {
        border: 0;
    }

.font-large {
    font-size: large;
}

.heading-h4 {
    font-weight: 500;
    color: #6a6a6a;
    margin-bottom: 0;
}

.last-10-card-height {
    min-height: 506px;
}

.invoice {
    font-size: 20px;
    color: #3c8be0;
}

.dealer-list table tr td i {
    font-size: 18px;
    margin-right: 5px;
}

.width30 {
    width: 100%;
}

.width45 {
    width: 45%;
}

.width100 {
    width: 50%;
    left: 1%;
    bottom: 0px;
    position: absolute;
}

.Width100 {
    width: 100% !important;
}

.bottom14 {
    bottom: 9px;
}

.bottom5 {
    bottom: 5px;
}

.paddingZero {
    padding: 0px;
}

.font15 {
    font-size: small;
}

.font21 {
    font-size: 21px;
}

.switch-min {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 20px !important;
    top: 0;
    margin: 0;
    margin-top: 2px;
}

.switch-min label {
        color: #fff;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 1.5px;
        left: 9px;
        z-index: 1;
        font-size: 11px !important;
    }

.switch-min1 {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 20px !important;
    top: 0;
    margin: 0;
    margin-top: 2px;
}
.switch-min1 label {
        color: #fff;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 1.5px;
        left: 20px;
        z-index: 1;
        font-size: 11px !important;
    }
.switch-min input[type=checkbox] {
        opacity: 0;
    }
.switch-off {
}
.switch-off input:checked + .slider {
        background-color: #c1c0c0;
        border: 1px solid #c1c0c0;
    }
.switch-off label {
        left: 22px;
    }

.switch-off input[type=checkbox] {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #178824;
    -webkit-transition: .4s;
    transition: .4s;
    width: auto !important;
}

.slider.round {
        border-radius: 34px;
    }

.mouser-round-cursor {
    cursor: pointer !important;
    pointer-events: auto;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:after {
    left: 1px;
}

.off {
    left: 1px;
    background-color: #f70000;
    right: 2px;
}

.off:before {
        left: 1px;
    }

.inline {
    display: inline-block;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.table-borderless th {
    border-bottom: 2px solid #333;
}

.table-borderless tbody {
    border-bottom: 2px solid #333;
    border-top: 0px solid #dee2e6 !important;
}

.halfLine {
    border-bottom: 2px solid #333;
    width: 41%;
    content: "";
    position: absolute;
    right: 3%;
}

.total {
    border-bottom: none !important;
    width: 41%;
    content: "";
    position: absolute;
    right: 3%;
    bottom: 50%;
}

.total th {
        border-bottom: none !important;
    }

.footer {
    position: absolute;
    bottom: 5%;
}

.rightMargin {
    margin-right: 34px;
}

.pay-now {
    margin: 0 auto;
    padding: 6px 12px;
    padding-left: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: url(../Images/pay-now-white.png) no-repeat scroll;
    background-color: #2872c3;
    background-position: 10% center;
    background-size: 20px;
    border: 1px solid #2872c3;
    border-radius: 4px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

    .pay-now:enabled:hover, .pay-now:enabled:active {
        border-color: #004977;
        color: #004977;
        background: url(../Images/pay-now-blue.png) no-repeat scroll;
        background-color: #fff;
        background-position: 10% center;
        background-size: 20px;
    }

    .pay-now.disabled, .pay-now:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

.pay-now-lm {
    padding-left: 30px;
    margin-top: 7px;
}

.Card-position {
    margin: 30px auto;
    padding: 5px;
    text-align: center;
    background-color: #f7f9fa;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

input[type=radio]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #4aad90;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.autopay-details {
    padding: 0 0 0 114px !important;
}

.font-size18 {
    font-size: 18px !important;
}

.ProcessingMonth {
    color: #000000 !important;
    margin-bottom: 10px;
    padding: 0 10px;
}

.due-date-align {
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.autopay-details-scroll {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-autopay th {
    font-weight: 600;
}

.invoiceStatementTitle:not(.collapsed) i.fa {
    transform: rotate(90deg) translate(0,5px);
}

.radio-sub-text {
    display: block;
    font-size: 70%;
    margin-left: 18px;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    border-radius: 2px;
    max-width: 300px;
    text-align: left;
}

.red-tooltip + .tooltip.right > .tooltip-arrow {
    border-right-color: #ddd;
}

.red-tooltip.large-tooltip + .tooltip.right > .tooltip-arrow {
    border-right-color: #ddd;
    border-width: 15px 15px 15px 0;
}

.red-tooltip.large-tooltip + .tooltip.right {
    padding: 0 15px;
    margin-left: 3px;
}

    .red-tooltip.large-tooltip + .tooltip.right .tooltip-arrow {
        margin-top: -15px;
    }

.red-tooltip + .tooltip.bottom > .tooltip-arrow {
    border-bottom-color: #ddd;
}

.red-tooltip.large-tooltip + .tooltip.bottom > .tooltip-arrow {
    border-bottom-color: #ddd;
    border-width: 0px 15px 15px 15px;
}

.red-tooltip.large-tooltip + .tooltip.bottom {
    padding: 0 15px;
    margin-top: 10px;
}

    .red-tooltip.large-tooltip + .tooltip.bottom .tooltip-arrow {
        margin-left: -15px;
        margin-top: -15px;
    }

.tooltip.in {
    opacity: 1;
}

.c-pointer {
    cursor: pointer;
}

section.detach-section {
    padding: 15px;
}

.detach-section .card-body {
    padding-top: 25px;
}

.detach-section th {
    font-weight: 800 !important;
}

.detach-section tr td:last-child {
    font-weight: 700;
    color: #000;
}

.detach-section h5 {
    border-top: dotted 1px #000;
    margin: 1.2rem 0 .3rem 0;
}

.detach-section img {
    margin-bottom: 10px;
}

.address {
    color: #818181;
    font-size: 12px;
    line-height: 16px;
}

.invice {
    padding-bottom: 10px;
}

    .invice p {
        color: #818181;
        font-size: 14px;
        margin-bottom: 0px;
    }

.payment {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    padding-bottom: 5px;
}

.tatal-usd {
    padding-bottom: 5px;
}

.total-amout-ust {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #818181;
}

.amount-enclosed {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .amount-enclosed label {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 5px;
    }

    .amount-enclosed input[type="text"] {
        width: 22px;
        height: 28px;
    }

.detach-list ul {
    padding-left: 15px;
}

.detach-list li {
    font-size: 11px;
}

.form-group-search {
    display: flex;
    width: 100%;
}

.form-group2.form-group {
    width: 38%;
    margin-right: 10px;
    margin-bottom: 0px;
}

.processing-month {
    list-style: none;
    justify-content: space-around;
    line-height: 3;
}

.flex {
    display: flex !important;
}

.forms-padding {
    padding-top: 0px;
}

    .forms-padding .pichart-wrapper {
        height: 90px;
    }

.processing-month li {
    font-size: 12px;
    margin-right: 20px;
}

    .processing-month li:last-child {
        margin: 0;
    }

.detach-section .processing-month {
    line-height: inherit;
    margin-bottom: 10px;
}

    .detach-section .processing-month li {
        font-size: 14px;
    }

.btn-pay-now .Width35 {
    Width: 50% !important;
}

.btn-pay-now .Width22 {
    Width: 22% !important;
}

.btn-pay-now {
    padding: 0px;
}

    .btn-pay-now .background-position {
        background-position: 8% center !important;
        margin-top: 5px;
    }

.tables-invoice {
    max-height: 245px;
    margin-bottom: .625rem;
    overflow-x: hidden;
    overflow-y: auto;
}

    .tables-invoice i {
        font-size: 18px;
        position: relative;
        top: 3px;
        left: 3px;
    }

.tables-invoice-card .card-body {
    padding-top: 0px;
}

.tables-invoice table {
    font-size: 12px;
}

.tables-invoice .table-bordered thead td, .table-bordered thead th {
    text-align: left;
    border-bottom-width: 2px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
}

.tables-invoice .table-bordered td, .table-bordered th {
    border: 1px solid #f2f2f2;
    padding: .25rem;
    text-align: left;
    vertical-align: middle;
}

.tables-invoice label {
    display: inline-block;
    margin: 0 5px 3px 5px;
}

.forms-padding .has-shadow {
    min-height: 155px;
}

.card-summery {
    background: #dcdcdc !important;
}

    .card-summery .row table tbody {
        background: #fff !important;
        height: 200px;
    }

    .card-summery .row table {
        height: 100px;
    }

.invoiceTotal {
    width: 115px;
}

.border-bg {
    border: 1px solid rgba(0,0,0,.125);
}

.invoice-smr .card {
    border-radius: 0;
}

.logged_in_icon {
    background-image: url(../images/looged_in_icon.png);
}

.card_payment_icon {
    background-image: url(../images/card_payment_icon.png);
}

.all_payment_icon {
    background-image: url(../images/all_payment_icon.png);
}

.card_expiry_icon {
    background-image: url(../images/Card-Expiry-Report.png);
}

.auto_pay_icon {
    background-image: url(../images/auto_pay_icon.png);
}

.auto_pay_enrollment_icon {
    background-image: url(../images/auto_pay_enrollment_icon.png);
}

.auto_pay_schedule_icon {
    background-image: url(../images/auto_pay_schedule_icon.png);
}

.auto_pay_schedule_icon {
    background-image: url(../images/auto_pay_schedule_icon.png);
}

.auto_pay_opt_in_out_icon {
    background-image: url(../images/auto-pay-opt-in-out.png);
}

.text_message_icon {
    background-image: url(../images/text_message_icon.png);
}

.text_message_opt_in_out_icon {
    background-image: url(../images/text_message_opt_in_out.png);
}

.failed_schedule_icon {
    background-image: url(../images/Failed_scheduled.png);
}

.agent_summary_icon {
    background-image: url(../images/agent_summary.png);
}

.maf_detail_ach_text_icon {
    background-image: url(../images/maf_detail.png);
}

.all_payment_icon {
    background-image: url(../images/all_payment_icon.png);
}

.nsf_detail_icon {
    background-image: url(../images/nsf_report.png);
}

.failed_schedule_icon {
    background-image: url(../images/Failed_scheduled.png);
}

.posted_payment_icon {
    background-image: url(../images/Posted_Payment_Report.png);
}

.text_to_pay_icon {
    background-image: url(../images/text_to_pay.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.report_icon {
    width: 104px;
    height: 104px;
    margin: 0 auto;
}

.card_bg {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    text-align: center;
    padding: 15px;
}

.inner-addon {
    position: relative;
}

    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.pay-now span {
    transition: none;
}

.detach-section {
    position: relative;
}

    .detach-section.invoice-watermark:before {
        content: '';
        position: absolute;
        background-image: url('../images/paid-bg.png'); /*---------------------------Ractangle*/
        /*background-image: url('../images/paid-stamp-4.png');*/ /*--------------------------Rounded*/
        /*background-image: url('../images/paid-stamp-image-png-6.png');*/ /*-----------Oval*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 400px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .3;
        pointer-events: none;
        z-index: 1;
    }

.glyphicon {
    font-family: FontAwesome;
    font-style: normal;
    transform: none;
    vertical-align: middle;
}

    .glyphicon.glyphicon-search:after {
        content: '\f002';
    }

.input-group span.input-group-addon:first-child {
    border-radius: 5px 0 0 5px;
    padding: 0 3px;
    border-color: #d8d8d8;
}

span.input-group-btn .multiselect-clear-filter {
    background: #fafafa;
    border: none;
    padding: 2px 8px 2px 3px;
    border-radius: 0;
    border: #d8d8d8 1px solid;
    border-left: 0;
}

.glyphicon.glyphicon-remove-circle:after {
    content: '\f05c';
}

span.input-group-btn .multiselect-clear-filter i {
    vertical-align: unset;
    font-size: 0.9em;
}

.multiselect-search {
    border-right: 0;
}

.ssrs-fram {
    height: 665px;
}

.ssrs-fram-max {
    height: 665px;
}

.dash_link a {
    color: #72827d;
}

    .dash_link a:hover, .dash_link a:focus, .dash_link a:active {
        text-decoration: none;
        color: #4aad90;
        -webkit-box-shadow: 0px 0px 15px #4aad90c7;
        box-shadow: 0px 0px 15px #4aad90c7;
    }

.dash_link .mar_btm10 {
    margin-bottom: 30px;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .panel a {
        display: initial;
    }

.panel-primary {
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading i {
        position: absolute;
        font-size: 5em;
    }

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.huge {
    font-size: 40px;
}

.huge2 {
    font-size: 20px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ui-widget-header {
    background: #f7f7f7;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #dddddd;
        border-bottom: 0;
    }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-widget-content {
    margin-bottom: 15px;
}

.accordion .card {
    margin-bottom: 15px;
    border-radius: 0;
}

    .accordion .card:last-child {
        margin: 0;
    }

    .accordion .card .card-header div label {
        margin: 0;
    }

.chart-container-sm {
    margin: 0 auto;
}

.modal-delete {
    background-color: #981313 !important;
}

.danger {
    border-color: #981313 !important;
}

.btn-reset {
    font-size: 12px;
    vertical-align: bottom;
    color: #5b2529;
}

    .btn-reset:hover, .btn-reset:active, .btn-reset:focus {
        color: #5b2529;
    }

.aup-count {
    font-weight: 600;
    color: #54cc96;
}

.nav-tabs {
    border-bottom: 1px solid #52b799;
}

    .nav-tabs .btn-nav-link {
        color: #495057;
        padding: .3rem .18rem;
        background: transparent;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        font-size: 13px;
    }

        .nav-tabs .btn-nav-link:focus, .nav-tabs .btn-nav-link:hover {
            border-color: #52b799 #52b799 #fff;
        }

        .nav-tabs .btn-nav-link.active {
            color: #52b799;
            background-color: #fff;
            border-color: #52b799 #52b799 #fff;
            cursor: default;
        }

.nav-acct {
    color: #666;
    text-decoration: underline;
}

    .nav-acct:hover, .nav-acct:active, .nav-acct:focus {
        color: #666;
    }

.setting-icon {
    font-size: 16px;
    color: #2095f2;
    margin-right: 5px;
}

.panding-class {
    color: #fe982a;
}

.reset-app {
    padding: 0 10px;
    text-align: center;
}

    .reset-app button {
        margin-top: 8px;
    }

    .reset-app label {
        margin: 10px 0 0 0;
        font-weight: 600;
    }

.acct-aup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: space-between;
}

.acct-group {
    margin-bottom: .5rem;
}

    .acct-group b {
        font-weight: 500;
        font-size: .9em;
    }

    .acct-group span {
        font-size: .9em;
    }

.lbl-heading {
    color: #212529;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}

.lbl-data {
    display: block;
    width: 100%;
    margin: 0;
}

.color-code {
    display: inline-flex;
}

    .color-code label {
        margin: 0;
        font-size: 12px;
        line-height: 1.3;
    }

    .color-code div {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 15px;
        border-radius: 1px;
    }

    .color-code .danger {
        background: #dc3545;
    }

    .color-code .orange {
        background: #ffc36d;
    }

.company-address-panel {
    border: solid 1px #ddd;
    margin: 10px 0 10px 0;
    min-height: 387px;
    max-height: 387px;
    border-radius: .25rem;
    position: relative;
    overflow-y: auto;
}

    .company-address-panel h2 {
        font-size: 12px;
        color: #545454;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        border-radius: .25rem .25rem 0 0;
        width: 100%;
    }

    .company-address-panel::-webkit-scrollbar {
        width: 3px;
    }

    .company-address-panel::-webkit-scrollbar-thumb {
        background-color: #52b799;
    }

    .company-address-panel::-webkit-scrollbar-track {
        background-color: #b7b7b7;
    }

.address-header {
    padding: 8px 10px;
    border-bottom: solid 1px #ddd;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    border-radius: .25rem .25rem 0 0;
}

.company-address {
    border: solid 1px #ddd;
    margin: 8px;
    padding: 8px;
    border-radius: .25rem;
}

    .company-address h3 {
        font-size: 12px;
        color: #4aad90;
        font-weight: 600;
        margin: 0;
        width: 100%;
    }

    .company-address p {
        font-size: 12px;
        color: #333;
        margin: 0 0 2px 0;
    }

    .company-address.default {
        background: #f7f7f7;
    }

.company-address-default {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

    .company-address-default span {
        font-size: 10px;
        color: #5d5d5d;
        width: 50%;
        text-align: right;
    }

.address-links {
    margin: 10px 0 0 0;
    padding: 0px;
}

    .address-links li {
        display: inline-block;
        border-right: solid 1px #ddd;
    }

        .address-links li a {
            font-size: 12px;
            padding: 0 8px 0 0;
        }

        .address-links li:last-child {
            border-right: none;
        }

.address-droopdown {
    position: absolute;
    min-width: 125px;
    padding: .5rem;
    top: 45px;
    right: 3px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: .25rem;
    z-index: 11;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .address-droopdown:after {
        content: '';
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .address-droopdown li {
        list-style: none;
        margin-bottom: 8px;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: .25rem;
        padding: 3px 12px;
        font-size: 12px;
        color: #555;
    }

        .address-droopdown li:last-child {
            margin-bottom: 0;
        }

        .address-droopdown li:hover {
            background: #4aad90;
            color: #fff;
            cursor: pointer;
        }

.address-dots {
    width: 27px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    border: solid 1px #ddd;
}

.alert-message {
    margin: 10px 0 0 !important;
    display: none;
}

.result-box {
    display: flex;
    margin: 5px 0 15px 0;
}

.result-wrap {
    border: 1px solid #dfdfdf;
    border-radius: .25rem;
    width: 100%;
    position: relative;
}

    .result-wrap h3 {
        background: #52b799;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin: 0;
        padding: .625rem;
        text-transform: uppercase;
    }

    .result-wrap ul {
        list-style: none;
        padding: .625rem;
    }

        .result-wrap ul li {
            list-style: none;
            padding: 0;
            width: 33.33%;
            float: left;
            margin-bottom: 5px;
            text-align: center;
            font-size: 12px;
            color: #818181;
        }

            .result-wrap ul li span {
                display: block;
                text-align: center;
                font-size: 14px;
            }

            .result-wrap ul li:first-child span, .result-wrap ul li:nth-child(2) span {
                color: #52b799;
            }

            .result-wrap ul li:nth-child(3) span, .result-wrap ul li:nth-child(4) span {
                color: #fe982a;
            }

            .result-wrap ul li:nth-child(5) span, .result-wrap ul li:nth-child(6) span {
                color: #ff6500;
            }

            .result-wrap ul li:nth-child(7) span, .result-wrap ul li:nth-child(8) span {
                color: #bc4f07;
            }

            .result-wrap ul li.result-footer {
                left: 0;
                float: left;
                margin: 0;
            }

    .result-wrap.mr {
        margin: 0 0 0 15px;
    }

.widget-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .widget-box .check-box.widget-item {
        flex: 0 0 50%;
        position: relative;
        margin: 0 0 10px 0;
    }

.result-wrap.mr {
    margin: 0 0 0 15px;
}

.wrappr-Ac-pay-history {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 5px;
}

    .wrappr-Ac-pay-history > div {
        padding: 0;
        margin-bottom: 10px;
        width: 20%;
        box-sizing: border-box;
        text-align: center;
    }

        .wrappr-Ac-pay-history > div .lbl-data {
            font-size: 12px;
        }

            .wrappr-Ac-pay-history > div .lbl-data.success-per {
                text-align: right;
                margin-right: 5px;
                color: #54b498;
            }

            .wrappr-Ac-pay-history > div .lbl-data.failed-per {
                text-align: left;
                margin-left: 5px;
                color: #dc3545;
            }

fieldset {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 0;
    border-radius: 0;
}

    fieldset legend {
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        background: #fff;
        width: auto;
        padding: 0;
        color: #343a40;
        margin: 0;
    }

    fieldset label.alert-box {
        color: #dc3545;
        margin-bottom: 5px !important;
    }

.notification-content {
    white-space: normal;
}

.wrapper-tab {
    margin: 5px 0 0;
}

    .wrapper-tab #myTab {
        margin-top: 5px;
    }

    .wrapper-tab .nav-tabs + .tab-content {
        padding: 0;
    }

    .wrapper-tab .nav-tabs .nav-link {
        color: #495057 !important;
        padding: .3rem .18rem;
        background: transparent;
        border: 1px solid transparent !important;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        font-size: 13px;
    }

        .wrapper-tab .nav-tabs .nav-link.active {
            color: #52b799 !important;
            background-color: #fff;
            border-color: #52b799 #52b799 #fff !important;
            cursor: default;
            font-weight: normal;
        }

    .wrapper-tab .tab-pane {
        padding: 0;
    }

        .wrapper-tab .tab-pane .l-100 {
            width: 100%;
        }

        .wrapper-tab .tab-pane .fl-blue {
            color: #1304f5;
        }

        .wrapper-tab .tab-pane .v-box {
            width: 100%;
        }

            .wrapper-tab .tab-pane .v-box span {
                color: #1304f5;
                width: 45px;
            }

            .wrapper-tab .tab-pane .v-box.large span {
                width: 110px;
            }

        .wrapper-tab .tab-pane .i-box {
            width: 100%;
        }

            .wrapper-tab .tab-pane .i-box span {
                color: #1304f5;
                width: 100px;
            }

            .wrapper-tab .tab-pane .i-box.large span {
                width: 115px;
            }

        .wrapper-tab .tab-pane .accident h6 {
            font-size: 12px;
            color: #1304f5;
            margin: 0;
            font-weight: normal;
        }

        .wrapper-tab .tab-pane .accident label {
            font-size: 12px;
            margin: 0;
        }

        .wrapper-tab .tab-pane .aup-box {
            width: 100%;
        }

            .wrapper-tab .tab-pane .aup-box.per {
                display: flex;
            }

                .wrapper-tab .tab-pane .aup-box.per span {
                    width: 40px;
                }

                .wrapper-tab .tab-pane .aup-box.per label {
                    color: #28a745;
                    margin-right: 10px;
                }

                    .wrapper-tab .tab-pane .aup-box.per label:last-child {
                        color: #ef293b;
                        margin-right: 0;
                    }

            .wrapper-tab .tab-pane .aup-box.paid-last .heading {
                width: 60px;
                color: #1304f5;
                margin: 0;
            }

            .wrapper-tab .tab-pane .aup-box.paid-last span {
                color: inherit;
                width: auto;
                margin-right: 5px;
            }

            .wrapper-tab .tab-pane .aup-box span {
                color: #1304f5;
                width: 75px;
            }

                .wrapper-tab .tab-pane .aup-box span.mid {
                    width: 90px;
                }

                .wrapper-tab .tab-pane .aup-box span.l-box {
                    width: 100%;
                }

        .wrapper-tab .tab-pane > fieldset div {
            line-height: 15px;
        }

        .wrapper-tab .tab-pane > fieldset label {
            margin: 0;
            font-size: 12px;
        }

            .wrapper-tab .tab-pane > fieldset label.revised {
                margin-top: 5px;
            }

        .wrapper-tab .tab-pane .panel-box {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            position: relative;
        }

            .wrapper-tab .tab-pane .panel-box .panel-item {
                flex: 0 0 50%;
                text-align: left;
                margin-bottom: 8px;
            }

                .wrapper-tab .tab-pane .panel-box .panel-item.fw-100 {
                    flex: 0 0 100%;
                }

                .wrapper-tab .tab-pane .panel-box .panel-item:last-child {
                    margin: 0;
                }

                .wrapper-tab .tab-pane .panel-box .panel-item h6 {
                    font-size: 12px;
                    color: #1304f5;
                    margin: 0;
                    font-weight: normal;
                }

                .wrapper-tab .tab-pane .panel-box .panel-item label {
                    font-size: 12px;
                    margin: 0;
                }

                .wrapper-tab .tab-pane .panel-box .panel-item.box3 {
                    flex: 0 0 33%;
                    margin: 0;
                }

                    .wrapper-tab .tab-pane .panel-box .panel-item.box3.large {
                        flex: 0 0 66%;
                    }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3.large label.dt-range span {
                            width: 80px;
                        }

                    .wrapper-tab .tab-pane .panel-box .panel-item.box3.x-large {
                        flex: 0 0 100%;
                    }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3.x-large.mt1 {
                            margin-top: 1px;
                        }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3.x-large label.dt-range span {
                            width: 80px;
                        }

                    .wrapper-tab .tab-pane .panel-box .panel-item.box3 label {
                        width: 100%;
                    }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3 label.last-pmt span {
                            width: auto;
                            color: inherit;
                        }

                            .wrapper-tab .tab-pane .panel-box .panel-item.box3 label.last-pmt span.heading {
                                width: 60px;
                                color: #1304f5;
                            }

                    .wrapper-tab .tab-pane .panel-box .panel-item.box3 span {
                        color: #1304f5;
                        width: 65px;
                    }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3 span.box-3l {
                            width: 100px;
                        }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3 span.box-5l {
                            width: 105px;
                        }

                        .wrapper-tab .tab-pane .panel-box .panel-item.box3 span.days-pdue {
                            width: auto;
                            color: inherit;
                        }

                    .wrapper-tab .tab-pane .panel-box .panel-item.box3 label.aup-box {
                        display: flex;
                    }

    .wrapper-tab.box-1 .tab-pane > fieldset div {
        line-height: 18px;
    }

    .wrapper-tab.box-2 .tab-pane > fieldset div {
        line-height: 20px;
    }

    .wrapper-tab .tab-pane > fieldset.accident div {
        line-height: 30px;
    }

.minh-acct-pmt-history {
    min-height: 30px;
}

@media only screen and (max-width:480px) {
    .wrappr-Ac-pay-history > div {
        width: 50%;
    }
}

@media only screen and (min-width:1600px) {
    .wrappr-Ac-pay-history > div {
        width: 12.5%;
    }
}

.widget-box .check-box.widget-item label {
    margin: 0;
}

.aup-box.per label {
    color: #28a745;
}

    .aup-box.per label:last-child {
        color: #ef293b;
    }

.divLogo {
    position: relative;
}

.logoImage {
    width: 150px;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 180px;
    transition: .5s ease;
    opacity: 0;
    font-size: 20px;
    padding-right: 5px;
    text-align: right;
}

    .overlay i {
        color: #fff;
        cursor: pointer;
    }

.dealer-logo {
    width: 150px;
}

    .dealer-logo:hover .overlay {
        opacity: 1;
    }

.go-back {
    width: 100%;
    color: #818181;
    text-decoration: none;
    font-size: 12px;
}

    .go-back:hover, .go-back:active, .go-back:focus {
        color: #818181;
    }

    .go-back i {
        margin-right: 5px;
    }

.navOverlay {
    background: #00000059;
    position: absolute;
    z-index: 8;
    height: 100%;
    width: 100%;
    display: none;
}

.mobileScroll .navOverlay {
    display: block;
}

.toast-message {
    font-size: 12px;
}

.toast-info {
    background-color: #54b498;
}

#ancNotifications i.red {
    color: #ff0000;
}

#ancNotifications i.yellow {
    color: #ffff00;
}

.no-pointer {
    cursor: default;
}

.tables-scroll table thead, .tables-scroll table tbody {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
.tables-scroll table thead th, .tables-scroll table tbody td {
        white-space: nowrap !important;
        width: 150px !important;
    }


/*Security*/
.banner-image {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 0.25rem 0.25rem 0 0;
}


.content-security {
    padding: 0px 15px;
}

    .content-security ul li {
        list-style: none;
        display: inline-flex;
        margin-bottom: 15px;
        align-items: center;
    }

        .content-security ul li p {
            margin: 0;
        }

        .content-security ul li .image-steps {
            margin-right: 15px;
        }

.securty-content {
    max-width: 400px;
}

.securty-content {
    max-width: 400px;
}

.Steps-main ul {
    padding-left: 30px;
    margin: 20px 0px;
}

.mobile-number-securty {
    padding: 15px;
}

.mobile-number-securty {
    padding: 15px;
}

    .mobile-number-securty input {
        border: none;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        max-width: 400px;
        outline: none !important;
        box-shadow: none !important;
    }

    .mobile-number-securty .form-control-label {
        font-weight: normal;
    }

.button-align {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

    .button-align a {
        color: #686464;
        font-size: 16px;
    }

    .button-align p {
        margin: 0;
        font-size: 12px;
        color: #8d8d8d;
    }

.first-box-secr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .first-box-secr p {
        margin: 0;
        line-height: 26px;
    }

    .first-box-secr button {
        background: #007bff;
        color: #fff;
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
    }

.second-box-secr {
    display: flex;
    border: 1px solid #dedede;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
    border-left: 10px solid #007bff;
    justify-content: space-between;
}

    .second-box-secr .content-main-last {
        width: 68%;
    }

        .second-box-secr .content-main-last p {
            margin: 0;
            display: inline-block;
            font-size: 16px;
        }

        .second-box-secr .content-main-last small {
            color: #54b498;
            font-size: 16px;
        }

        .second-box-secr .content-main-last p:last-child {
            display: block;
            font-size: 12px;
            color: #808080;
        }

.mobile-number-securty h4, .mobile-number-securty h2, .mobile-number-securty h3 {
    font-weight: normal;
}

.content-security h3, .content-security h5 {
    font-weight: 500;
}

.resend-otp {
    border: 0;
    background: #fff;
    color: #4285f4;
}

    .resend-otp:disabled {
        opacity: .7;
        cursor: not-allowed;
    }

.modal-danger {
    background-color: #981313 !important;
}

.two-step-a {
    width: 30px;
    margin-right: 10px;
}

@media only screen and (max-width:576px) {
    .first-box-secr {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/* 11-6-2022 css start here */
.remove-spacing {
    padding-top: 0;
}
section#UpdatePanel {
    padding-top: 0;
}
section#UpdatePanel .row.inn-padding {
    padding-top: 0;
}
div#wrapper {
    padding-top: 20px;
}
.container-fluid.max-container-width {
    padding: 0 15px 15px;
}
/* 11-6-2022 css end here */

.lm-chargeback-card {
    width: 45px;
    width: 25px;
    margin-right: 10px;
}
.lm-chargeback-card1 {
     position: relative;
    left: -8px;
    width: 40px;
    margin-right: -5px;
    vertical-align: middle;

}
.lm-flex-autopay {
    width: 45px;
    width: 25px;
    margin-right: 10px;
}
/* 11-6-2022 css end here */

/* 29-10-2022 css start here */
/*canvas#AutoPayEnrollmentCanvas {
    width: 448px !important;
}
canvas#AutoPayEnrollmentAmountCanvas {
    width: 422px !important;
}*/

.md-6-height .card-body {
    min-height: 379px;
    height: auto;
}
.blocked-checkbox{
    display: flex;
    align-items: flex-end;
    position: relative;
    top: 10px;
}
.blocked-checkbox input{
    margin-right:10px;
}color-code
.chargeback-details-scroll {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.table-chargeback th {
    font-weight: 600;
}
.chargeback-details {
    padding: 0 0 0 114px !important;
}
.blockedUsers {
   display: inline-flex
}
span.customReason {
    width: 700px;
    word-break: keep-all;
    white-space: break-spaces !important;
}
span.customReason1 {
    width: 400px;
    word-break: keep-all;
    white-space: break-spaces !important;
}
.Expectedate {
    color:#1304f5 !important;
}

    .custom-tooltip {
    display: inline-block;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    visibility: hidden; /* Initially hidden */
    opacity: 0;
    transition: opacity 0.3s;
}

li:hover .custom-tooltip {
    visibility: visible; /* Show on hover */
    opacity: 1;
}



