*{
    margin: 0;
    box-sizing: border-box;
    width: auto;
}

.hide {
    display: none !important;
}

.invisible{
  visibility: hidden !important;
}

.btn-Taxonomy{
  text-shadow: unset !important;
    color: black !important;
}


.alert{
    border: 1px solid rgb(207, 206, 206);
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
}
.error{
    background-color: rgb(255, 167, 167);
}

.alert .closebtn{
    display: inherit;
    position: absolute;
    cursor: pointer;
    right: 0px;
    background: #ffe1e1;
    padding: 5px;
    top: 0px;
}

.Img45{
    all: unset;
    width: 45px;
    min-height: 45px;
    object-fit: cover;
  }


  .revert > *{
    all: revert;
    list-style: revert;
    display: revert;
  }
  .revert ul{
    display: revert !important;
  }
  .revert li{
    list-style: revert;
    display: revert !important;
  }

  .Img75 {
    all: unset;
    width: 75px;
    min-height: 75px;
    object-fit: cover;
  }

  .DropImg img {
      width: inherit;
      height: 100%;
      object-fit: contain;
  }

  .w-100{
    flex-direction: column !important;
  }

  .DropImg input {
      display: none;
  }

.di input{
    display: none;
}

.di{
    border: 1px dashed blue;
}

  .DropImg {
    border: 1px dashed blue;
}

.list-group-item{
    position: relative;
    display: block;
    padding: 0.55rem 0.75rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    line-height: 1rem;
}

/*  */
.ls{
    border-left: 4px double #9d9d9d !important;
}


.btn-Taxonomy{
  background-color: blanchedalmond !important;
  border: 1px solid gray !important;
}

.Action {
  display: flex;
}

.dropbtn {
/*    background-color: #3498DB !important; */
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }

  .dropbtn:focus-within > .myDropdown{
    display: block;

  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  .flx-1{
    flex: 1;
  }
  .flx-2{
    flex: 2;
  }
  .flx-3{
    flex: 3;
  }