:root {
  --bgdark-divin: #211300;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}



@font-face {
  font-family: 'poppinsregular';
  src: url('../../css/fonts/font/poppins-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url('../../css/fonts/font/poppins-semibold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url('../../css/fonts/font/poppins-medium-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

* {
  font-family: 'poppinsregular';
}

body {
  background-color: var(--bgdark-divin);
}

.input-group-text img{
    height:20px;
    width:20px;
}

.float-end {
    float: right!important;
}
.bg-primary{
    background: #8D611E!important;
}
/* body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
} */

input,
select {
  outline: none !important;
  border: none !important;

}
.mt-10{
    margin-top:100px;   
}
input.form-control:focus,
select.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background: var(--bgdark-divin) !important;
  color: #FECB65;
}

input.form-control::placeholder {
  color: #FFDBAF;
}

.divine-form label {
  font-size: 12px;
  color: #FFDBAF;
  font-family: 'poppinsregular';
  margin-bottom: 8px;
}

.divine-logo-login {
  margin-bottom: 28px;
}

.divine-all-bg {
  background-image: url('../../images/background/divine-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.rounded-divine {
  border-radius: 50px;
  border: 1px solid #876D3A;
  background: linear-gradient(90deg, rgba(61, 48, 30, 0.80) 0.26%, rgba(41, 25, 6, 0.80) 99.61%);
}

.rounded-divine .col-md-6 {
  padding: 10px;
}

.rounded-divine .pad-divn-login {
  padding-right: 70px;
}

.rounded-divine .pad-divn-login:nth-child(2) {
  padding-top: 70px;
}

.divine-powered-text {
  margin-top: 40px;
}

.divine-powered-text {
  text-align: center;
}

.divine-powered-text p {
  margin: 0px;
  color: #FECB65;
  font-size: 12px;
  font-family: 'poppinsregular';
  line-height: 140%;
}

.divine-form .input-group .input-group-text {
  background-color: var(--bgdark-divin);
  border: none;
  padding: 6px 13px;
}
.form-group.divine-form .input-group{
  border: 1px solid #715026!important;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--bgdark-divin);
  color: #FFDBAF;
  font-size: 12px;
}

.dropdown.form-group.divine-form{
  display: flex;
  border: 1px solid #715026;
  align-items: center;
  border-radius: 6px;
}
.dropdown.form-group.divine-form .input-group-text{
  background-color: #211300;
  border: none;
  border-radius: 6px 0px 0px 6px;
}
.dropdown.form-group.divine-form .input-group{
  border: none !important;
  border-radius: 0px 6px 6px 0px;
}
.dropdown-menu.show {
  background-color: #211300;
  color: #FFDBAF;
  left: -62px !important;
}
.dropdown-item{
  color: #FFDBAF;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #211300;
  background-color: #FFDBAF;
}
.divine-form .input-group {
  border: 1px solid #715026;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--bgdark-divin);
}

input.form-control,
select.form-control {
  background: var(--bgdark-divin);
  font-size: 12px;
  font-family: 'poppinsregular';
  color: #FFDBAF;
  /*padding-top: 12px;*/
}

select.form-control option {
  padding: 10px;
}

select.form-control {
  background-position: right 10px center;
}

select.form-control::-ms-expand,
select.form-control::-ms-down-arrow,
select.form-control::after,
select.form-control::before {
  color: #FFA200;
  /* Change this to your desired arrow color */
}

.btn-primary {
  background-color: #8d611e;
  /* Change the background color */
  color: #CFB070;
  /* Change the text color */
  border: none;
  font-size:12px;
  line-height:21px;

}

.btn-primary:focus {
  background-color: #8d611e;
 /* background-color: #ffa200;*/
  /* Change the background color */
  color: #fff;
  /* Change the text color */
  border: none;
  box-shadow: none;
  font-size:13px;
  line-height:21px;
}

.btn-primary:active {
  background-color: #8d611e;
  /* Change this to your desired active background color */
  color: #fff;
  font-size:12px;
  line-height:21px;
  /* Change this to your desired active text color */
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none
}
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffa200;
  /* Change the background color */
  color: #fff;
  /* Change the text color */
  border: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
  box-shadow: none;
  outline: none;
}
.btn-primary:hover {
  background-color: #ffa200;
  /* Change the background color */
  color: #fff;
  /* Change the text color */
  border: none;
  font-size:15px;
  line-height:21px;

}

.divine-header {
  background: linear-gradient(90deg, #3D301E 0%, #291906 100%);
}
.header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-right {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}
.last-man {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;

}

.last-man-face {
  position: relative;
  border-radius: 50%;
}

.last-man-face::after {
  content: '';
  position: absolute;
  background-color: #4BB543;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  left: -3px;
  bottom: 6px;
}

.menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 70px;
  right: 0px;
  background: linear-gradient(180deg, #3D301E 0%, #291906 100%);
  border-radius: 10px;
  border: 1px solid #715026;
  padding: 20px;
  z-index: 999;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.menu ul li {
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  padding: 10px 14px;
  color: #FFFAF4;
  margin-bottom: 14px;
  cursor: pointer;
}

.menu ul li a{
    color: #FFFFFF;
    cursor: pointer;
    text-decoration:none;
}

.menu ul li:last-child {
  margin-bottom: 0px;
}

.menu ul li:hover {
  border: 1px solid #FFA200;
  background: linear-gradient(90deg, #3D301E 0%, #291906 100%);
}

/*side bar*/
.sidebar-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  /*top: 70px;*/
  right: 0px;
  background: linear-gradient(180deg, #3D301E 0%, #291906 100%);
  border-radius: 10px;
  border: 1px solid #715026;
  padding: 20px;
  z-index: 999;
  transform: translate3d(0px, 50px, 0px);
}

.sidebar-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.sidebar-menu ul li {
  border-radius: 6px;
  /*border: 1px solid #715026;
  background: #221300;*/
  padding: 5px 10px;
  color: #FFFAF4;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
}

.sidebar-menu ul li a{
    color: #FFFFFF;
    cursor: pointer;
    text-decoration:none;
}

.sidebar-menu ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-menu ul li:hover {
  border: 1px solid #FFA200;
  background: linear-gradient(90deg, #3D301E 0%, #291906 100%);
}

/*side bar menu end*/
.header-right .form-group{
  margin: 0px;
}
.divine-header{
  padding: 14px 20px;
  position: fixed;
  z-index: 9999;
}
.divine-header .row{
  align-items: center;
}
.bg-light.sidebar{
  width: 100px;
  height: 100%;
  border-radius: 0px 10px 0px 0px;
  padding: 14px;
  padding-bottom:80px;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 1;
  position: fixed;
  top: 84px;
  overflow-y: scroll;
  background: linear-gradient(90deg, #3D301E 0%, #291906 100%);
}
.bg-light.sidebar::-webkit-scrollbar {
  display: none;
}
.dashboard-menu-sub {
  border-radius: 6px;
  border: 1px solid #715026;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: background 0.6s ease;
  text-decoration: none;
}

.dashboard-menu-sub:hover {
  background: #FFD384;
}
.dash-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.dash-text, .dash-arrow {
  display: none;
}
.dash-text span {
  color: #FFBD4A;
  font-size: 14px;
  font-family: 'poppinsregular';
}
.dashboard-menu-sub:hover .dash-arrow img, .dashboard-menu-sub.active .dash-arrow img {
  filter: brightness(0.5);
}

.dashboard-menu-sub:hover .dash-text span {
  color: #000;
}
.dashboard-menu-sub.active .dash-text span {
  color: #000;
}
.dashboard-menu-sub.active {
  background-color: #FFD384;
}
.bredcrum-divine {
  cursor: pointer;
}
.dashboard-content {
  margin-left: 120px;
  margin-right: 20px;
  margin-top: 100px;
  width: 100%;
}
.content-box {
  margin-top: 20px;
}
.dash-board-main-first {
  border-radius: 10px;
  border: 1px solid #715026;
  background: linear-gradient(180deg, #3D301E 0%, #291906 100%);
  padding: 0px 40px;
  flex-direction: column;
}
.dash-board-main-sub1 {
  padding: 20px 0px;
  border-bottom: 1px solid #c8c8c826;
}

.dash-price-secs p {
  color: #FFFAF4;
  font-size: 14px;
  font-family: 'poppinsregular';
  margin: 0px;
}

.dash-price-secs p span {
  color: #F02419;
  font-size: 14px;
  font-family: 'poppinsmedium';

}
.dash-date-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dash-dt-text span {
  font-size: 14px;
  color: #FFFAF4;
}
.col-md-4.dash-date-time{
  display: flex;
  justify-content: space-between;
}
.dash-board-main-sub2 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}

.gp-div-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gp-bottom-div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.gp-text span {
  color: #FFA200;
  font-size: 14px;
  font-family: 'poppinsmedium';
}

.gp-price span {
  font-size: 24px;
  font-family: 'poppinsmedium';
  color: #FFFAF4;
}

.gp-proces .gp-green {
  border-radius: 5px;
  background: #0FA82E;
  font-size: 14px;
  font-family: 'poppinsmedium';
  padding: 3px 8px;
  color: #FFFAF4;
}

.gp-proces .gp-red {
  border-radius: 5px;
  background: #D0342C;
  font-size: 14px;
  font-family: 'poppinsmedium';
  padding: 3px 8px;
  color: #FFFAF4;
}

.dash-gold-plate-div {
  position: relative;
}

.dash-gold-plate-div::after {
  content: '';
  position: absolute;
  background-color: #c8c8c826;
  height: fit-content;
  width: 4px;
  right: 0px;
}
.pos-table{
  width: 100%;
}

.active_dashboard {
  color: red;
}

.pos-left-first {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pos-left-part-one .pos-left-first {
  width: 60%;
}

.pos-left-part-one .pos-left-first .pos-left-inn1 {
  width: 100%;
}

.pos-left-inn1 {
  display: flex;
  gap: 10px;
  background: #221300;
  padding: 12px;
  border-radius: 6px;
}

.pos-left-part-one .pos-left-first .pos-left-inn1 .input-pos-scan {
  width: 100%;
}

.pos-left-part {
  border-radius: 6px;
  border: 1px solid #715026;
  background: linear-gradient(90deg, #3D301E -1.01%, #291906 100.22%);
  padding: 10px 20px 20px 20px;
}

.pos-scrap button {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  background-color: #0FA82E;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.pos-scrap button span {
  color: #FFFAF4;
  font-size: 14px;
}

.pos-left-inn1 input {
  background: #221300;
  color: #FFFAF4;
  width: 100%;
  outline: none;
  border: none;
}

.pos-left-part-one {
  width: 100%;
  display: flex;
  justify-content: space-between;

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.pos-input-tag .form-control:disabled, .form-control[readonly]{
    /*background-color: #8c8c8c;*/
    background-color: #8c8c8c;
}
.table tbody td{
    padding-left: 6px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    vertical-align: middle;
    color:#FFDBAF;
}

.table tfoot tr th{
    background: #FFD384;
    color: #000;
    font-size: 12px;
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    line-height: 1.5;
}
    
.pos-table {
  border-collapse: collapse;
}

/* .pos-table tr td {
  width: 40px;
} */
.pos-table-tr-3 .form-control{
 border-radius: 0%;

}
.pos-table-tr-3 input:focus{
  box-shadow: none !important;
  outline: none !important;
  background: #FFD384 !important;
  color: #000;
}
.pos-table tr td input {
  width: 40px;
}

/* .pos-table-tr-1 tr th {
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  text-align: center;
  padding: 8px 0px;
  color: #FFFAF4;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 10px;
  width: 100%;
} */
.pos-table-tr-1 tr th p{
 margin: 0px;
}
.pos-table-tr-1 tr th{
  border: none;
  padding: 0px;
}
.pos-table-tr-1 tr th p {
  border: 1px solid #715026;
  background: #221300;
  text-align: center;
  padding: 8px 10px; /* Adjusted padding */
  color: #FFFAF4;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-weight: normal;
}
.pos-table-tr-1 tr th:last-child p{
    margin-right: 0px;
}
.pos-table-tr-1 tr td{
    /*padding: 0px;*/
    border: 0px;
}
.pos-table-tr-1 tr td input{
    text-align: center;
    padding: 2px
}
.pos-table-tr-1 tbody tr{
  background: var(--bgdark-divin);
}
.form-check-divine{
  text-align: center;
}
.form-check-divine img{
    vertical-align: bottom;
    height: 17px;
    width: 17px;
    cursor: pointer;
  /*padding-top: 5px*/
}
.btn:focus{
  box-shadow: none !important;
}

.pos-table-tr-2 {
  background: #271805;
}

.pos-table-tr-2 input {
  background: #271805;
  border: none;
  outline: none;
  color: #FFFAF4;
  font-size: 12px;

}

.pos-table-tr-1 td {
  margin-right: 10px;
}

.pos-table-tr-2 td,
.pos-table-tr-3 td {
  padding: 10px 0px;
  text-align: center;
}

.flex-table-scrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.flex-table-scrap .pos-left-inn1 .input-pos-scan {
  width: 100%;
}

.flex-table-scrap .pos-left-inn1 {
  width: 200px;
}

.single-pos-table tr td input {
  width: 80px;
}

/* #scarp-gold-table {
  height: auto;
  transition: height 0.3s ease-in-out;
}

#scarp-gold-table.open-scrap-gold {
  height: auto;
} */
/* #scarp-gold-table {
  height: auto;
  -webkit-animation: conditionalopen 1s normal forwards ease-in-out;
  -moz-animation: conditionalopen 1s normal forwards ease-in-out;
  animation: conditionalopen 1s normal forwards ease-in-out;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
@keyframes conditionalopen {
  from { transform: scaleY(0) }
  to { transform: scaleY(1) }
} */

/* .pos-table{
  border-collapse: collapse;
  display: flex;
  margin-top: 20px;
  width: 700px;
}
.pos-table-tr-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pos-table-tr-1 td{
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  text-align: center;
  padding: 8px 0px;
  color: #FFFAF4;
  font-size: 12px;
  margin-right: 10px;
  width: 100%;
}
.pos-table-tr-2{
  background: #271805;
}
.pos-table-tr-2 td, .pos-table-tr-3 td{
  padding: 10px 10px;
  text-align: center;
}
.pos-table-tr-2 input{
  background: #271805;
  border: none;
  outline: none;
  color: #FFFAF4;
  font-size: 12px;

} */
.pos-table-tr-2 input::placeholder {
  color: #FFFAF4;
  font-size: 12px;
}

.pos-table-tr-3 input::placeholder {
  color: #000;
  font-size: 12px;
}

.pos-table-tr-3 {
  background: #FFD384;
}

.pos-table-tr-3 input {
  background: #FFD384;
  border: none;
  outline: none;
  color: #000;
  font-size: 12px;

}

.pos-left-scrol-text {
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  text-align: center;
  padding: 12px 16px;
}

.pos-left-part-two,
.pos-left-part-three,
.pos-left-part-four {
  width: auto;
  overflow-y: hidden;
  overflow-x: auto;
}

.pos-left-part-three {
  background: #271805;
  margin-top: 10px;
}

.pos-left-part-two::-webkit-scrollbar,
.pos-left-part-three::-webkit-scrollbar,
.pos-left-part-four::-webkit-scrollbar {
  display: none;
}

.pos-left-part-scrolls {
  display: flex;
  margin-top: 20px;
  gap: 8px;
  width: 0px;
  /* width: 700px; */
  margin-bottom: 0;
  max-width: none;
}

.pos-left-scrol-text span,
.pos-left3-scrol-text span {
  color: #FFFAF4;
  font-size: 12px;
  white-space: nowrap;
}

.pos-left3-part-scrolls {
  display: flex;
  gap: 80px;
  /* justify-content: space-between; */
  padding: 12px 0px;
  padding-left: 15px;
  width: 0px;
  /* width: 700px; */
  margin-bottom: 0;
  max-width: none;
}

.pos-left-part-four {
  background: #FFD384;
}

.pos-left4-part-scrolls {
  display: flex;
  gap: 80px;
  /* justify-content: space-between; */
  padding: 12px 0px;
  padding-left: 15px;
  width: 700px;
  margin-bottom: 0;
  max-width: none;
}

.pos-left4-part-scrolls .pos-left3-scrol-text span {
  color: #000;
  font-size: 12px;
}

.pos-scale-text {
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  padding: 6px 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.pos-scale-text span {
  color: #FFFAF4;
  white-space: nowrap;
  font-size: 12px;
}

.pos-left-five-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

.pos-left-six-div {
  margin-top: 10px;
}

.pos-left-part7-div {
  background: #FFA200;
  padding: 15px 0px;
  text-align: center;
  margin-top: 20px;
}

.pos-left-part7-div span {
  font-size: 16px;
  font-family: 'poppinssemibold';
}

.pos-right-part {
  border-radius: 6px;
  border: 1px solid #715026;
  background: linear-gradient(90deg, #3D301E -1.01%, #291906 100.22%);
  padding: 16px;
}

.pos-input-points:first-child {
  margin-top: 0px;
}

.pos-input-points {
  display: flex;
  gap: 10px;
  align-items: end;
  margin-top: 16px;
}

.pos-input-tag {
  display: flex;
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  margin-top: 6px;
}

.form-group .divinelabel{
  font-size: 10px;
  color: #FFDBAF;
  margin-bottom: 6px;
  position: relative;

}
.starclass .form-group .divinelabel::after{
  content: '*';
    position: absolute;
    color: #D0342C;
    right: -8px;
    top: -2px;
}
.pos-input-tag input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.pos-input-tag input::placeholder {
  color: #6C604F;
}

.pos-input-div .custom-select {
  margin-top: 6px;
  width: 100%;
}

.select-all-type .custom-select {
  width: auto;
}

.select-all-type .custom-select .select-items .same-as-selected {
  width: auto !important;
}

.select-all-type .custom-select .select-items div {
  width: auto;
}

.select-all-type .custom-select .select-items div:hover {
  width: auto;
}

.select-all-type .custom-select .select-selected {
  padding: 11px 0px;
  padding-top: 12px;
}

.select-all-type .custom-select .select-selected::after {
  top: 44%;
}

.select-all-type .custom-select .select-selected.select-arrow-active:after {
  top: 8px;
}

.pos-input-div {
  width: 100%;
}

.pos-input-tag.date-all-type {
  padding: 4px 14px;
}

.checkout-div {
  width: 100%;
}

.checkout-div button {
  width: 100%;
  border: none;
  padding: 6px 0px;
  border-radius: 6px;
  background: #8D611E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #CFB070;
}
.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease; /* Optional: Add a smooth transition effect */
}


.popup-content {
 
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #876D3A;
  background: linear-gradient(90deg, rgba(61, 48, 30, 0.80) 0.26%, rgba(41, 25, 6, 0.80) 99.61%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.20);
}

.popup-content-head {
  display: flex;
  align-items: center;
  border-bottom: 0px;
  justify-content: space-between;
}

.popup-content-head span {
  color: #FFFAF4;
  font-size: 24px;
  font-family: 'poppinsmedium';
}

.close-popup {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #FFFAF4;
}

.popup-trigger {
  cursor: pointer;
}



.popup-content .pos-input-div .pos-input-tag {
  gap: 10px;
}

.popup-content .checkout-div {
  width: 100%;
  margin-top: 40px;
}

.popup-content .checkout-div button {
  /* padding: 16px 0px; */
  font-weight: 600;
  font-size: 18px;
}
.pos-input-div .form-group{
  margin-bottom: 0px;
}
/*.pos-input-tag .form-control:disabled, .form-control[readonly]{
  background-color: transparent;
}*/

/* end popup css  */

/* scrap css start */
.scrap-full-div {
  width: 100%;
}

.scrap-purchase-first .pos-input-div span,
.scrap-purchase-two .pos-input-div span,
.scrap-purchase-six .pos-input-div span,
.scrap-purchase-six .pos-input-div span {
  position: relative;
}

.scrap-purchase-first .pos-input-div span::after,
.scrap-purchase-two .pos-input-div span::after,
.scrap-purchase-six .pos-input-div span::after {
  content: '*';
  position: absolute;
  color: #D0342C;
  right: -8px;
  top: -2px;
}

.scrap-purchase-seven .pos-input-div span::after {
  content: '';
  position: absolute;
}

.scrap-purchase-two {
  margin-top: 20px;
}

.scrap-purchase-first .pos-input-div:first-child .pos-input-tag {
  padding: 4px 14px;
}

.cashpay2 .pos-input-div:first-child .pos-input-tag {
  padding: 6px 14px;
}

.scrap-purchase-two .pos-input-div .pos-input-tag {
  width: 37%;
}

.scrap-purchase-three .pos-left-part-scrolls,
.scrap-purchase-five .pos-left4-part-scrolls {
  width: auto;
}

.scrap-purchase-three .pos-left-part-scrolls .pos-left-scrol-text {
  width: 100%;
}

.scrap-purchase-four {
  background: #271805;
  margin-top: 10px;
}

.scrap-purchase-four .pos-left3-part-scrolls {
  width: auto;
  justify-content: space-between;
  padding-left: 0px;
  gap: 0px;
}

.scrap-purchase-four .pos-left3-part-scrolls .pos-left3-scrol-text {
  width: 100%;
  text-align: center;
}

.scrap-purchase-five {
  background: #FFD384;
}

.scrap-purchase-five .pos-left4-part-scrolls {
  padding-left: 42px;
}

.scrap-purchase-five .pos-left4-part-scrolls .pos-left3-scrol-text span {
  color: #000;
  font-size: 12px;
  font-family: 'poppinssemibold';
}

.scrap-purchase-six {
  display: flex;
  width: 60%;
  gap: 30px;
  margin-top: 30px;
}

.scrap-purchase-seven .pos-input-div .pos-input-tag {
  width: 58%;
}

.checkout-div-purchase-scrap {
  width: 226px;
}

.checkout-div-purchase-scrap button {
  padding: 14px 0px;
}

.scrap-purchase-seven {
  margin-top: 20px;
}
.form-group.note-diven .form-control{
background-color: var(--bgdark-divin);
border: none;
color: #FFDBAF;
box-shadow: none;
outline: none;
font-size: 12px;
}
.form-group.note-diven .form-control:focus{
box-shadow: none;
outline: none;
}
.form-group.note-diven .form-control::placeholder{
color: #FFDBAF;
  font-size: 12px;
}
.bacrcodeButton .btn-primary{ 
  font-size: 12px;
}
/* scrap css end */

/* barcode css start*/

.barcode-main-first {
  background: linear-gradient(90deg, #3D301E 0%, #291906 100%);
  padding: 20px 20px;
}

.barcode-main-first .scrap-purchase-six {
  margin-top: 0px;
  align-items: end;
}

.barcode-main-sub2 {
  border-radius: 6px;
  background: #221300;
  padding: 20px 30px;
  margin: 0px;
}

.barcode-main-sub2 .dash-gold-plate-div .pos-input-div span {
  font-size: 12px;
  color: #FFFAF4;
}

.barcode-main-sub2 .dash-gold-plate-div .gp-div-top {
  margin-top: 12px;
}

.scrap-purchase-six .pos-input-div span::after {
  content: '';
  position: absolute;
}

.barcode-main-div {
  margin-top: 20px;
}

.barcode-full-div .scrap-purchase-three .pos-left-part-scrolls .pos-left-scrol-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.barcode-full-div .scrap-purchase-three .pos-left-part-scrolls .pos-left-scrol-text input[type='checkbox'] {
  margin: 0px;
}

.barcode-full-div .scrap-purchase-three .pos-left-part-scrolls {
  margin-top: 0px;
}

.scrap-purchase-four .pos-left-part-scrolls {
  width: auto;
  justify-content: space-between;
  padding: 10px 0px;
}

.scrap-purchase-four .pos-left-part-scrolls .pos-left-scrol-text {
  border: none;
  background: none;
}

.scrap-purchase-four .pos-left-part-scrolls .pos-left-scrol-text:nth-child(3),
.scrap-purchase-four .pos-left-part-scrolls .pos-left-scrol-text:nth-child(4),
.scrap-purchase-four .pos-left-part-scrolls .pos-left-scrol-text:nth-child(5),
.scrap-purchase-four .pos-left-part-scrolls .pos-left-scrol-text:nth-child(6) {
  border-radius: 6px;
  border: 1px solid #5B5143;
  background: #3D301E;
}

.scrap-purchase-four .pos-left-part-scrolls .pos-left-scrol-text {
  padding: 0px 16px;
  display: flex;
  align-items: center;
}

.scrap-purchase-four:nth-child(even) {
  background: #352006;
  margin-top: 0px;
}

.scrap-purchase-four:nth-child(even) .pos-left-part-scrolls {
  margin-top: 0px;
}

.scrap-purchase-four:nth-child(odd) {
  margin-top: 0px;
}

.scrap-purchase-four:nth-child(odd) .pos-left-part-scrolls {
  margin-top: 0px;
}

.scrap-purchase-four-main {
  padding: 10px 0px;
  padding-bottom: 0px;
  position: relative;
}

.scrap-purchase-four-main::after {
  content: '';
  position: absolute;
  width: 1px;
  background: #5B5143;
  height: 98%;
  top: 10px;
  right: 22%;
}

table {
  width: 100%;
}

table .table-barcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

table .table-barcode td span {
  border-radius: 6px;
  border: 1px solid #715026;
  background: #221300;
  text-align: center;
  padding: 10px 24px;
  color: #fff;
  font-size: 12px;
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 140%;
}

table .table-barcode td:first-child span {
  padding-left: 18px;
}

.barcode-table2 {
  border-collapse: collapse;
}

.barcode-table2 tr:nth-child(odd) {
  background: #271805;
  margin-top: 0px;
  display: flex;
  /* justify-content: space-around; */
  /* padding: 0px 20px; */

}

.barcode-table2-odd td:nth-child(3) p,
.barcode-table2-odd td:nth-child(4) p,
.barcode-table2-odd td:nth-child(5) p,
.barcode-table2-odd td:nth-child(6) p,
.barcode-table2-even td:nth-child(3) p,
.barcode-table2-even td:nth-child(4) p,
.barcode-table2-even td:nth-child(5) p,
.barcode-table2-even td:nth-child(6) p {
  border-radius: 6px;
  border: 1px solid #5B5143;
  background: #3D301E;
  text-align: center;
  padding: 8px 16px;
  color: #FFFAF4;
  font-size: 12px;
  width: 100px;
  margin-top: 1em;
}

.barcode-table1 td:first-child p {
  text-align: left;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

/* .barcode-table2-odd td, .barcode-table2-even{
  text-align: center;
} */
.barcode-table2-odd {
  background: #271805;
  color: #FFFAF4;
}

.barcode-table2-even {
  background: #352006 !important;
  color: #FFFAF4;
}

/* .barcode-table2 tr{
  width: 10%;
} */
.barcode-table2 tr td {
  text-align: center;
  padding: 0px 30px;
}

.barcode-table2 tr td span {
  color: #FFFAF4;
}

.barcode-table2 tr td:first-child {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 22px;
}

.barcode-table2 tr td:nth-child(2) {
  padding-left: 74px;
}

.barcode-table2 tr td:nth-child(3) span,
.barcode-table2 tr td:nth-child(4) span,
.barcode-table2 tr td:nth-child(5) span,
.barcode-table2 tr td:nth-child(6) span {
  border-radius: 6px;
  border: 1px solid #5B5143;
  background: #3D301E;
  text-align: center;
  padding: 8px 16px;
  color: #FFFAF4;
  font-size: 12px;
}

.barcode-table2 tr {
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}

.barcode-table2 tr:nth-child(even) {
  background: #352006;
  margin-top: 0px;
  display: flex;

  /* padding: 0px 20px; */

}

.barcode-table2 {
  position: relative;
}

/* .barcode-table2::after{
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20%;
} */
.single-pos-table .pos-table-tr-3 input {
  font-weight: 600;
}
.pos-barcode-tbl tr td{
  text-align: -webkit-center;
  vertical-align: sub;
}
/* barcode css end */

.square-box{
  border-radius: 25px;
border: 1px solid #715026;
background: #221300;
text-align: center;
padding: 20px 0px;
overflow: hidden;
display: block;

}
.square-box:hover{
  text-decoration: none;
}
.box-text{
  margin-top: 14px;
  color: #6C604F;
  font-size: 14px;
}
.dashboad-divinerow{
  row-gap: 20px;
  margin-top: 24px;
}
.file-container{
  justify-content: space-between;
  padding: 4px 12px;
  align-items: center;
  margin-top: 0px;
}
.file-container span{
  color: #6C604F;
  font-size: 12px;
}
.daily-reprt-div {
  border-radius: 6px;
  border: 1px solid #715026;
  background: linear-gradient(90deg, #3D301E 0%, #291906 100%);
  /* width: 100%; */
  padding: 10px 10px 10px 10px;
  height: fit-content;
}
.daily-reprt-toggle.btn:focus{
  background-color: #221300!important;
  color: #ffff !important;

}
.daily-reprt-toggle.btn-primary:focus, .daily-reprt-toggle.btn-primary:hover{
    background-color: #221300;
    color: #ffff;
    font-size: 13px;
    line-height: 21px;
}
.daily-reprt-toggle {
  border-radius: 6px;
  background: #221300;
  backdrop-filter: blur(2px);
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.daily-reprt-toggle span {
  color: #FDFEFF;
  font-size: 16px;
  font-family: 'poppinssemibold';
}

.stock-main-div {
  /* display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0px 0px 20px 20px;
  transition: height 0.5s; */
}



.stock-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.stock-div img {
  width: 38px;
  height: 38px;
}

/* .stock-text{
  border-right: 1px solid #5B5143;
} */
.stock-text {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.stock-text span {
  color: #FFFAF4;
  font-size: 12px;
  line-height: 140%;
}

.stock-text p {
  margin: 0px;
  color: #FFFAF4;
  font-family: 'poppinssemibold';
  font-size: 16px;
  /* margin-top: 10px; */
  line-height: 140%;
}

.daily-reprt-main:first-child {
  margin-top: 0px;
}

.stock-sub-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px 0px 20px 20px;
  transition: height 0.5s;
  padding-top: 20px;
  border-top: 1px solid #5B5143;
}

.stock-sub-div:nth-child(1) {
  border-top: none;
}
.rotate180 {
  transition: transform 0.3s ease;
}

.down {
  transform: rotate(180deg);
}
.pos-head-div{
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 15px;
}
.pos-head-div span {
  color: #FFA200;
  font-size: 18px;
  font-family: 'poppinssemibold';
  margin-bottom: 20px;
}
.alig-end{
  align-items:end;
}
@media (max-width: 1300px) {
  .pos-table-tr-1 tr th p{
    margin-right: 2px;
  }
}
@media (min-width: 1025px) {
  .h-custom-2 {
    height: 100%;
  }
}