

.custom-switch-inner .fa-home{
    color: grey !important;
}
#myTable .ri-delete-bin-line{
    color: red !important;
}
/*.ri-eye-line{*/
/*    color: #0b8cd6 !important;*/
/*}*/
/*.ri-pencil-line{*/
/*    color: #0b8cd6 !important;*/
/*}*/
.fa-arrow-down{
    color: grey !important;
}
.fa-arrow-up{
    color: grey !important;
}

.toggleitem{
     display: block;
    justify-content: center;
    align-items: center!important;
}

.footer-colors {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

.color-item {
    display: flex;
    align-items: center;
    margin-right: 20px; /* Adjust spacing between items */
}



.color-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #000;
}

.color-code {
    font-size: 14px;
    font-weight: bold;
}

.loginpage{
    position: relative;
    margin-top: 6%;
    margin-bottom: 10%;
  }

.signupbtn{
    background-color: #006D00;
}
.logform{
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 4px;
}
.signheading{
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -.045em;
}
legend {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .loginpage {
        margin-top:14%;
    }
}


.deletemodalicon{
    font-size: 100px;
    position: relative;
    left: 40%;
  }
  .modalheaderr{
    border-bottom: none !important;
  }
  .modalfooterr{
    border-top: none !important;

  }
  
  .loginsignin{
      white-space: nowrap;
  }
  
  .inventorytabs.active{
    background-color: #008C00 !important;
    color: #FFFFFF !important;
  }
  
  .inventorytabs{
    color: black;
  }
  .inventorytabs:hover {
    color: #000000 !important; 
}
  
  @media (min-width: 1200px) {
    .homecontainer{
                max-width: 1320px !important; 
    }
      
  }
  
  
  
  .accordion-button {
    background-color: #f1f1f1 !important; /* Green background */
    color: rgb(70, 70, 70) !important; /* White text */
    border: none !important; /* Green border */
    
}

.accordion-button:not(.collapsed) {
    background-color: #f1f1f1 !important; /* Darker green when expanded */
    border-color: #218838 !important;
}

.accordion-button::after {
    filter: none;
}

.accordion-body {
    background-color: #ffffff !important; /* Light green body background */
}
#accordionExample{
    border: none !important;
}

.accordion-button:focus {
        box-shadow: 0 0 0 0.15rem #d3d3d3 !important; 

}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}

.newssubscriberstabs{
    border-bottom: 1px solid grey !important;
    border-radius: 5px !important;
}

