.loading-index-wrapped{
    height: 100vh;
    background-color: #ffffff9c;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 999999;
}
.file-upload-sec-wrapped{
    min-height: calc(100vh - 130px);
}
.file-upload-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em ;
}
.file-upload-title-btn .btn-no-border-bg{
    text-decoration: underline!important;
}
.btn-no-border-bg{
    border: none!important;
    background-color: unset!important;
    padding: 0!important;
    color: var(--btn-color)!important;
    font-size: 0.9em!important;
    font-weight: 600!important;
    letter-spacing: 0.5px;
    position: relative;
}
.file-uploading-wrapped{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    margin-top: 1.5em;
    padding:0  0.5em;
    overflow: auto;
    height: calc(100vh - 250px);
}
.file-upload-full-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    width: 100%;
    box-shadow:rgb(0 0 0 / 3%) 0px 1px 4px;
    transition: 0.3s all;
}
.file-upload-full-card:hover{
background: #EDF7F7;
    box-shadow:unset;
}
.file-upload-full-card:hover .file-upload-card-icon{
    border-color: var(--btn-color);

    }
.file-upload-full-card-info{
    display: flex;
    align-items: center;
    gap: 1em;
}
.file-upload-title-info h4{
    font-size: 1.1em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0em;
}
.file-upload-card-icon{
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    transition: 0.3s all;

}
.file-upload-card-info h4{
    font-size: 1em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.file-upload-card-info p{
    font-size: 0.85em;
    font-weight: 400;
    color:#9DA3AE;
    margin-bottom: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.file-upload-card-info p span{
    color: var(--tertiary-color);
    text-decoration: underline;
}
.file-upload-card-size{
    display: flex;
    align-items: center;
    gap: 1em;
}
.file-upload-type{
    background-color: #F4FDFB;
    color: var(--btn-color);
    font-size: 0.85em;
    font-weight: 500;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    text-align:center;
    margin-bottom: 0em;
}
.file-size{
    margin-bottom: 0em;
    color:#9DA3AE;
    font-size: 0.85em;
    font-weight : 500;   

}
.file-tabs-card-wrapped .nav-link.active{
    border-bottom: 2px solid var(--btn-color);
    color: var(--tertiary-color)!important;
}
.file-tabs-card-wrapped .nav-link.active span{
    background: #1950970D;
    padding: 0.5em 1.5em;
    color: var(--btn-color)!important;
}
.file-tabs-card-wrapped .nav-link {
    background: unset!important;
    border-radius: 0!important;
    font-size: 0.9em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3em;
    color: #8F9899!important;
    border-bottom: 2px solid #B9B9B90D;
    padding: 1em 2em;

}
.file-tabs-card-wrapped .nav-link span{
    background: #eee;
    padding: 0.5em 1.5em;
    color: #8F9899!important;
    height: 2em;
    font-size: 0.85em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.file-uploading-total-frame{
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: center;
}
.file-total-done-card,.file-total-fail-card{
    font-size: 0.9em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 2em;
    gap: 0.5em;
    border-radius: 30px;
}
.file-total-done-card{
    color: var(--btn-color);
    background: #F4FDFB;
}
.file-total-fail-card{
    color:#FF6060;
    background: #FF60600A;
}
.file-processing-btn{
    background-color:#F4FDFB !important;
    color: var(--btn-color)!important;
    border: none!important;
    font-size: 0.9em!important;
    font-weight: 600!important;
    padding: 1em 2em!important;
    border-radius: 0px!important;
    position: relative;

}
.file-processing-btn:hover:before, .file-processing-btn:hover:after {
    width: 100%;
    transition: 800ms ease all;
}
.file-processing-btn:before, .file-processing-btn:after {
    content: '';
    background: var(--btn-color);
    height: 2px;
    width: 0;
    position: absolute;
    transition: 0.4s ease all;
}
.file-processing-btn:before {
    top: 0;
    right: 0;
}
.file-processing-btn:hover {
    border-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    /* background-color: var(--btn-color) !important; */
    text-decoration: none !important;
}
.file-processing-btn:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}
.file-uploading-processing-wrapped{

    height: calc(100vh - 130px);
    overflow: auto;
    box-shadow: 4px 9px 27px 3px rgba(112, 144, 176, 0.10); 
}
.file-uploading-processing-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3em;
    height: 100%;
}
.processing-frame{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.processing-frame span, .training-msg{
    font-size: 0.9em;
    color: var(--tertiary-color);
    font-weight: 500;
}
.processing-frame .CircularProgressbar{
    width:calc(100% - 50%)!important;
}
.processing-frame .CircularProgressbar .CircularProgressbar-path{
    stroke: var(--btn-color)!important;
}
.processing-frame .CircularProgressbar .CircularProgressbar-trail{
    stroke:#F4FDFB;
}
.CircularProgressbar-text{
    font-size: 1em!important;
    font-weight: 600;
    fill: var(--tertiary-color)!important;
}
.file-upload-initisat-status{
    width: 5em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #efefef;
}
.file-upload-initisat-info h3{
    font-size: 1.3em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0.3em;
    text-align: center;
}
.file-upload-initisat-info p{
    color:#9DA3AE;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;

}
.default-green-btn{
    background-color: var(--btn-color)!important;
    color: var(--secondary-color)!important;
    text-align: center;
    padding: 1em 2em!important;
    border-radius: 0!important;
    font-size: 0.9em!important;
    font-weight: 600!important;
    border: unset!important;
    position: relative;
}
.default-green-btn:hover:before, .default-green-btn:hover:after {
    width: 100%;
    transition: 800ms ease all;
}
.default-green-btn:before, .default-green-btn:after {
    content: '';
    background: var(--secondary-color);
    height: 2px;
    width: 0;
    position: absolute;
    transition: 0.4s ease all;
}
.default-green-btn:before {
    top: 0;
    right: 0;
}
.default-green-btn:hover {
    color: var(--secondary-color) !important;
    border-color: var(--primary-color) !important;
    background-color: var(--btn-color) !important;
    text-decoration: none !important;
}
.default-green-btn:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}
.file-upload-initisat-action{
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
    justify-content: center;
}
.file-upload-initisat-frame{
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
    height: 100%;
}