.header .header-left .logo {
    color: black;
}
.page-wrapper > .content {
    padding: 15px;
}
.header {
    background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%) !important;
}

.form-control {
    font-size: 14px;
    height: 34px;
    padding: 2px 7px;
}
.form-group.required label::after {
    content: " *";
    color: red;
    margin-left: 4px;
}
.btn-warning,
.btn-info,
.btn-danger {
    color: #fff;
}

label {
    font-size: 14px;
}

.page-title {
    font-size: 16px;
}

.page-title .page-title-icon {
    width: 28px;
    height: 28px;
}
.page-title .page-title-icon i {
    line-height: 24px;
}

table .badge {
    top: 0;
}

.select2-container--default .select2-selection--single {
    border-color: #e3e3e3;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}
.select2-container.select2-readonly .select2-selection {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.right .btn-primary,
.right .btn-secondary {
    padding: 0.375rem 0.75rem;
}

.modal.left .modal-content,
.modal.right .modal-content {
    overflow-y: auto;
}

.dt_table .column-search td {
    padding: 5px;
    background-color: #6c757d;
    opacity: 0.6;
}

.dt_table.dataTable thead .sorting:after {
    color: #fff;
}

.dt_table th.sorting,
.dt_table th.sorting_disabled,
.dt_table th.sorting_asc,
.dt_table th.sorting_desc {
    background-color: #3a434b !important;
    color: #fff;
    padding: 10px 14px;
}

.dt_table td.details-control {
    background: url("../images/icon/details_open.png") no-repeat center center;
    cursor: pointer;
}

.dt_table tr.shown td.details-control {
    background: url("../images/icon/details_close.png") no-repeat center center;
}

.dataTables_filter {
    display: none;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}

.dt_table.dataTable td {
    padding: 0.3rem;
    vertical-align: middle;
}

.dt_table.dataTable tbody {
    font-size: 14px;
}

.dt_table.dataTable tbody tr:hover {
    background-color: #0c98ff57;
}

.dt_table.dataTable tbody tr.child:hover {
    background-color: transparent;
}

.dt_table.dataTable tbody tr.shown {
    background-color: #0c98ff57;
}

.dt_table.dataTable td > .btn {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #000;
    margin-right: 0.3rem;
}

.dt_table.dataTable td > .btn.btn-warning {
    color: #fec107;
}

.dt_table.dataTable td > .btn.btn-info {
    color: #03a9f3;
}

.dt_table.dataTable td > .btn.btn-danger {
    color: #e46a76;
}

.dt_table.dataTable td > .btn.btn-primary {
    color: #fb9678;
}

.dt_table.dataTable td > .btn.btn-success {
    color: #00c292;
}

.dt_table.dataTable .custom-control {
    padding-left: 0.5rem;
    display: inline-block;
}

.dt_table.dataTable .custom-control-label::after,
.dt_table.dataTable .custom-control-label::before {
    left: -5px;
}

.dt_table.dataTable .sorting_disabled .custom-control-label::after,
.dt_table.dataTable .sorting_disabled .custom-control-label::before {
    left: 0;
}

.fc-event {
    cursor: pointer !important;
    padding: 0;
    text-align: left;
}
a.fc-daygrid-event {
    color: #000;
}

@media (min-width: 728px) {
    .card_roles {
        border: 1px solid #e9ecef;
    }

    .card_roles .card-header {
        color: #fff;
        font-weight: 500;
        background-color: #00c292 !important;
    }

    .card_roles .card-body {
        padding: 1.25rem 1rem;
    }

    .card_roles .card-body .checkbox label {
        margin-left: 5px;
        margin-bottom: 0px;
    }

    .card_roles .custom-control {
        min-height: 1.25rem;
        padding-left: 0;
    }

    .card_roles .desc_roles {
        padding-left: 20px;
        color: #949494;
        font-size: 11px;
    }

    .card_roles .list {
        margin-bottom: 10px;
    }

    .card_roles .list .checkbox {
        line-height: 1;
    }

    .grid-item {
        width: 200px;
        padding: 0px 10px;
    }
}
