.product-grid{
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.page-name{
    left: 50%;
}

.product {
    display: inline-flex;
    flex-direction: column;
    max-width: 100%;
    border: 1px solid rgb(237, 236, 236);;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin: 5px;
}

input{
    font-family: "Montserrat", sans-serif;

}

.product-detail{
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.product-detail-main-info{
    display: flex;
    flex-direction: row;
    justify-content: left;

}

.product:hover{
    --background-color: #CCE6F4;
    opacity: 0.80;
    cursor: pointer;
}

.product img {
    margin-top: 0px;
}


.container{
    position: absolute;
    margin: auto;
    background-color: white;
    color: #315E77;
    width: 100%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#content {
    margin: auto;
    background-color: white;
    font-family: "Montserrat", serif;
    width: 95%;
    padding: 20px;

}

.side-bar{
    margin-top: 40px;
    width: 25%;
}

ul{
    list-style-type: none;
    margin: 10px;
    padding: 20px 20px 20px 20px;
}

ul, li {
    text-decoration: none;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px;
}

ul, li, a {
    font-weight: normal;
    font-family: "Montserrat", serif;
    font-style: normal;
    font-size: 16px; 
    color: #315E77; 
    margin-bottom: 10px; 
    text-decoration: none; 
}


ul li:hover {
    background-color: #c0bdff;
}

h2, h1 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #315E77; 
}

.add-product-form{
    padding: 20px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: left;
    margin-left: 40px;
}

.add-product-form label{
    margin-top: 20px;
}
.add-product-form button{
    margin-top: 20px;
}

button:hover, .custom-file-upload:hover, .image-upload-style:hover{
    background-color: #75cdfd;
    cursor: pointer;
}

button, .custom-file-upload{
    width: 100%;
    background-color: #315E77;
    border: 1px solid rgb(208, 218, 255);
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    color: white;
    font-family:'Montserrat', sans-serif;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="file"]{
    border: 1px solid rgb(234, 234, 255);
    padding: 10px 10px;
    width: 98%;
}

#id_name{
    width: 50%;
    font-family: "Montserrat", sans-serif;
}

#id_description{
    width: 50%;
    height: 150px;
    font-family: "Montserrat", sans-serif;
}

#id_category{
    width: 52%;
    font-family: "Montserrat", sans-serif;
}

#id_status{
    width: 52%;
    font-family: "Montserrat", sans-serif;
}

#id_quantity{
    width:100px;
    text-align: center;
}

#id_price{
    width:100px;
    text-align: center;
}

#id_category_filter{
    font-family: "Montserrat", sans-serif;
}


input[type="number"] {
    border: 1px solid rgb(234, 234, 255);
    padding: 10px 10px;
    width: 98%;
}

textarea{
    border: 1px solid rgb(234, 234, 255);
    padding: 10px 10px;
    width: 95%;
    font-family: "Montserrat", sans-serif;
}

select{
    border: 1px solid rgb(234, 234, 255);
    padding: 10px 10px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

#delete-product{
    font-family: "Montserrat", sans-serif;
}

#delete-product:hover{
    background-color: #ff3f3f;
    color: white;
    cursor: pointer;
}

.search-form{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: center;
    padding: 10px 10px 10px 10px;
    align-items: center;

}

.search-form-field{
    margin-right: 50px;
    font-size: 16px;
}

.search-form-field-price{
    min-width: 50px;
    max-width: 210px;
    
}

.search-form-field-name{
    min-width: 200px;

}

.products-page{
    background-color: rgb(255, 255, 255);
    text-align: left;

}

.no-products-page{
    background-color: rgb(240, 240, 253);
    margin-left: 10px;
    padding: 30%;
}

.img-container{
    margin-bottom: 50px;
    border: 2px solid rgb(195, 195, 255);
    padding: 50px;
}

.upper-bar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    min-width: 30%;
}

.upper-bar-entry{
    justify-content: center;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    cursor: pointer;
    border: 0px solid rgb(224, 224, 255);
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;

}

.upper-bar-entry:hover, .personal-area-upper-bar-entry:hover{
    text-decoration: underline;
}

.headings-search-form-grid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;

}

.headings-search-form-grid-entry{
    margin: 10px 50px 10px 50px;

}

.product-image{
    flex: 0 0 30%; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    max-width: 90%;
    max-height: 90%;
    
}

.product-details{
    flex: 1;
    justify-content: center;
    align-items: center;
}

#product-view{
    display: flex;
    flex-direction: row;
    justify-content: left;
}

#view-button{
    max-width: 80%;
    margin-left: 50px;
    text-decoration: none;
}

#interest-product-button{
    max-width: 70%;
}

#product-info{
    margin-left: 0%;
}

.button-container-product-view{ 
    justify-content: left;
    display: flex; 
    flex-direction: column;
    text-decoration: none;
    margin-top: 30px;
}

.product-detail-image-container{
    flex: 0 0 60%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
}

.product-detail-info-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content:baseline;
    padding: 5px;
    margin-left: 50px;
}

.personal-area-upper-bar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    margin-top: 30px;
}

.personal-area-upper-bar-entry{
    justify-content: center;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    cursor: pointer;
    border: 0px solid rgb(224, 224, 255);
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;

}

.undo-delete-op:hover{
    background-color: #ece9ff;

}

.undo-delete-op{
    width: 50%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

p{
    font-family: "Montserrat", sans-serif;
}

input[type="text"],  
    input[type="password"], 
    input[type="email"], 
    input[type="file"],
    input[type="date"]{
    font-family: "Montserrat", sans-serif;
}


.request-detail-image-container{
    flex: 0 0 0%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
}

.request-detail-info-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content:baseline;
    padding: 5px;
    margin-left: 50px;
}

.vl {
    border-left: 1px solid rgb(237, 236, 236);
    height: 50px;
    width: 0px;
  }

.hr{
    border-bottom: 1px solid rgb(237, 236, 236);
    height: 0px;
    width: 280px;
}
.hr-heading{
    border-top: 1px solid rgb(222, 253, 255);
    border-bottom: 1px solid rgb(237, 236, 236);
    border-left: none;
    border-right: none;
    border-width: 0px;
    height: 2px;
    background-image: linear-gradient(rgb(222, 253, 255), rgb(237, 236, 236));
}

.selected{
    background-color: #CCE6F4;
}

.page-main-content{
    display: flex;
}

.features{
    width: 85%;
    margin:auto;
    text-align: left;
    padding: 20px;
}

footer{
    text-align: center;
}

.small-letter{
    font-size: 18px;
    color: black;
    vertical-align: middle;
    margin-left: -15px;
}

.huge-letter{
    font-size: 48px;
    color: #315E77;
    margin-right: 5px;
}






/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Add an active class to highlight the current page */
  .active {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  /* Dropdown container - needed to position the dropdown content */
  .upper-bar-entry {
    overflow: hidden;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .upper-bar-entry  .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    padding: 14px 16px;
    font-family: inherit;
    margin: 0;
    width: 250px;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    margin-left: 260px;
    margin-top: -50px;
    box-shadow: 2px 8px 16px 0px #315E77;
    z-index: 1;
    padding: 14px;
    border-radius: 6px;
    background-color: #f7f5ff;
  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: #315E77;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 4px;
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #75cdfd;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #75cdfd;
    color: #315E77;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }

  #map {
    height: 300px;
    width: 350px;
    margin: 30px 30px 30px 30px;

}

.link-base:hover{
    color: #01273b;
}

.fas{
    padding: 8px;
    text-decoration: none;
}

.fas:hover {
    --background-color:#CCE6F4;
    --color: #01273b;
    --border-radius: 10px 10px;
    text-decoration: none;
}


.address:hover {
    background-color:#CCE6F4;
    text-decoration: none;
}
.address{
    padding:10px;
    border-radius: 15px;
}


.fas:hover p {
    text-decoration: none;
}

.fa{
    padding: 8px;
    text-decoration: none;
}


.fa:hover{
    background-color:#CCE6F4;
    --color: #01273b;
    border-radius: 10px 10px;
    text-decoration: none;
}



.category-form{
    border: 1px solid rgb(237, 236, 236);
    padding: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap:2px;
}

.category-formset{
    padding:16px;

}

.checkbox-spv{
    height: 500px;
}

.checkbox-user{
    height: 300px;
}
.checkbox-category{
    height: 120px;
}

.checkbox{
    border: 2px solid rgb(237, 236, 236);
    padding: 20px;
}

.checkbox:focus{
    border: 2px solid #315E77;
    background-color: #CCE6F4;
}

.checkbox option{
    padding: 2px;
}

/* Custom class for selected options */
.selected-option {
    background-color: red !important;
    color: green !important;
}

#filter-button{
    width: auto;
    height: 50px;
    text-align: center;
}

#export-button{
    width: auto;
    padding: 15px;
    margin-top: 30px;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
}

input[type="date"]{
    border: 2px solid rgb(237, 236, 236);
    padding:12px;
}

input[type="date"]:focus{
    background-color: #CCE6F4;
}


#warehouse-items-field-unactive{
    background-color: #7b000062; 
}

.warehouse-items-field-class{
    display: flex;
    flex-direction: column;
    height: 100px;
}

.fa-tags-disable:hover{
    background-color: #7b000000; 
}

#request-item{
    gap:0px;
}

#id-field{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.remove-category{
    width: 10%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #CCE6F4;;
    color: #315E77;
}

.select2-container--default .select2-selection--single {
    background-color: #fff; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    font-size: 12px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgb(234, 234, 255);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #CCE6F4;;
    color: #315E77;
}

.select2-container--default .select2-selection--single {
    background-color: #fff; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    font-size: 12px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgb(234, 234, 255);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-family: "Montserrat", serif;
}

.request-completed{
    background-color: #3ba1005b;
    opacity: 1;

}

.request-uncompleted{
    background-color: #ff36035b;
    opacity: 1;
}

#contact-form{
    font-family: "Montserrat", sans-serif;

}

.zenith-info{
    margin-top: 50px;
    display: flex;
    flex-direction:row;
    gap:50px;
    max-width:auto;
    justify-content: center;
}

.sites{
    display: flex;
    flex-direction: "row";
    align-items:center;
    text-align:center;
    gap: 50px;
}