.error {
    color:#d25a5a
}

div.contents {
    background-color: #17181c!important;
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #171717;
    z-index: -1 ;
  }
  #particle-canvas {
    position: absolute !important;
    top: 10vh;
    left: -50px;
    border-radius: 50%;
    width: 72vw;
    height: 72vw;
    border-radius: 50%;
    border: 0.5px dotted rgb(136, 136, 136, 0.5);
    transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
  
    color: #5c5a5a;
    /* transform: translate3d(50% , 50% , 0); */
    z-index: 0;
  }

  .form-control, .form-select, .form-control:focus, .form-select:focus {
    background-color: #121418;
    border-color: #222733;
    color: #EEE;
    transition: color .2s ease,background-color .2s ease;
  }
  
  input[type=file]::file-selector-button {
    display: none;
  }
  .nav-link{
    color:#EEE !important;
  }
  .nav-link:hover  {
    color:#EEE!important;
    text-decoration: underline;
  }
  .nav-link.active  {
    color:#EEE!important;
    text-decoration: underline;
  }
  .table {
    color:#EEE !important;
  }
  .next-question, .next-user-info {
    background-image: url("/assets/images/right-arrow.svg");
    height: 100px;
    width: 200px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    display: flex;
    border: none;
    padding-top: 40px;
    font-weight: 500;
  }
  .prev-user-info {
    background-image: url("/assets/images/left-arrow.svg");
    height: 100px;
    width: 200px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    display: flex;
    border: none;
    padding-top: 40px;
    font-weight: 500;
    justify-content: flex-end;
  }