
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  /* BODY */
  body {
    font-family: sans-serif;
    background-color: #3f3b4b;
    color: #5b5570;
  }
  
  /* HEADER */
  .admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3f3b4b;
    padding: 1rem;
    color: #fff;
  }
  #logo{
    /* font-size: 3px; */
    height:40px;
    
  }

  .admin-header_Admin{
    font-size: 30px;
    text-decoration: none;
    color:#FAF0E6;
    font-weight: 600;
  }
  .admin-header__logo {
    font-weight: bold;
    font-size: 1.2rem;
    height: 55px;
    display:flex;
    justify-content: center;
    align-items: center;
    width:200px;
    gap:0.5rem;
    background-color: #352F44;
    border:1px solid #5b5570;
    border-radius:12px;
  }
  
  .admin-header__search{
    height:55px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    width:1280px;
    margin-right:0px;
    background-color: #352F44;
    border:1px solid #5b5570;
    border-radius:12px;
    
  }
  .searchbar{
    display:flex;
    justify-content: center;
    align-items: center;
    
  }
  .searchlogo{
    height: 45px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #FAF0E6;
  }
  .admin-header__search input {
    padding: 0.5rem;
    border: 1px;
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px;
    background-color: #FAF0E6;
    color: #9e2222;
    width: 470px; 
    height:45px;
  }
  
  .admin-header__search input::placeholder {
    color: #07020271;
    text-indent:100px;
    font-size: 20px;
  }
  
  .admin-header__actions{
  
    display:flex;
    width:350px;
    justify-content: space-around;
    
  
  }
  
  .Maillogo{
    height:40px;
  }
  .Maillogo::hover{
   background-color:#9e2222;
   cursor:pointer;
  }
  .logoutlogo{
    height:40px;
  }
  
  
  
  /* main content css */
  main{
    background-color: #3f3b4b;
    height:85vh;
    display:flex;
    gap:16px;
  }
  
  .leftside-content{
    background-color: #352F44;
    width:200px;
    margin-left:17px;
    border:1px solid #5b5570;
    color: #f2e7e7;
    height:610px;
    border-radius:15px;
    font-weight: bold;
   
   
  
  }
  
  .Navcontent{
    
    margin-left:35px;
    padding-top:25px;
    display:grid;
    gap:50px;
    
    
  }



  .outerdivDashnav{
    
    position: relative;
    display:inline-block
  }
  .dropdown1{
    display:none;
    margin-right:12px;
    z-index: 1;
    background-color: #352F44;
    margin-left:8px;
    row-gap:5px;
    width:100px;
    padding-top:4px;
    
  }

  .dropdown1 a{
    text-decoration:none;
    color:#eeeae5;
    display:block;
    font-weight:500;
    font-size: 23px;
  }

  .dropdown1 a:hover{
    background-color: hsl(253, 14%, 39%);
    color:black;

  }
  


  #dashboardnav{
    text-decoration: none;
    color:#eeeae5;
    background-color:#352F44;
    border:none;
    font-weight:500;
    font-size: 25px;
    width:max-content;
  
  }

  #dashboardnav:hover{
    color: hsl(253, 14%, 39%);
  }

 .outerdivDashnav:hover .dropdown1 {
    
    display:block;
  }
  
  .outerdivDashnav:focus-within .dashboardnav {
    background-color: hsl(253, 14%, 39%);
    color: white;
    border-radius: 5px;
  }
  
 

/* css for dropdown2 */

  .outerdivshipment:hover .dropdown2{
    display:block;
  }

  
  .dropdown2 a{

    text-decoration: none;
    color:#eeeae5;
    display:block;
    font-weight:500;
    font-size: 23px;

  }

  .dropdown2 a:hover{
    background-color:#5b5570  ;
    color:black;
  }

  .dropdown2{
    display:none;
    margin-right: 10px;
    z-index: 1;
    background-color: #352F44;
    margin-left:8px;
    row-gap:5px;
    column-gap: 5px;
    width:100px;
    padding-top:4px;
  }
  
  #shipmentsnav{
   
    text-decoration: none;
    color:#eeeae5;
    background-color:#352F44;
    border:none;
    font-weight:500;
    font-size: 25px;
    width:max-content;
  
  }

  #shipmentsnav:hover{
    color:hsl(253, 14%, 39%);
  }
  
  .outerdivinventory:hover .dropdown3{
    display:block;
  }

  .outerdivinventory{
    display:inline-block;
    justify-content: center;
    align-items: center;
  }

  .dropdown3{
    margin-right:20px;
  }

  .dropdown3 a{
    text-decoration: none;
    color:#eeeae5;
    display:block;
    font-weight:500;
    font-size: 23px;
    /* border:1px solid hsl(253, 14%, 39%);
    border-radius: 5px; */
  }

  .dropdown3 a:hover{
    color: hsl(254, 37%, 12%);
    background-color: hsl(253, 14%, 39%);
  }

  .dropdown3{
    display:none;
    
    z-index: 1;
    background-color: #352F44;
    margin-left:5px;
    row-gap:5px;
    width:100px;
    border-radius:3px;
    padding-top:4px;

  }
  #inventorynav{
    text-decoration: none;
    color:#eeeae5;
    background-color:#352F44;
    border:none;
    font-weight:500;
    font-size: 25px;
    width:max-content;
  
  }

  #inventorynav:hover{
    color:hsl(253, 14%, 39%);
  }
  
  .outerdivwarehouse:hover .dropdown4{
    display:block;
  }

  .dropdown4 a:hover{
    background-color:hsl(253, 14%, 39%);
    color:black;
  }
  .dropdown4 a{
    display:block;
    text-decoration: none;
    color:#eeeae5; 
    font-weight:500;
    font-size: 23px;
  }
  .dropdown4{
    display:none;
    margin-right:15px;
    z-index: 1;
    background-color: #352F44;
    margin-left:8px;
    row-gap:5px;
    width:100px;
    padding-top:4px;
  }
  #warehousenav{
    text-decoration: none;
    color:#eeeae5;
    background-color:#352F44;
    border:none;
    font-weight:500;
    font-size: 25px;
    width:max-content;
  
  }

  #warehousenav:hover{
    color:hsl(253, 14%, 39%);
  }
  
  .outerdivreports:hover .dropdown5{
      display:block;
  }

  .dropdown5 a:hover{
    background-color:hsl(253, 14%, 39%);
    color:black;
  }


  .dropdown5 a{
    text-decoration:none;
    color:#eeeae5;
    display:block;
    font-weight:500;
    font-size: 23px;
  }
  .dropdown5{
    display:none;
    margin-right:8px;
    z-index: 1;
    background-color: #352F44;
    margin-left:5px;
    width:100px;
    padding-top:4px;
  }

  #reportsnav{
    text-decoration: none;
    color:#eeeae5;
    background-color:#352F44;
    border:none;
    font-weight:500;
    font-size: 25px;
    width:max-content;
  
  }

  #reportsnav:hover{
    color:hsl(253, 14%, 39%);
  }
  
  .rightside-content{
    height:610px;
    width:1280px;
    background-color: #352F44;
    border:1px solid #5b5570;
    border-radius:15px;
  }

  .titles{

    display:inline-flex;
  }

  #trackingstatusTag{
    color:#eeeae5;
    font-size: 30px;
    margin-top: 0px;
    margin-left:500px;
  }


  #salesActivityTag{
    color:#eeeae5;
    margin-left: 25px;
    margin-top:0px;
    margin-right:30px;
    font-size: 30px;
    
  }
    
  .upperrightSide{
    margin-top:10px;
    display:flex;
    
  }
 
  .salesDiv span{
    margin-left: 40px;
    margin-top:30px;
    color:black;
  }
  #InboundNumber{
    margin-top: 15px;
    color:#229e2c;
  }
  #OutboundNumber{
    margin-top: 15px;
    color:#225c9e;
  }

  #damagedNumber{
    margin-top: 15px;
    color:#9e2222;
  }
  #Qty{
   margin-top: 40px;
   position:absolute;
   font-size: x-small;
  }
  #readyoutBound{
    color:#225c9e;
    margin-top:55px;
    margin-left:0px;
    font-size: 15px;
    position:absolute;
   
  }
  #readyinBound{
    color:rgb(45, 185, 9);
    margin-top:55px;
    margin-left:0px;
    font-size: 15px;
    position:absolute;
   
  }
  #damagedbound{
    color:#9e2222;
    margin-top:55px;
    margin-left:0px;
    font-size: 15px;
    position:absolute;
  }
  .outboundDiv{
    margin-top: -50px;
    margin-left: 20px;
    border-radius: 20px;
    color:#352F44;
    border: 1px solid black;
    display:flex;
    flex-direction: column;
    background-color: #fff;
    height: 90px;
    width:100px;
    align-items: center;
  }
  .inboundDiv{
    margin-top: -50px;
    margin-left: 20px;
    border-radius: 20px;
    color:#352F44;
    border: 1px solid black;
    display:flex;
    flex-direction: column;
    background-color: #fff;
    height: 90px;
    width:100px;
    align-items: center;
  }
  .faultyDiv{
    margin-top: -50px;
    margin-left: 20px;
    border-radius: 20px;
    color:#352F44;
    border: 1px solid black;
    display:flex;
    flex-direction: column;
    background-color: #fff;
    height: 90px;
    width:100px;
    align-items: center;
  }
  

  #upperlefttab{
    color:#eeeae5;
    font-size: 20px;
    margin-top:-30px;
    margin-left: 40px;

  }

  .trackHome{
    height:90px;
    width:700px;
    margin-left:120px;
    margin-top: -50px;
    border:1px solid black;
    border-radius: 20px;
    background-color: #eeeae5;
  }


  /* for orders */

  .rightside-content {
    height: 610px;
    width: 1280px;
    background-color: #352F44;
    border: 1px solid #5b5570;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap:45px;
    align-items: center;
    padding: 20px;
}

#choice{
  font-size: 30px;
  color:#FAF0E6;
}

.inboundOrders, .outboundOrders {
    position: relative;
    padding: 10px;
    background-color: #e4892d;
    border: 1px solid #352F44;
    cursor: pointer;
    text-align: center;
    height:70px;
    font-size: 30px;
    font-weight: 100;
    width: 400px;
    border-radius: 8px;
}

.inboundOrders a, .outboundOrders a {
    text-decoration: none;
    color: black;
    font-weight: 100;
    display: block;
    padding: 10px;
}

.dropdowninbound, .dropdownoutbound {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 8px;
}

.dropdowninbound a, .dropdownoutbound a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
}

.dropdowninbound a:hover, .dropdownoutbound a:hover {
    background-color: #5b5570;
}


.inboundOrders:hover .dropdowninbound,
.outboundOrders:hover .dropdownoutbound {
    display: block;
}



/* for the outboundorders outorders.html */
#receiverCompanyContact,
#receiverCompanyName, 
#receiverCompanyAddress, 
#receiverCompanyGSTIN, 
#transporter, 
#modeOfTransport, 
#cewbNo, 
#multiVehInfo, 
#reasonForTransport, 
#vehicleNumber, 
#invoiceNumber, 
#valueOfGood, 
#hsnOfBill {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f9f9f9;
}

#receiverCompanyAddress, 
#reasonForTransport {
    resize: none;
}

/* Form Container */
.form-container {
    background-color: #FAF0E6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    /* max-width: 500px; */
    margin: 20px auto;
    overflow-y: auto;
    /* max-height: 550px; */
}

.form-container h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #352F44;
}

label {
    font-weight: bold;
    display: block;
    /* font-size:28px; */
    margin-top: 10px;
    color: #5b5570;
}

#submitForm {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background-color: #5b5570;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

#submitForm:hover {
    background-color: #352F44;
}




.formwarehouse-container{
  background-color: #FAF0E6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* max-width: 500px; */
  margin: 20px auto;
  overflow-y: auto;
  /* max-height: 550px; */
}

.formwarehouse-container h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #352F44;
}

#submitFormwarehouse {
  margin-top: 15px;
  margin-left:400px;
  width: 30%;
  padding: 10px;
  background-color: #5b5570;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#submitFormwarehouse:hover{
  background-color:#352F44;
}

#WarehouseCompany_Name,
#WarehouseCompany_Address,
#WarehouseCompany_City,
#WarehouseCompany_State,
#WarehouseCompany_Pincode,
#WarehouseCompany_GSTIN,
#WarehouseCompany_Contact,
#WarehouseCompany_Capacity,
#WarehouseCompany_Email{
  background-color: #FAF0E6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  height:40px;
  /* max-width: 500px; */
  margin: 20px auto;
  /* overflow-y: auto; */
  /* max-height: 550px; */
}
/* Sign Up Page styling  */
:root {
  --brand-navy: #0A2342;
  --brand-orange: #F56416;
  --brand-lightgray: #F8F8F8;
  --brand-darkgray: #333333;
  --border-color: #e1e1e1;
  --text-gray: #666666;
  --error-red: #e53e3e;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
  color: var(--brand-navy);
  background: #f3f4f6;
  min-height: 100vh;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9; /* or white */
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header styling */
.header {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.header-wrapper {
  background-color: #ffffff; 
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--brand-orange);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-weight: bold;
}

.company-name {
  font-weight: bold;
  font-size: 1.25rem;
  color: var(--brand-navy);
}

.orange-text {
  color: var(--brand-orange);
}

.tagline {
  display: none; /* Hidden on mobile */
  font-size: 1.125rem;
  font-weight: 500;
  color: #666666;
}

/* Sign-up Section */
.signup-section {
  padding: 3rem 0;
  background-color: #f3f4f6; 
  width: 100%;
}

.signup-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: none;
}

.signup-content {
  padding: 2rem;
}

.signup-content h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  animation: fadeIn 0.5s ease-out;
}

.subtitle {
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 2rem;
  animation: fadeIn 0.5s ease-out 0.2s both;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  animation: fadeIn 0.5s ease-out 0.4s both;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 500;
  color: var(--brand-navy);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 0.375rem;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-group input:focus {
  outline: none;
  border-color: var(--brand-orange);
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.checkbox-group label {
  font-weight: 400;
  font-size: 0.875rem;
}

.checkbox-group a {
  color: var(--brand-orange);
  text-decoration: none;
}

.error-message {
  font-size: 0.875rem;
  color: var(--error-red);
  display: none;
}

.btn-primary {
  background-color: var(--brand-orange);
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 1rem;
}

.btn-primary:hover {
  background-color: #e05a13;
}

.login-link {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  text-align: center;
  animation: fadeIn 0.5s ease-out 0.6s both;
}

.login-link a {
  color: var(--brand-orange);
  font-weight: 500;
  text-decoration: none;
}

.signup-image {
  display: none;
}

.image-container {
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styles */
@media (min-width: 768px) {
  .tagline {
    display: block;
  }
  
  .desktop-nav {
    display: block;
  }
  
  .menu-toggle {
    display: none;
  }
  
  .signup-container {
    flex-direction: row;
    min-height: 600px;
  }
  
  .signup-content {
    flex: 1;
    padding: 3rem;
  }
  
  .signup-image {
    display: block;
    flex: 1;
  }
  
  .signup-content h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
  
  .signup-content {
    padding: 4rem;
  }
  
  .signup-content h1 {
    font-size: 3rem;
  }
  
  .subtitle {
    font-size: 1.25rem;
  }
}
