a[href="admin.php?page=nxt-rollback"] {
    pointer-events: none !important;
    cursor: default !important;
    display: none !important;
}
.nxt_rb_header {
    background: #fff;
    margin: 20px 0;
    padding: 15px 20px;
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}
.nxt_rb_header_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.nxt-rollback-wrap {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: calc(100% - 60px);
}
.nxt-rb-subhead {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.nxt-rb-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}
select#nxt_rb_selected_version {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #313131;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #CCCCCC;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
button.nxt-ext-rb-popup {
    cursor: pointer;
    padding: 10px 25px;
    background: #1717CC;
    border: 1px solid #1717CC;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s linear;
    border-radius: 5px;
}
button.nxt-ext-rb-popup:hover {
    background: #0303a0;
}
a.nxt-ext-how-works {
    color: #1717CC;
    margin-left: 20px;
    font-size: 15px;
    text-decoration: blink;
}
.nxt-rb-confirm-popup {
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #1717cc;
    box-sizing: border-box;
    padding: 50px;
    position: fixed;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 580px;
    z-index: 2;
    display: none;
}
.nxt_rb_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nxt_rb_title {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 20px;
    margin: 0;
    font-weight: 500;
}
.nxt-rb-pop-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}
.rollback-details {
    margin: 35px 0 0;
    position: relative;
    display: block;
    border: 1px solid #D1D1D6;
    border-radius: 4px;
    padding: 10px;
}
.rollback-details table label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #1A1A1A;
}
.rollback-details table td span {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.nxt-br-error {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-top: 15px;
}
.rollback-details table tr td {
    border-bottom: 1px solid #888;
    padding: 10px;
}
.rollback-details table tr:last-child td {
    border-bottom: 0;
    padding: 10px;
}
.nxt-br-close {
    color: #1717CC;
    text-decoration: blink;
    font-size: 12px;
    line-height: 1;
}
.nxt-rb-pop-btn-wrap .nxt-br-submit {
    background: #1717CC;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 18px;
    transition: all .3s linear;
}
.nxt-rb-pop-btn-wrap .nxt-br-submit:hover {
    background: #0303a0;
}
.nxt-ext-rb-submit-wrap.active-rb:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
}
.rollback-details table.table {
    display: block;
    position: relative;
    border-spacing: 0px;
}
.nxt-br-modal-confirm {
    width: 100%;
    display: block;
}
.rollback-details tbody {
    width: 100%;
    display: table;
}