@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Italic.woff2') format('woff2'), url('../fonts/Calibri-Italic.woff') format('woff'), url('../fonts/Calibri-Italic.ttf') format('truetype'), url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Bold.woff2') format('woff2'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Light.woff2') format('woff2'), url('../fonts/Calibri-Light.woff') format('woff'), url('../fonts/Calibri-Light.ttf') format('truetype'), url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Calibri' !important;
    padding: 0px;
    margin: 0px;
}

.form-control:focus, .form-check-input:focus, select:focus, .form-select:focus {
    box-shadow: none;
}

header .companyHead {
    font-size: 20px;
    font-weight: bold;
}

    header .companyHead span {
        font-weight: 400;
        border-left: 1px solid #707070;
        padding-left: 20px;
        margin-left: 20px;
    }

.user-section {
    background-color: #103A6A;
    color: #fff;
}

.sidebarMenu {
    background-color: #C4D5EF;
}

.sidebarMenu, .rightPanel {
    border-radius: 10px;
}

.dropdown-toggle {
    outline: 0;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: .25rem 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: #103A6A;
    width: 100%;
    position: relative;
    font-size: 18px;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #103A6A;
        color: #fff;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url(../images/arrow.svg);
        transition: transform .35s ease;
        transform-origin: .5em 50%;
        position: absolute;
        right: 10px;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(255, 255, 255, 1);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    padding: .2rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

    .btn-toggle-nav a:hover, .btn-toggle-nav a:focus {
        background-color: transparent;
        color: #fff;
    }

    .btn-toggle-nav a.active {
        color: #fff;
    }

.scrollarea {
    overflow-y: auto;
}


.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.sidebarMenu .sidebarTitle {
    font-size: 20px;
    font-weight: bold;
    color: #000000
}


.rightPanel {
    background-color: #F2F2F2;
}

    .rightPanel .headTitle {
        border-bottom: 1px solid #ccc;
    }

        .rightPanel .headTitle h2 {
            font-size: 20px;
            font-weight: bold;
        }

    .rightPanel h3 {
        font-weight: bold;
        font-size: 22px;
    }

    .rightPanel .card {
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        border-radius: 15px;
    }

        .rightPanel .card span {
            font-weight: bold
        }


.greenL {
    color: #87D123;
}

.yello {
    color: #EAD651;
}

.green {
    color: #518E00;
}

.red {
    color: #518E00;
}

.purple {
    color: #9C5AB6;
}

.rightPanel .card .themeBtn {
    background-color: #103A6A;
    color: #fff;
    font-size: 13px;
    padding: 4px 22px;
    text-decoration: none;
    border-radius: 20px;
    border: 0px;
}

    .rightPanel .card .themeBtn:hover, .rightPanel .card .themeBtn:focus {
        background-color: #f25a31;
        color: #fff;
        box-shadow: none;
        outline: 0;
    }

.themeBtn, .themeBtnLarge, .themeBtnLargeph {
    background-color: #103A6A;
    color: #fff;
    font-size: 16px;
    padding: 7px 22px;
    text-decoration: none;
    border-radius: 20px;
    border: 0px;
}

    .themeBtn:hover, .themeBtn:focus, .themeBtnLarge:hover, .themeBtnLarge:focus {
        background-color: #f25a31;
        color: #fff;
        box-shadow: none !important;
        outline: 0;
    }

.themeBtnLarge {
    padding: 7px 22px;
}

footer {
    background-color: #103A6A;
    color: #fff;
}

/* Form */
.dashboardForm {
}

    .dashboardForm input, .dashboardForm select {
        border-radius: 5px;
        border: 1px solid #DEDEDE
    }

        .dashboardForm input:focus, .dashboardForm select:focus {
            box-shadow: none;
            outline: none;
        }

    .dashboardForm .form-check .form-check-input {
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
        width: 24px;
        height: 24px;
    }

    .dashboardForm .form-check .form-check-label {
        line-height: 34px;
        margin-left: 5px;
    }

    .dashboardForm .form-check .form-check-input:checked {
        background-color: #103a6a;
        border-color: #103a6a;
    }

    .dashboardForm .col-form-label {
        padding-right: 0;
    }

.wrapper {
    margin-top: 5vh;
}

.table-hover > tbody > tr:hover {
    background-color: #ccffff;
}

thead {
    background: #103A6A;
    color: #fff;
}

.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight {
    background: #ffff99;
}

.dataTables_length {
    display: inline;
}

.dataTables_length, .dataTables_filter {
    margin-bottom: 15px;
}

    .dataTables_length select, .dataTables_filter input {
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #DEDEDE;
        background-color: #fff;
    }

input:focus-visible {
    outline: 0;
    border-radius: 5px;
}

.rightPanel .pagination {
    justify-content: center;
}

    .rightPanel .pagination li.page-item {
        margin: 0 5px;
    }

.rightPanel .dataTables_paginate span .paginate_button {
    background-color: #C4D5EF;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    border: 0px;
    color: #000;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

    .rightPanel .dataTables_paginate span .paginate_button.current {
        background-color: #103A6A;
        color: #fff;
    }

.rightPanel .dataTables_info, .rightPanel .dataTables_paginate {
    text-align: center;
}

    .rightPanel .dataTables_paginate a {
        text-decoration: none;
        cursor: pointer;
        color: #000;
    }

.rightPanel tr td {
    padding-top: .7rem, padding-bottom: .7rem,
}

.table > thead {
    vertical-align: top;
}










.siteForm {
    background-color: #fff;
}

    .siteForm .rightPanel {
        background-color: #103A6A;
        border-radius: 10px;
    }

.mmcLokin {
    min-height: 300px;
}


.siteForm .rightPanel {
    background-color: #2eae9f;
    border-radius: 10px;
}

.mmcLokin, .owl-carousel .owl-item {
    border-radius: 20px 20px 0px 0px;
}

.siteForm .loginF {
    background-color: #3eb9ab;
    border-radius: 0px 0px 20px 20px;
}



.mmcLokin::after {
    background-color: 0,0,0, .5
}

.mmcLokin h1 {
    font-size: 32px;
}

.mmcLokin p {
    font-size: 24px;
}

.siteForm .rightPanel h1 {
    color: #fff;
}

.siteForm input {
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}

.siteForm input, .siteForm select {
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
}



.siteForm .themeBtn {
    font-size: 16px;
    padding: 7px 22px;
}

a {
    color: #103a6a;
}

.form-check-input:checked {
    background-color: #103a6a;
    border-color: #103a6a;
}

.siteForm .form-check-input {
    width: 1.5em;
    height: 1.5em;
    padding: 0px;
}

.form-check .form-check-label {
    margin-left: 5px;
    margin-top: 4px;
}

.swatch-orange {
    background-color: #ed9542;
}

.btn-close {
    filter: alpha(opacity=20);
}

.modal-content {
    border-radius: 30px;
}


.loginPage .strip, .registerPage .strip, .loginPage footer, .registerPage footer {
    background-color: #3eb9ab;
    color: #fff;
}

.loginPage .themeBtn, .loginPage .themeBtn, .loginPage .themeBtnLarge, .loginPage .themeBtnLarge {
    background-color: #3eb9ab;
}

.loginPage .form-check-input:checked {
    background-color: #3eb9ab;
    border-color: #3eb9ab;
}

.loginPage a, .registerPage a {
    color: #3eb9ab;
}

.loginPage .siteForm .rightPanel h1 {
    color: #3eb9ab;
}

.loginPage header, .registerPage header {
    border-bottom: 1px solid #e7e7e7;
}


.registerPage .rigisterF {
    background-color: #3eb9ab;
    border-radius: 20px;
}

.registerPage .themeBtn, .registerPage .themeBtnLarge {
    background-color: #3eb9ab;
}

    .registerPage .themeBtn:hover, .registerPage .themeBtn:focus, .registerPage .themeBtnLarge:hover, .registerPage .themeBtnLarge:focus {
        background-color: #f25a31;
    }

.registerPage .form-check-input:checked {
    background-color: #3eb9ab;
    border-color: #3eb9ab;
}

.table tr td, .table tr th {
    border: 1px solid #ccc !important;
}

tbody, td, tfoot, th, thead, tr
@media only screen and (max-width: 767px) {
    .navbar-brand

{
    max-width: 80px;
}

.smart-logo {
    max-width: 65px;
}

.form-check {
    min-height: 1rem;
    padding-left: 1em;
}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
    display: block;
}
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr, tfoot tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 60% !important;
}

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

.table td:nth-child(1) {
    background: #ccc;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
}

/*
  Label the data
  */
td:nth-of-type(1):before {
    content: "Bill No.";
}

td:nth-of-type(2):before {
    content: "Customer ID";
}

td:nth-of-type(3):before {
    content: "Amount Before Due Date";
}

td:nth-of-type(4):before {
    content: "Amount After Due Date";
}

td:nth-of-type(5):before {
    content: "Bill Dated";
}

td:nth-of-type(6):before {
    content: "FY";
}

td:nth-of-type(7):before {
    content: "Generated By";
}

.dataTables_length {
    display: none;
}

}


@media (min-width: 576px) {
}


@media (min-width: 768px) {
    .table {
        table-layout: fixed;
        max-width: 100% !important;
    }

        .table.res {
            width: max-content;
            max-width: 1400px !important;
        }

    .dataTables_filter {
        float: right;
    }

    .mmcLokin, .owl-carousel .owl-item {
        border-radius: 20px 0px 0px 20px;
    }

    .siteForm .loginF {
        background-color: #3eb9ab;
        border-radius: 0px 20px 20px 0px;
    }
}


@media (min-width: 992px) {
}


@media (min-width: 1200px) {
    header .companyHead, .rightPanel .headTitle h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .loginOuter {
        max-width: 1200px;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }

    .dashboardPanel .col-md-4 {
        flex: 0 0 auto;
        width: 20%;
    }

    header .companyHead {
        font-size: 30px;
        font-weight: bold;
    }

    .sidebarMenu .sidebarTitle {
        font-size: 24px;
        font-weight: bold;
        color: #000000;
    }

    .rightPanel .headTitle h2 {
        font-size: 28px;
        font-weight: bold;
    }

    .loginOuter {
        max-width: 1200px;
    }
}


.mcLogin .user-section, .mcLogin .btn-toggle {
    background-color: #2eae9f;
    color: #fff;
}
.mcLogin footer {
    background-color: #3eb9ab;
  color: #fff;
}

.mcLogin .btn-toggle {
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: 16px;
}

.mcLogin .sidebarMenu {
    background-color: transparent;
}

.mmcloginform {
    border: 1px solid #ccc;
}

    .mmcloginform .form-check {
        padding-left: 1.4em;
    }

    .mmcloginform .form-check-input {
        margin-top: 0.5em;
    }

        .mmcloginform .form-check-input:checked {
            background-color: #0b0b6b;
            border-color: #0b0b6b;
        }

.mcLogin .mmcloginform a {
    color: #0B0B6B;
}

    .mcLogin .mmcloginform a.forgot {
        color: #c9977c;
    }

.mcLogin .themeBtnLargeph {
    background-color: #ce3839;
    border-radius: 0;
}
.mcLogin .themeBtnLarge {
    background-color: #ec2125;
    border-radius: 0;
}

.mcLogin .mmcloginform .form-control {
    border-radius: 0;
}

.mcLogin .btn-toggle::before {
    display: none;
}

.mcLogin h4 {
    font-weight: 600;
}

.mcLogin p {
    font-weight: 600;
}

.mcLogin .main .container {
    max-width: 1360px;
}

.mcLogin .copyright {
    font-weight: 600;
}

.mcLogin .widthmax800 {
    flex-grow: 3;
}

.mcLogin .widthmax {
    flex-grow: 1;
}

@media (min-width: 1260px) {
    .mcLogin .widthmax {
        max-width: 239px;
        flex-grow: 1;
        width: auto;
    }

    .mcLogin .widthmax800 {
        max-width: 100%;
        max-width: 750px;
        width: auto;
        flex-grow: 3;
    }
}

@media (min-width: 1360px) {
    .mcLogin .widthmax {
        max-width: 300px;
        flex-grow: 1;
        width: auto;
    }

    .mcLogin .widthmax800 {
        max-width: 100%;
        max-width: 750px;
        width: auto;
        flex-grow: 3;
    }
}

