.wr-backup-hidden{
    display: none !important;
}
.d-none{
    display: none !important;
}
.wr-backup .table {
    width: fit-content;
}

.wr-backup .btn-primary a {
    color: white;
    text-decoration: none;
    padding: 10px;
}

.wr-backup button {
    padding: 10px;
}

.wr-backup .btn-primary {
    padding: 10px;
}

.wr-backup .thead-dark th {
    background-color: #212529;
    color: white;
    padding-bottom: 12px;
    padding-top: 12px;
}

.wr-backup td,
.wr-backup th {
    padding-top: 12px;
    padding-bottom: 12px
}

.wr-backup td button {
    width: 100%;
}

.wr-backup tr:nth-of-type(2n) {
    background-color: #ececec;
}

.wr-backup  tr:hover {
    transition: all ease .25s;
    background-color: #d1e2bd;
}

.wr-backup .bg-warning {
    background-color: #f0ad4e
}

.wr-backup .bg-danger {
    background-color: #d9534f
}

/*Edit Page*/
.wr-backup-edit {
    /*display: flex;
    justify-content: start;
    padding: 5px;*/
}

.wr-backup-edit hr {
    border-top: 2px solid #ececec;
}

.wr-backup-edit h3 {
    font-weight: bold;
}

.wr-backup-edit .form-group {
    padding: 10px;
    width: 800px;

    margin-bottom: 10px;
   
    border: 1px solid #ececec;
    border-top: none;
}

.wr-backup-edit .form-group:nth-of-type(2n) {
    background-color: #ececec;
}

.wr-backup-edit h3 {
    font-size: 24px
}

.wr-backup-edit .form-group input[type=text],
.wr-backup-edit .form-group input[type=password],
.wr-backup-edit .form-group input[type=email] {
    height: 30px;
    width: 100%;
}

.wr-backup-edit select {
    height: 30px;
}

.wr-backup-edit .form-group label {
    margin-top: 10px;
}

.wr-backup-edit .btn-primary input[type=submit] {
    background-color: transparent !important;
    outline: none;
    border: none;
}

.wr-backup-show td {
    padding-left: 6px;
}