* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
:root {
  --primary: rgba(2,0,36,1);
  --secondery:rgba(9,9,121,1);
  --color1: rgba(0,212,255,1);
  --color2: #008cab;
  --input-color:  #dcdce5
}
.theme-color {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, var(--color2) 20%, var(--color1) 100%);
}
.secondery {
     background-color: var(--secondery) !important;
}
.bg-in {
    background: var(--input-color);
}
.main-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-area {
    border-radius: 10px;
    background: #A697AE;
    padding: 20px;
    width: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 2px 1px #fff;
}
.signup-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,.3), transparent); ;
    transform: skewX(-18deg) translateX(0);
    transition: all 0.4s;
    z-index: 1;
}
.signup-area:hover::after {
    transform: skewX(-18deg) translateX(300px);
}
.avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 10px auto;
}
.myform input[type="text"],
.myform input[type="password"] {
    height: 38px;
    z-index: 2;
}
.input-group-text {
    width: 45px;
}
.form-addon label {
    font-size: 13px;
    color: #fff;
}
.forgot-pass a {
    font-size: 13px;
    color: #fff;
    font-style: italic;
}

/*advance filter*/
.card-header::after {
    content: inherit !important;
}
.sorting-menu {
    width: 200px;
}
.dropdown-item {
    cursor: pointer;
}

.main-sidebar .brand-text, 
.main-sidebar .logo-xl, 
.main-sidebar .logo-xs, 
.sidebar .nav-link p, 
.sidebar .user-panel .info {
    color: #fff;
}
.nav-pills .nav-link {
    color: #ffffff;
}
.nav-pills .nav-link:not(.active):hover {
    color: #ffffff;
}
.layout-fixed .brand-link {
    display: flex;
    align-items: center;
}
span.brand-text {
    font-size: 2rem;
}

.menu-open > a,
.menu-open > a.active {
    background: #555 !important;
}
.menu-open > ul {
    background: #666 !important;
}

.sidebar {
    padding: 0 !important;
}
.nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0 !important;
}
.nav-link.active {
   background: #383838 !important; 
}



/*pos*/
h1,h2,h3,h4,h5,p {
    margin: 0;
}
.product-body {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 0.25rem;
}
.suggestion {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 90%;
    box-shadow: 0 0 5px #878787;
    z-index: 9;
    border-radius: 5px;
    max-height: 490px;
    overflow-y: scroll;
}
.suggestion::-webkit-scrollbar {
    width: 7px;
}
.suggestion::-webkit-scrollbar-track {
    background-color: transparentize(#ccc, 0.7);
}
.suggestion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: transparentize(#ccc, 0.5);
    box-shadow: inset 0 0 6px #017cff;
}
.suggestion-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    cursor: pointer;
}
.suggestion-item:last-child {
    border-bottom: 0;
}
.suggestion-item .title {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.suggestion-item .title .price {
    color: #dc3545;
    font-size: 13px;
    margin-left: 5px;
}
.suggestion-item .category {
    font-size: 14px;
}
.suggestion-item .category span {
    color: #dc3545;
    margin: 0 5px;
}
.pos_table thead {
    background: #e5ffff;
    font-size: 13px;
}

.totalitem h4 {
    padding: 7px 0;
    color: #7367f0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
}
.totalitem a {
    font-size: 14px;
    color: #ea5455;
    font-weight: 700;
}
.product-table p {
    margin: 0;
    font-size: 13px;
    color: #444;
}
.product-name span {
    font-size: 13px;
}

.action a {
    font-size: 12px;
    color: #dc3545;
}
.group_list_item {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    padding: 5px 0;
}
.group_list_item a.editable {
    font-style: italic;
    color: #DD1144;
    border-bottom: dashed 1px #0088cc;
}
.amount-block {
    height: 70px;
    border-top: 1px dashed #D0D3D8;
    border-bottom: 1px dashed #D0D3D8;
}
.amount-block .total {
    padding: 10px;
    padding-top: 5px;
    display: inline-block;
    width: 48%;
    height: 68px;
}
.amount-block .total:nth-child(1) {
    border-right: 1px dashed #D0D3D8;
}
.amount-block .total .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.amount-block .total .amount {
    text-align: center;
    color: #6FD64B;
    font-size: 22px;
    font-weight: 400;
}
.amount-block .total.amount-due .amount {
    color: #ff9e28;
}
.add-payment {
    padding-top: 5px;
}
.add-payment .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}
.add-payment .btn-pay {
    height: 35px;
    background-color: #F9FBFC;
    border: 1px solid #D7DCE5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 22px;
}

.pos_table .new_cust label {
    font-weight: normal !important;
}
.pos_table .button-minus, 
.pos_table .button-plus {
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    color: #9b9b9b;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
}
.pos_table .quantity-field input {
    outline: none;
    border: none;
    width: 70px;
    text-align: center;
    background: #fff;
}
.pos_table .increment-decrement .input-groups input[type=button] {
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #b9b9c3;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin-top: 0;
    line-height: 0;
    padding: 0;
    color: #b9b9c3;
}
.pos_table .increment-decrement .quantity-field {
    width: 30px;
    text-align: center;
    background-color: transparent;
    border: 0;
    outline: none;
}
.pos_table .increment-decrement .input-groups input[type=button] {
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #b9b9c3;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin-top: 0;
    line-height: 0;
    padding: 0;
    color: #b9b9c3;
}
.pos_table input::-webkit-outer-spin-button,
.pos_table input::-webkit-inner-spin-button,
.group_list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list-value {
    flex-basis: 85px;
    text-align: right;
}
.pos_table  input,
.group_list input[type="number"] {
    width: 70px;
    text-align: right;
    border: none;
    border-bottom: dashed 1px #0088cc;
    outline: none;
}
.group_list input[type="number"] {
    color: #DD1144;
    font-style: italic;
}
.group_list input[type="text"] {
    width: 55px;
    text-align: right;
    border: none;
    outline: none;
    font-style: italic;
    color: #DD1144;
    border-bottom: dashed 1px #0088cc;
}
.payment_s input[type="radio"]:checked+label { 
    background: #0088cc;
    color: #fff;
}
.payment input[type="radio"]:checked+label { 
    background: #0088cc;
    color: #fff;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.product_shalf{
    width: 40px;
    text-align: center;
    border: none;
    border-bottom: dashed 1px #0088cc;
    outline: none;
}
/*preloader*/
.pre-dual-ring {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.pre-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: pre-dual-ring 1.2s linear infinite;
}
@keyframes pre-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fil_grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 10px;
}
.fil_grid .form-group {
    margin-right: 0!important;
}

@media only screen and (max-width: 1200px) {
    .fil_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .fil_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 575px) {
    .fil_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.maping strong {
    font-weight: bolder;
    border-bottom: 1px dashed #17a2b8;
    margin-bottom: 12px;
    display: block;
    padding-bottom: 5px;
}
ul.acc_maping {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.acc_maping li a {
    color: #17a2b8;
    display: flex;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    justify-content: space-between;
}
ul.acc_maping li a:hover {
    color: #00cff9;
}
ul.acc_maping li .acn {
    display: none;
}
ul.acc_maping li:hover .acn {
    display: block;
}
.filtering-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    overflow: hidden;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .filtering-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
 .tbr {
                border: 1px solid #000;
              }
              .tbt {
                border-top: 1px solid #000;
              }
              .tbtn {
                border-top: none;
              }
              .tbbn {
                border-bottom: none;
              }


.report-head td {
  text-align: center;  
}
table.report-note {
    width: 100%;
    border-collapse: collapse;
}
table.report-note th {
    border: 1px solid #000;
}
.report-note tbody tr td:first-child {
  text-align: center; 
  font-weight: bold;
}
.report-note td.bt {
    border-top: 1px solid #000;
}
.report-note td.bl {
    border-left: 1px solid #000;
}
.report-note td.bb {
    border-bottom: 1px solid #000;
}
.report-note td.br {
    border-right: 1px solid #000;
}
.report-note td.bbd {
    border-bottom: 1px double; #000 !important;;
}
.report-note .pt-20 {
  display: block;
  padding-top: 20px;
}
.report-note .pb-20 {
  display: block;
  padding-bottom: 20px;
}  


