input[type=file]::file-selector-button {
  border: 2px solid #820273;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #820273;
  transition: 1s;
  color:white;
}

input[type=file]::file-selector-button:hover {
  background-color: white;
  border: 2px solid #820273;
  color: #820273;
}


.graph11 {
  margin-right: 20px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 40px;
  height: 500px;
  background-color: white;
}
hr.solid {
  border-top: 1px solid #bbb;
  margin-top:40px;

 
}
.pap{
  margin-top:100px;
}
#cont-m{
  border:1px solid rgba(0, 0, 0,0.3);
   margin-right:150px;
    margin-left:150px; 
    border-radius:10px;
     padding:40px 10px 40px 10px;
}
#mmm
{
  padding: 50px;
}
.table-bordered1
  {

    padding:0px;
    border-top: solid black 2px;
  }
  .table-bordered1 tbody tr td {
   
    vertical-align: middle;
    font-size: 15px;
    background-color: white;
    
    border: solid black 1px;
    text-align: center;
    width:30px;
  }
  .table-bordered1 thead tr th {
    height: 60px;
    vertical-align: middle;
    background-color: #f4f5fa;
    border: solid black 1px;
    font-size: 10px;
    font-weight: 300;
   
  }
  .table-bordered1 tr
  {
    border: solid black 1px;
  }
  
#trtr {
  font-size: 10px;
}
.header {
  background-color: #820273;
  padding-right: 100px;
  font-family: helvetica, arial, sans-serif;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
}
.header .logo {
  padding: 23px 0 0 90px;
}
.header .logo a img {
  width: 50px;
  height: 50px;
}
.header .menu ul {
  margin: 0;
  padding: 0;
}
.header .menu ul li {
  display: inline-block;
  list-style: none;
}
.header .menu ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 36px 20px;
}
.header .menu ul li ul.submenu {
  background-color: #820274;
  display: none;
  position: absolute;
  width: 150px;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.header .menu ul li ul.submenu li {
  display: block;
  width: 100%;
}
.header .menu ul li ul.submenu li a {
  color: white;
  line-height: 25px;
  padding: 10px 27px;
}
.header .menu ul li ul.submenu li a:hover {
  color: #820274;
  background-color: white;
}
.header .menu ul li:hover {
  color: black;
  background: #820274;
}
.header .menu ul li:hover ul.submenu {
  display: block;
  width: 180px;
}
.header .menu ul li i.icon-arrow {
  display: none;
}

/*for bills*/
.billhead {
  font-family: sans-serif;
  color: black;
  font-size: 17px;
}
.billtit {
  color: black;
  margin-bottom: 50px;
  font-family: sans-serif;
  font-size: 30px;
}
.tabfon {
  color: black;
  font-family: sans-serif;
  font-size: 15px;
  overflow-x: auto;
}
.billtot {
  font-weight: bold;
 
  font-size: 17px;
  color: black;
  padding-left:25px;
}
@media screen and (max-width: 1200px) {
  #cont-m{
    border:1px solid rgba(0, 0, 0,0.3);
     margin-right:0px;
      margin-left:0px; 
      border-radius:10px;
       padding:40px 10px 40px 10px;
  }
  #tab {
    width: 1000px;
    color: black;
    background-color: white;
    border-radius: 20px;
  }

  .graph1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 100px;
    height: 500px;
    background-color: white;
  }

  .graph11 {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 20px;
    height: 400px;
    background-color: white;
    overflow-x: auto;
  }

  #trtr {
    font-size: 05px;
  }

  .graph1 {
    width: 400px;
    margin-top: 20px;
    padding: 20px;
    height: 500px;
    background-color: white;
  }

  .header .logo {
    padding: 22px 0 0px 10px;
  }
  .header .menu ul li a {
    color: white;
  }

  .header nav.menu ul {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: -1000px;
    z-index: 1;
    background-color: #820274;

    -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .header nav.menu.active {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
  }
  .header nav.menu.active ul {
    margin-left: 0;

    -moz-transition: margin-left 0.25s;
    -o-transition: margin-left 0.25s;
    -webkit-transition: margin-left 0.25s;
    transition: margin-left 0.25s;
    width: 75vw;
    overflow-y: scroll;
  }
  .header nav.menu.active ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header nav.menu.active ul li:hover .submenu {
    display: none;
  }
  .header nav.menu.active ul li a {
    width: 100%;
  }
  .header nav.menu.active ul li a:hover {
    background: white;
    color: #820274;
  }

  .header nav.menu.active ul li .flexbox-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header nav.menu.active ul li .flexbox-container a {
    border-right: 0px solid rgba(255, 255, 255, 0.2);
  }
  .header nav.menu.active ul li .flexbox-container i.icon-arrow {
    display: inline-block;
    height: 76px;
    width: 76px;
    padding: 30px 29px;
    text-align: center;
    cursor: pointer;
  }
  .header nav.menu.active ul li .flexbox-container i.icon-arrow {
    color: #820274;
  }

  .header nav.menu.active ul li .flexbox-container i.icon-arrow svg {
    height: 18px;
    width: 15px;
  }

  .header nav.menu.active ul li .submenu {
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
  }
  .header nav.menu.active ul li.showSubmenu .submenu {
    max-height: 1000px;
    width: 100%;
    position: relative;
    display: block;
    overflow: inherit;
    background-color: white;
  }
  .header nav.menu.active ul li.showSubmenu .submenu .subOption {
    border-top: 0px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
  }
  .header nav.menu.active ul li.showSubmenu .submenu .subOption a {
    padding: 15px 40px;
    color: #820274;
  }
  .header nav.menu.active ul li.showSubmenu .submenu .subOption a:hover {
    background: #820274;
    color: white;
  }
  .header nav.menu.active ul li.showSubmenu i.icon-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header nav.menu .hamburger {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 10px;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
  }
  .header nav.menu .hamburger span,
  .header nav.menu .hamburger span:before,
  .header nav.menu .hamburger span:after {
    left: 0;
    border-radius: 2px;
    height: 6px;
    width: 40px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header nav.menu .hamburger span:before {
    top: -14px;
  }
  .header nav.menu .hamburger span:after {
    bottom: -14px;
  }
  .header nav.menu .hamburger.active span {
    background-color: transparent;
  }
  .header nav.menu .hamburger.active span:before,
  .header nav.menu .hamburger.active.active span:after {
    top: 0;
  }
  .header nav.menu .hamburger.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header nav.menu .hamburger.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.dimmer.active {
  display: block;
}

.no-scrolling {
  overflow: hidden;
  position: fixed;
}

body {
  background: rgba(0, 0, 0, 0.75);
}

* {
  box-sizing: border-box;
}

/*Container css*/
.title-a {
  margin-right: 2%;
  margin-left: 2%;

  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 50px;

  border: 1px solid #9b959550;
}
.title-a1 {
  border-radius: 20px;
  margin: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 50px;

  border: 1px solid #9b959550;
}
.textbox1 {
  border-radius: 6px;
  border: solid 1px rgba(0, 0, 0, 0.137);
  width: 100%;
  font-size: 15px;
  height: 45px;
  margin: auto;
  padding-left: 20px;
  font-family: sans-serif;
}

#but {
  border-radius: 5px;
  font-size: 17px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: sans-serif;
  background-color: #820273;
  border: none;
}
#but2 {
  border-radius: 5px;
  font-size: 17px;
  width:150px;
  font-family: sans-serif;
  background-color: #820273;
  border: none;
  color:white;
}
 #but3 {
  border-radius: 5px;  color:white;  background-color:orange; margin-left:10px; font-size:17px; font-family:sans-serif;
  }
  #but5 {
    border-radius: 5px;  color:white;  background-color:#820273; margin-left:10px; font-size:17px; font-family:sans-serif;
    }
#but4 {
  border-radius: 5px;
  font-size: 17px;
  width:150px;
  font-family: sans-serif;
  background-color: white;
  border: 2px solid #820273;
  color:#820273;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 25px;

}
.sp{
  float:right; margin-right:50px; width:150px;
}
.lab {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  font-family: sans-serif;
  color: black;
}
.tit {
  font-size: 30px;
  color: #820273;
}

.h12 {
  background-color: rgba(24, 63, 63, 0.8);
  font-family: sans-serif;
  padding: 10px;
  color: white;
  margin-right: 30%;
  margin-left: 30%;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.sel {
  border-radius: 6px;
  margin: auto;
  width: 100%;

  -webkit-appearance: none;
  -moz-appearance: none;
  height: 45px;
  padding-left: 20px;
  font-size: 15px;
  font-family: sans-serif;
  border: solid 1px rgba(128, 128, 128, 0.308);
}
.sel11 {
  border-radius: 6px;
  margin: auto;
  width: 100%;

  -webkit-appearance: none;
  -moz-appearance: none;
  height: 45px;
  padding-left: 20px;
  font-size: 15px;
  font-family: sans-serif;
  border: solid 1px rgba(128, 128, 128, 0.308);
}

/* The image hklfgnkhfkljgfkljdgjklgjklfjklsfjklfsdasdjklasdjiljdaskjdasfhjasdfhsdfhasdfhlasdfhafhkldfhsdfhdfhjdfjhfhkjfhjkfhjksdhjkksdhfjksdshfjkhfjkfjdfhdjkkhfjkdhfkjhfjkldfhjklasdfhjklasffhfjkdhfjksfhfsdkjfhkjfhkjsfhjkdfhsdjkhfjkfkafhused */
/* .bgimage1 {
  background-image: url("img/s.s/purchase_report.png");
  filter: blur(50px);
  position: absolute;
  -webkit-filter: blur(10px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
} */

/* Position text in the middle of the page/image */
.bg-text1 {
  background-color: rgb(255, 255, 255); /* Fallback color */
  background-color: rgba(255, 255, 255, 1); /* Black w/opacity/see-through */
  color: black;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 50%;
  padding: 50px;
  text-align: center;
}
/* The image hklfgnkhfkljgfkljdgjklgjklfjklsfjklfsdasdjklasdjiljdaskjdasfhjasdfhsdfhasdfhlasdfhafhkldfhsdfhdfhjdfjhfhkjfhjkfhjksdhjkksdhfjksdshfjkhfjkfjdfhdjkkhfjkdhfkjhfjkldfhjklasdfhjklasffhfjkdhfjksfhfsdkjfhkjfhkjsfhjkdfhsdjkhfjkfkafhused */

@media screen and (max-width: 1250px) {
  .pap{
    margin-top:0px;
  }
  #mm1
  {
    display: none;
  }
  #cont-m{
    width: 100%;
    border:1px solid rgba(0, 0, 0,0.3);
     margin-right:0px;
      margin-left:0px; 
      border-radius:10px;
       padding:40px 10px 40px 10px;
  }
  #but2 {
    border-radius: 5px;
    font-size: 18px;
    width:75%;
    font-family: sans-serif;
    background-color: #820273;
    border: none;
  
    
    color:white;
  }
  .sp{
      width:70%; margin-right: 0px;
  }
  #but4 {
    border-radius: 5px;
    font-size: 17px;
    width:100%;
    font-family: sans-serif;
    background-color: white;
    border: 2px solid #820273;
    color: #820273;
  }
  #but3 {
    border-radius: 5px; width:75%; margin-left: 0px; margin-top:10px; color:white; float: unset;  background-color:orange;  font-size:17px; font-family:sans-serif;
    }
    #but5 {
      border-radius: 5px; width:75%; margin-left: 0px; margin-top:10px; color:white; float: unset;  background-color:#820273;  font-size:17px; font-family:sans-serif;
      }
  .table tbody td {
    height:auto;
    vertical-align: middle;
    font-size: 5px;
    background-color: white;
    border: none;
    border-top: solid rgba(155, 149, 149, 0.315) 1px;
    text-align: center;
    width:400px;
  }
  .table.table-bordered.table-striped {
    height: 60px;
    vertical-align: middle;
    background-color: #f4f5fa;
    border: none;
    font-size: 5px;
    font-weight: 400;
    border-top: none;
  }
  .bg-text1 {
    width: 80%;
  }
  #tab {
    color: black;
    background-color: white;
    border-radius: 20px;
  }

  #trtr {
    font-size: 2px;
  }

  .title-a {
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 50px;
  }
  .title-a1 {
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 50px;
  }
  .textbox1 {
    border-radius: 6px;
    border: solid 1px rgba(128, 128, 128, 0.308);
    width: 100%;
    font-size: 18px;
    height: 50px;
    margin: auto;
    padding-left: 20px;
    font-family: sans-serif;
  }
  /* .bill11 {
    background-color: white;
    margin-top: 80px;
    margin-right: 80px;
    margin-left: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  } */
  #but {
    border-radius: 10px;
    font-size: 20px;
  
    font-family: sans-serif;
  }
  .lab {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    font-family: sans-serif;
  }
  .tit {
    font-size: 30px;
    color: #820273;
  }
  .h12 {
    background-color: rgba(24, 63, 63, 0.8);
    font-family: sans-serif;
    padding: 10px;
    color: white;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 30px;
  }

  .sel {
    border-radius: 6px;
    margin: auto;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    font-family: sans-serif;
    border: solid 1px rgba(128, 128, 128, 0.308);
  }
  .sel11 {
    border-radius: 6px;
    margin: auto;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    font-family: sans-serif;
    border: solid 1px rgba(128, 128, 128, 0.308);
  }

  /*for bills*/
  .billhead {
    font-family: sans-serif;
    color: black;
    font-size: 10px;
  }
  
  .billtit {
    color: black;
    margin-bottom: 50px;
    font-family: sans-serif;
    font-size: 12px;
  }
  .tabfon {
    color: black;
    font-family: sans-serif;
    font-size: 5px;
    overflow-x: auto;
  }

  .billtot {
    font-weight: bold;
    padding-right: 30px;
    font-size: 17px;
    color: black;
  }
  
}
@media screen and (max-width: 400px) {
 
  .bg-text1 {
    width: 100%;
  }
  #copy {
    position: none;
    top: 40px;
    left: 60px;
  }
  #tab {
    width: 1000px;
    color: black;
    background-color: white;
    border-radius: 20px;
  }

  .graph1 {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
    padding: 20px;
    height: 500px;
    background-color: white;
    overflow-x: auto;
  }

  .graph11 {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 20px;
    height: 400px;
    background-color: white;
    overflow-x: auto;
  }

  .textbox1 {
    border-radius: 6px;
    border: solid 1px rgba(128, 128, 128, 0.308);
    width: 100%;
    font-size: 18px;
    height: 50px;
    margin: auto;
    padding-left: 20px;
    font-family: sans-serif;
  }
  #but {
    border-radius: 10px;
    font-size: 20px;
   
    font-family: sans-serif;
  }
  .lab {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    font-family: sans-serif;
  }
  .tit {
    font-size: 25px;
    color: #820273;
  }
  .sel {
    border-radius: 6px;
    margin: auto;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    font-family: sans-serif;
    border: solid 1px rgba(128, 128, 128, 0.308);
  }
  .sel11 {
    border-radius: 6px;
    margin: auto;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    font-family: sans-serif;
    border: solid 1px rgba(128, 128, 128, 0.308);
  }
  /*for bills*/
  .billhead {
    font-family: sans-serif;
    color: black;
    font-size: 4px;
  }
  .billtit {
    color: black;
    margin-bottom: 50px;
    font-family: sans-serif;
    font-size: 5px;
  }

  .tabfon {
    color: black;
    font-family: sans-serif;
    font-size: 4px;
    overflow-x: auto;
  }

  .billtot {
    font-weight: bold;
    margin-right: 10px;
    font-size: 10px;
    color: black;
  }

  #trtr {
    font-size: 3px;
  }
}

/*css for Bills*/
#tab {
  color: black;
  background-color: white;
  border-radius: 20px;
}


#columnchart_material {
  width: 80%;
  height: 500px;

  /* border: solid gray 1px;
  border-radius: 10px; */
}
#columnchart_material11 {
  width: 100%;
  height: 500px;

  /* margin-top: 100px; */
  /* border: solid gray 1px;
  border-radius: 10px;
  padding: 20px; */
}

.card-body {
  border-radius: 100px;
}
.table
  {
    white-space:nowrap;width:100%;
  }
.table tbody td {
  height:auto;
  vertical-align: middle;
  font-size: 13px;
  background-color: white;
  border: none;
  border-top: solid rgba(155, 149, 149, 0.315) 1px;
  text-align: center;
}
.table thead tr th {
  height: 40px;
  vertical-align: middle;
  background-color: #f4f5fa;
  border: none;
  font-size: 15px;
  font-weight: 400;
  border-top: none;
}

.table.table-bordered.table-striped {
  border-collapse: separate;
  border: solid #9b959550 1px;

  border-spacing: 0px;
  border-radius: 15px;
}

th:first-of-type {
  border-top-left-radius: 15px;
}
th:last-of-type {
  border-top-right-radius: 15px;
}
tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 15px;
}
tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 15px;
}
td:last-of-type {
  border: none;
}
#copy {
  position: absolute;
  right: 50px;
}

@media screen and (max-width: 800px) {

  .table
  {
    white-space:nowrap;width:100%;
  }
  .table tbody td {
    height:auto;
    vertical-align: middle;
    font-size: 10px;
    background-color: white;
    border: none;
    border-top: solid rgba(155, 149, 149, 0.315) 1px;
    text-align: center;
    
  }
  .table thead tr th {
    height: 60px;
   
    vertical-align: middle;
    background-color: #f4f5fa;
    border: none;
   
    font-size: 10px;
    font-weight: 400;
    border-top: none;
  }
  

}
#billhead
  {
    height:340px;
  }
  #ima{
    width:100px;
    height: 100px;
  }
  #mm{
    padding: 5px 20px;
  }
@media print {
  #prin {
   page-break-inside:unset;
  }
  #mmm
{
  padding: 0px;
}
  #mm{
    padding: 3px 20px;
  }
  #billhead
  {
    height:270px;
  }
  .billtit
  {
    font-size:18px;
  }
  p{
    font-size: 15px;
  }
 
  .table 
  {
  
    overflow:hidden;
    margin: auto;
   width: auto;
   border: solid black 2px;
   
   
   
  }
  
  .table  tbody td {
   
    vertical-align: middle;
    font-size: 16px;
    background-color: white;
    
    border: solid black 1px;
    text-align: center;
    width:30px;
    break-inside: avoid;
  }
 
  .table thead tr th {
    height: 60px;
    vertical-align: middle;
    background-color: #f4f5fa;
    border: solid black 1px;
    font-size: 10px;
    font-weight: 400;
   
  }
  .table tr
  {
    border: solid black 1px;
  }
  
.sidebar{
  display:none;
}
  .header {
    display: none;
  }

  #print {
    display: none;
  }

  #print2 {
    font-size: 10px;
  }
  #but {
    display: none;
  }
  #but2 {
    display: none;
  }
  .bx.bx-menu {
    display: none;

  }
  .sidebar .logo-details 
  {
    display: none;
  }
  #ic 
  {
    display:none;
  }
  #ima{
    width:50px;
    height: 50px;
  }
  @page :header {
    display: none
}

.billtot {
  font-weight: bold;
  padding-left:30px;
  font-size: 20px;
  color: black;
  
}
body
{
  margin: 5mm 5mm 5mm 5mm;
}
/* table, figure {
  page-break-after: always;

} */
}
