@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    font-family: 'Prompt', sans-serif;
}

.btn-delete {
    color: #F44336 !important;
}

#district, #amphoe, #province, #zipcode {
    background-color: #ffffff !important;
}

#nav-sidebar .active {
    color: #f5a100;
    background-color: #444444;
}

.bg-sidebar {
    background-color: #212121;
}

.hover-bg-gray-custom:hover {
    color: #f5a100;
    background-color: #444444;
}

.ck-editor__editable {
    min-height: 500px;
}

select {
    height: 38px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-selection--single {
    height: 38px !important;
    border: 1px solid #f2f2f2 !important;
    padding-left: 8px !important;
}

.select2-selection__arrow {
    top: 8px !important;
    margin-right: 10px !important;
}

.select2-selection__rendered {
    font-size: 14px !important;
    line-height: 38px !important;
}

.select2-results__option {
    font-size: 14px !important;
    margin: 0 !important;
}

.select2-results__group {
    cursor: pointer !important;
}

#sortable {
    list-style-type: none;
}

#sortable li {
    margin-bottom: 10px;
}

#datatable_wrapper {
    background-color: #ffffff;
    padding: 12px;
}

table {
    padding: 18px 0 18px 0;
}

table,
table thead tr th,
table tbody tr td {
    font-weight: normal !important;
    border-color: #f2f2f2 !important;
}

table thead tr th {
    color: #ffffff !important;
    background-color: #212121 !important;
}

#dataTables_info,
#datatable_paginate {
    padding-top: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #EEEEEE !important;
    border-color: #E0E0E0 !important;
}

.dataTables_wrapper .dataTables_length select {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    border-color: #E0E0E0 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 20px !important;
    border-color: #E0E0E0 !important;
    padding-left: 12px;
    padding-right: 12px;
}
