/* X-Small devices (portrait phones, less than 382px) */
@media (max-width: 382px) { 
    .btn-new-plant{
        background-color: #fff0 !important;
        border: none;
        padding: 8px 0 8px 0}
    .btn-new-plant:hover{
        background-color: #32da8e00 !important;
        border-color: #32da8e00;
    }
    .navbar-collapse{border-top: 1px solid darkgray;}
    .modal-l {min-width: auto !important;}
    .m-title-8{margin-bottom: 8px !important;}
    .w-100{max-width: 95% !important;}
    .card-image{max-width: 80% !important;}

   }  
  
  
  
  /* X-Small devices (portrait phones, less than 576px) */
  @media (min-width: 382px) and (max-width: 575.98px) { 
    .btn-new-plant{
        background-color: #fff0 !important;
        border: none;
        padding: 8px 0 8px 0}
    .btn-new-plant:hover{
        background-color: #32da8e00 !important;
        border-color: #32da8e00;
    }
    .navbar-collapse{border-top: 1px solid darkgray;}
      .modal-l {min-width: auto !important;}
    .m-title-8{margin-bottom: 8px !important;}
    .w-100{max-width: 95% !important;}
    .card-image{max-width: 80% !important;}
}
  
  
  
  /* Small devices (landscape phones, less than 768px) */
  @media (min-width: 575.98px) and (max-width: 767.98px) {
    .btn-new-plant{
        background-color: #fff0 !important;
        border: none;
        padding: 8px 0 8px 0}
    .btn-new-plant:hover{
        background-color: #32da8e00 !important;
        border-color: #32da8e00;
    }
    .navbar-collapse{border-top: 1px solid darkgray;}
    .modal-l {min-width: auto !important;}
    .m-title-8{margin-bottom: 8px !important;}
    .custom-col-1{width: 31%;}
      }
  
  
  
  /* Medium devices (tablets, less than 992px) */
  @media (min-width: 767.98px) and (max-width: 991.98px) {
    .navbar-collapse{
        margin-top: 0px;
        padding-top: 0px;
      }
      .m-title-8{margin-bottom: 8px !important;}
      .custom-col-1{width: 23%;}
      }
  
  
  
  /* Large devices (desktops, less than 1200px) */
  @media (min-width: 991.98px) and (max-width: 1199.98px) {
    .navbar-collapse{
        margin-top: 0px;
        padding-top: 0px;}
    .custom-col-1{width: 17%;}
      }
  
  
  
  /* X-Large devices (large desktops, less than 1400px) */
  @media (min-width: 1199.98px) and (max-width: 1399.98px) {
    .navbar-collapse{
        margin-top: 0px;
        padding-top: 0px;}
    .custom-col-1{width: 14%;}
      }
  
  
  
  /* XX-Large devices (large desktops, more than 1400px) */
   @media (min-width: 1399.98px) {
    .navbar-collapse{
        margin-top: 0px;
        padding-top: 0px;}
    .custom-col-1{width: 12%;}
     }
  
  