@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat";

}
 

@media screen and (max-width: 450px) {
    .create-logo {
        display: none;
    }
}


.w3-top {
    font-size: small;
    position: sticky;
    width: 100%;
    z-index: 1;
    top: 0;
}

.all_title{
    font-size: 24px;
    font-weight: 500;
    color: #7e0b25;
}
.heading-main {
    font-weight: 500 !important;
    color: #1f2122;
    font-size: 35px;
}

.bgColor{
    background-color: #7e0b25;
}
.table-column-width {
    max-width: 8rem !important;
        border: 1px solid black;

}
 .ppt-grid a {
  display: block; 
  /* padding: 8px 12px; */
  margin-bottom: 6px;
  /* color: #333;
  font-weight: 500; */
  text-decoration: none;
  border-radius: 4px; /* rounded corners */
}

.ppt-grid a:hover {
  background-color: #932c35; /* Bootstrap blue */
  color: #fff;               /* white text on hover */
  text-decoration: none;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.cstm-links {
    font-size: 12px; 
    text-decoration: none;
    color: #333;

}

.cstm-links:hover {
    background-color: #333;
    color: #fff;
}


.filter_box {
    position: absolute;
}

.footer {
    background-color: #97242f;
}

/* machine css */
.create-logo {
    display: inline;
    margin: 2rem 0rem 0rem 3rem;
}

.logo-p {
    margin: -2rem 0rem 0rem 0.2rem;
    font-size: 1.5rem;
    color: blanchedalmond;
}

.log-div {
    margin-left: 4rem;
    height: 3rem;
    max-width: 20rem;
    border: 0.1rem solid;
    border-radius: 3rem;
    color: whitesmoke;
    background-color: #201e1e;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    /* Ensure visibility */
}



.table-column-width {
    width: 10rem !important;
    font-size: 12px;
    
}

.one-check {
    width: 3rem;
}


.qrtitle {
    display: flex;
}

.heading_qr {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(82, 78, 78);
}

@media only screen and (max-width: 650px) {

    .responsive1 {
        position: relative !important;
        left: -26%;
    }

}

.table-column-width1 {
    font-weight: 400;
    font-size: 16px;
    border: none;

}

.table-column-width {
    width: 20% !important;
    font-size: 12px;
}
.overfolwX{
    overflow-x: scroll;
}

/*tracker ui */
.progress-tracker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    max-width: 300px;
}

.progress-step {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.progress-step:last-child {
    margin-bottom: 0;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.completed .circle {
    border-color: #00aaff;
    background-color: #00aaff;
}

.info {
    margin-left: 10px;
}

.info h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.info p {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.progress-step::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #ccc;
    z-index: 0;
}

.completed::after {
    background-color: #00aaff;
}
/* Full screen overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1999;
}

/* Sidebar styling */
.customsidebar {
  width: var(--bs-customsidebar-width, 250px);
  position: fixed;
  top: 0;
  left: calc(-1 * var(--bs-customsidebar-width, 250px));
  height: 100vh;
  background: white;
  transition: left 0.3s ease;
  z-index: 2000;
}

.customsidebar.open {
  left: 0;
}

.progress-step:last-child::after {
    display: none;
}

.grid_dis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.navbg {
    font-weight: 600 !important;

}

.navbg:hover {
    text-decoration: underline !important;
}

.a {
    border-radius: 2px;
    text-decoration: none;
    color:style=#000000a6;
}

.mulitselect{
    float: left !important;
    width: 10rem;
}
.containerStyle{
width: 2em !important;
}

.responsivediv{
     display: flex;
}
@media only screen and (max-width: 650px) {

.responsivediv{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}



#print-content {
  max-width: 100%;
}

/* Desktop-like fixed width for print/PDF */
@media print {
  #pdf-content {
    width: 1000px !important;
    padding: 40px !important;
    margin: auto !important;
    font-size: 14px;
  }

  .modal-xl {
    display: block !important;
    position: static !important;
  }

  .print-container img.watermark {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    opacity: 0.3 !important;
    z-index: 0;
  }

  /* Hide buttons */
  button, .modal-footer {
    display: none !important;
  }
}




/* Make dropdown full width */
.dropdown-menu.barside.full-dropdown {
  position: relative;
  left: 50px !important;
  right: 0;
  width: calc(100% - 20px); /* full width minus right margin */
  margin-right: 20px;       /* space on the right */
  top: 100%;
  
}

/* Optional: style dropdown items */
.dropdown-item.barside {
  padding: 10px 15px;
  font-size: 14px;
}

/* Optional: hover effect */
.dropdown-item.barside:hover {
  background-color: #f8f9fa;
}
.customsidebar {
  --bs-customsidebar-width: 90% !important;
}

@media (min-width: 576px) {
  .customsidebar {
    --bs-customsidebar-width: 75% !important;
  }
}

@media (min-width: 768px) {
  .customsidebar {
    --bs-customsidebar-width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .customsidebar {
    --bs-customsidebar-width:35% !important;
  }
}
.customsidebar {
  width: var(--bs-customsidebar-width, 250px);   /* <== ADD THIS */
  position: fixed; overflow: auto;
  top: 0;
  left: calc(-1 * var(--bs-customsidebar-width, 250px));  /* <== ALSO FIX THIS */
  height: 100vh;
  background: white;
  transition: left 0.3s ease;
  z-index: 2000;
}

.customsidebar.open {
  left: 0;
}
F

.customsidebar.open {
  left: 0;         /* slide in */
}


.dropdown:focus > .dropdown-menu {
  display: block;
}
/* .nested-drop {
  display: none;
  list-style-type: none;
  margin-top: 8px;
  transition: all 0.3s ease;
}

.nested-drop.show {
  display: block;
} */

.dropdown-menu {
  display: none;
}
.dropdown-menu.show {
  display: contents !important;
}