body{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #f3f3f3;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", Arial, sans-serif !important;
}
h2{
    font-size: 24px;
    font-weight: 600;
}
h3{
    font-size: 20px;
    font-weight: 600; 
}
a:hover{
    text-decoration: none !important;
}
.navHeader{
    box-shadow: 0 0 37px rgb(8 21 66 / 10%);
    transition: .5s;
    padding-top: 0px;
    padding-bottom: 0px;
}
.form-group textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(204, 210, 216);
}
#navAccordion {
    height: 90vh;
    overflow-y: scroll;
}
.navLogo{
    border-right: 1px solid #e9e9e9;
    width: 220px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.header-logo{
    width: 139px;
}
.profile-dropDown{
    box-shadow: 0 0 37px rgb(8 21 66 / 10%);
    border: transparent !important;
    left: -81px !important;
    min-width: 9rem !important;
}
.profile-dropDown i{
    font-size: 15px;
    padding-right: 10px;
}
.profile-dropDown .dropdown-item:focus, 
.profile-dropDown .dropdown-item:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff !important;
}
.discount_percentage{
    display: none;
}
.profileImg{
    width: 42px;
    border-radius: 100px;
}
.profile-icon .dropdown-toggle::after {
    display: none !important;
}
.profile-dropDown::before{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    top: -7px;
    position: absolute;
    right: 25px;
    z-index: 2;
}
.ip-nav .sidebarIcon{
    border-right:1px solid #e9e9e9;
    width: 90px;
    text-align: center;
}
.ip-nav .nav-link{
    padding: 0.9rem 1rem;
}
.headerSearch{
    padding: 8px 0;
    border: none;
    outline: none;
    background: rgba(0,0,0,0);
    color: #59667a;
    font-weight: 500;
    margin-top: 7px;
    margin-left: 31px;
}
.headerSearch-form{
    position: relative;
    margin-left: 15px;
}
.headerSearch-form .searchBtn{
    position: absolute;
    top: 15px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    width: 20px;
}
.headerSearch-form i{
    position: absolute;
    left: 0px;
    top: 21px;
    color: #59667a;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #ccc;
}

.nav-link:hover {
  transition: all 0.4s;
}

.nav-link-collapse:after {
  float: right;
  content: '\f067';
  font-family: 'FontAwesome';
}

.nav-link-show:after {
  float: right;
  content: '\f068';
  font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
  padding-left: 0;
}

.nav-item ul.nav-second-level > .nav-item {
  padding-left: 20px;
}
.sidenav .nav-link{
    transition: all 0.6s ease;
    margin:0px 15px 5px 15px;
    border-radius: 6px;
}
.sidenav .active .nav-link{
    color: #fff !important;
    text-decoration: none;
    background-color:#007bff !important;
}
.sidenav .nav-link:hover,
.sidenav .active{
    color: #fff !important;
    text-decoration: none;
    background-color:#0460c2 !important
}
.nav-link-collapse:after,
.nav-link-show:after{
    font-size: 14px;
}
.filter-btn{
    margin-top: 1.95rem;
    width: 120px;
}
.tableCard{
    /* box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%); */
    padding: 25px 25px 25px 25px;
    border-radius: 10px;
}
.cardHeader{
    margin-bottom: 25px;
}
.cardHeader h3 {
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .2px;
    font-size: 14px;
}
.tableStyle .dataTables_wrapper .dataTables_length label {
    color: #1d212f !important;
}
.form-control {
    border-radius: 8px !important;
    font-size: 12px !important;
    height: calc(1.99em + 0.75rem + 2px) !important;
}
.tableStyle .table-bordered {
    border: 1px solid #ededf9 !important;
}
.tableStyle .table-bordered td, .table-bordered th {
    border: none !important;
}
.content-wrapper{
    padding: 40px;
    margin-top: 80px;
}
.formBtn {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #25233c;
    border: 1px solid #25233c;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}
.addProductBtn {
    text-align: right;
    padding-right: 28px;
}
.formBtn {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}

/* table action button css  */

.more {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.more-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
    left: 0;
    margin-top: -14px;
    outline: none !important;
}
.more-menu {
    position: absolute;
    top: auto;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}
.more-menu {
    width: 140px;
}
.more-dot {
    background-color: #b0adad;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.tabStyle td span {
    padding: 2px;
    color: #fff;
}
.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}
.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}
.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}
.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}
.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
    outline: none;
}
.more-menu-item:hover {
    background-color: #f2f2f2;
}
.more-menu-item {
    display: block;
}
.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    position: relative;
    white-space: nowrap;
}
.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}
.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}
.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

/* Login page css  */
.loginSection{
    /* background-image: url(../images/login-bg.webp); */
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.formWrapper{
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
.loginLogo{
    padding: 0px;
    /* background: #0069d9; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
}
.loginLogo img{
    /* filter: brightness(0) invert(1); */
    border-radius: 3%;
    width:100%;
}
.loginWrapper,
.loginLogo{
    padding: 50px;
}
.form-title{
    font-weight: bold;
}
.input-field{
    border: transparent;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 0px !important;
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 500 !important;
    padding-left: 0px;
}
.focusBorder{
    position: relative;
}
input:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #d9d9d9 !important;
}
.focusBorder::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    /* background: #7f7f7f; */
    background: linear-gradient(131deg, #34ade4, #c01fe2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.input-field:focus+.focusBorder::after {
    width: 100% !important;
}
.inputTitle{
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 14px;
    margin-bottom: 0px;
}
.log-btn{
    width: 100%;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0.575rem 0.75rem;
}
/* dashboard page css  */
.cardWrapper{
    background: #fff;
    padding: 25px;
    margin-top: 20px;
    border-radius: 10px;
}
.dashboard-crad-col{
    text-align: center;
    border: 1px solid rgba(0,0,0,.125);
    padding: 20px 0px;
}
.full-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.filesdownload{
    display: flex;
    align-items: center;
}
.expense_row{
    display: none;
}
.card-img{
    width: 50px;
}
.dashboard-card-title{
    margin-top: 10px;
    font-weight: bold;
    font-size: 22px;
}
.color-red{
    color:red !important;
}
.dashboard-card-text{
    margin-bottom: 0px;
    color: #f07d61;
    font-weight: 600;
}
.fee_tag{
    border-radius: 8px;
    padding: 5px 10px;
}
.monthly{
    background: green;
    color: #fff;
}
.paper{
    background: #0460c2;
    color: #fff;
}
.registration{
    background: #ee6c4d;
    color: #fff;
}
/* Model css  */
.wdth {
    width: 100%;
    margin-top: 60px;
    background: white;
    padding: 10px 20px;
    height: auto;
    border-radius: 5px;
    margin: 38px auto;
    max-width: 652px;
    /* max-width: 850px; */
}
.closebnt {
    position: absolute;
    /* margin-top: -35px; */
    margin-left: 615px;
    margin-top: -28px;
    /* margin-left: 805px; */
    border: 0;
    border-radius: 50%;
    font-size: 21px;
    width: 30px;
    height: 30px;
    z-index: 99999;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 0px solid #ebebeb;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: 0;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.modal-body {
    text-align: left;
    margin: 10px 0;
}
.popup-tile {
    text-align: center;
}
.full_width {
    width: 100%;
}
.field_title {
    font-size: 12px !important;
    position: relative;
    margin-left: 10px !important;
    background: white;
    margin-top: 2px !important;
    display: unset !important;
}
.full_width input, 
.half_width input,
.full_width textarea,
.half_width textarea {
    width: 100%;
    margin: 10px 0px;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px !important;
    border-radius: 3px;
    font-size: 14px;
    margin-top: -10px;
    
}
.credit-customers,
.partner_id{
    display: none;
}
.full_width select{
    margin: 10px 0px;
    margin-top: -10px;
}
input, textarea, select {
    outline: none !important;
}
.com-button--large {
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 400;
}
.purchase_discount{
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.purchase_discount label{
    margin-bottom: 0px;
    margin-right:5px;
}
.purchase_discount input{
    width:130px;
}
.updateIcon{
    width: 40px;
    height: 37px;
    background: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}
.bill_footer .col-sm-12{
    padding-left: 0px !important;
}
.bill_footer{
    border-left:1px solid rgba(0,0,0,.125);  
}
.billtotal{
    padding:10px 0px;
    border-top:1px solid rgba(0,0,0,.125);
    border-bottom:1px solid rgba(0,0,0,.125);
    font-weight: 700;
}
.select2-container{
    width:200px !important;
}
.select2-selection{
    border: 1px solid rgb(204, 210, 216) !important;
    border-radius: 8px !important;
    height: 37px !important;
}
.select2-selection__rendered{
    height: 100% !important;
    line-height: 34px !important;
}
.bill_footer p,
.bill_footer .form-group{
    margin-bottom: 8px;
}
.com-button {
    outline: none;
    /* display: inline-flex; */
    color: #fff;
    background-color: #6259ca!important;
    border: none;
    border-radius: 5px;
    padding: 11px 15px;
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
}
.msgWrapper{
    position: relative;
}
.msg-alert{
    position: absolute;
    right: 30px;
    z-index: 999;
}
.productForm, .categoryWrap {
    background: #fff;
    padding: 30px 30px;
    border-radius: 12px;
}
.categoryWrap .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.categoryWrap .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.categoryWrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.categoryWrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.categoryWrap .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.categoryWrap .container input:checked~.checkmark {
    background-color: #11D06B;
}
.categoryWrap .container input:checked~.checkmark:after {
    display: block;
}

.profile{
    width: 150px;
    height: 150px;
    border: 1px solid #ecf3fa;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.profile img{
    width:100%;
    border-radius: 100px;
    width: 100%;
    border-radius: 100px;
    height: 100%;
    object-fit: cover;
}
#results img{
    width:300px;
    height: 230px;
    object-fit: cover;
}
.studentBio{
    margin-top:20px;
    border-radius:10px;
}
.salesSearch-wrapper{
    margin-top: 20px;
}
.salesSearch-wrapper #search,
#search_invoice{
    border-radius: 0px !important;
    padding: 10px 80px 10px 40px !important;
    border: 0;
    background: #fff;
    display: block;
    width: 100%;
    font-size: 18px !important;
    border-radius: 3px !important;
    height: 70px !important;
    color: #555;
}
#search:focus,
#search:hover,
#search_invoice:focus,
#search_invoice:hover{
    box-shadow: none !important;
    outline: 0 !important;
}
.search_invoice_btn{
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 999;
    opacity: 0;
}
.basicSearch{
    position: relative;
    /* box-shadow: 0 8px 20px 0 rgba(0,0,0,.15); */
    border-bottom: 3px solid #f07d61;
}
.desc {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}
.icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 100%;
}
.icon-wrap svg {
    width: 34px;
    height: 34px;
    fill: #ccc;
}
/* .displayFlex{
    display: flex!important;
    align-items: center;
    margin-bottom: 0px;
} */
.searchLabel{
    width:100px;
    margin-bottom: 0px;
    font-weight: 600;
}
.salesTable table{
    border-collapse: collapse;
    width: 100%;
}
.salesTable table th,
.salesTable table td{
    font-weight: 500;
    padding: 12px 15px;
}
.salesTable table tr{
    border-bottom: 1px solid #d3ced2;
}
.salesItem{
    display: none;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #d3ced2;
    border-top: 3px solid #f07d61;
    margin-top: 40px;
}
#display{
    display: none;
    transition: .5s;
}
#display ul{
    margin: 0px;
    text-decoration: none;
    list-style: none;
    width: 100%;
    background: #fff;
    padding: 40px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
}
#display ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #d3ced2;
    cursor: pointer;
}
#display ul li:hover{
    background-color: #f8f8f8;
}
.salefooter{
    font-size: 18px;
    font-weight: bold !important;
    text-align: right;
    padding: 10px 15px;
}
.headerwithicon{
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
#cartTable{
    display:none;
}
.svg-inline--fa.fa-w-12 {
    width: 0.75em;
}
.btn-danger a{
    color:#fff;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.saleTable .table th{
    border-top: transparent !important;
}
/* .profileName{
    display: flex;
    align-items: center;
    height: 100%;
} */
.trnsTabs .nav-tabs .nav-link{
    background: transparent;
}
.nav-tabs .nav-link:focus{
    outline: none !important;
}
.color-green{
    color: green;
}
.reportHeader{
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-btn-wrapper{
    display: flex;
    width: 65%;
    margin: 0 auto;
}
#log_display{
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.staff-image{
    width: 200px;
    border-radius: 5px;   
     padding-bottom: 15px;
}
.newRow .dashboard-card-title{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.newRow{
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
}
#adminRow{
    display:none;
}
.exportPdf .dsiplay-flex{
    width:100%;
    display:flex !important;
    align-items: baseline;
}
.border-bottom-black{
    border-bottom:1px solid #000;
}
.pdfTableRow{
    align-items: start;
    display: flex;
}
.pdfTableRow td{
    margin-left:10px;
}
.radio-margin{
    margin: 0px 33px;
}
.profileName a:hover{
    color:#fff;
}
.twoBtnRow{
    display: flex;
    justify-content: end;
    padding-right:0px !important;
}
.receipt_wrapper{
    border: 1px solid #e7e8ea;
}
.receipt-container{
    background: white;
    padding: 10px 15px;
}
.receiptLogo{
    text-align: center;
}
.receiptLogo img{
    width: 100px;
}
.receipt-header{
    font-size:12px;
}
.button-row{
    width:30%; 
    margin:0 auto;
}
.button-row button{
    width:50% !important;
}
.pdfTitle{
    font-size: 20px;
}
.billHeader{
    background: #f3f3f3;
    padding: 10px 10px;
    border-radius: 5px;
}
#billDetail p{
    margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .sidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: calc(100vh - 3.5rem);
    margin-top: 4.2rem;
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #e9e9e9;
    padding: 20px 0px;
  }

  .navbar-expand-lg .sidenav {
    flex-direction: column;
  }

  .content-wrapper {
    margin-left: 230px;
  }

  .footer {
    width: calc(100% - 230px);
    margin-left: 230px;
  }

}
@media (max-width: 768px) {
.responsiveTable{
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 480px) {
    .responsiveTable{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .content-wrapper {
        padding: 0px;
    }
    .addProductBtn {
        text-align: left;
    }
    div.dataTables_wrapper div.dataTables_length, 
    div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info, 
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: left !important;
        margin: 20px 0px !important;
    }
    .formWrapper{
        width:100%;
    }
    .sidenav .nav-link:hover,
    .sidenav .active .nav-link{
        padding: 0.5rem 1rem;
    }
    .nav-item ul.nav-second-level {
        list-style: none;
    }
}
