i {
    font-style: normal;
}

.btn {
    display: flex;
    align-items: center;
}

.file-upload-cloud-icon, .fa-trash-alt {
    font-family: "Material Icons Outlined";
}

.fa-trash-alt {
    margin-right: 0.25rem !important;
}

.file-upload-cloud-icon:after {
    content: "upload";
}

.fa-trash-alt:after {
    content: "delete";
}


.file-upload-preview-img {
    object-fit: contain;
}

.file-upload-wrapper, .file-upload-preview-details, .file-upload-preview-img {
    border-radius: var(--bs-border-radius);
}

.file-upload-wrapper {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.file-upload-preview-message {
    padding: 0 0.5rem;
}

.file-upload-file-icon:before {
    font-family: "Material Icons Outlined";
    content: "description";
}

.file-upload-extension {
    display:none;
}
/*.steps, .timeline, .stepper {
    --mdb-steps-transition: height 0.2s ease-in-out;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
    transition: var(--mdb-steps-transition)
}

.steps-step, .timeline-step, .stepper-vertical .stepper-step {
    --mdb-steps-step-after-left: 2.45rem;
    --mdb-steps-step-after-width: 1px;
    --mdb-steps-step-after-margin-top: 0.5rem;
    --mdb-steps-step-after-bg: rgba(var(--mdb-emphasis-color-rgb), 0.1);
    height: fit-content;
    position: relative
}

    .steps-step-after, .timeline-step:after, .stepper-vertical .stepper-step:not(:last-child):after {
        position: absolute;
        left: var(--mdb-steps-step-after-left);
        width: var(--mdb-steps-step-after-width);
        margin-top: var(--mdb-steps-step-after-margin-top);
        content: "";
        background-color: var(--mdb-steps-step-after-bg)
    }

.steps-content, .timeline-content, .stepper-vertical .stepper-content {
    --mdb-steps-content-padding-y: 1.5rem;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: var(--mdb-steps-content-padding-y);
    padding-right: var(--mdb-steps-content-padding-y)
}

.steps-head-vertical, .timeline-head, .stepper-vertical .stepper-head {
    --mdb-steps-head-vertical-padding-top: 1.5rem;
    --mdb-steps-head-vertical-padding-x: 1.5rem;
    padding-left: var(--mdb-steps-head-vertical-padding-x);
    padding-right: var(--mdb-steps-head-vertical-padding-x);
    padding-top: var(--mdb-steps-head-vertical-padding-top)
}

.steps-head-icon-vertical, .timeline-head-icon, .stepper-vertical .stepper-head-icon {
    --mdb-steps-head-icon-vertical-margin-right: 0.75rem;
    margin-right: var(--mdb-steps-head-icon-vertical-margin-right)
}

.steps-head-text-after-vertical, .stepper-vertical .stepper-head-text:after {
    position: absolute
}

.steps-head, .timeline-head, .stepper-head {
    --mdb-steps-head-line-height: 1.3;
    --mdb-steps-head-hover-bgc: rgba(var(--mdb-emphasis-color-rgb), 0.025);
    display: flex;
    align-items: center;
    text-decoration: none;
    color: unset;
    line-height: var(--mdb-steps-head-line-height)
}

    .steps-head-hover, .stepper-head:hover {
        background-color: var(--mdb-steps-head-hover-bgc)
    }

    .steps-head-focus, .stepper-head:focus {
        outline: none
    }

.steps-head-text, .timeline-head-text, .stepper-head-text {
    --mdb-steps-head-text-color: rgba(var(--mdb-emphasis-color-rgb), 0.55);
    --mdb-steps-head-text-after-font-size: 0.8rem;
    color: var(--mdb-steps-head-text-color)
}

    .steps-head-text-after, .timeline-head-text:after, .stepper-head-text:after {
        display: flex;
        font-size: var(--mdb-steps-head-text-after-font-size);
        content: attr(data-mdb-content)
    }

.steps-head-icon, .timeline-head-icon, .stepper-head-icon {
    --mdb-steps-head-icon-font-size: 0.875rem;
    --mdb-steps-head-icon-width: 1.938rem;
    --mdb-steps-head-icon-height: 1.938rem;
    --mdb-steps-head-icon-font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: var(--mdb-steps-head-icon-font-size);
    width: var(--mdb-steps-head-icon-width);
    height: var(--mdb-steps-head-icon-height);
    font-weight: var(--mdb-steps-head-icon-font-weight)
}

.steps-active-head-text, .timeline-head-text, .stepper-active .stepper-head-text {
    --mdb-steps-active-head-text-font-weight: 500;
    font-weight: var(--mdb-steps-active-head-text-font-weight)
}

.stepper {
    --mdb-stepper-padding-x: 1rem;
    --mdb-stepper-step-height: 4.5rem;
    --mdb-stepper-step-head-padding-left: 1.5rem;
    --mdb-stepper-step-head-padding-right: 1.5rem;
    --mdb-stepper-step-head-height: 1px;
    --mdb-stepper-step-head-bg: rgba(var(--mdb-emphasis-color-rgb), 0.1);
    --mdb-stepper-step-head-margin-right: 0.5rem;
    --mdb-stepper-step-head-margin-left: 0.5rem;
    --mdb-stepper-head-icon-margin-y: 1.5rem;
    --mdb-stepper-head-icon-margin-right: 0.5rem;
    --mdb-stepper-vertical-step-top: 3.25rem;
    --mdb-stepper-vertical-step-height: calc(100% - 2.45rem);
    --mdb-stepper-vertical-content-padding-left: 3.75rem;
    --mdb-stepper-vertical-content-transition: height 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    --mdb-stepper-vertical-head-padding-bottom: 1.5rem;
    --mdb-stepper-mobile-step-margin-y: 1rem;
    --mdb-stepper-mobile-step-head-padding-x: 0.25rem;
    --mdb-stepper-mobile-head-icon-height: 0.5rem;
    --mdb-stepper-mobile-head-icon-width: 0.5rem;
    --mdb-stepper-mobile-content-top: 2.56rem;
    --mdb-stepper-mobile-active-head-icon-bg: var(--mdb-primary);
    --mdb-stepper-mobile-completed-head-icon-bg: var(--mdb-success);
    --mdb-stepper-head-icon-bg: var(--mdb-surface-inverted-bg);
    --mdb-stepper-head-icon-color: var(--mdb-surface-inverted-color);
    --mdb-stepper-completed-head-icon-bg: var(--mdb-success-bg-subtle);
    --mdb-stepper-completed-head-icon-color: var(--mdb-success-text-emphasis);
    --mdb-stepper-active-head-icon-bg: var(--mdb-primary-bg-subtle);
    --mdb-stepper-active-head-icon-color: var(--mdb-primary-text-emphasis);
    --mdb-stepper-invalid-head-icon-bg: var(--mdb-danger-bg-subtle);
    --mdb-stepper-invalid-head-icon-color: var(--mdb-danger-text-emphasis);
    --mdb-stepper-disabled-head-color: rgba(var(--mdb-emphasis-color-rgb), 0.3);
    --mdb-stepper-disabled-head-icon-bg: var(--mdb-surface-inverted-bg);
    --mdb-stepper-disabled-head-icon-color: rgba(var(--mdb-surface-inverted-color-rgb), 0.55);
    --mdb-stepper-mobile-head-padding-y: 0.5rem;
    --mdb-stepper-mobile-head-padding-x: 1rem;
    --mdb-stepper-mobile-footer-height: 2.5rem;
    --mdb-stepper-back-btn-i-margin-right: 0.5rem;
    --mdb-stepper-next-btn-i-margin-left: 0.5rem;
    --mdb-stepper-mobile-progress-bar-height: 0.3rem;
    --mdb-stepper-mobile-progress-height: 0.3rem;
    --mdb-stepper-mobile-progress-background-color: var(--mdb-secondary-bg);
    --mdb-stepper-mobile-active-progress-bar-color: var(--mdb-primary);
    --mdb-stepper-mobile-footer-bg: var(--mdb-stepper-mobile-bg);
    --mdb-stepper-mobile-head-bg: var(--mdb-stepper-mobile-bg);
    --mdb-stepper-mobile-invalid-icon-bg: var(--mdb-danger)
}

    .stepper:not(.stepper-vertical) {
        display: flex;
        justify-content: space-between
    }

        .stepper:not(.stepper-vertical) .stepper-content {
            position: absolute;
            width: 100%;
            padding-right: var(--mdb-stepper-padding-x);
            padding-left: var(--mdb-stepper-padding-x)
        }

        .stepper:not(.stepper-vertical) .stepper-step {
            flex: auto;
            height: var(--mdb-stepper-step-height)
        }

            .stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
                padding-left: var(--mdb-stepper-step-head-padding-left)
            }

            .stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
                padding-right: var(--mdb-stepper-step-head-padding-right)
            }

            .stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before {
                flex: 1;
                height: var(--mdb-stepper-step-head-height);
                width: 100%;
                margin-right: var(--mdb-stepper-step-head-margin-right);
                content: "";
                background-color: var(--mdb-stepper-step-head-bg)
            }

            .stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
                flex: 1;
                height: var(--mdb-stepper-step-head-height);
                width: 100%;
                margin-left: var(--mdb-stepper-step-head-margin-left);
                content: "";
                background-color: var(--mdb-stepper-step-head-bg)
            }

        .stepper:not(.stepper-vertical) .stepper-head-icon {
            margin-top: var(--mdb-stepper-head-icon-margin-y);
            margin-right: var(--mdb-stepper-head-icon-margin-right);
            margin-bottom: var(--mdb-stepper-head-icon-margin-y);
            margin-left: 0
        }

.stepper-vertical .stepper-step:not(:last-child):after {
    top: var(--mdb-stepper-vertical-step-top);
    height: var(--mdb-stepper-vertical-step-height)
}

.stepper-vertical .stepper-content {
    padding-left: var(--mdb-stepper-vertical-content-padding-left);
    transition: var(--mdb-stepper-vertical-content-transition)
}

.stepper-vertical .stepper-content-hide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important
}

.stepper-vertical .stepper-head {
    padding-bottom: var(--mdb-stepper-vertical-head-padding-bottom)
}

.stepper.stepper-mobile {
    justify-content: center;
    align-items: flex-end
}

    .stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon {
        display: none
    }

    .stepper.stepper-mobile .stepper-step {
        flex: unset;
        height: fit-content;
        margin-top: var(--mdb-stepper-mobile-step-margin-y);
        margin-bottom: var(--mdb-stepper-mobile-step-margin-y)
    }

        .stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after {
            margin-left: 0
        }

        .stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before {
            margin-right: 0
        }

        .stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head {
            padding-left: var(--mdb-stepper-mobile-step-head-padding-x);
            padding-right: var(--mdb-stepper-mobile-step-head-padding-x)
        }

    .stepper.stepper-mobile .stepper-head-icon {
        font-size: 0;
        margin: 0;
        height: var(--mdb-stepper-mobile-head-icon-height);
        width: var(--mdb-stepper-mobile-head-icon-width);
        z-index: 1
    }

    .stepper.stepper-mobile .stepper-head-text {
        display: none
    }

    .stepper.stepper-mobile .stepper-content {
        top: var(--mdb-stepper-mobile-content-top)
    }

    .stepper.stepper-mobile .stepper-active .stepper-head-icon {
        background-color: var(--mdb-stepper-mobile-active-head-icon-bg)
    }

    .stepper.stepper-mobile .stepper-completed .stepper-head-icon {
        background-color: var(--mdb-stepper-mobile-completed-head-icon-bg)
    }

    .stepper.stepper-mobile .stepper-invalid .stepper-head-icon {
        background-color: var(--mdb-stepper-mobile-invalid-icon-bg)
    }

.stepper-form {
    display: inherit;
    justify-content: inherit;
    width: inherit;
    position: inherit
}

.stepper-content {
    left: 0
}

.stepper-head {
    cursor: pointer
}

.stepper-head-icon {
    background-color: var(--mdb-stepper-head-icon-bg);
    color: var(--mdb-stepper-head-icon-color)
}

.stepper-completed .stepper-head-icon {
    background-color: var(--mdb-stepper-completed-head-icon-bg);
    color: var(--mdb-stepper-completed-head-icon-color)
}

.stepper-active .stepper-content {
    display: block
}

.stepper-active .stepper-head-icon {
    background-color: var(--mdb-stepper-active-head-icon-bg);
    color: var(--mdb-stepper-active-head-icon-color)
}

.stepper-invalid .stepper-head-icon {
    background-color: var(--mdb-stepper-invalid-head-icon-bg);
    color: var(--mdb-stepper-invalid-head-icon-color)
}

.stepper-disabled .stepper-head {
    cursor: default
}

.stepper-disabled .stepper-head-icon {
    background-color: var(--mdb-stepper-disabled-head-icon-bg);
    color: var(--mdb-stepper-disabled-head-icon-color)
}

.stepper-disabled .stepper-head-text {
    color: var(--mdb-stepper-disabled-head-color)
}

.stepper-mobile-head {
    position: absolute;
    align-self: normal;
    height: fit-content;
    background-color: var(--mdb-stepper-mobile-head-bg);
    width: 100%;
    padding-top: var(--mdb-stepper-mobile-head-padding-y);
    padding-right: var(--mdb-stepper-mobile-head-padding-x);
    padding-bottom: var(--mdb-stepper-mobile-head-padding-y);
    padding-left: var(--mdb-stepper-mobile-head-padding-x)
}

.stepper-mobile-footer {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--mdb-stepper-mobile-footer-bg);
    width: 100%;
    height: var(--mdb-stepper-mobile-footer-height)
}

.stepper-back-btn {
    display: block;
    left: 0
}

    .stepper-back-btn .btn-link {
        color: unset
    }

    .stepper-back-btn i {
        margin-right: var(--mdb-stepper-back-btn-i-margin-right)
    }

.stepper-next-btn {
    display: block;
    right: 0
}

    .stepper-next-btn .btn-link {
        color: unset
    }

    .stepper-next-btn i {
        margin-left: var(--mdb-stepper-next-btn-i-margin-left)
    }

.stepper-mobile-progress-bar {
    height: var(--mdb-stepper-mobile-progress-bar-height);
    background-color: var(--mdb-stepper-mobile-active-progress-bar-color);
    width: 0
}

.stepper-mobile-progress {
    height: var(--mdb-stepper-mobile-progress-height);
    flex-grow: 100;
    background-color: var(--mdb-stepper-mobile-progress-background-color)
}

.timeline {
    --mdb-timeline-step-top: 2.94rem;
    --mdb-timeline-step-height: calc(100% - 1.94rem);
    --mdb-timeline-content-padding-left: 4.25rem;
    --mdb-timeline-head-padding-bottom: 0.5rem;
    --mdb-timeline-step-sm-left: 1.8rem;
    --mdb-timeline-step-sm-top: 2rem;
    --mdb-timeline-head-sm-margin-right: 1rem;
    --mdb-timeline-head-sm-bg: #dfdfdf;
    --mdb-timeline-head-sm-height: 0.7rem;
    --mdb-timeline-head-sm-width: 0.7rem;
    --mdb-timeline-content-sm-padding-left: 3.25rem
}

.timeline-step:after {
    top: var(--mdb-timeline-step-top);
    height: var(--mdb-timeline-step-height)
}

.timeline-content {
    padding-left: var(--mdb-timeline-content-padding-left)
}

.timeline-head {
    padding-bottom: var(--mdb-timeline-head-padding-bottom)
}

.timeline-step-sm:after {
    left: var(--mdb-timeline-step-sm-left);
    height: 100%;
    top: var(--mdb-timeline-step-sm-top)
}

.timeline-head-sm {
    margin-right: var(--mdb-timeline-head-sm-margin-right);
    background-color: var(--mdb-timeline-head-sm-bg);
    border-radius: 100%;
    height: var(--mdb-timeline-head-sm-height);
    width: var(--mdb-timeline-head-sm-width)
}

.timeline-content-sm {
    padding-left: var(--mdb-timeline-content-sm-padding-left)
}*/
.horizontal-timeline .items {
    border-top: 3px solid #e9ecef;
}

    .horizontal-timeline .items .items-list {
        display: block;
        position: relative;
        text-align: center;
        padding-top: 70px;
        margin-right: 0;
    }

        .horizontal-timeline .items .items-list:before {
            content: "";
            position: absolute;
            height: 36px;
            border-right: 2px dashed #dee2e6;
            top: 0;
        }

        .horizontal-timeline .items .items-list .event-date {
            position: absolute;
            top: 36px;
            left: 0;
            right: 0;
            width: 75px;
            margin: 0 auto;
            font-size: 0.9rem;
            padding-top: 8px;
        }

@media (min-width: 1140px) {
    .horizontal-timeline .items .items-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }

        .horizontal-timeline .items .items-list .event-date {
            top: -40px;
        }
}