.content {
    min-height: calc(100vh - 195px) !important;
}

@media (min-width: 1600px) {
    .xxl\:border-l {
        border-left-width: 0 !important;
        border-right-width: 1px;
    }
}

.breadcrumb.breadcrumb--light.dont-border {
    border-left-width: 0;
}

.test-explain {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.small-image-icon {
    width: 35px;
}

button.disabled {
    cursor: not-allowed;
    opacity: 0.6 !important;
    pointer-events: none; /* حتی JS هم کلیک متوجه نمی‌شود */
}