.col-notify {
  display: none;
  background-color: transparent;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999 !important; /* Ensure it appears above other content */
  left: 0;
  margin: 0; /* Remove any default margin */
}

.col-notify-in {
  background-color: #001448;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  display: inline-block; /* Ensure the background color only wraps the text */
  border: 0px solid rgba(255,255,255,.8);
  min-width: 300px;
}

#notifyTxt {
  font-size: 16px;
  /* font-weight: bold; */
  margin: 0; /* Remove default margin from the paragraph */
}

.infoV {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 3px;
  margin: .5rem auto;
  background-color: #F0F0F0;
  color: #212529;
  border: 1px solid #ccc;
}

.infoV p {
  position: absolute;
  /* z-index: 9; */
  margin-bottom: 0;
  background-color: #F0F0F0;
  top: -7px;
  left: -1px;
  border-radius: 10px 10px 0 0;
  padding: .2rem .7rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table thead th {
  background-color: #dcdee0;
  color: #222;
  font-size: 100%;
}

.table-sale td {
  vertical-align: middle;
}

.table-sale td .input-group-append .btn {
  border-radius: 0 10px 10px 0;
}

.table-sale td .input-group-prepend .btn {
  border-radius: 10px 0 0 10px;
}

.table-sale td .btn:focus {
  outline: none !important;
  background-color: #525457;
  color: #fff;
}

/* .table-sale {
    overflow-y: auto;
  } */

.table-sale thead th {
  position: sticky;
  top: 0;
  /* background-color: #7d7f82; */
  /* color: #fff; */
  z-index: 9;
}

.top-right {
  top: 3%;
  right: 3%;
}

.outline-none,
.outline-none:focus {
  outline: none !important;
}

.resize-none {
  resize: none;
}

.w-search {
  width: 15%;
  padding: 0 5px !important;
  transition: .5s all;
}

@media (max-width: 1366px) {
  .w-search {
    width: 20%;
  }
}

@media (max-width: 1099px) {
  .w-search {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .w-search {
    width: 50%;
  }
}

@media (max-width: 456px) {
  .w-search {
    width: 100%;
    padding: 0 !important;
  }
}

.custom-radio .cus input[type="radio"] {
  display: none;
}

.btn:active,
.btn:focus,
.btn.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.az-header-menu .nav-item-m {
  margin: 0 5px 0 0 !important;
}

.az-header-menu .nav-link-m {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 10px !important;
  margin: 0 !important;
  border-radius: 10px;
}

.az-header-menu .nav-link-m span {
  margin-right: 3px;
  font-size: 100%;
}

@media (max-width: 1200px) {
  .az-header-menu .nav-item-m {
    margin: 0 0 .5rem 0 !important;
  }
}

.main-menu:hover,
nav.main-menu.expanded {
  width: 200px;
  overflow: hidden;
  transition: .5s;
  padding-left: 1rem;
  padding-right: .5rem;
}

.main-menu-in {
  background: rgba(59, 72, 99, 0);
  /* backdrop-filter: blur(4px); */
  height: 99%;
  padding: 10px;
  border-radius: 10px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.main-menu {
  background: rgba(59, 72, 99, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  left: 0;
  width: 1px;
  padding-top: 80px;
  overflow: hidden;
  padding-left: .5rem;
  -webkit-transition: width .5s linear;
  transition: width .5s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
  transition: .5s;
}

.main-menu-in .btns {
  display: block !important;
  height: 80px !important;
  width: 80px !important;
  background-size: 40px;
  background-position: 20px 10px;
  background-repeat: no-repeat;
  background-color: #3b4863;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.main-menu-in .btns span {
  color: #fff;
  display: block;
  margin-top: 50px;
  text-align: center;
}

.main-menu-in .btn-sale {
  background-image: url(../img/newinv.png);
}

.main-menu-in .btn-expense {
  background-image: url(../img/expense.png);
}

.main-menu-in .btn-lock {
  background-image: url(../img/lock.png);
}

.main-menu-in .btn-reload {
  background-image: url(../img/reload.png);
  position: absolute;
  bottom: 110px;
  background-position: 20px 20px;
}

.main-menu-in .btn-back {
  background-image: url(../img/back.png);
  position: absolute;
  bottom: 15px;
  background-position: 20px 20px;
}

.no-select {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

select.form-control.is-valid,
.was-validated select.form-control:valid {
  padding-right: calc(1.5em + 1rem);
  background-position: center right calc(.375em + .75rem);
}

select.form-control.is-invalid,
.was-validated select.form-control:invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: center right calc(.375em + .75rem);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #dcdee0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #dcdee0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.small2 {
  font-size: 55%;
}

button.close {
  z-index: 999;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

button.close span {
  font-size: 2rem;
}

button.close:active,
button.close:focus,
button.close.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.searchLi {
  width: 170px;
}

.searchLi input {
  height: auto;
  font-size: .8rem;
  padding: 8px 25px 8px 10px;
}

.searchLi #navList {
  border-radius: 10px;
  width: 170px;
  list-style: none;
  padding: 0;
  position: absolute;
  background-color: #f9f9f9;
  /* border: 1px solid #ddd; */
  max-height: 200px;
  /* Set a max height for better visibility */
  overflow-y: auto;
  /* Enable scrolling if the list exceeds max height */
  display: none;
  /* Initially hide the list */
  margin-top: 5px;
}

.searchLi #navList li {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.searchLi #navList li a {
  color: #000;
  padding: 8px;
  width: 100%;
  display: block;
}

.searchLi #navList li a:active,
.searchLi #navList li a:focus,
.searchLi #navList li a.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #3b4863;
  color: #fff;
}

@media (max-width: 767px) {

  .searchLi,
  .searchLi #navList {
    width: 200px;
  }
}

#searchContainer {
  position: relative;
  display: inline-block;
}

#searchIcon span {
  font-size: 1rem;
}

#searchIcon {
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  /* color: #333 !important; */
}

/* Set the initial styles for both normal and hover states */
.original-text {
  display: inline;
}

.hover-text {
  display: none;
}

/* Apply different styles on hover */
.text-container:hover .original-text {
  display: none;
}

.text-container:hover .hover-text {
  display: inline;
}

.checkbox-1x {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.overlaytt {
  display: table-column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
}

.minH0 {
  min-height: 0 !important;
}

.fixed-right-bottom {
  display: block;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 999;
}

.table-custom,
.table-custom th,
.table-custom td,
.table-custom tr {
  border-color: rgba(0, 0, 0, .00) !important;
}

.table-custom tr th {
  /* font-size: 1rem !important; */
  background-color: rgba(0, 0, 0, .01) !important;
  vertical-align: middle;
}

/* Dashboard */
.az-content-dashboard {
  padding-top: 80px;
}

@media screen and (max-width: 1199px) {
  .az-content-dashboard {
    padding-top: 20px;
  }
}

.form-group label,
.az-signin-header label {
  color: #001448 !important;
}

.modal-left,
.modal-right {
  height: 100vh;
  width: 500px;
}

.modal-left {
  border-radius: 0 10px 10px 0;
}

.modal-right {
  float: right;
  border-radius: 10px 0 0 10px;
}

.popupContent-left,
.popupContent-right,
.popupContent-right2 {
  height: 100%;
}

.popupContent-left {
  border-radius: 0 10px 10px 0;
}

.popupContent-right, .popupContent-right2 {
  border-radius: 10px 0 0 10px;
}

.popupContent-left .modal-body-height,
.popupContent-right .modal-body-height ,
.popupContent-right2 .modal-body-height {
  height: calc(100vh - 130px);
  overflow-x: auto;
}
.popupContent-sm .modal-body-height,
.popupContent-md .modal-body-height ,
.popupContent-lg .modal-body-height,
.popupContent-xl .modal-body-height {
  max-height: calc(100vh - 200px);
  overflow-x: auto;
}

@media screen and (max-width: 500px) {
  .modal-left,
  .modal-right {
    width: 100vw;
    border-radius: 0 !important;
  }

  .popupContent-left,
  .popupContent-right,
  .popupContent-right2 {
    border-radius: 0 !important;
  }
}
.border-right-white{
  border-right: 2px solid #fff !important;
}
.no-resize{
  resize: none !important;
}

.btn-dark {
  color: #fff !important;
  background-color: #001448 !important;
  border-color: #001448 !important;
}

.btn-dark:hover {
  color: #fff !important;
  background-color: #000f38 !important;
  border-color: #283143 !important;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #001448;
  border-color: #283143;
  box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #001448;
  border-color: #001448;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #283143;
  border-color: #232b3b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.floating-button {
  /* position: absolute; */
  position: fixed;
  left: -.7rem;
  top: 9rem;
  width: 60px;
  height: 60px;
  background-color: #283143;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: move; */
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  user-select: none;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 1000;
  background:url(../img/report.png);
  background-position: center;
  background-size: contain;
}

.floating-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.floating-button:active {
  transform: scale(0.95);
}

.icon {
  font-size: 24px;
}