
.product-form{
    flex-direction:column !important;
}
#step-1, #step-2, #step-3, #step-4 {
    margin-top: 16px !important;
}
@media(min-width:1200px){
    .product-form {
        flex-direction: row !important;
    }
    .product-form-steps{
        border-left:2px solid #cccccc;
    }
    #step-1, #step-2, #step-3, #step-4 {
        margin-top: 0px !important;
    }

}
.toggle-btn:has(input:checked) span {
    background-color: #007bff !important;
    right: 0 !important;
}

.step-container.active .step-box {
    border-color: #308e87 !important;
    box-shadow: 0 4px 12px rgba(48, 142, 135, .15) !important;
}

    .step-container.active .step-box > div {
        background: #308e87 !important;
    }

    .step-container.active .step-box p {
        color: #fff !important;
    }

.step-container.active .step-title {
    color: #308e87 !important;
    font-weight: 700 !important;
}
.select2-container--default .select2-selection--multiple {
    min-height: 39px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    background: transparent !important;
    padding: 2px 6px !important;
    display: flex !important;
    align-items: center !important;
    transition: all .2s;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #308e87 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px;
    padding: 0 !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #308e87 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin: 2px !important;
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-left: 6px !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 30px !important;
    margin-top: 2px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    padding: 4px 28px 4px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute !important;
    right: 8px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 16px;
    height: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        background: transparent !important;
        color: #fff !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
        margin: 0 !important;
        padding: 0 !important;
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #308e87 !important;
}

.loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #25b09b;
    box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
}

@keyframes l27 {
    100% {
        transform: rotate(1turn)
    }
}


.sort-chosen {
    background-color: #ecfdf5 !important;
    border-color: #308e87 !important;
}

.sort-drag {
    opacity: 0.9;
    transform: rotate(1deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}