html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 16px;
	/*font-family: 'Edu SA Beginner', cursive;*/
	font-family: 'Poppins', sans-serif;
    /*color: #282828;*/
	color:#000000b3;
	
}

#loginform {
    background-color: white;
    padding: 40px;
    margin: auto;
    border-radius: 5px;
    width: 60%;
    margin-top: 180px;
}

#loginbtn {
    background-color: #003471;
    color: white;
}

#dbdb_cnt {
    color: white;
    font-size: 26px;
    padding: 35px;
    box-shadow: 2px 2px 2px -2px black;
    border-radius: 5px;
}

#dbspan {
    font-size: 15px;
}

#maintop {
    background-color: #003471;
    padding: 10px;
    color: white;
}

#db_logo {
    width: 10%;
    border-radius: 100%;
    background-color: #00c0ef;
}

#pad {
	padding-bottom:20px;
	padding-top:20px;
}

#cmpname {
    float: right;
    font-weight: bold;
    position: relative;
    top: 15px;
    font-size: 26px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: none;
    border-top-right-radius: none;
    background-color: transparent;
	color:white;
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: inherit;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border: none;
}

.accordion-header {
    margin-bottom: 0;
    background-color: transparent;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
}

#accord_li li {
	color:white;
}

#accord_li li a {
	color:white;
	font-size:15px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

#pagename {
    font-family: inherit;
    font-weight: bold;
    font-size: 25px;
}

.comp_name_row {
    border-bottom: 2px solid #80808021;
    margin-bottom: 5px;
}

#formfield {
    height: 40px;
    border-radius: 0;
}

label {
    display: inline-block;
    font-size: 12px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	background-color: #f5f5f6;
	border-bottom-width: 1px;
	color: black;
}

#danger {
    position: absolute;
    right: 25px;
    background-color: #000000bf;
    border: 0;
    color: white;
    font-size: 16px;
    top: 20px;
	z-index:1;
}

#danger2 {
    position: absolute;
    right: 25px;
    border: 0;
    color: white;
    font-size: 16px;
    top: 20px;
}

#branchname {
    font-size: 18px;
    color: #dc3545;
}

#cart_form {
    border: 2px solid #8080800f;
    padding: 20px;
    border-radius: 5px;
}

#cartsmthng_cnt {
	border: 2px solid #8080800f;
    padding: 20px;
    border-radius: 5px;	
}

#tble {
	font-size:13px;
}

#sale_list li span {
    color: white;
    padding: 4px;
    border-radius: 5px;
}

#sale_list li {
	display:inline-block;
	padding-right:10px;
}

#sale_list  {
	list-style: none;
    white-space: nowrap;
    overflow: auto;
    width:100%; /* <  uncomment to check with fix width*/
	padding: 5px;
}

#brnchs_list li {
	display:inline-block;
	padding-right:10px;
	font-size: 15px;
}

#brnchs_list  {
	list-style: none;
    white-space: nowrap;
    overflow: auto;
    width:100%; /* <  uncomment to check with fix width*/
	padding: 5px;
}

#comp_setup_form {
    width: 60%;
    margin: auto;
    border: 2px solid #8080800f;
    padding: 20px;
    border-radius: 5px;
}

#exampleModalLabel {
    font-family: inherit;
}

#cart_form2 {
    border: 2px solid #8080800f;
    padding: 20px;
    border-radius: 5px;
    width: 60%;
    margin: auto;
}

#disp_none {
	display:none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border: none;
    color: white;
    font-family: "Poppins", sans-serif;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    background-color: transparent;
	color:white;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    color: white;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
}















/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #003471; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family:inherit;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




@media screen and (max-width: 990px) {
#dbdb_cnt {
    color: white;
    font-size: 21px;
    padding: 30px;
    box-shadow: 2px 2px 2px -2px black;
    border-radius: 5px;
}

#cmpname {
    float: right;
    font-weight: bold;
    position: relative;
    top: 5px;
    font-size: 20px;
}
}

@media screen and (max-width: 768px) {
#loginform {
    background-color: white;
    padding: 40px;
    margin: auto;
    border-radius: 5px;
    width: 100%;
    margin-top: 180px;
}	

#comp_setup_form {
    width: 100%;
    margin: auto;
    border: 2px solid #8080800f;
    padding: 20px;
    border-radius: 5px;
}

#pagename {
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
}

.col-xs-66 {
	width:100%;
	text-align:center;
}

#cmpname {
    float: none;
    font-weight: bold;
    position: relative;
    top: 5px;
    font-size: 20px;
}

#cart_form2 {
    border: 2px solid #8080800f;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}


}