::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}

.btn-base {
    background-color: black;
    color: white;
    border-radius: 10px;
}

input:focus {
    border: 1px solid gray !important;
    border-radius: 10px;
}

.nav-item {
    border: none !important;
}

.nav-item.active {
    background-color: black !important;
    color: white !important;
    border-radius: 10px;
}

.nav-item.active>.nav-link i {
    background-color: black !important;
    color: white !important;
}

.nav-item.active>.nav-link .menu-title {
    background-color: black !important;
    color: white !important;
}

.nav-link {
    color: #6B6B6B !important;
}

.sidebar {
    background-color: white !important;
    border: none;
    padding: 1%;
}


.btn-sign-in:hover {
    background-color: black;
    color: white;
}

.card {
    border-radius: 10px;
}

.custom-select {
    appearance: none;
    /* Hide the default arrow */
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23606060" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>') no-repeat right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    background-color: white;
    border-radius: 10px;
}

th,
td {
    border-bottom: 1px solid #E0E0E0 !important;
    /* Force black border for all cells */
}

th {
    cursor: pointer;
    user-select: none;
}

th .mdi {
    margin-left: 8px;
}

.btn-denso {
    border: 1px solid black;
    border-radius: 10px;
    background-color: black;
    color: white;
}

.btn-denso-reject {
    border: 1px solid #979797;
    border-radius: 10px;
    background-color: #979797;
    color: white;
    margin-right: 10px;
}

.btn-denso-danger {
    border: 1px solid red;
    border-radius: 10px;
    background-color: red;
    color: white;
    margin-right: 10px;
}

.btn-denso-blue {
    border: 1px solid #0A3BFF;
    border-radius: 10px;
    background-color: #0A3BFF;
    color: white;
    margin-right: 10px;
}

.btn-denso:hover {
    color: #e3e3e3;
}

.dropdown-item:hover {
    background-color: black;
    color: white !important;
}

.dropdown-item:active {
    background-color: black !important;
    color: white !important;
}


.dropdown-menu {
    padding: 0 !important;
}


/* Use flexbox for alignment */
.d-flex {
    display: flex;
    align-items: center;
    /* Align items vertically */
}

/* Style for the icon */
.icon-near-input {
    margin-right: 10px;
    /* Space between icon and input field */
    font-size: 24px;
    /* Adjust icon size */
    cursor: pointer;
}


th {
    padding: 0.25rem 0.9375rem !important;
    font-size: 0.8rem !important;
}

.dataTables_wrapper .dataTable thead .sorting_asc:after {
    display: none;
}

.dataTables_wrapper .dataTable thead .sorting_asc:before {
    display: none;
}

.dataTables_wrapper .dataTable thead .sorting:before {
    display: none;
}

.dataTables_wrapper .dataTable thead .sorting:after {
    display: none;
}

.dataTables_wrapper .dataTable thead .sorting_desc:after {
    display: none;
}

.dataTables_wrapper .dataTable thead .sorting_desc:before {
    display: none;
}


.wrap-text {
    word-wrap: break-word;
    /* Break long words */
    overflow-wrap: break-word;
    /* Ensure text breaks in all cases */
    white-space: normal;
    /* Allow text to wrap normally */
    line-height: 1.2rem;
}

.custom-toast {
    background-color: #e0f7fa !important;
    /* Light blue background */
    color: #006064 !important;
    /* Dark teal text */
    border-radius: 5px !important;
    /* Rounded corners */
    padding: 10px !important;
    /* Minimal padding */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    /* Subtle shadow */
    font-size: 14px !important;
    /* Readable text size */
    text-align: left !important;
    /* Center align the text */
    width: 10vw !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #cdb9b9;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
    border-color: #D1CFCF;
    box-shadow: 0 0 5px rgba(192, 21, 8, 0.3);
}

.dataTables_wrapper .dataTables_filter label {
    color: #232323;
    font-weight: 500;
}