.float-right{
    float:right !important;
}

.file-number{
    background:#e3eff5;
    padding:5px 15px;
    border-radius:5px;
    color: rgb(45, 45, 45);
}

.dropdownList{
    position:relative;
}
.dropdown-container{
    position:absolute;
    top:65px;
    left:0px;
    width:100%;
    z-index:999;
    border:1px solid #dee2e6;
    background:#fcfcfc;
    padding:10px 0px
}
.dropdown-container .dropdown-links{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    border-bottom:1px solid #dee2e6;
    color:black
}

button svg{
    vertical-align: baseline !important;
    margin-right:8px;
}

.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:wrap;
}

.dashboard-card{
    height: 100%;
    margin-bottom:0px;
}

progress{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
    color:aqua
}

progress::-moz-progress-bar { background: #98b7ff; }
progress::-webkit-progress-value { background: #98b7ff;  }
progress { color: #98b7ff;background: rgb(236, 236, 236);  }

html[data-bs-theme=dark] .dropdown-container{
    border: 1px solid #424e5a;
    background: #262d35;
}
html[data-bs-theme=dark] .dropdown-container .dropdown-links{
    border-bottom:1px solid #424e5a;
    color:#dddddd !important;

}
