.btn-open-compare {
    float: right;
    position: absolute!important;
    right: 130px;
    bottom: -38px;
}
.comapre-check{
    text-align: center;
}
.comapre-check input{
    width: 20px;
    height: 20px;
}

.diff-content {
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid rgba(158, 158, 158, 0.5);
    padding: 20px;
    padding-left: 80px;
    min-height: 400px;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    position: relative;
}
.diff-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: rgba(180, 180, 180, 0.2); /* На тон светлее оригинального */
    z-index: 1; /* Чтобы полоса была под контентом */
}

.deleted {
    background-color: #ffebee;
    color: #c62828;
    text-decoration: line-through;
    padding: 1px 2px;
    border-radius: 2px;
}

.added {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 1px 2px;
    border-radius: 2px;
}

.modal-xl {
    max-width: 95%;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
}
.btn-acitve{
    margin-top: 20px;
}
.line-number{
    position: absolute;
    left: 10px;
}

.swal2-container{
    z-index: 99999999!important;
}