﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* width: 100vw; */
    height: 100vh;
    /*font-family: 'Poppins', sans-serif;*/
    background-color: #eeeeee !important;
    font-family: "Nunito", sans-serif;
}
.table td:nth-child(1), .tblAttribute .tblContent td:nth-child(4), .tblCategory .tblContent td:nth-child(3), .tblExpense .tblContent td:nth-child(3), .tblProduct .tblContent td:nth-child(4), .tblProduct .tblContent td:nth-child(5), .tblUser .tblContent td:nth-child(4), .tblVendor .tblContent td:nth-child(3), .tblDealer .tblContent td:nth-child(4), .tblDealer .tblContent td:nth-child(8), .tblBrand .tblContent td:nth-child(3), .tblBlogCategory .tblContent td:nth-child(4), .tblProductPrice .tblContent td:nth-child(4), .tblProductPrice .tblContent td:nth-child(5), .tblProductInword .tblContent td:nth-child(5), .tblProductInword .tblContent td:nth-child(6), .tblProductOutword .tblContent td:nth-child(5), .tblProductOutword .tblContent td:nth-child(6), .tblInvoice .tblContent td:nth-child(3), .tblInvoice .tblContent td:nth-child(4), .tblInvoice .tblContent td:nth-child(5), .tblExpenceEntry .tblContent td:nth-child(4), .tblExpenceEntry .tblContent td:nth-child(5), .tblInwordReports .tblContent td:nth-child(6), .tblInwordReports .tblContent td:nth-child(7), .tblInwordReports .tblContent td:nth-child(8), .tblInwordReports .tblContent td:nth-child(9), .tblOutwardReport .tblContent td:nth-child(6), .tblOutwardReport .tblContent td:nth-child(7), .tblOutwardReport .tblContent td:nth-child(8), .tblOutwardReport .tblContent td:nth-child(9), .tblInwardOutwardReports .tblContent td:nth-child(5), .tblInwardOutwardReports .tblContent td:nth-child(6), .tblInwardOutwardReports .tblContent td:nth-child(7), .tblInwardOutwardReports .tblContent td:nth-child(8), .tblProductPriceHistory .tblContent td:nth-child(4), .tblProductPriceHistory .tblContent td:nth-child(5), .tblProductOrder .tblContent td:nth-child(4), .tblProductOrder .tblContent td:nth-child(5), .tblDebitNote .tblContent td:nth-child(5), .tblDebitNote .tblContent td:nth-child(6), .tblDebitNote .tblContent td:nth-child(7), .tblCreditNote .tblContent td:nth-child(5), .tblCreditNote .tblContent td:nth-child(6), .tblCreditNote .tblContent td:nth-child(7), .tblPayment .tblContent td:nth-child(5), .tblPayment .tblContent td:nth-child(6), .tblPayment .tblContent td:nth-child(7), .tblReciptDetails .tblContent td:nth-child(5), .tblReciptDetails .tblContent td:nth-child(6), .tblReciptDetails .tblContent td:nth-child(7), .tblFinancialYear .tblContent td:nth-child(2), .tblFinancialYear .tblContent td:nth-child(3), .tblFinancialYear .tblContent td:nth-child(4), .tblProductOpeningStock .tblContent td:nth-child(1), .tblViewInvoice .tblContent td:nth-child(3), .tblViewInvoice .tblContent td:nth-child(4), .tblViewInvoice .tblContent td:nth-child(5), .tblViewInvoice .tblContent td:nth-child(6), .tblViewInvoice .tblContent td:nth-child(7), .tblViewInvoice .tblContent td:nth-child(8), .tblViewInvoice .tblContent td:nth-child(9), .tblDailyCustomerRecord .tblContent td:nth-child(1), .tblDailyCustomerRecord .tblContent td:nth-child(3), .tblDailyCustomerRecord .tblContent td:nth-child(4), .tblDailyCustomerRecord .tblContent td:nth-child(5), .tblProductTypeMst .tblContent td:nth-child(1), .tblProductTypeMst .tblContent td:nth-child(3),
.tblCustomerReport .tblContent td:nth-child(1), .tblCustomerReport .tblContent td:nth-child(2), .tblCustomerReport .tblContent td:nth-child(6), .tblCustomerReport .tblContent td:nth-child(7), .tblCustomerReport .tblContent td:nth-child(8), .tblCustomerReport .tblContent td:nth-child(10), .tblAddProductStock .tblContent td:nth-child(1), .tblAddProductStock .tblContent td:nth-child(3), .tblAddProductStock .tblContent td:nth-child(4), .tblAddProductStock .tblContent td:nth-child(5),
.tblContent th {
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
}
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.cal {
    color: black;
}

.header_part .navbar {
    display: block !important
}

.header_CompanyName {
    color: #000249;
    font-size: 20px;
}

.wrapper {
    display: flex;
}
.header {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fff;
    min-width: 0;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

    .toggle-btn i {
        font-size: 1.5rem;
        color: #FFF;
    }

.navbar {
    padding: 0px !important;
}

.navbar-expand .navbar-collapse {
    min-width: 200px;
}

.avatar {
    height: 40px;
    width: 40px;
}



i {
    font-size: 18px;
}


p {
    margin: 0 !important;
    line-height: 1.5rem;
}

textarea {
    height: 100% !important;
}
/*DatepickerK start*/
.datepicker {
    padding: 10px !important;
}

.dow {
    font-size: 12px !important;
    padding: 7px !important;
}

.datepicker-days table tbody tr td {
    padding: 7px !important;
    font-size: 13px !important;
}

.input-group-append {
    cursor: pointer !important;
}
/*DatepickerK end*/

.content {
    background: white;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.filter_section {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    border-radius: 3px;
    width: 100%;
}

.ContentBody {
    background: #eeee;
    padding: 10px;
}
.clsbtn {
    font-size: 18px;
    border: none;
    color: #fff;
    font-weight: 500 !important;
    border-radius: 5px;
    letter-spacing: 0.2px;
    transition: 0.5s ease-out;
    text-decoration: none;
    margin-right: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 15px;
    margin-bottom: 8px;
}

    .clsbtn a {
        text-decoration: none;
        color: #fff;
    }

.btnSave {
    background: #151b8d;
    color: #fff !important;
}

.btnCancel {
    background: #dd1717;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 8px;
}
    .btnCancel a:hover {
        color: #fff !important
    }
.clsbtn a:hover {
    color: #fff !important
}
/* form control*/
.form-control {
    width: 100%;
    border-radius: 3px !important;
    padding: 5px 8px !important;
    border: 0.5px solid #e5e5e5;
    outline: none;
    position: relative;
    display: block;
    font-size: 15px !important;
    transition: all 0.2s ease-in-out;
    box-shadow: unset !important;
    height: 38px;
}

    .form-control option {
        font-size: 0.50rem !important;
    }

    .form-control::placeholder {
        font-size: 14px;
        color: #d6d6d6;
    }

.form-select {
    width: 100%;
    box-shadow: unset !important;
    border-radius: 3px !important;
    padding: 5px 10px;
    border: 0.5px solid #e5e5e5;
    outline: none;
    font-size: .75rem;
}

.form-label {
    margin-bottom: 3px !important
}
table {
    background-color: #fff !important;
    width: 100%;
    table-layout: auto;
    margin: 0 !important;
}
/*  Table Edit Delete button. action_btn is parent class of these two button.*/
.action_btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

    .action_btn button {
        border: none;
        background-color: transparent;
    }

        .action_btn button svg {
            width: 1.25rem;
            height: 1.25rem;
        }


.edit_icon a, .edit_icon {
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    text-decoration: none;
    transform: scale(1)
}

a:hover {
    color: unset;
}

.edit_icon:hover a, .edit_icon:hover, .delete_icon:hover, .view_icon:hover {
    /*box-shadow: 0 0 15px #FFE469;*/
    transition: all 0.75s ease;
    box-shadow: 2px 2px 6px 0px rgba(212,212,212,0.8);
    transform: scale(1.1);
}

.delete_icon {
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: scale(1)
}

.save_icon {
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: scale(1)
}


.view_icon {
    color: #007bff !important;
}
/*This CSS we apply on CheckBox.*/
.section_wise_heading {
    color: #000249 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-bottom: 7px;
    font-weight: 600;
    font-size: 1.3rem;
}



.eye-button {
    position: relative;
    left: 90%;
    top: -30px;
    color: black !important;
}
.eyee-button {
    cursor: pointer;
    z-index: 2;
    top: 45%;
    right: 7%;
    position: absolute;
}

/* error code css*/
input.error,
textarea.error,
select.error {
    border: 1px solid #db7e7e !important;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.5);
    transition: all 0.3s ease-in-out;
    animation: shake 0.3s ease;
}

.clsHeader {
    background-color: #fff;
    padding: 4px;
}

.app-header {
    z-index: 1034;
    grid-area: lte-app-header;
    max-width: 100vw;
    border-bottom: 1px solid var(--bs-border-color);
    transition: 0.3s ease-in-out;
}
.app-wrapper {
    position: relative;
    display: grid;
    grid-template-areas:
        "lte-app-sidebar lte-app-header"
        "lte-app-sidebar lte-app-main"
        "lte-app-sidebar lte-app-footer";
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    align-content: stretch;
    align-items: stretch;
    max-width: 100vw;
    min-height: 100vh;
}

.header_profile_wrapper {
    width: 38px;
    height: 38px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_profile {
    font-size: 20px;
}
.header_profile_name p:last-child {
    font-size: 15px;
}

.logout-btn{
    border: 1px solid #180c3c1c;
    color: #fff;
    background-color: #180c81;
    /* font-weight: 600; */
    border-radius: 5px;
    padding: 5px 15px;
    letter-spacing: 0.2px;
    transition: 0.5s ease-out;
    text-decoration: none;
    box-shadow: 1px 1px 0px 0px #c1c1c1;
    font-size:18px;
}
/*Validation Star.*/

.requiredField {
    color: #ca1f2b;
}

.dvBtn {
    margin-top: 28px;
    display: flex;
}
/* error code css*/
/*Validate Function Css*/
input.error,
textarea.error,
select.error {
    border: 1px solid #db7e7e !important;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.5);
    transition: all 0.3s ease-in-out;
    animation: shake 0.3s ease;
}
