/* Scroll bar color  */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #191c24;
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #555 #191c24;
}

/* /Scroll bar color  */

/* For Input search focus */
input#itemSearch:focus {
    border: 1px solid #F2F3F5;
}

/* For Table Start */

.collapse {
    visibility: initial;
}

/* For Table End */

/* For Modal Start */
.modal_icon img {
    /* border-radius: 50%; */
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.modal_icon {
    text-align: center;
    padding: 15px;
    width: 100%;
}

/* For Modal End */

/* For Text-area start */
textarea {
    display: block;
    width: 100%;
    padding: 0.56rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    /* color: #212529; */
    color: #F2F3F5 !important;
    background-color: #27282D;
    background-clip: padding-box;
    border: 1px solid #2c2e33;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* For Text-area End */
.file-upload-browse {
    background-color: darkcyan;
}

/* Manage Table */
.manage-table th,
.manage-table td {
    text-align: center;
}

/* Manage Table */
.message-table td,
.message-table a {
    color: rgb(209, 207, 209);
}

.message-table th,
.message-table td {
    text-align: center;
}

.message-table .alignleft {
    text-align: left;
}

.alignleft {
    text-align: left;
}

.file-upload-info {
    background-color: #2a3038 !important;
}

.input-group:focus {
    border: 1px solid #ffffff;
}

.employee-show-img-area {
    height: 150px !important;
    width: 130px !important;
}

.employee-show-img {
    height: 100% !important;
    width: 100% !important;
    border-radius: 10px !important;
}


/* ====================== Custom CSS ================  */
.form-select {
    background-color: #2a3038 !important;
    border-radius: 2px !important;
    border: none !important;
    color: #F2F3F5 !important;
}

/* 
th {
    color: #27282D !important;
    font-weight: bolder !important;
}

td {
    color: #27282D !important;
} */

.page-title {
    color: #F2F3F5 !important;
    font-weight: 700 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none !important;
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0px !important;
}

.table-hover>tbody>tr:hover td {
    color: #F2F3F5 !important;
    /* font-weight: bold !important; */
}

table.dataTable thead th,
table.dataTable thead td {
    color: #F2F3F5 !important;
    /* font-weight: 700; */
}

table.dataTable tbody th,
table.dataTable tbody td {
    color: #A9AFBB !important;

}

.table-hover>tbody>tr:hover a {
    /* font-weight: bold !important; */
}

.table-hover>tbody>tr {
    /* font-weight: bold !important; */
    background-color: transparent !important;
    color: #A9AFBB !important;

}

.table-title,
.modal-title {
    color: #35E07B;
}

/* table,
th,
td {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
} */

.table {
    color: #F2F3F5 !important;
}

.card,
.form-control,
.form-select {
    background-color: #27282D !important;
    color: #F2F3F5 !important;
}

.form-select {
    border: 1px #BBC1C9 solid !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #A9AFBB !important;
}

.text-white {
    color: #F2F3F5 !important;
}

.dropify-wrapper .dropify-preview {
    background-color: #27282D !important;
}

.bg-green {
    background-color: #35E07B !important;
}

.text-muted {
    color: #A9AFBB !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #59595A;
}

.btn-warning {
    background-color: #E2B84B !important;
}

.btn-danger {
    background-color: #E04747 !important;
}

/* Override DataTables processing indicator styles */
.dataTables_wrapper .dataTables_processing {
    background: transparent !important;
    border: none !important;
}