.seprateLine {
    height: 150px;
    border-left: 1px solid #ccc;
    margin-left: 50%;
    margin-bottom: 10px;
}

.upload_btn {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #000;
    border-radius: 30px;
    cursor: pointer;
}

.run_btn {
    color: #fff !important;
    cursor: pointer;
}

.sub-heading {
    font-size: 22px;
    font-weight: 600;
    color: #081158;
}

.noLRP {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plg-res {
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.Differences thead th {
    background: #081158 !important;
}

.DifferencesSideBySide .ChangeReplace .Left {
    background: #ffa38a !important;
}

.DifferencesSideBySide .ChangeReplace .Right {
    background: #80dca9 !important;
}

.DifferencesSideBySide .ChangeReplace ins,
.DifferencesSideBySide .ChangeReplace .Left del {
    background: #ff5631 !important;
    padding: 3px;
}

.DifferencesSideBySide .ChangeReplace ins,
.DifferencesSideBySide .ChangeReplace .Right del {
    background: #2ea769 !important;
    padding: 3px;
}

.Differences {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.Differences thead th {
    text-align: center;
    background: #34a370;
    width: 2em;
    padding: 9px 2px;
    border-right: 1px solid #000;
    font-size: 13px;
    color: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    flex: 1;
}
.Differences tbody th {
    text-align: center;
    background: #ddd;
    width: 2em;
    padding: 9px 2px;
    border-right: 1px solid #000;
    font-size: 13px;
    color: #000;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.DifferencesSideBySide .ChangeInsert td.Left {
    background: #dfd;
}

.DifferencesSideBySide .ChangeInsert td.Right {
    background: #cfc;
}

.DifferencesSideBySide .ChangeDelete td.Left {
    background: #f88;
}

.DifferencesSideBySide .ChangeDelete td.Right {
    background: #faa;
}

.DifferencesSideBySide .ChangeReplace .Left {
    background: #fe9;
}

.DifferencesSideBySide .ChangeReplace .Right {
    background: #fd8;
}

.Differences ins,
.Differences del {
    text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace ins,
.DifferencesSideBySide .ChangeReplace del {
    background: #fc0;
}

.Differences .Skipped {
    background: #f7f7f7;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
    background: #fdd;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
    background: #dfd;
}

.DifferencesInline .ChangeReplace ins {
    background: #9e9;
}

.DifferencesInline .ChangeReplace del {
    background: #e99;
}

pre {
    width: 100%;
    overflow: auto;
}
.sub-heading {
    font-size: 22px;
    font-weight: 600;
    color: #081158;
}
.Differences {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    position: relative;
}
.Differences thead {
    position: sticky;
    width: 100%;
    top: -5px;
}
.Differences tr {
    display: flex;
}
.Differences td {
    padding: 5px 15px;
    font-family: Consolas, monospace;
    font-size: 13px;
    border: 1px solid #ccc;
    text-align: left;
    background: #fcfcfc;
    vertical-align: top !important;
    flex: 1;
    /* max-width: 50%; */
}
pre {
    width: 100%;
    overflow: auto;
}
.brred {
    display: block;
    background: #ff00008f;
}
#right .red,
#right .green {
    background: #00800054;
    display: inline;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
}

#left .brgreen,
#left .brred,
#left .red {
    display: block;
    background: #ff00008f;
}
