* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
       
        table {
            font-size: 1.2rem;
            border-collapse: collapse;
            width: 100%;
            text-align: center;
            padding: 15px;
        }
        
        tr {
            font-weight: 900;
        }
        
        tr:nth-child(even) {
            background-color: #f2f2f2
            
        }

        .who {
            display: flex;
            justify-content: center;
        }
        .table-scroll {
            overflow: auto;
            padding: 15px;
        }
        
        #myInvTable {
            overflow: auto;
            padding: 0px 15px;
            height: 70vh;
            margin-top: 10px;
        }
        
        .table-scroll tr {
            padding: 40px;
        }
        
        #myInvTable th {
            position: sticky;
            top: 0;
            z-index: 1;
            border-collapse: separate;
            
        }
        .nav {
            background-color: white;
            color: black;
            width: 100%;
            box-shadow: 0px 5px 5px black;
        }
        
        .nav ul.table-buttons {
            display: flex;
            align-items: center;
            padding: 30px;
            margin: 0;
        }
        .nav a {
            padding: 20px;
            text-decoration: none;
            color: black;
            font-weight: 900;
            font-size: 1.25rem;
        }
        
        .nav img {
            max-width: 125px;
        }
        
        
        .nav li {
            margin-right: 20px;
            list-style: none;
        }
        
        .nav ul .user {
            color: black;
        }
        
        .stack {
            display: flex;
            flex-direction: column;
            text-align: center;
            margin-left: auto;
        }
        
        .stack .user {
            margin-bottom: 5px;
        }
        
        .dropdown {
            position: relative;
            display: inline-block;
        }
        
        /* Dropdown button */
        .dropbtn {
            background-color: transparent;
            color: white;
            padding: 14px 20px;
            border: none;
            cursor: pointer;
            text-decoration: none;
        }
        
        /* Dropdown content (hidden by default) */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: black;
            min-width: 160px;
            z-index: 1;
            box-shadow: 0 1px 8px black;
            border-radius: 5px 5px 5px;
        }
        
        /* Links inside the dropdown */
        .dropdown-content a {
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-size: 15px;
        }
        
        
        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            color: black;
            background-color: white;
        }
        
        /* Show the dropdown menu on hover */
        .dropdown:hover .dropdown-content {
            display: block;
        }
        
        /* Position the dropdown content */
        .dropdown-content {
            left: 0;
        }

        .table-header {
            padding: 20px;
            background-color: black;
            color: white;
        }

         
         .pop-container {
              display: none; /* Hidden by default */
              position: fixed; /* Stay in place */
              z-index: 1; /* Sit on top */
              left: 0;
              top: 0;
              width: 100%; /* Full width */
              height: 100%; /* Full height */
              overflow: auto; /* Enable scroll if needed */
              /*background-color: #474e5d;*/
              background-color: grey;
              padding-top: 50px;
         }
         
         .display-pop-container {
              width: 100%; /* Full width */
         }
         
         .pop-content {
             background-color: white;
             margin: 5% auto 15% auto; 
             width: 100%;
             column-count: 2;
             column-gap: 10px;
             column-rule-style: solid;
             padding-bottom: 30px;
         }
         
         .pop-content input[type=text], input[type=date]{
             width: 100%;
             padding: 20px;
         }
         
        .pop-content2 {
             background-color: white;
             margin: 5% auto 15% auto; 
             width: 100%;
             padding-bottom: 30px;
         }
         
        .pop-content2 input[type=text], input[type=date], input[type=password], input[type=date], textarea, input[type=time]{
             width: 100%;
             padding: 20px;
         }
         
         .pop-content2 input[type=text]:active {
             background-color: lightgrey;
         }
         
        .pop-content3 {
             background-color: white;
             width: 100%;
             padding-bottom: 30px;
         }
         
        .pop-content3 input[type=text], input[type=date], textarea{
             width: 100%;
             padding: 20px;
         }
         
         .pop-header {
             column-span: all;
             text-align: center;
             margin-bottom: 40px;
             font-size: 1.9rem;
             background-color: black;
             color: white;
             margin-top: 0;
             padding: 20px;
         }
         
         .load-container {
              display: none; /* Hidden by default */
              position: fixed; /* Stay in place */
              z-index: 1; /* Sit on top */
              left: 0;
              top: 0;
              width: 100%; /* Full width */
              height: 100%; /* Full height */
              overflow: auto; /* Enable scroll if needed */
              /*background-color: #474e5d;*/
              background-color: black;
              padding-top: 50px;
         }
         
         .load-content {
             background-color: white;
             margin: 5% auto 15% auto; 
             width: 600px;
             padding-bottom: 30px;
             height: 800px;
             border-radius: 15px;
         }
         .load-content input[type=text]{
             padding: 20px;
             width: 100%;
         }
         
        .loadBtn {
            padding: 10px;
            border-radius: 10px;
            background-color: black;
            color: white;
            min-width: 200px;
            font-weight: 900;
            margin-top: 300px;
        }
        
        .loadBtn:hover {
            background-color: white;
            color: black;
            box-shadow: 5px 5px 5px black;
        }
        
        .putawayBtn {
            padding: 10px;
            border-radius: 10px;
            background-color: black;
            color: white;
            min-width: 200px;
            font-weight: 900;
            margin-top: 300px;
        }
        
        .putawayBtn:hover {
            background-color: white;
            color: black;
            box-shadow: 5px 5px 5px black;
        }
        
        
        .receiveBtn {
            padding: 10px;
            border-radius: 10px;
            background-color: black;
            color: white;
            min-width: 200px;
            font-weight: 900;
            margin-top: 40px;
        }
        
        .receiveBtn:hover {
            background-color: white;
            color: black;
            box-shadow: 5px 5px 5px black;
        }
        
        .loadTag {
            border: black solid 2px;
            background-color: black;
            color: white;
            border-radius: 10px;
            padding: 5px;
            text-align: center;
            width: 30%;
            margin: auto;
            font-size: 0.7rem;
            margin-bottom: 8px;
        }
        
        .shipTag {
            border: white solid 2px;
            background-color: green;
            color: white;
            border-radius: 10px;
            padding: 5px;
            text-align: center;
            width: 45%;
            margin: auto;
            font-size: 12px;
            margin-bottom: 8px;
        }
        
        .receiveTag {
            border: white solid 2px;
            background-color: green;
            color: white;
            border-radius: 10px;
            padding: 5px;
            text-align: center;
            width: 60%;
            margin: auto;
            font-size: 12px;
            margin-bottom: 8px;
        }
        
        .lateTag {
            border: white solid 2px;
            background-color: red;
            color: white;
            border-radius: 10px;
            padding: 5px;
            text-align: center;
            width: 60%;
            margin: auto;
            font-size: 12px;
            margin-bottom: 8px;
        }
        
        .active {
            /*background-color: #6B7280;*/
            border: 1px solid #22C55E;
            background-color: #22C55E;
            color: white;
            border-radius: 10px;
            padding: 5px;
            text-align: center;
            width: 60%;
            margin: auto;
            font-size: 12px;
            margin-bottom: 8px;
            margin-top: 8px;
        }
         
         label {
             font-size: 1.4rem;
             font-weight: 900;
         }
         
         .close {
             color: red;
              position: absolute;
              right: 35px;
              top: 15px;
              font-size: 40px;
         }
         .close:hover {
             cursor:  pointer;
             color: white;
         }
         
         form {
             padding: 3rem;
         }
         
         .column-btn {
             column-span: all;
             text-align: center;
             margin-top: 40px;
         }
         

         
         #popTable {
             width: 100%;
         }
         
        .table-hover:hover{
            cursor: pointer;
        }
        .tran-btn {
            padding: 10px;
            font-weight: 900;
            color: white;
            background-color: black;
            width: 40%;
            font-size: 12px;
            border-radius: 10px;
            display: flex;
            margin: auto;
        }
        
        .tran-btn:hover {
            background-color: white;
            color: black;
            cursor: pointer;
        }
        
        .edit-btn {
            padding: 10px;
            font-weight: 900;
            color: white;
            background-color: black;
            width: 40%;
            font-size: 12px;
            border-radius: 10px;
            display: flex;
            margin: auto;
        }
        
        .edit-btn:hover {
            background-color: white;
            color: black;
            cursor: pointer;
        }
        
        .hist-btn {
            padding: 10px;
            font-weight: 900;
            color: white;
            background-color: black;
            width: 40%;
            font-size: 12px;
            border-radius: 10px;
            display: flex;
            margin: auto;
        }
        
        .hist-btn:hover {
            background-color: white;
            color: black;
            cursor: pointer;
        }
        
        .detail-btn {
            padding: 10px;
            font-weight: 900;
            color: white;
            background-color: black;
            width: 40%;
            font-size: 12px;
            border-radius: 10px;
            display: flex;
            margin: auto;
        }
        
        .detail-btn:hover {
            background-color: white;
            color: black;
            cursor: pointer;
            box-shadow: 5px 5px 5px black;
        }
        
        .assign-btn {
            padding: 10px;
            font-weight: 900;
            color: white;
            background-color: black;
            float: left;
            width: 100%;
            font-size: 15px;
        }
        
        .assign-btn:hover {
            background-color: white;
            color: black;
            cursor: pointer;
            box-shadow: 5px 5px 5px black;
        }
        
        .popBtn {
            padding: 10px;
            border-radius: 10px;
            background-color: black;
            color: white;
            min-width: 200px;
            font-weight: 900;
        }
        
        .popBtn:hover {
            background-color: white;
            color: black;
            box-shadow: 5px 5px 5px black;
        }
        
        fieldset {
            padding: 20px;
            height: 600px;
            align-content: center;
        }
        

        .image-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }
        .image-wrapper img {
            max-width: 1000px;
            opacity: 0.5;
        }
        
        .header {
            display: flex;
            justify-content: center;
            padding: 5px;
        }
        
        .header img {
            max-width: 250px;
        }
        
        .turntrak_header{
            display: flex;
            padding: 5px;
            align-items: center;
            gap: 15px;
        }
        
        .turntrak_header img{
            max-width: 250px;
        }
        .login_container{
            width: 100%;
            margin: auto;
            display: flex;
            flex-direction: row;
        }
        
        .login_left{
            width: auto;
        }
        .login_left img{
            max-width: 500px;
        }
        
        .login_right{
            width: 75%;
        }
        .login_form {
           height: 100%;
           
        }
        
        .login input[type=text], input[type=password] {
            background-color: transparent;
            width: 90%;
            padding: 20px;
        }
        
        .login input[type=text]:focus, input[type=password]:focus {
            background-color: white;
        }
        
        .card {
            width: 50px;
        }
        
        .dev-btn {
            padding: 25px;
            width: auto;
            margin: auto;
            text-decoration: none;
            color: black;
        }
        
        .dev-btn a {
            text-decoration: none;
            color: black;
        }
        
        .dev-btn:visited {
            color: black;
        }
        
        .grid {
            display: grid;
            grid-template-columns: auto auto auto;
            gap: 10px;
            padding: 10px;
            width: 90%;
            margin: auto;
            border: 2px solid black;
            background-color: #f1f1f1;
        }
        
        .grid > div{
            font-size: 1.5rem;
            text-align: center;
            padding: 10px;
            border: 2px solid black;
        }
        
        .item1 {
            grid-column: 1 / 4;
            background-color: black;
            color: white;
            padding: 15px;
        }
        
        .item9 {
            grid-column: 1 / 3;
        }
        
        .pricing {
            grid-column: 1/4;
        }
        
        .prodHeader {
            text-decoration: underline;
            font-size: 1.6rem;
            background-color: #C5C5C5;
            padding: 8px;
            margin-bottom: 6px;
        }
        
        select {
            width: 100%;
            padding: 20px;
        }
        
        #myInput {
          background-image: url('search.png'); /* Add a search icon to input */
          background-position: 10px 12px; /* Position the search icon */
          background-repeat: no-repeat; /* Do not repeat the icon image */
          background-size: 20px;
          width: 90%; /* Full-width */
          font-size: 16px; /* Increase font-size */
          padding: 12px 20px 12px 40px; /* Add some padding */
          border: 1px solid #ddd; /* Add a grey border */
          margin-bottom: 12px; /* Add some space below the input */
        }
        
        .yms-header {
            text-align: center;
        }
        
        .yms_grid{
            display: grid;
            grid-template-columns: auto auto;
            gap: 30px;
            grid-template-rows: auto auto auto auto auto;
            padding-top: 20px;
            font-size: 30px;
            font-weight: 600;
        }
        
        .yms_grid > div {
            padding: 50px;
            border-radius: 15px;
            margin: 5px;
        }
        
        .loader {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100vw;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-content: center;
            background-color: white;
            transition: opacity 1s, visibility 1s;
        }
        
        .loader-hidden {
            opacity: 0;
            visibility: hidden;
        }
        
        .loader::after{
            content: "";
            width: 100px;
            height: 100px;
        }
        
        .loader img{
            position: fixed;
            top: 70%;
            left: 50%;
            width: 500px;
            margin:-300px 0 0 -300px;
            -webkit-animation:spin 4s linear infinite;
            -moz-animation:spin 4s linear infinite;
            animation:spin 4s linear infinite;
        }
        
        .sub_head_img {
            position: relative;
        }
        
        .sub_head_img img {
          width: 100%;
          height: auto;
          display: block;
          opacity: 0.8;
        }
        .subheader {
          position: absolute;
          top: 45%;
          left: 50%;
          transform: translate(-50%, -25%);
          background-color: rgba(0, 0, 0, 0.6);
          color: white;
          padding: 40px;
          border-radius: 10px;
        }
        
        .subhead_title{
            font-size: 2rem;
            padding-bottom: 60px;
            text-align: center;
        }
        
        .subhead_info{
            font-size: 20px;
            width: 65%;
            margin: auto;
            padding-bottom: 25px;
        }
        
        .subhead_button{
            width: 50%;
            margin: auto;
            
        }
        
        .get_started{
            padding: 20px;
            border-radius: 20px;
            font-size: 15px;
            color: lightgreen;
            background-color: black;
            width: 100%;
            margin: auto;
            margin-bottom: 20px;
            
        }
        
        .get_started:hover {
            border: 2px solid white;
            box-shadow: 2px 2px 5px white;
            color: white;
        }
        
        .main_body{
            text-align: center;
            padding: 125px;
            background-color: black;
            color: lightgreen;
        }
        
        .main_body_title{
            font-size: 2rem;
            padding-bottom: 60px;
        }
        
        .main_body_info{
            font-size: 20px;
            width: 50%;
            margin: auto;
            padding-bottom: 25px;
        }
        
        .inventory_button{
            padding: 20px;
            border-radius: 20px;
            font-size: 15px;
            color: black;
            background-color: lightgreen;
            width: 50%;
            margin: auto;
        }
        
        .inventory_button:hover {
            border: 2px solid white;
            box-shadow: 2px 2px 5px white;
            color: white;
        }
        
        .cards{
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        
        .apptCard {
            width: 30%;
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            height: 450px;
            padding: 50px;
            margin: auto;
            position: relative;
            transition: ease-in-out 0.2s;
        }
        
        .apptCard:hover{
            cursor: pointer;
            box-shadow: 3px 3px 3px black;
            transform: scale(1.1,1.1);
        }
        
        
        .cardImg {
            display: flex;
            justify-content: center;
        }
        
        .cardImg img {
            width: 350px;
        }
        
                 .pop-card {
             background-color: #1E1E1E;
             color: #FFFFFF;
             width: 70%;
             margin: auto;
             position: absolute;
             top: 50%;
             left: 50%;
             transform: translate(-50%, -50%);
             z-index: 100;
         }
         
        .pop-card input[type=text], input[type=date], input[type=password], input[type=datetime-local]{
             width: 100%;
             padding: 20px;
         }
        
        @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
        @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
        @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
        
        
        .pop-card-alert {
             background-color: #1E1E1E;
             color: #FFFFFF;
             width: 70%;
             margin: auto;
             position: absolute;
             top: 50%;
             left: 50%;
             transform: translate(-50%, -50%);
             z-index: 100;
             font-size: 1.75rem;
             
         }
         
         .alert-img-container {
             width: 100%;
         }
         
         .alert-img-container img{
             display: block;
             margin-left: auto;
             margin-right: auto;
             top:  0;
            -webkit-animation:spin 4s linear infinite;
            -moz-animation:spin 4s linear infinite;
            animation:spin 4s linear infinite;
        }
        
        @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
        @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
        @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
        
@media only screen and (max-width: 1200px) {

    html {
        display: none;
    }
}
        
