main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.search-buttn-wrapper {
    margin-top: 1.8rem !important;
    /* padding-right: 0px!important;
    height: calc(1.5em + 0.75rem + 2px); */
    /* padding: 0.5rem 1rem;
    padding-left: 0px !important; */
}

.search-buttn {
    /* line-height: 1.3rem !important; */

    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.1rem !important;

}

.alert-fill-primary-0 {
    color: #ffffff;
    background-color: #8a84dd;
    border-color: #8a84dd;
}

.dash-header-01 {
    font-family: Poppins;
    /* font-size: 20px;; */
}

.dash-link-card-mdi-font {
    font-size: 1.5rem;
}

.dash-link-card-mdi-font-2 {
    font-size: 1.1rem;
}

.square-100 {
    width: 100px;
    height: 100px;
    ;
}

.square-badge {
    width: 65px !important;
    height: 65px !important;
    line-height: 55px !important;
    font-size: 20px !important;
    margin: 5px;
    /* padding: 10px; */
    background-color: #c2f58f !important;
    color: #2f5c02 !important;
    border: 1px solid #9ed149 !important;
}

.dock-section-th {
    background-color: #f2f2f2;
    font-weight: 900 !important;
}

.bg-litro-blue {
    /* background-color: #1a315b;*/
    background-color: #0b4db0;
    /* background-color: #194c97; */
}

.bg-litro-blue-light {
    /* background-color: #b8d1ff; */
    background-color: #e4ebff;
}

.wizard>.steps ul li a,
.wizard>.steps ul li.current a {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;

}

.wizard.vertical>.steps {
    width: 10% !important;
    display: none !important;
}

.wizard.vertical>.content {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;

    background: #ffffff !important;
    border: 0px !important;
    margin-left: 0;
}

.wizard>.content>.body {
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
}

.wizard>.content {
    overflow-y: visible !important;
}

.wizard>.content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.wizard>.content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: #9dc4ff;
}

.wizard>.content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.customer-reg-frm-cont {}

.customer-registration {
    padding-right: 10px;
    ;
    height: 450px !important;
    ;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    ;
    /* overflow-y: visible !important ; */
}

.customer-registration::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.customer-registration::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: #9dc4ff;
}

.customer-registration::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: #f9f9f9;
    border-radius: 10px;
}

.customer-signup-thankyou-page {
    height: 450px !important;
    ;
}

.customer-signup-thankyou-page .jumbotron {
    height: 100% !important;
    background-color: #fff !important;
}

.price_tbl_bg_color {
    background-color: #f2f2f2;
}

.row-highlight {
    /* border: 2px solid #c2f58f; */
}

.row-highlight .title {
    background-color: #ffffc1 !important;
    color: #333 !important;
}

.row-highlight .form-control {
    background-color: #ffffe3 !important;

}

.view-pg-inner-grid {}

.view-pg-inner-grid .nav-link {
    border-right: 2px solid;
    border-left: 2px solid;
    /* border-left-color: #fff !important;
    border-right-color: #fff !important; */
}

.view-pg-inner-grid .nav-link.active {
    background-color: #418eff !important;
    color: #fff !important;
}

.view-pg-inner-grid .tab-content>.active {
    display: block;
}

.disc-overridden-cls-1 {
    background-color: #f6f6f6 !important;
}

.disc-overridden-cls-2 {
    background-color: #eaf2ff !important;
}

.disc-overridden-cls-3 {
    background-color: #eeffee !important;
}

.order-view .timeline {
    max-width: 60% !important;
    margin: 0px 10px 0px auto !important;
}

.order-view .timeline .event:before {
    left: -190px !important;
}

.timeline [data-date]:before {
    content: attr(data-date);
    /* background-color: black; */
    /* color: white; */
    white-space: pre;
    display: inline-block;
}

.prod-img-ico {
    width: auto !important;
    height: 36px !important;
    float: none !important;
    display: block !important;
    margin: auto !important;
}


.prod-img-tile {
    width: auto !important;
    height: 80px !important;
    float: none !important;
    display: block !important;
    margin: auto !important;
}

.gray-cont {
    opacity: 0.5;
}

.gray-cont img {
    /* opacity: 0.9; */
}



.btn-primary-2 {
    color: #fff !important;
    background-color: #664bfa !important;
    border-color: #664bfa !important;
}

.btn-primary-2:hover {
    color: #fff !important;
    background-color: #5b3efd !important;
    border-color: #5b3efd !important;
}

.btn-primary-2:focus,
.btn-primary-2.focus {
    color: #fff !important;
    background-color: #5b3efd;
    border-color: #5b3efd;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fz-24 {
    font-size: 24px !important;
}

.custom-switch {
    padding-left: 1.75rem !important;
}


/* .custom-bg-litro-blue {
background-color: #9cc0f9;
color: #ffffff !important;
font-size: 0.9rem !important;
}

*/
.custom-bg-litro-blue {
    /* background-color: #1a315b; */
    background-color: #e4ebff;
    color: #323232 !important;
    font-size: 0.9rem !important;
    font-weight: 900;
    vertical-align: middle !important;
}

.custom-bg-litro-blue-light {
    /* background-color: #b8d1ff; */
    background-color: #e4ebff;
}

.titlebar span {
    /* color: #0c33c5; */
    color: #427cff;
    font-weight: 300;
}

.titlebar {
    font-family: sans-serif;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: -1px;
    color: #8da9ff;
    margin-top: 0.4rem
}

.titlebar .cont {
    /* color: #8e8e8e;
    color: #9fb6ff;*/
    color: #dddddd;
    font-size: 13px;
}

.titlebar .cont.strong {
    font-weight: 900;
}


.nav-tabs .nav-item {
    background-color: #e4ebff;
    margin-right: 1px;
    border-radius: 2px 2px 0 0;
    ;
}

.view-pg-inner-grid .nav-link.active {
    background-color: #0c4eb0 !important;
}

.sidebar .sidebar-header {
    background: #090551 !important;
    border-bottom: 1px solid #090551 !important;
    border-right: 1px solid #090551 !important;
}

table thead th {
    background-color: #e4ebff;
}


.auth-page .auth-left-wrapper {
    /* background: rgb(9, 5, 79) !important; */
    /* background: linear-gradient(180deg, rgba(9, 5, 79, 1) 0%, rgba(9, 9, 121, 1) 45%, rgba(167, 194, 255, 1) 100%) !important; */
    /* background: linear-gradient(104deg, rgba(9, 5, 79, 1) 0%, rgba(9, 9, 121, 1) 45%, rgb(62, 127, 224, 1) 100%) !important; */
}

/* ===================== REPORTS ======================================================= */
#report-customersales-list {
    /* min-width: 1000px !important;
    overflow: auto !important; */
}

#report-customersales-list .table.table-inner-00,
#report-customersales-list .table.table-inner-01,
#report-customersales-list .table.table-inner-02 {
    table-layout: fixed;
    border-collapse: collapse;
}

.report-table-wrapper .list-wrapper .parent-table {
    border-top: 0px !important;
    border-bottom: 1px solid #e8ebf1 !important;
}

.report-table-wrapper .table-inner-01 td,
.report-table-wrapper .table-inner-01 td {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

/* .report-table-wrapper .table-inner-01>thead>tr>th.bdr-col, */
.report-table-wrapper .table-inner-01>tbody>tr>td.bdr-col {
    /* border-left: 1px solid #e8ebf1 !important; */
    border-bottom: 1px solid #e8ebf1 !important;
    /* border-top: 1px solid #e8ebf1 !important; */
}

/* .report-table-wrapper .table-inner-01 .table-inner-02>thead>tr>th.bdr-col, */
.report-table-wrapper .table-inner-01 .table-inner-02>tbody>tr>td.bdr-col {
    border-left: 1px solid #e8ebf1 !important;
    border-bottom: 1px solid #e8ebf1 !important;
}

/* .report-table-wrapper .table-inner-01>thead>tr>th.bdr-col.bdr-left-0, */
.report-table-wrapper .table-inner-01>tbody>tr>td.bdr-col.bdr-left-0 {
    border-left: 0px !important;
}

/* .report-table-wrapper .table-inner-01>thead>tr:last-child th, */
.report-table-wrapper .table-inner-01>tbody>tr:last-child td {
    border-bottom: 0px !important;
}

/* .report-table-wrapper .table-inner-01>thead>tr:last-child>th:last-child .table-inner-02>thead>tr:last-child th, */
.report-table-wrapper .table-inner-01>tbody>tr:last-child>td:last-child .table-inner-02>tbody>tr:last-child td {
    border-bottom: 0px !important;
}

.report-table-wrapper thead .no-borders,
.report-table-wrapper thead th {
    /* border: 0px !important; */
    border-top: 0px !important;
    border-bottom: 0px !important;
    /* border-left: 0px !important; */
    border-right: 0px !important;
}

.report-table-wrapper thead th.border-right-1 {
    border-right: 1px solid #e8ebf1 !important;
}

.report-table-wrapper thead th.border-bottom-1 {
    border-bottom: 1px solid #e8ebf1 !important;
}

#report-customersales-list .table td {
    vertical-align: top !important;
}

table.tbl-highlight-clr2 tr td {
    /* background-color: rgba(0, 0, 0, 0.05) !important; */
}

#report-customersales-list table.tbl-highlight-clr2>tbody>tr>td.bdr-col,
#report-customersales-list table.tbl-highlight-clr2 .table-inner-01>tbody>tr>td.bdr-col,
#report-customersales-list table.tbl-highlight-clr2 .table-inner-01>tbody>tr>td.no-borders {
    background-color: rgba(35, 74, 192, 0.05) !important;
}

#report-customersales-list tr:hover {
    /* background-color: #fffef8 !important; */
}

.report-table-wrapper .table-bordered .parent-table thead th,
.report-table-wrapper .table-bordered thead th {
    /* border-color: #090551 !important;
    border-top-color: #090551 !important;
    border-bottom-color: #090551 !important;
    border-left-color: #090551 !important;
    border-right-color: #090551 !important;
    color: #0c4eb0 !important; */
    vertical-align: middle !important;
}

#report-customersales-list table thead th {
    background-color: #404040;
    color: #FFF !important;
    /* vertical-align: top !important; */
    vertical-align: middle !important;
}

#report-customersales-list p {
    word-break: break-all;
    white-space: normal;
}


.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    /* box-shadow: 0 0.375rem 0.75rem rgb(0 0 0 / 18%); */
    /* box-shadow: 0 0.375rem 0.75rem 0.2rem rgb(0 123 255 / 25%); */
    border-color: inherit !important;
    box-shadow: none;
    /* overflow-x: hidden; */
    margin-top: -1px;

}

.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    border-color: inherit !important;
    border-radius: 1px !important;
    border: 1px solid #83a8f8 !important;
    box-shadow: none;
}

.select2-container--krajee-bs4 .select2-selection {
    border: 1px solid #e8ebf1;
    border-radius: 0;
    box-shadow: none;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    outline: none;
    /* width: 300px; */
}

.report-filter-content .container-card {
    /* background-color: #f4f4f4; */
    border: 1px solid #e6e6e6;
}


.report-filter-content .container-card .dash-card {
    border: 3px solid #ff3366;
}

.report-filter-content .select2-selection--single {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}

.width-400 {
    width: 400px !important;
}

.select2-container {
    display: block !important;
}

.aging-color-depth-1 {
    /* background-color: #f9f9f9 !important; */
}

.aging-color-depth-2 {
    background-color: #fffee0 !important;
}

.aging-color-depth-3 {
    background-color: #ffe094 !important;
}

.aging-color-depth-4 {
    background-color: #ffa9a9 !important;
}


.aging-color-depth-5 {
    background-color: #ff4747 !important;
}

.aging-color-depth-6 p,
.aging-color-depth-5 p {
    color: #fff !important;
}

.aging-color-depth-6 {
    background-color: #b1363c !important;
}

.aging-color-depth-5 a,
.aging-color-depth-6 a {
    color: #d5e0ff !important;
}


.report-table-wrapper .empty {
    border: 1px solid #e7e7e7;
    padding: 10px;
    font-size: 17px;

}

.report-fixed-width {
    min-width: 1500px !important;
    min-height: 200px;
}

.report-fixed-width .table-responsive table th.bdr-col,
.report-fixed-width .table-responsive table td.bdr-col {
    padding: 10px 5px !important;
}

.report-fixed-width-800 {
    width: 800px !important;
    min-height: 200px;
}

.overflow-x-new {
    /* padding-right: 10px; */
    /* width: 1500px !important; */
    /* height: 450px !important; */
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    scrollbar-width: thin;
}


.overflow-x-new::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
    background-color: #F5F5F5;
}

.overflow-x-new::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: #9dc4ff;
}

.overflow-x-new::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: #f9f9f9;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

.report-inner-link {
    /* text-decoration: none !important;
    color: #007bff !important;
    font-weight: 600; */

    color: #404040 !important;
    font-weight: 600;
    text-decoration: underline;
}

.square-30 {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #333;
    ;
}

table .bdr-r-0 {
    border-right: 0px !important;
}

table .bdr-l-0 {
    border-left: 0px !important;
}

table .bdr-t-0 {
    border-top: 0px !important;
}

table .bdr-b-0 {
    border-bottom: 0px !important;
}


table .bdr-r-1 {
    border-right: 1px solid #e8ebf1 !important;
}

table .bdr-l-1 {
    border-left: 1px solid #e8ebf1 !important;
}

table .bdr-t-1 {
    border-top: 1px solid #e8ebf1 !important;
}

table .bdr-b-1 {
    border-bottom: 1px solid #e8ebf1 !important;
}

table th.action-column {
    width: 120px !important;
}

table th.serial-column {
    width: 50px !important;
}

.invoice-tailing-agreement-cont {
    background-color: #f3f3f3;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    color: #fff !important;
}

.invoice-tailing-agreement-cont h5 {
    color: #323232;
}

.invoice-tailing-agreement-cont table th,
.invoice-tailing-agreement-cont table td {
    vertical-align: top !important;

    border-top: 1px solid #bdbdbd;
}

.invoice-tailing-agreement-cont table td.w-5 {
    width: 5px !important;
}

.invoice-tailing-agreement-cont table td {
    vertical-align: top !important;
    /* font-size: large; */
}

.invoice-tailing-agreement-cont ol li {
    padding-bottom: 20px !important;
}

.invoice-tailing-agreement-cont ul li {
    padding-bottom: 10px !important;
    list-style: none !important;
}

.button-wrapper {
    /* background-color: #eaeaea;
    padding: 5px;
    border-radius: 2px; */
}

.h3-new {
    font-size: 1.35rem;
}
.signup-side-bg {
    padding:0px !important;
    max-width:300px !important;
    width:300px !important;
    background-color: #dfdfdf !important;
}
.signup-side-bg-sm {
    padding:0px !important;
    max-width:240px !important;
    width:240px !important;
    background-color: #dfdfdf !important;
}
.signup-form-cont {
    height: 773px !important;
}
.signup-form-cont-sm {
    height: 618px !important;
}
 .signup-bg {
    background-repeat:no-repeat !important;
    background-position:top right !important;
    background-size: cover !important;
}
.signup-bg-cont-1 {
    /* background-image: url("../ui-assets/images/background/signup_1.png"); */
}
.signup-bg-cont-2 {
    /* background-image: url("../images/background/signup_2.png"); */
}
.signup-bg-cont-3 {
    /* background-image: url("../images/background/signup_3.png"); */
}
.signup-bg-cont-4 {
    /* background-image: url("../images/background/signup_4.png"); */
}