.company-name-header {
    position: absolute;
    left: 115px;
    top: 7px;
}
.company-logo img {
    max-width: 30% !important;
}
.full-width-image img {
    width: 100%;
}

.ticket-image-list {
    display: block;
    margin-bottom: 4px;
}

.ticket-preview-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
    object-fit: cover;
}

#widget-report_list_processing .panel_s .panel-body,
#widget-repot_list_processed .panel_s .panel-body,
#widget-report_list .panel_s .panel-body {
    padding: 0px !important;
}

.widget-dragger {
    display: none;
}

#widget-report_list_processing h4,
#widget-repot_list_processed h4,
#widget-report_list h4 {
    margin: 0px !important;
    padding: 15px 10px;
    background: #1E7BE2;
    color: white;
}

#widget-report_list_processing .dataTables_wrapper,
#widget-repot_list_processed .dataTables_wrapper,
#widget-report_list .dataTables_wrapper {
    padding: 0;
}

#widget-heading_logo .panel-body {
    padding: 0px !important;
}

.table .ticket-subject {
    color: #333;
}

.table .ticket-location {
    color: #333;
}

.ticket-map {
    height: 180px;
    margin-top: 15px;
}

#widget-report_list_processing .dataTables_wrapper,
#widget-repot_list_processed .dataTables_wrapper,
#widget-report_list .dataTables_wrapper {
    background: #F2F2F2;
}

#widget-report_list_processing .dataTables_length,
#widget-report_list .dataTables_length {
    margin-top: 8px !important;
    margin-left: 8px !important;
}

#widget-report_list_processing .dt-buttons,
#widget-report_list .dt-buttons {
    margin-top: 8px !important;
}

#widget-report_list_processing div.dataTables_info,
#widget-report_list div.dataTables_info {
    padding-left: 15px;
}

#widget-report_list_processing div.dataTables_filter,
#widget-report_list div.dataTables_filter {
    display: none;
}

#widget-report_list_processing .dataTables_length select,
#widget-report_list .dataTables_length select {
    /* height: 30px; */
    /* display: block; */
    display: none;
}

.map-direction-modal .direct-panel {
    padding: 6px 12px;
}

#setup-menu-item {
    display: none
}

li a i.menu-icon {
    margin-right: 10px;
}

#side-menu li .nav-second-level li.active a {
    color: #fff !important;
    border-radius: 0px;
    background-color: #03a9f4;
    border-left: 0 !important;
    display: inline-block;
    padding: 5px 15px;
    margin: 0px;
    width: 100%;
}

#side-menu li .nav-second-level li a {
    padding: 5px 15px;
    margin: 0px;
}

.focus-div {
    border: 2px #2196F3 solid;
}

.text-white {
    color: white;
}

.panel_s.blocked-sender {
    border: 1px #ff2c42 solid;
}

.speech-stats {
    display: flex;
    gap: 10px;              
    padding: 8px 12px;      
    background: #f8f9fa;    
    border-radius: 6px;
    align-items: center;
    flex-wrap: wrap;        
}

.speech-stats .badge {
    font-size: 14px;
    padding: 6px 10px;
    color: #fff; 
    border-radius: 4px;
}

.speech-stats .badge-primary {
    background-color: #007bff; 
}

.speech-stats .badge-success {
    background-color: #28a745; 
}

.speech-stats .badge-warning {
    background-color: #ffc107; 
    color: #212529;
}

.table-secondary , .table-dark{
    background-color: #e7e6e6;
}

#speech-table thead{
    background-color: #e8eff3;
}

#speech-table thead th{
    color: #688593;
}


.d-none{
    display: none !important;
}

.form-group.chk > br:first-of-type {
    display: none !important;
}

.qr-action {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.qr-action:hover {
  text-decoration: none;
}



.qr-action:hover .arrow {
  margin-left: 16px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: end;
  align-items: end;
}

.d-flex{
    display: flex;
}
.gap-2{
    gap: 16px;
}

.reminded-status {
    font-size: 11px; 
    color: #3cc30f;
    font-style: italic; 
    margin-top: 2px;
    margin-bottom: 0;
    display: block; 
}


.user-tag-style {
    display: inline-block;
    padding: .35em .65em; 
    font-size: 85%; 
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    
    color: #fff; 
    background-color: #6c757d;
    
    margin-right: 5px; 
    margin-bottom: 5px; 
}

.user-list-tags {
    display: flex;
    flex-wrap: wrap; 
}

.list-group-item {
    padding: 10px 15px; 
}

.alert.alert-success .fa-check-circle{
    margin: auto;
    margin-right: 10px;
}

.mb-0{
    margin-bottom: 0px  !important;
}

.ml-1{
    margin-left: 8px;
}

small.text-muted{
    font-size: 80% !important;
}