
.dark-mode #loading { background-color: #101924; }

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: #fff;
    z-index: 99;  
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  #loading-image {
    position: relative;
    display: inline-block;
    z-index: 100;
  }

  @media (min-width: 1200px) { #loading{ left: 10.5vw; } }

.dark-mode #loading2 { background-color: #101924; }

#loading2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: #fff;
    z-index: 99;  
    display:flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 1200px) { #loading2{ left: 0vw; } }

.delete-carac {
  margin-right: -1rem !important;
  margin-left: 0.5rem;
  margin-top: -0.4rem;
  color: rgba(255, 0, 0, 0.384);
}

.delete-carac:hover {
  
  color: rgba(255, 0, 0, 0.616);
}

.elem-moving {
  opacity: 0.4;
}