img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

.card {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 0;
}

.card-body {
    background: transparent !important;
}

.card-header {
    font-family: verdana;
    background: transparent;
    padding: 20px 25px;
    border-bottom: 1px solid #cfe0ff;
}

.table-responsive {
    border: 1px solid #cfe0ff;
    border-radius: 12px;
}

.table-responsive .table thead {
    background: #f5fafe;
}

.table-responsive .table thead th {
    background: transparent;
}

.table-responsive .table thead tr th,
.table-responsive .table tbody tr td {
    border-right: 1px solid #cfe0ff !important;
}

.table-responsive .table thead tr th:last-child,
.table-responsive .table tbody tr td:last-child {
    border-right: none !important;
}

.table-responsive .table thead tr th {
    font-family: verdana !important;
    font-size: 14px;
    font-weight: 400;
    color: #6d7792;
    border-bottom: 1px solid #cfe0ff !important;
}

.table-responsive .table tbody tr td {
    color: #363f5a;
    border-bottom: 1px solid #cfe0ff !important;
}

.table-responsive .table tbody tr:last-child td {
    border-bottom: none !important;
}

.table {
    margin-bottom: 0 !important;
}

.btn-outline-warning {
    border-radius: 14px;
    color: #e7a02d;
    border: 1px solid #e69d25;
    font-weight: 600;
    padding: 4px 27px !important;
    line-height: 1.6;
}

.btn-outline-dark {
    background: #f7fbfe;
    border: 1px solid #cfe0ff;
    padding: 7px 20px !important;
    border-radius: 5px !important;
    font-weight: bold;
}

.btn-outline-dark:hover {
    background: #e2ecff;
    color: #363f5a;
    border: 1px solid #cfe0ff;
}

.btn {
    font-family: verdana;
}

.btn-outline-success,
.btn-outline-danger {
    padding: 3px 25px;
    font-weight: bold;
    border-radius: 23px;
    pointer-events: none;
}

.folding-card .card-header {
    background: #fff;
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--fontFamily);
    border-radius: 0 !important;
}

/* data tables style  */
.table-filter-item {
    float: left;
}

.table-filter-item span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0% 5px 0% 5px;
}

.dataTables_length {
    width: 100% !important;
}