input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    appearance: textfield; /* Standard */
    -moz-appearance: textfield; /* Firefox */
}

#chat-content::-webkit-scrollbar {
    width: 19px;
}
#chat-content::-webkit-scrollbar-track {
    background-color: transparent;
}
#chat-content::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}
#chat-content::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
}
#chat-content::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.form-control, .form-select {
    border-radius: 20px;
    padding: 7px 15px;
    border: 1px solid #584e4e47;
    font-size: 15px;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: .375rem 2.25rem .375rem .75rem!important;
}

.btn {
    border-radius: 20px;
    padding: 6px 20px;
}

.btn-rounded {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #ffff;
}

.btn-rounded i {
    margin-left: 0;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.btn-rounded:hover {
    color: rgb(202, 198, 198);
}

.table td {
    font-size: 15px;
}

.row {
    margin-top: 1rem;
}

.btn-block {
    width: 100%;
}

.font-13 {
    font-size: 13px;
}

.table {
    /* border-left: 1px solid rgb(0 0 0 / 12%); */
    font-size: 14px;
}

.ws-1 {
    word-spacing: 1px;
}

h5 {
    letter-spacing: 1px;
}

.pagination {
    float: right;
}

.float-right {
    float: right;
}

.h-34 {
    height: 34px;
}

.display-table .row div {
    padding: .7rem;
    font-size: 14px;
}

.display-table .row {
    font-size: 15px;
    border-bottom: 1px solid #dee2e6;
}

.display-table .row div {
    font-size: 15px;
}

.display-table .row div.action {
    font-size: 14px;
}

.display-table .row div.action span {
    cursor: pointer;
}

.display-table .row:last-child {
    border-bottom: none;
}

.font-weight-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.pl-2 {
    padding-left: .3rem;
}

.pl-4 {
    padding-left: 1rem;
}

.edit-btn {
    cursor: pointer;
    border-radius: 10px;
}

.edit-btn:hover {
    color: #ffff!important;
    background-color: #32bfff;
}

.delete-btn {
    cursor: pointer;
    border-radius: 10px;
}

.delete-btn:hover {
    color: #ffff!important;
    background-color: #e72e2e;
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body {
        padding-top: 72px;
        padding-bottom: 72px ;
    }
}

.description-container {
    max-height: 2.4em; /* Adjust the height as needed for two lines of text */
    overflow: hidden;
    position: relative;
}

.description-container::after {
    content: '...'; /* Display three dots */
    position: absolute;
    bottom: 0;
    right: 0;
    background: white; /* Match the background color of the container */
    padding-left: 4px; /* Adjust as needed for spacing */
}

.badge {
    font-size: 13px;
    font-weight: normal;
}

.roles-app .top-header .navbar {
    left: 0
}

.roles-app .page-content {
    margin-left: 0;
}

.border {
    border: 1px solid #0000001c;
}

hr {
    border-top: 1px solid #00000075;
}

body {
    font-size: 15px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.active>.page-link, .page-link.active {
    background-color: #ffc200;
    border-color: #ffc200;
}

.bg-secondary {
    background-color: #ef5435!important;
}

.table-secondary {
    --bs-table-bg: #ffc20040;
    border-color: #ffc20040;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffc20050;
}

