/* div#divTableDamage table.dataTable thead tr th span {
    line-height: 14px !important;
    font-size: 12px !important;
}

div#divTableDamage table.dataTable tfoot tr th span {
    line-height: 14px !important;
    font-size: 12px !important;
}

div#divTableDamage .dt-info {
    float: right !important;
}

div#divTableDamage .dt-length {
    float: right !important;
    clear: right !important;
}

div#divTableDamage .dt-paging.paging_full_numbers {
    float: right !important;
    clear: right !important;
} */

td.widthDamage,
th.widthDamage {
    width: 500px !important;
}

div#divTableDamage .dt-buttons.btn-group.flex-wrap button {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}


/* 
#damageModal.modal {
    max-width: 100% !important;
    min-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
}

#damageModal.modal .modal-dialog.modal-dialog-centered {
    max-width: 90% !important;
    min-width: 75% !important;
    margin-right: auto;
    margin-left: auto;
}
 */

.ui-autocomplete {
    z-index: 99999 !important;
    overflow-y: scroll !important;
    height: 30% !important;
    overflow-x: hidden !important;
}

div#divRjtdTb .dt-buttons.btn-group.flex-wrap button {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

div#divTableAppointments .dt-buttons.btn-group.flex-wrap button {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}


/* 
#rejectedModal.modal {
    max-width: 100% !important;
    min-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
}

#appointmentModal.modal {
    max-width: 100% !important;
    min-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
} */


/* 
#rejectedModal.modal .modal-dialog.modal-dialog-centered {
    max-width: 90% !important;
    min-width: 75% !important;
    margin-right: auto;
    margin-left: auto;
}

#appointmentModal.modal .modal-dialog.modal-dialog-centered {
    max-width: 90% !important;
    min-width: 75% !important;
    margin-right: auto;
    margin-left: auto;
}
 */


/* div#divRjtdTb table.dataTable thead tr th span {
    line-height: 14px !important;
    font-size: 12px !important;
}

div#divRjtdTb table.dataTable tfoot tr td span {
    line-height: 14px !important;
    font-size: 11px !important;
}

div#divRjtdTb .dt-info {
    float: right !important;
}

div#divRjtdTb .dt-length {
    float: right !important;
    clear: right !important;
}

div#divRjtdTb .dt-paging.paging_full_numbers {
    float: right !important;
    clear: right !important;
} */

.select2-container {
    width: 100% !important;
}

label.error {
    color: red !important;
}

.swiper {
  width: 600px;
  height: 300px;
}
/* div#divTableAppointments .dt-info {
    float: right !important;
}

div#divTableAppointments .dt-length {
    float: right !important;
    clear: right !important;
}

div#divTableAppointments .dt-paging.paging_full_numbers {
    float: right !important;
    clear: right !important;
} */

#PicturesView .divListGridC{
	display: inherit important!;
}

#PicturesView2 div{
	display: inherit important!;
}


.HandCursor{
	cursor: pointer;
}

.zoomist-container {
  width: 60%;
}

.zoomist-image {
  width: 100%;
  aspect-ratio: 1;
}

.zoomist-image img {
  min-width: 40%;
  max-width: 75%;
  object-fit: cover;
  object-position: center;
}

.owl-item{
  display: flex !important;
  justify-content: center !important; 
}

.zoomist.zoomist-container{
  display: flex !important;
  justify-content: center !important; 
}

.owl-nav button{
	min-width: 30px;
	min-height: 30px;
	font-size: 25px !important;
}


#divListGrid .table-responsive{
	min-width: 100% !important;
}


.centerTextDt{
	text-align: center !important;
}

#divListGrid .display.nowrap.dataTable th{
	text-align: center !important;
}

#tablePicture .dt-center{
	text-align: center !important;
}
#divListGrid .dt-center{
	text-align: center !important;
}

.tooltip-hover {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tooltip-hover .tooltip-popup {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: pre-wrap;
    max-width: 600px;
    width: max-content;
    min-width: 150px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.tooltip-hover:hover .tooltip-popup {
    display: block;
}

.tooltip-popup .copy-btn {
    background: #555;
    color: #fff;
    border: none;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 6px;
}

.tooltip-floating {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 300px;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #aaa;
}
.copy-btn {
    margin-top: 8px;
    display: block;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 8px;
    border-radius: 3px;
    cursor: pointer;
}



#floatingTooltip {
    max-width: 400px;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    background: #9E9E9E;
    color: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    white-space: pre-wrap;
    font-family: monospace;
}
.copy-btn {
    display: block;
    margin: 8px auto 0;
    padding: 4px 10px;
    background-color: #00994C;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

