.nav-item .dropdown-menu i, .sidebar .nav-item i {
    width: 25px;
    text-align: center;
}

table.table td i {
    font-size: 14px;
}

.dataTables_filter {
    text-align: right !important;
    margin-top: -67px;
}

.crawler-row td {
    background-color: #e3c0c0;
}

#dataTable_wrapper .row:nth-child(2) {
    overflow-x: auto;
}

#dataTable_wrapper .row:nth-child(3) {
    overflow-x: auto;
}

.dataTables_paginate {
    margin-top: 10px !important;
}

.table.first-row-no-border > thead > tr:first-child > td,
.table.first-row-no-border > tbody > tr:first-child > td {
    border: none;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #80bdff 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #495057;
}

.brand-link .brand-image {
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .wrapper .content-wrapper {
        min-height: calc(100vh - 57px) !important;
    }

    .border-md-right {
        border-right: 1px solid #dee2e6 !important;
    }
}

@media (max-width: 575px) {
    .dataTables_filter {
        margin-top: 0 !important;
        text-align: left !important;
    }

    .dataTables_filter label {
        width: 100%;
    }

    .dataTables_filter input {
        width: calc(100% - 50px) !important;
    }
}

#dataTable.row-link td {
    cursor: pointer;
}

#dataTable.row-link img {
    width: 21px;
    margin-right: 5px;
}

.bg-light-green {
    background-color: #28a74575 !important;
}

.bg-light-yellow {
    background-color: #ffc10780 !important;
}

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

.v-align-center {
    vertical-align: middle !important;
}

.user-photo {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    background-color: #fff;
}

#datepicker {
    height: 30px;
    width: 100px;
    position: absolute;
    right: 10px;
    margin-top: -40px;
}

#calendar {
    width: 100%;
    height: 600px;
}

#calendar .fc-daygrid-day-frame {
    cursor: pointer;
}

#calendar .fc-daygrid-day-frame:hover {
    background: #3788d824;
}