form .error {
    margin-top: 4px;
    font-size: 12px;
    color: #be2626;
    line-height: 1.2rem;
}
.nx-confirm-button-ok {
    text-decoration: none !important;
}
.nx-confirm-button-cancel {
    text-decoration: none !important;
}
.choices__list--dropdown {
    z-index: 999 !important;
}
.tasan-yazi-ucnokta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.mheight {
    height: 96px;
}


.container-step {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 1rem;
    border-radius: 16px;
    overflow: hidden;
}

.stepper {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}

.step {
    flex-grow: 1;
    flex-basis: 0;
    height: 45px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    clip-path: polygon(0% 0, 90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1rem;
}


.step:first-child {
    border-radius: 20px 0 0 20px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0 50%);
}

.step:last-child {
    border-radius: 0 20px 20px 0;
    clip-path: polygon(0% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%);
}

.step.active {
    background-color: #48ba6c;
}

.step.current {
    background-color: #1e4182;
}
.kanban-container .kanban-column.collapsed .kanban-column-title {
    top: 12rem;
    min-width: 15rem;
}

.last .choices {
    width: 310px !important;
}
@media only screen and (max-width: 600px) {
    .step:first-child {
        border-radius: 24px 0 0 24px;
    }
    .step:last-child {
        border-radius: 0 24px 24px 0;
    }
    .step {
        height: 30px;
        font-size: clamp(12px, 3vw, 10px);
        line-height: 0.8rem;
    }

    .mheight {
        height: auto;
    }
}

.choices__inner {
    height: 48px;
}
.choices__list--single .choices__item--selectable {
    margin-top: 6px;
}
.select2-choices {
    height: 48px !important;
    min-height: 48px !important;

    display: block;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.49;
    color: var(--phoenix-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--phoenix-emphasis-bg);
    background-clip: padding-box;
    border: var(--phoenix-border-width) solid var(--phoenix-border-color);
    border-radius: var(--phoenix-border-radius);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}