* {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
}

body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
}

/* width */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
  border-radius: 10px;
}

img,
a {
  text-decoration: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

/* Empty Record p Tag */

#no-record-found-p {
  text-align: center;
}

.main-row {
  justify-content: center;
}

/* Logout Style */

.logout-link {
  position: absolute;
  bottom: 20px;
}

/* Custome Dropdown Style */

.custome-dropdown-div {
  align-self: center;
}

.custome-dropdown-div div {
  display: flex;
  margin-top: 5px;
}

.custome-dropdown-div span {
  color: grey;
  position: absolute;
  top: 0;
  transition: 0.1s linear;
}

.custome-dropdown-div select {
  -webkit-appearance: menulist;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  width: 100%;
}

.custome-dropdown-div select:valid ~ span,
.custome-dropdown-div select:focus ~ span {
  transform: translateX(4px) translateY(-32px);
  font-size: 11px;
}

/* Custome CheckBox*/

.custome-checkbox {
  align-self: center;
}

.custome-checkbox input {
  height: 20px;
  width: 20px;
}

tr:hover {
  background-color: rgba(128, 0, 128, 0.1);
}

.ul-navigation-scrool {
  height: 75vh;
  overflow: auto;
}

.err_message {
  align-self: center;
  color: red;
  text-align: right;
}

.pagination-div p {
  padding: 0;
  margin: 0;
}

.pagination-div a {
  font-size: 42px;
  margin: 0px 20px;
}

.pagination-div {
  margin-top: 10px;
  justify-content: center;
  display: flex;
  align-self: center;
}

.add_remove_product_bill img {
  width: 15px;
}

.add_remove_product_bill button:nth-child(2) {
  color: red;
}

.add_remove_product_bill button:nth-child(1):hover {
  transform: scale(1.2);
  background: linear-gradient(60deg, #47bc4d, #3aaa24);
}

.add_remove_product_bill button:nth-child(2):hover {
  transform: scale(1.2);
  background: linear-gradient(60deg, #bc4747, #aa2424);
}

.add_remove_product_bill button {
  transition: 0.4s;
  padding: 5px 8px;
  background-color: whitesmoke;
}

.canceled-bill {
  transition: 0.2s;
  background-color: rgba(255, 0, 0, 0.3);
}

.linked-bill {
  transition: 0.2s;
  background-color: rgba(255, 251, 0, 0.3);
}

#demo_txt {
  background-color: rgba(0, 0, 0, 0.85);
  height: 72px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

#demo_txt h2 {
  color: red;
  font-family: "Times New Roman", Times, serif;
}

.side-link {
  font-size: 22px !important;
}

label {
  font-size: 17px !important;
}

.buyers-tbody tr td:nth-child(2) {
  max-width: 170px !important;
}

.buyers-tbody tr td:nth-child(7) {
  max-width: 150px !important;
}

.buyers-tbody tr td:nth-child(6) {
  max-width: 100px !important;
}

.buyers-tbody tr td:nth-child(9) {
  max-width: 70px !important;
}

.buyers-tbody tr td:nth-child(4) {
  min-width: 100px !important;
}

.buyers-tbody tr td:nth-child(5) {
  max-width: 200px !important;
}

.tbody-customer-full-billdetail tr td:nth-child(3) {
  max-width: 200px !important;
}


.hamburger {
  display: none;
}

@media (max-width: 985px) {
  .custome-checkbox{
    right: -200px!important;
  }
  .hamburger {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px; /* Adjust this value to move the icon horizontally */
    cursor: pointer;
    z-index: 999;
    font-size: 30px; /* Adjust the font size as needed */
  }
  .add-links{
    display: flex!important;
  }
  /* .sidebar{
    width: 80%;
  } */

  .sidebar-wrapper{
    width: 320px!important;
  }
}

@media (max-width: 768px) {
  .add-links{
    display: none!important;
  }

}

.show-sidebar {
  transform: translate3d(0, 0, 0)!important; /* Visible */
}

.navigation-dropdown-menu{
  display: none;
  flex-direction: column;
  text-align: center;
  transition: 1s all;
  border: solid 1px black;
  margin: 0px 20px;
}

.navigation-dropdown-menu a{
  font-size: 18px;
  margin: 12px;
}
.modal-backdrop{
  z-index: 0!important;
}
.make-it-float{
  position: absolute !important;
  font-size: .6875rem !important;
  top: -1rem !important;
}
