
/* Upload Files*/
/*
.fs-popup {
    display: none;
    position: fixed;
    top: 35vh;
    height: auto;
    right: 30vw;
    width: 40vw;
    padding: 10px;
    background-color: #f1f1f1;
    box-shadow: 5px 5px 10px #696969;
    z-index: 9999;
    background-color: #f2f2f2;
    border-radius: 5%;
}

 */

 body {
     overflow: hidden;
 }

.hidden_option {
    display: none;
  }
  
.trash-button {
    margin-left: 25%;
    margin-right: 25%;
}

.fa-trash{
    font-size: 20px;
    text-align: center;
    color: red;
}

.form-select {
    width: 100%;
}

/* .data-table-width {
    width: 85%;
} */

/* .horizontal-scroller {
    overflow-x: scroll;
    width: 85%;
} */

.container-fluid {
    width: 83vw!important;
}

.container-widen {
    width: 91.5vw!important;
}

#loading-container {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    padding-top: 10vh;
    color: #fff;
}

.loading-animation {
    text-align: center;
}

#loading-container p {
    font-size: 1.8rem;
}

#loading-container img {
    width: 30vw;
}