/* Confirm Modal */

.deleteModal .modal-confirm {
    color: #636363;
    width: 400px;
}

.deleteModal .modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.deleteModal .modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.deleteModal .modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.deleteModal .modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
    border: none;
    background: none;
    color: var(--current-text-color);
}

.deleteModal .modal-confirm .modal-body {
    color: #999;
}

.deleteModal .modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.deleteModal .modal-confirm .modal-footer a {
    color: #999;
}

.deleteModal .modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.deleteModal .modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.restoreModal .modal-confirm .icon-box i {
    color: #60c7c1;
}

.restoreModal .modal-confirm .icon-box {
    border: 3px solid #60c7c1;
}

.deleteModal .modal-confirm .btn,
.deleteModal .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.deleteModal .modal-confirm .btn-secondary {
    background: #c1c1c1;
}

.deleteModal .modal-confirm .btn-secondary:hover,
.deleteModal .modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}

.deleteModal .modal-confirm .btn-danger {
    background: #f15e5e;
}

.deleteModal .modal-confirm .btn-danger:hover,
.deleteModal .modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.deleteModal .trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


/*  */

.editModal .modal-confirm {
    color: #636363;
    width: 400px;
}

.editModal .modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.editModal .modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.editModal .modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.editModal .modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
    border: none;
    background: none;
    color: var(--current-text-color);
}

.editModal .modal-confirm .modal-body {
    color: #999;
}

.editModal .modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.editModal .modal-confirm .modal-footer a {
    color: #999;
}

.editModal .modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.editModal .modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.bg-danger {
    background-color: #f06646 !important;
}

.bg-danger * {
    color: #fff;
}

.table:not(.table-dark) th {
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.bg-danger table tr th {
    color: rgb(0, 0, 0);
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

.bg-warning {
    background-color: #f15e5e;
}

.upload-btn {
    background-color: #c8c2c2d1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 25%;
    color: white;
    bottom: 20%;
    text-align: center;
}