@import url('app/devextreme.bug.fix.css');
@import url('form/form.css');

:root {
    --bs-body-bg: #ffffff !important;
}

#page-footer {
    min-height: 3.5rem !important;
}


@media screen and (max-width:1000px) {
    .pcstepbar-container {
        width: 100%;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        border: 1px solid #ddd;
    }

    #NavigationStepbar {
        border: 0px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -15px;
    }

    .pcstepbar {
        display: inline-block;
        width: max-content;
    }

    .stepper-item {
        display: inline-block;
        min-width: 150px;
        scroll-snap-align: start;
        padding: 20px;
        box-sizing: border-box;
        border-right: 1px solid #ddd;
        text-align: center;
        background-color: #ffffff;
    }

    .stepper-icon {
        width: 40px;
        height: 40px;
        background-color: #007bff;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .stepper-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .stepper-label {
        text-align: center;
        height: 27px;
        padding-bottom: 6px;
    }

    .stepper-item.completed {
        background-color: #eeffbd !important;
    }

        .stepper-item.completed.eksik-belge {
            background-color: rgb(255 255 255 / 85%) !important;
        }

    .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check {
        color: #ffffff;
        font-size: 24pt !important;
    }

    .stepper.stepper-pills .stepper-item.completed .stepper-icon, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon {
        background-color: #CDFF36;
        border: 2px solid #85ac118f;
    }

    .stepper.stepper-pills .stepper-item.current .stepper-icon {
        background-color: rgb(205 255 54);
        border: 2px solid #85ac118f;
    }

        .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
            color: #546a13;
        }

    .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-title {
        color: #3a4d00;
    }

    .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-title {
        color: #3a4d00;
    }

    .stepper.stepper-pills .stepper-item .stepper-icon {
        background-color: rgb(255 255 255 / 66%);
    }

    .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check {
        color: #ffffff;
    }

    .pcstepbar::-webkit-scrollbar {
        height: 0px;
    }

    .pcstepbar::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 4px;
    }

    .pcstepbar::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
        margin-left: 2rem;
    }

    .eksik-belge .stepper.stepper-pills .stepper-item.completed .stepper-icon, .eksik-belge .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon {
        background-color: rgb(224 6 65 / 85%) !important;
        border-color: rgb(224 6 65 / 85%) !important;
    }
    body {
        overflow-x: hidden;
    }

}
