.page-content {
            flex-grow: 1;
            padding: 0px !important;
            margin-top: 0px !important;
        }
body {
    font-size: 13px !important;

}
label{
    font-size: 13px !important;

}
.badge.bg-primary{
    background-color: #D36E28!important;
    color:#fff;
}
.card-header{
    font-size: 13px !important;

}
option, select{
    font-size: 13px !important;

}
#searchForm{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
a.dropdown-item:active{
    color:#fff !important;
}
.assign-agent-form {
    position: fixed;
    top: 0;
    right: -400px; /* Initially off the screen */
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 1000;
    transition: right 0.3s ease;
}

.assign-agent-form.active {
    right: 0; /* Slide into view */
}

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cancel-btn, .apply-btn {
    padding: 10px 20px;
}

.stretch-card > .ticketing-card .card {
    width: 100%;
    min-width: 100%;
}
.btn-outline-primary {
    color: #d36e28;
    border-color: #d36e28;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #d36e28;
    border-color: #d36e28;
}

.btn-outline-primary:focus {
    color: #fff;
    background-color: transparent;
    border-color: #d36e28;
    box-shadow: 0 0 0 0.2rem rgba(101, 113, 255, 0.5);
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #d36e28;
    border-color: #d36e28;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline-primary:disabled {
    color: #fff;;
    background-color: transparent;
    border-color: #d36e28;
    opacity: 0.65;
    cursor: not-allowed;
}
.card-header {
    background-color: #fff;
}
.ticketing-card.card {
    box-shadow: 0 0 10px 0 #e0e0e0;
    -webkit-box-shadow: 0 0 10px 0 #e0e0e0;
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.ticketing-card .card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-title-spacer-y: 0.875rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: #e9e9e9;
    --bs-card-border-radius: 0.25rem;
    --bs-card-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    --bs-card-inner-border-radius: calc(0.25rem - 1px);
    --bs-card-cap-padding-y: 0.875rem;
    --bs-card-cap-padding-x: 1.5rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.01);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.ticketing .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.ticketing-card .card .ticketing-card-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}
.ticketing-card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}
.ticketing-card .card .ticket-text-muted, .dropzone.dz-clickable .dz-message * {
    --bs-text-opacity: 1;
    color: #eaab21 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}


button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.btn .ticket-btn, .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover, div.tox .tox-button, .swal2-popup .swal2-actions button, .fc .fc-button-primary, .btn-group.open .dropdown-toggle, .btn:active, .btn:focus, .btn:hover, .btn:visited, a, a:active, a:checked, a:focus, a:hover, a:visited, body, button, button:active, button:hover, button:visited, div, input, input:active, input:hover, input:focus, input:visited, select, select:active, select:focus, select:visited, textarea, textarea:active, textarea:focus, textarea:visited {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-primary .ticket-btn, .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover, div.tox .tox-button:not(.tox-button--naked):not(.tox-button--secondary), .swal2-popup .swal2-actions button.swal2-confirm, .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d36e28;
    --bs-btn-border-color: #d36e28;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #eaab21;
    --bs-btn-hover-border-color: #eaab21;
    --bs-btn-focus-shadow-rgb: 124, 134, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a11f23;
    --bs-btn-active-border-color: #a11f23;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d36e28;
    --bs-btn-disabled-border-color: #d36e28;
}
.form-select-sm {
    padding-top: 0.391rem;
    padding-bottom: 0.391rem;
    padding-left: 0.8rem;
    /* font-size: 0.812rem; */
    border-radius: 0.25rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.469rem 2.4rem 0.469rem 0.8rem;
    -moz-padding-start: calc(0.8rem - 3px);
    /* font-size: 0.875rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 16px 12px;
    border: 1px solid #c8c7c7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

/* Style the select element */
select.form-select {
    background-color: #fff;
    color: #000;
    /* border-color: #d36e28; */
}

/* Style the select element when focused (active state) */
select.form-select option:focus {
    /* border-color: #d36e28; */
    box-shadow: 0 0 0 0.2rem rgba(211, 110, 40, 0.25);
    background-color: #d36e28;
}

/* Style the option elements */
select.form-select option {
    color: #000;
}

/* Hover effect for the select options */
select.form-select option:hover {
    background-color: #d36e28; /* Light background color on hover */
}

.chat .chat-wrapper{


    box-sizing: border-box;
    box-shadow: none;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    height: calc(100vh - 60px - 102px);
}
.col-md-12{

box-sizing: border-box;
box-shadow: none;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
flex: 0 0 auto;
width: 100%;
}

.chat-body .card-body{

    word-wrap: break-word;
    box-sizing: border-box;
    box-shadow: none;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.row .position-relative{


    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    position: relative !important;
}
.col-lg-4 .chat-aside .border-end-lg
{

    box-sizing: border-box;
    box-shadow: none;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.33333333%;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding-right: 23px;
}
@media (min-width: 992px) {
    .chat-wrapper .chat-aside {
        padding-right: 23px;
    }
}
@media (min-width: 992px) {
    .border-end-lg {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.chat-aside .aside-content{

    word-wrap: break-word;
    color: var(--bs-card-color);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    box-sizing: border-box;
    box-shadow: none;
}
.chat-header .aside-header{

    word-wrap: break-word;
    color: var(--bs-card-color);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    box-sizing: border-box;
    box-shadow: none;
}

.d-flex .justify-content-between .align-items-center .pb-2 .mb-2
{

    box-sizing: border-box;
    box-shadow: none;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.d-flex .align-items-center
{


    box-sizing: border-box;
    box-shadow: none;
    display: flex !important;
    align-items: center !important;
}
.me-2 .mb-0
{

    box-sizing: border-box;
    margin: 0 0 1rem;
    margin-right: 0.5rem !important;
    margin-bottom: 0 !important;
    position: relative;
}

.img-sm .rounded-circle{

    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50% !important;
    width: 43px;
    height: 43px;
}

img-sm {
    width: 43px;
    height: 43px;
}
.rounded-circle {
    border-radius: 50% !important;
}
img, svg {
    vertical-align: middle;
}
*, *::before, *::after {
    box-sizing: border-box;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
p.text-muted.tx-13.mb-1{
    font-size: 13px;
    --bs-text-opacity: 1;
    color: #eaab21 !important;
    margin-bottom: 0.25rem !important;
}
div.badge.rounded-pill.bg-primary.ms-auto{
    --bs-bg-opacity: 1;
    background-color:  #d36e28 !important;
    margin-left: auto !important;
}
.text-muted, .dropzone.dz-clickable .dz-message *{
    --bs-text-opacity: 1;
    color: #ffffff !important;
}
/* p.text-body.fw-bolder{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
} */
.chat-wrapper .chat-content .chat-body .messages .message-item.me {
    margin-left: auto;
}
.chat-wrapper .chat-content .chat-body .messages .message-item {
    display: flex;
    max-width: 80%;
    margin-bottom: 20px;
}
.alert-primary {
    background-color: rgba(101, 113, 255, 0.1);
    color: #D36E28;
    border-color: rgba(255, 255, 255, 0);
}
/*filter styel*/
.filter-container {
    z-index: 999;
    text-align: center;
    position: absolute;
    right: 6px;
}

.filter-form {
    margin-top: 20px
}

.filter-btn {
    position: absolute;
    right: 99px;
    display: flex;
    color: #D36E28;
    background: #fff
}

.filter-btn,
.apply-btn {
    border: 1px solid #D36E28 !important;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 9pt;
    font-weight: 400;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.apply-btn {
    color: white;
    background: #D36E28;
}

.filter-form {
    position: relative;
    display: none;
    width: 279px;
    max-height: 100%;
    margin: -10px auto;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filter-form h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.filter-item .select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    padding: 1px 12px;
    height: 25px;
    line-height: 30px !important
}

.filter-item:not(:last-child) {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.filter-item .from {
    font-size: 10px
}

.filter-item label {
    font-size: 13px;
    display: inline;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.filter-item input[type="date"] {
    display: flex;
    padding: 11px
}

.filter-item input[type="date"],
.filter-item select,
.filter-item input[type="text"] {
    font-size: 13px;
    padding: 8px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.reset-link {
    display: inline;
    margin-bottom: 5px;
    font-size: 13px;
    float: right;
    color: #D36E28;
    cursor: pointer;
}

.button-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: sticky;
    bottom: -26px;
    background: white;
    padding: 10px;
}

.filter-form .reset-btn {
    color: #D36E28;
    background: #fff !important;
    border-radius: 10px;
    border: 1px solid;
    font-size: 12px;
    /* padding: 10px 20px; */
    border-radius: 5px;
    cursor: pointer;
}

.search-box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.search-label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 18px;
}

.search-box input {
    border-radius: 5px;
    height: 29px;
    border: 1px solid #bbb;
}

.search-input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 35px;
    /* Make room for the icon */
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.breadcrumb {
    padding: 0;
    background: #F9FAFB;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #d36e28;
    font-weight: lighter;
}

.breadcrumb-item.active {
    color: #eaab21
}

.form-horizontal .control-label {
    text-align: left;
}

.search-input::placeholder {
    color: #999;
    font-style: italic;
}

.nice-select {
    border-radius: 5px !important
}

.btn-outline-primary,
.fc .fc-button-primary {
    color: #D36E28;
    border-color: #D36E28;
    background: #fff;
}

form label {
    font-size: 14px;
    color: #000;
    font-weight: lighter;
}

.search-input:focus {
    outline: none;
    border-color: #008080;
}

.grid-margin {
    margin-bottom: 1.5rem;
}

.align-items-center,
.navbar .search-form {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-flex {
    display: flex;
}

.text-nowwrap {
    white-space: nowrap;
}

.dropdown-item,
.tt-menu .tt-suggestion {

    padding: 0.25rem 0.875rem;
    border-radius: 2px;
}

.text-muted,
.dropzone.dz-clickable .dz-message * {
    --bs-text-opacity: 1;
    font-size: 11px;
    color: #EAAB21 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.tx-12 {
    font-size: 12px;
}

.btn.btn-icon-text .btn-icon-prepend {
    width: 18px;
    height: 18px
}

.nav-item .nav-link .indicator .circle::before {
    background-color: #D36E28;
    content: "";
    display: table;
    border-radius: 50%;
    position: absolute;
}

.pulse,
.nav-link .indicator .circle::before {
    animation-name: pulse;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes pulse {
    0% {
        opacity: 1;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
    }

    95% {
        opacity: 0.1;
        left: -10.5px;
        top: -10.5px;
        width: 28px;
        height: 28px;
    }

    100% {
        opacity: 0;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
    }
}


.uniform-icon-size {
    font-size: 20px;
    /* Set icon size */
    width: 20px;
    /* Set uniform width */
    height: 20px;
    /* Set uniform height */
    line-height: 20px;
    /* Ensure uniform line-height */

}

.d-flex.align-items-center a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.me-3,
.me-sm-3 {
    /* margin-right: 15px; Add uniform spacing between the icons */
}

.me-0 {
    margin-right: 0;
    /* Keep last icon close */
}

body {
    font-size: 11px !important;
}

.message-item.system {
    display: flex;
    justify-content: center;
    /* Centers the message horizontally */
    /* //margin: 10px 0; */
    /* Optional: Adds some spacing above and below the message */
}

.system-message {
    background-color: #f8f9fa;
    /* Optional: Adjust background color for visibility */
    border-radius: 5px;
    /* Optional: Adds some rounding to the bubble */
    /* //padding: 10px; */
    /* Optional: Adds padding inside the bubble */
}
.me-2 .dropdown-menu .dropdown-item {
    font-size: 11px !important;

}

.chat-body {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #999 transparent;
}

/* For WebKit browsers (Chrome, Safari) */
.chat-body::-webkit-scrollbar {
    width: 8px;
}

.chat-body::-webkit-scrollbar-track {
    background: transparent;
}

.chat-body::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
}

.thumbnail-container {
    /* display: flex; */
    flex-wrap: wrap;
}

.thumbnail-container .img-thumbnail {
    border-radius: 5px;
    /* Optional: rounding corners */
    margin-right: 5px;
    /* Space between thumbnails */
    cursor: pointer;
    /* Pointer cursor on hover */
}

ul.list {
    width: 100%;
}

div.nice-select.form-control {
    border-radius: 5px;
}

.ticket-title {
    color: #d36e28;
}

/* Message for 'me' class (right-aligned) */
/* Right-aligned message (user) */
.me {
    text-align: right;
    justify-content: flex-end;
}

.friend {
    text-align: left;
    justify-content: flex-start;
}

.message-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    /* Ensure consistent spacing between messages */
}

.message-item img {
    margin: 0 5px;
    /* Reduce margin to reduce space between avatar and text */
    width: 40px;
    /* Ensure avatar size is consistent */
    height: 40px;
}

/* Right-aligned message (user) */
.message-item.me {
    justify-content: flex-end;
}

.message-item.me img {
    margin-left: 10px;
    /* Space between message and avatar for 'me' */
    margin-right: 0;
    /* Remove extra space to the right of avatar */
}

/* Left-aligned message (friend/staff) */
.message-item.friend {
    justify-content: flex-start;
}

.message-item.friend img {
    margin-right: 10px;
    /* Space between avatar and message bubble for 'friend' */
    margin-left: 0;
    /* No extra space on the left of avatar */
}

.message-item .bubble {
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 10px;
    position: relative;
}

.bubble {
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}

.message-item .content {
    max-width: 80%;
    /* Prevent the bubble from stretching too much */
    display: inline-block;
}

#inviteSuccessMessage {
    font-size: 10px;
    margin-bottom: 10px;
}
body{
    font-size:11px !important;
}
.uniform-icon-size {
    font-size: 20px;
    /* Set icon size */
    width: 20px;
    /* Set uniform width */
    height: 20px;
    /* Set uniform height */
    line-height: 20px;
    /* Ensure uniform line-height */

}

.d-flex.align-items-center a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.me-3,
.me-sm-3 {
    /* margin-right: 15px; Add uniform spacing between the icons */
}

.me-0 {
    margin-right: 0;
    /* Keep last icon close */
}

body {
    font-size: 11px !important;
}

.message-item.system {
    display: flex;
    justify-content: center;
    /* Centers the message horizontally */
    /* //margin: 10px 0; */
    /* Optional: Adds some spacing above and below the message */
}

.system-message {
    background-color: #f8f9fa;
    /* Optional: Adjust background color for visibility */
    border-radius: 5px;
    /* Optional: Adds some rounding to the bubble */
    /* //padding: 10px; */
    /* Optional: Adds padding inside the bubble */
}
.fw-bolder{
    font-size: 12px!important;
}
body{
    font-size: 12px!important;
}
