
.rotate-down[data-v-6ce3437c] {
    transform: rotate(180deg);
    transition: transform 300ms ease;
}
.content-section[data-v-6ce3437c] {
    overflow: hidden;
}
progress.custom-progress[data-v-6ce3437c] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: none;
    height: 10px;
    width: 100%;
}
progress.custom-progress[data-v-6ce3437c]::-webkit-progress-bar {
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}
progress.custom-progress[data-v-6ce3437c]::-webkit-progress-value {
    background-color: #2F5D84;
    border-radius: 5px;
}
progress.custom-progress[data-v-6ce3437c]::-moz-progress-bar {
    background-color: #2F5D84;
    border-radius: 5px;
}

/* Edge */
progress.custom-progress[data-v-6ce3437c]::-ms-fill {
    background-color: #2F5D84;
    border-radius: 5px;
}
.progress-container[data-v-6ce3437c] {
    position: relative;
    width: 100%;
}
.progress-label[data-v-6ce3437c] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    font-size: 8px;
    pointer-events: none;
}
.btn-link[data-v-6ce3437c] {
    padding: 0 !important;
}
.btn-link[data-v-6ce3437c]:hover {
    color: #071437;
    background-color: #ececec;
    border-color: #ececec;
    padding: 0 !important;
}
.filename[data-v-6ce3437c] {
    font-size: 0.9rem;
}
