.table-border-bottom {
    border-bottom: 1px solid #e7e3e3 !important;
}

.base-color {
    color: #1b223c !important;
}

.comment {
    color: #1b223c !important;
    font-size: 14px;
}

.comment-date {
    color: #1b223c !important;
    font-size: 12px;
}

.ticket-header {
    background-color: #ffff !important;
    border: 0 !important;
    margin: 50px 0px 30px 0px !important;
}

.ticket-body {
    margin-left: 50px !important;
}

.ticker-table tr td {
    padding: 0px !important;
}

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

.text-color {
    color: #be212f !important;
}

/* .f-btn {
    background-color: #b94a54 !important;
    color: #fff !important;
} */

.f-btn {
    background-color: #3659a4 !important;
    color: #fff !important;
}

.brand-logo img {
    width: 180px !important;
}

.app-brand-dashboard {
    position: relative;
    display: block;
    background-color: #fff;
    border-right: 1px solid #e7e3e3;
    /* padding: 0px 0px 11px; */
}
.app-brand-dashboard img {
    width: 180px !important;
    padding: 30px 0px 20px 0px !important;
}
.text-bold {
    font-weight: bold !important;
}

/* Add these styles to your CSS file */
.ticket-status-btn {
    color: white !important;
    border: none;
    margin-right: 5px;
}

.ticket-status-btn.active {
    border: 2px solid black;
}

.ticket-status-btn.new {
    background-color: #007bff;
}

.ticket-status-btn.pending {
    background-color: #ffc107;
}

.ticket-status-btn.inprogress {
    background-color: #17a2b8;
}

.ticket-status-btn.onhold {
    background-color: #6c757d;
}

.ticket-status-btn.escalated {
    background-color: #fd7e14;
}

.ticket-status-btn.resolved {
    background-color: #28a745;
}

.ticket-status-btn.closed {
    background-color: #dc3545;
}

.ticket-status-btn.reopened {
    background-color: #6610f2;
}

.ticket-status-btn.cancelled {
    background-color: #e83e8c;
}

.sidebar .sub-menu {
    padding: 0 0 0 30px !important;
}

.comment-img {
    border-radius: 5px;
    margin-bottom: 20px;
}

/* .sidebar-color {
    background-color: #b94a54 !important;
    color: #fff !important;
} */

.sidebar-color {
    background-color: #3659a4 !important;
    color: #fff !important;
}

.nav-text {
    color: #fff !important;
}
.f-color {
    color: #b94a54 !important;
}

/* .fbg-color {
    background-color: #b94a54 !important;
} */

.fbg-color {
    background-color: #39a490 !important;
}

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

.comment-time {
    color: #000 !important;
    font-size: 12px;
    font-weight: 500;
}

.comment-user {
    color: #000;
    font-size: 14px;
}

.comment-user-name {
    color: red;
    font-size: 14px;
}

.comment-managemnet {
    color: green;
    font-size: 14px;
}

.user-image {
    border: 1px solid #f3e1e1;
    border-radius: 25px !important;
    padding: 1px;
}

.sidebar-active {
    background-color: #ffffff24 !important;
}

.notification-tr {
    padding: 15px 0px 15px 0px !important;
}

.notification-nnread {
    background-color: #f3f3f3 !important;
}

.notification-table td {
    padding: 0px !important;
}

.noti-icon {
    font-size: 35px;
    color: darkcyan;
}

.notification {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification .badge {
    position: absolute;
    top: 0px;
    right: -10px;
    padding: 5px 8px 5px 8px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
}
.notification .badge p {
    font-size: 10px;
    margin: 0px;
    font-weight: 600;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-container input {
    width: 100%;
    padding-right: 40px; /* Space for the eye icon */
}

.password-container .toggle-password {
    position: absolute;
    right: 23px;
    cursor: pointer;
    color: #666;
}

/* Custom responsive table fix */
.table-responsive-custom {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
}

.table-responsive-custom table {
  min-width: 600px; /* force horizontal scroll if too narrow */
  border-collapse: collapse;
  width: 100%;
}
