/**
 * 업로드 진행 화면 
 * @author CJS@BRYAN
 * @since  2024. 01.01
 * @version 1.0
 * @see
 * Copyright (C)  All right reserved.
*/

 
.core-upload-view-content {
    --tblr-alert-color: #cacccd !important;
    background: rgb(255 255 255 / 90%) !important;
    z-index: 999999999 !important;
    border-color: rgba(55, 81, 126, 0.8) !important;
    color: #7b7777;
}
.core-upload-view-content .upload-files {
	min-height : 200px;
	max-height : 200px;
	height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.core-upload-view-content .progress {
 	position: relative;
 	height: 14px;
 	background-color : gray;
}
.core-upload-view-content .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255,0.9);
    font-size : 10px;
    
 }
.core-upload-view-content .progress-bar-bg{
    background-color: rgb(103 137 190)!important;
}
