.confirmation-popup-icon{
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.ant-table-cell .ant-form-item{
    margin-bottom: 0px !important;
    color:rgb(9, 9, 9);
    background-color: white;
}

.ant-table{
    border-radius: 10px !important;
}
.bg-img {
    /* background-image:
        url('../../../images/img3.jpg'); */
    background-size: cover;
    /* opacity: 0.8; */
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.imgcontainer h2{
    text-align: center;
    cursor: pointer;
    position: relative;
    /* background: none;   */
    background: linear-gradient(to right, #1cc91c,rgb(84, 128, 241),rgb(217, 48, 191)); 
    /* background-size: 200% auto; */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    overflow: visible;
    animation: shine 1s linear infinite;
}
.bg-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.login {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    text-align: center;
    padding: 60px 32px;
    width: 370px;
    transform: translate(-50%, -50%);
    background: #e0deee;
    /* rgba(255, 255, 255, 0.04); */
    box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
    border-radius: 25px;
}
.login header {
    color: white;
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 35px 0;
    font-family: 'Montserrat', sans-serif;
}
.login {
    color: white;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif;
}
.custom-select {
    background-color: #908d92 !important; /* Add !important here for specificity */
}

.custom-select .ant-select-selector {
    background-color: #908d92 !important; /* Ensures the dropdown selector is styled */
}

/* App.css */

.scrollable-col {
  height: 100vh; /* Full viewport height */
  overflow-y: auto; /* Enable vertical scrolling */
 
  padding: 16px; /* Optional: Padding for content */
}

.scrollable-content {
  height: 200%; /* Simulated larger content to enable scrolling */
}

.fixed-col {
  position: sticky; /* Sticky position */
  top: 0; /* Stick to the top of the viewport */
  height: 100vh; /* Full viewport height */
 
  padding: 16px; /* Optional: Padding for content */
 
    height: 50rem; /* Or a specific height, e.g., 300px */
    overflow: auto; /* Ensures scrolling for overflowing content */
    display: flex;
    flex-direction: column;

}

.fixed-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
}






/* You can add global styles to this file, and also import other style files */
body {
    background-color: red;
}
.ant-image-mask {
    display: none !important;
}
.ant-image-img {
    cursor: pointer;
}
@media (max-width: 768px) {
    .carousel-section, .content-section {
        width: 100%;
        flex: none;
    }
}
.black-text {
    color: black;
}
.custom-card-header {
    color: black !important;
}
.custom-card .ant-card-head {
    border-bottom: 2px solid #d9d9d9 !important;
}
:where(.css-dev-only-do-not-override-12ddvt2).ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fff;
    background-color: #5e5d5d !important;
}
.responsive-button {
    margin-top: 100px;
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
    display: block;
    background-color: #b2883b !important;
    color:#000000!important

}
@media (max-width: 768px) {
    .responsive-button {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .responsive-button {
        width: 200%;
        font-size: 14px;
        margin-left: 118px;
    }
}
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing between buttons */
    justify-content: center; /* Center-align buttons */
    margin: 10px;
}
.circle-button {
    border-radius: 50%; /* Makes the button circular */
    width: 40px; /* Diameter of the circle */
    height: 40px; /* Diameter of the circle */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;/* Font size inside the button */
    padding: 0;
    text-align: center;
}
/* to hide the (Scan an Image File) option */
#html5-qrcode-anchor-scan-type-change {
    pointer-events: none;
    text-decoration: none;
    cursor: not-allowed;
}
.carousel-container {
    flex: 1 1 50%;
    width: 100%;
    max-width: 600px;
}
.carousel-container .ant-carousel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;  /* Default height */
}
@media (max-width: 768px) {
    .carousel-container .ant-carousel {
        height: 400px; /* Adjusted height for tablets */
    }
}
@media (max-width: 480px) {
    .carousel-container .ant-carousel {
        height: 300px;  /* Adjusted height for mobile phones */
    }
}


.custom-select {
  background-color: #908d92 !important;
  /* Add !important here for specificity */
}

.custom-select .ant-select-selector {
  background-color: #908d92 !important;
  /* Ensures the dropdown selector is styled */
}

/* App.css */

.scrollable-col {
  height: 100vh;
  /* Full viewport height */
  overflow-y: auto;
  /* Enable vertical scrolling */

  padding: 16px;
  /* Optional: Padding for content */
}

.scrollable-content {
  height: 200%;
  /* Simulated larger content to enable scrolling */
}

.fixed-col {
  position: sticky;
  /* Sticky position */
  top: 0;
  /* Stick to the top of the viewport */
  height: 100vh;
  /* Full viewport height */

  padding: 16px;
  /* Optional: Padding for content */

  height: 50rem;
  /* Or a specific height, e.g., 300px */
  overflow: auto;
  /* Ensures scrolling for overflowing content */
  display: flex;
  flex-direction: column;

}

.fixed-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .cart-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  
    align-items: center;   
    width: 100%;
    margin-left: -41px;
  }
}

.light-theme .ant-pro-layout-header {
    /* border-radius: 20px; */
}

.dark-theme .ant-pro-layout-header {
    /* border-radius: 8px; */
}

.light-theme .ant-pro-layout-sider {
    /* border-radius: 20px; */
}

.dark-theme .ant-pro-layout-sider {
    /* border-radius: 20px; */
}

.ant-pro-layout .ant-layout-header.ant-pro-layout-header {
  background-color: #ffffff;
  background-image: none;
  color: #000;
}

.ant-pro-layout .ant-pro-layout-bg-list {
  background-color: #f5f5f5;
  background-image: none;
}

.ant-pro-layout .ant-pro-sider.ant-pro-sider-fixed-mix {
  background-color: #ffffff;
  background-image: none;
}

/* .ant-pro-layout .ant-layout-header.ant-pro-layout-header {
    height: 56px;
    line-height: 56px;
    z-index: 19;
    width: 100%;
    padding-block: 0;
    padding-inline: 0;
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
    background-image: linear-gradient(45deg,rgb(0,0,0),rgb(69,69,69));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

  .ant-pro-layout .ant-pro-layout-bg-list {
    pointer-events: none;
    position: fixed;
    overflow: hidden;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-image:linear-gradient(55deg, rgb(0,0,0),rgb(69,69,69));
  }
  
  .ant-pro-layout .ant-pro-sider.ant-pro-sider-fixed-mix {
    height: calc(100% - 56px);
    inset-block-start: 56px;
    /* border-radius: 20px; */

/* margin-top: 10px; */

/* background-image:linear-gradient(355deg, rgb(0,0,0),rgb(69,69,69));
  } */

*/

  .dark .ant-pro-layout .ant-pro-sider.ant-pro-sider-fixed-mix {
    height: calc(100% - 56px);
    inset-block-start: 56px;
    background-color: black;
  }

.ant-pro-layout .ant-pro-sider .ant-layout-sider-children {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-inline: 8px;
    padding-block: 0;
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
    margin-inline-end: -1px;
    border-radius: 20px;
  }

.ant-layout-footer {
    padding: 21px 43.75px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    /* background-image:linear-gradient(163deg, rgb(0,0,0),rgb(69,69,69)); */
    background-color: transparent;
  }

.ant-pro-layout .ant-pro-layout-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
    /* background-image:linear-gradient(55deg, rgb(0,0,0),rgb(69,69,69)); */
    position: relative;
    padding-block: 32px;
    padding-inline: 40px;
}

.ant-menu-light .ant-menu-item-selected{
  background-color: rgb(99 97 97 / 0%);
  color: #419ff3;
  font-weight: bold;
  /* text-decoration: underline; */
}

.ant-menu-dark .ant-menu-item-selected{
  background-color: rgb(99 97 97 / 0%);
  color: #419ff3;
  font-weight: bold;
  /* text-decoration: underline; */
}

.ant-menu .ant-menu-item a::before {
    position: absolute;
    inset: 0;
    background-color: transparent;
    content: "";
}
#loading-spinner {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    text-align: center;
  }
body {
  margin: 0;
  background: #040000;
  /* scroll-behavior: smooth; */
  font-family: sans-serif;
}

*{
  /* font-family: 'Courier New', Courier, monospace; */
}

.logo {
  width: 200px;
}

.logo img {
  float: left;
  height: 35px;
  margin-top: 15px;
  padding-right: 10px;
}

.logo h1 {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 600;
}

.top-header {
  box-shadow: 3px -5px 20px 0px rgba(0, 0, 0, 0.63);
}

.ant-card {
  box-shadow: 0px 5px 15px -4px rgb(250, 245, 245);
  border-radius: 10px;
  background-color: #f7f7f7;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */

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

/* Handle */

::-webkit-scrollbar-thumb {
  background: #191818;
  /* border-radius: 10px; */

}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  /* background: #0dc7c7;  */
  background: #5e5d5d
}

/* @media (max-width: 576px) {
    .ant-layout-content {
      height: auto !important;
    }
  } */

.export-excel-btn {
  color: #080808;
  margin-right: 20px;
  background-color: #088f08;
  border-color: #088f08;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.export-excel-btn:hover,
.export-excel-btn:focus,
.export-excel-btn:active,
.export-excel-btn.active {
  color: #020202;
  background-color: rgba(0, 128, 0, 0.9);
  border-color: rgba(0, 128, 0, 0.9);

}

.export-excel-btn-disabled {
  color: #010101;
  margin-right: 20px;
}

/* Custom styles for the default button state */

.btn-orange {
  background-color: #ff8800 !important;
  border-color: #ff8800 !important;
  color: #080202 !important;
}

/* Custom styles for the button when hovered */

.btn-orange:hover {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #010101 !important;
}

/* Custom styles for the button when active/pressed */

.btn-orange:active {
  background-color: #dd6600 !important;
  border-color: #dd6600 !important;
}

/* Custom styles for a secondary button */

.btn-blue {
  background-color: #1677ff !important;
  border-color: #4096ff !important;
  color: #010101 !important;
}

/* Custom styles for a secondary button when hovered */

.btn-blue:hover {
  background-color: #4096ff !important;
  border-color: #4096ff !important;
}

/* Custom styles for a secondary button when active/pressed */

.btn-blue:active {
  background-color: #0958d9 !important;
  border-color: #0958d9 !important;
}

/* Custom styles for a success button */

.btn-green {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  color: #010101 !important;
}

/* Custom styles for a success button when hovered */

.btn-green:hover {
  background-color: #81c784 !important;
  border-color: #81c784 !important;
}

/* Custom styles for a success button when active/pressed */

.btn-green:active {
  background-color: #388e3c !important;
  border-color: #388e3c !important;
}

.btn-yellow {
  background-color: #eec704 !important;
  border-color: #eec704 !important;
  color: #010101 !important;
}

/* Custom styles for the warning button when hovered */

.btn-yellow:hover {
  background-color: #ffd740 !important;
  border-color: #ffd740 !important;
}

/* Custom styles for the warning button when active/pressed */

.btn-yellow:active {
  background-color: #b29000 !important;
  border-color: #b29000 !important;
}

.orange-button-masters {
  background-color: #02a99f;
}

.pd5 .ant-card-body {
  padding: 5px !important;
}

.ant-input-number-disabled {
  font-weight: bold;
  color: black;
}

.ant-table-wrapper .ant-table-thead>tr>th {
  position: relative;
  color: black;
  font-weight: 600;
  text-align: start;
  background: #00000047;
  border-bottom: 1px solid #303030;
  transition: background 0.2s ease;
}

.ant-card .ant-card-head-title {
  color: rgb(19, 19, 19);
  display: inline-block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-card-bordered {
  border: 0px solid #070101;
}

.ant-btn-primary {
  color: #010101;
  background-color: #faf7f7;
  box-shadow: 0 2px 0 rgb(3, 153, 220);
  border-radius: 10px;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 8px 8px;
  color: #010101;
  line-height: 1.6666666666666667;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
  background: black;
}

.ant-checkbox+span {
  padding-inline-start: 4px;
  padding-inline-end: 4px;
  color: rgb(7, 7, 7);
  mix-blend-mode: exclusion;
}

.ant-card .ant-card-body {
  padding: 5px;
  border-radius: 0 0 0px 0px;
}

.ant-card-bordered .ant-card-cover {
  /* margin-top: -1px; */
  padding: 15px;
  margin-inline-start: -1px;
  margin-inline-end: -1px;
  background-color: #ffffff;
  border:#010101
}

.css-dev-only-do-not-override-12ddvt2.ant-form-item {
  margin-left: 10px;
}

.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline {
  background: #f7f2f2;
  border-radius: 20px;
}

.ant-menu-light .ant-menu-submenu-selected >.ant-menu-submenu-title{
  color: rgb(55, 161, 237);
}

.ant-menu-dark .ant-menu-submenu-selected >.ant-menu-submenu-title{
  color: rgb(55, 161, 237);
}

.ant-menu-dark.ant-menu-inline .ant-menu-sub.ant-menu-inline{
  background: #525252;
  border-radius: 20px;
}

.ant-btn-default {
  /* background-color: #141414; */
  border-color: transparent;
  color: rgba(9, 9, 9, 0.85);
  box-shadow: none;
}

.ant-btn-default:hover {
  border: none;
}

.css-dev-only-do-not-override-12ddvt2.ant-card .ant-card-actions > li:not(:last-child) {
  border-inline-end: none;
}

.ant-card.ant-card-bordered .ant-card-actions {
  border-color: black;
}

/* UI preview – SAME AS PRINT */

.sticker {
  width: 60mm;
  height: 40mm;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3mm;
  box-sizing: border-box;
  margin-bottom: 12px;
  border: 1px dashed #d9d9d9; /* UI preview only */
}

.left {
  flex: 1;
  font-size: 12px; /* slightly bigger for screen */
  line-height: 1.5;
  font-weight: 600;
}

.right {
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr {
  width: 90px;
  height: 90px;
}

