.login-logo {
  max-width: 390px;
  margin: auto;
}
.dashboard-logo {
  max-width: 26px;
}
#template-customizer .template-customizer-open-btn {
  background: #2e3092 !important;
}
.offcanvas.offcanvas-end.max-width-lg {
  width: 480px !important;
}
.offcanvas-body label{
  font-weight: 500;
  font-size: 14px;
}
.view-header{
  font-weight: 600 !important;
  color: #2e3092 !important;
}
.offcanvas.offcanvas-end.max-width-xl {
	width: 480px !important;
}
.offcanvas.offcanvas-end.max-width-xl .fw-medium {
	font-weight: 500 !important;
	font-size: 14px;
}
.view-card .card-body{
  padding: 20px;
}
.view-card .card{
  margin-bottom: 20px;
}
.invoice-text b{
  font-weight: 600 !important;
}
.cus-card{
  margin-bottom: 25px;
}
.table-top tr th{
  border-top:1px solid #dfdee2 ;
}
.form-group {
  margin-bottom: 10px;
}


/**Ramu custom css**/
.cus-table-card td, .cus-table-card th {
  white-space: nowrap;
}
.btn-minWidth{
  min-width: 140px;
}
.s-category {
  background: #EAEEF6;
  border-radius: 200px;
  padding: 5px 13px;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
  color: #6f6b7d ;
  margin-bottom: 7px;
  line-height: normal;
}
.s-category i{
  color: #6f6b7d ;
}
.service-card{
  min-height: 140px;
}
.cus-tabs ul li{
  margin-right:15px !important;
}
.cus-tabs ul li a{
    border: 1px solid #dbdade;
}
.cus-table-box{
  padding: 0 !important;
}
.cus-card{
  min-height: 250px;
}
span.badge.rounded-pill.badge-center.h-px-20.w-px-20.bg-danger.ms-1 {
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  position: relative;
  left: 5px;
}
.vertical-middle{
  vertical-align: middle;
}
b, strong {
  font-weight: 600 !important;
}
.btn{
  padding: 9px 13px !important;
  line-height: 16px !important;
}
.address-box{
  max-width: 300px;
}
h5.font-18{
  font-size: 18px !important;
}
/* .text-body {
  --bs-text-opacity: 1;
  color: #333 !important;
}
.table > :not(caption) > * > *{
  color: var(--bs-table-color-state, var(--bs-table-color-type, #333)) !important;
}
.table:not(.table-dark) thead:not(.table-dark) th {
  color: #333 !important;
}
a.text-body.text-truncate, .text-body.dropdown-toggle {
  color: #333 !important;
}
p.text-body{
  color: #333 !important;
} */

.mobile-block{
  display: none;
}

/* 10-01-2024 charles */
.s-category.custom{
  font-size: 13px;
  border-radius: 5px;
  color: #6f6b7d;
  background-color: rgba(75, 70, 92, 0.2);
}
.customer-label label{
    font-size: 14px;
}
.customer-label.view small {
  margin-bottom: 2px;
  display: inline-block;
}
.primary-color {
  color: #2e3092 !important;
}
/* .min-height .select2-selection__rendered{
   height: 66px !important;
   overflow: auto !important;
} */
.other-brand-machine-min-height {
  height: 32px !important;
  overflow: auto !important;
  padding-left:0 !important;
}
.form-group label{
  font-size: 14px;
}
.total-font-size {
  font-size: 14px !important;
}
.uploads-img img{
  width: 300px;
  height: auto;
}
.uploads-img{
  max-height: 80px;
  text-align: center;
  padding: 10px;
  border: 1px solid #c9c8ce;
  border-radius: 5px;
  overflow: hidden;
}
.light-style table.dataTable th, .light-style table.dataTable td {
   white-space: nowrap;
}
.table th, .table td{
  white-space: nowrap;
}
.table.without-nowrap tr th, .table.without-nowrap tr td{
  white-space: unset !important;
}
.complaints{
  flex-wrap: wrap;
}
.uploads-img.products{
  max-height: 188px;
  width: 188px;
    max-width: fit-content;
}
.uploads-img.products img {
  width: 163px;
  height: auto;
  margin: auto;
}
.ui-autocomplete-modal {
  z-index: 9999 !important; /* Adjust the z-index value as needed */
}
.text-danger {
  font-size: 12px;
  margin-bottom: 5px;
}
.tagify__tag-text{
  text-wrap: nowrap !important;
}
.dropdown-menu #bs-select-1{
  max-height: 240px !important;
  overflow: hidden auto;
  min-height: 102px;
}
.details-text-bold .text-bold{
  font-weight: 500;
  /*color: #424242;*/
}
.details-text-bold td{
  font-size: 15px;
}
.modal-header.padding-left{
  padding-left:18px;
}
.border-bottom-zero td{
  border-bottom: 0;
}
.print-fonts-small  > *{
  font-size: 10px;
}
.invoice-print.p-5.print-fonts-small {
  padding: 0px  !important;
}
.print-fonts-small h5{
  font-size: 13px !important;
}
.print-fonts-small h6{
  font-size: 11px !important;
}
.print-fonts-small .table th {
	font-size: 10px !important;
  /* padding: 10px !important; */
}
.print-fonts-small .table td{
  /* padding: 10px !important; */
}
.table-col-width-text-align-left {
   text-align: right;
}
.print-fonts-small .dashboard-logo.cus-mob-mb {
  max-width: 250px;
  margin-bottom: 5px;
  margin-left: -18px;
}
.activity_log .modal-body{
  padding: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}
.activity_log .padding-left{
  padding-left: 40px;
}
.activity_log .timeline-event{
  padding-top: 10px !important;
}
.activity_log .timeline .timeline-item.timeline-item-transparent .timeline-event {
  top: -1rem !important;
}
.activity_log .timeline-event p{
  margin: 0 !important;
  margin-top: 5px !important;
}
.activity_log .timeline-header > *{
   font-size: 14px;
}
.activity_log_overflowy {
  height: 450px;
  overflow-y: auto;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.h3-span{
  font-size: 15px;
}
.pdf-note-width {
  width: 560px;
}
.pdf-note-width p{
  text-wrap:balance;
}
.word-wrap {
  white-space: pre-wrap;
}
.details-text td span{
  font-weight: 500 !important;
}

a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.estimate_follow_up{
  background-color: #fce5e6 !important;
  color: #ea5455 !important;
}
a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.quotation_follow_up{
  background-color: #d9f8fc !important;
  color: #00cfe8 !important;
}
a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.enquiry_follow_up{
  background-color: #eae8fd !important;
  color: #7367f0 !important;
}
a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.service_inspection{
  background-color: #eae8fd !important;
  color: #7367f0 !important;
}
a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.service_technician{
  background-color: #d9f8fc !important;
  color: #00cfe8 !important;
}
.offcanvas.offcanvas-end.max-width-lg.cus-width-offcanvas{
  width: 670px !important;
}
.modal-dialog .flatpickr-current-month {
  top: 0rem;
}
.service-ticket-min-height {
    min-height: 274px;
}
.dropdown-menu.show{
  min-height: auto !important;
  max-height: auto !important;
}
.min-search-input .form-control{
   height: 38px;
   font-size: 15px;
}
.min-search-input .form-select {
  height: 38px;
}
.min-search-input .dataTables_length label{
  margin-left: 15px;
}

.custom-table-scroll  tbody {
  display: block !important;
  max-height: 281px !important;
  overflow-y: auto !important;
}
.custom-table-scroll  thead,.custom-table-scroll  tbody tr {
  display: table !important;
  width: 100% !important;
  /* even columns width , fix width of table too*/
}
.custom-table-scroll  thead {
  width: calc( 100% ) !important;/* scrollbar is average 1em/16px width, remove it from thead width */
}
.custom-table-scroll  tbody::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.custom-table-scroll  tbody::-webkit-scrollbar-track {
  background: #f2f2f3; 
}
/* Handle */
.custom-table-scroll  tbody::-webkit-scrollbar-thumb {
  background: #f2f2f3; 
}
/* Handle on hover */
.custom-table-scroll  tbody::-webkit-scrollbar-thumb:hover {
  background: #f2f2f3; 
}
.datatables-users {
  margin: 0 !important;
}
#dataTables_paginate {
  margin-top: 15px !important;
}
table.dataTable{
  margin-bottom: 0 !important;
}
.dropdown.bootstrap-select .dropdown-toggle {
   height: 38px !important;
}
.repeater-wrapper.product-list p{
   font-size: 14px !important;
}
.repeater-wrapper.product-list .total_class{
  margin-top: 10px;
}
.addEnquiryForm .repeater-wrapper, .EditEnquiryForm .repeater-wrapper{
  margin-bottom: 15px;
}
.repeater-wrapper p{
  font-weight: 600;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
form{
  margin: 0;
}
.table > :not(caption) > * > * {
  border-bottom-width:1.5px !important;
}
.customer-table-view tr:first-child{
   padding-left: 15px !important;
}
.word-brake-text {
  white-space: inherit !important;
}
