.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;
}
.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;
}
.fc-list-table  .enquiry_follow_up .fc-list-event-dot{
  border: calc(10px / 2) solid #7367f0 !important;
}
.quotation_follow_up .fc-list-event-dot{
  border: calc(10px / 2) solid #00cfe8 !important;
}
.estimate_follow_up .fc-list-event-dot{
  border: calc(10px / 2) solid #ea5455 !important;
}
.cus-popup-modal .modal-header{
  justify-content: space-between;
}
.cus-popup-modal .form-group label{
  margin-bottom: 5px;
}
.cus-popup-modal .modal-body{
  padding: 20px 20px 0 !important;
}
a.btn.btn-sm.rounded-pill.btn-icon.btn-outline-primary.mb-1.waves-effect.add-district, .taluk-container a.btn.btn-sm.rounded-pill.btn-icon.btn-outline-primary.mb-1.waves-effect {
  margin-top: 20px;
}
.note-pad-min-height {

}
.note-pad-min-height  .tab-content{
  overflow-y: auto;
  min-height: auto;
  height: 400px;
  box-shadow: none !important;
  border: 1px solid #dddddd;
}
.custom-modal-edit-btn {
  padding: 6px 12px !important;
  font-size: 13px !important;
}
.max-height {
   max-height: 255px !important;
   overflow-y: auto;
}
.mulitiple-compliants .form-control {
  padding-top: 5px !important;
}
.service-card.min-h-auto{
  min-height: auto;
}
.dropdown-menu.show{
  max-height: 250px !important;
  width: 100%;
  overflow-x: auto;
}
.custome-machine-description{
  max-height: 100px;
  overflow: auto;
}
.invoice-print .table tr td {
  vertical-align: top;
  }
  .ti-arrow-up.red-color{
  color: #ff4c51;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  }
  .ti-arrow-down.green-color{
  color: #28c76f;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  }
  .present-absent-btn .bg-label-secondary {
  color: #858585 !important;
  border: 1px solid #d9d4d4 !important;
  background: #f8f9fc !important;
  cursor: pointer;
  }
  .bg-label-secondary.present{
  color: #28c76f !important;
  border: 1px solid #28c76f !important;
  background: #dff7e9 !important ;
  }
  .bg-label-secondary.absent{
  color: #ff4c51 !important;
  border: 1px solid #ff4c51 !important;
  background: #ffe2e3 !important ;
  }
  .bg-label-warning.on-hold{
  color: #ff9f43 !important ;
  border: 1px solid #ff9f43 !important;
  }
  .form-check-large .form-check-input {
  width: 2rem !important; /* Increase width */
  height: 1.2rem !important; /* Increase height */
  border-radius: 1rem !important; /* Keep it rounded */
  transform: scale(1.3) !important; /* Optional scaling for extra size */
  }
  .modal-content .modal-header{
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  }
  .modal-content .modal-body{
  padding-top:1rem !important;
  }
  .color-primary{
  color: #2e3092;
  font-size: 13px;
  }
  .input-label-attached{
  padding: 8px 10px;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #d9d4d4;
  background-color: #f8f9fc;
  color: #687e96;
  white-space: nowrap;
  }
  .input-border-radius input{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  }
  .input-border-radius-1 select{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  }
  .input-border-radius-1 input{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  }
  .input-border-radius select{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  }
  .my-0.custom-border-line {
  border-top:1px solid #dbdade;
  border-bottom: 1px solid #dbdade;
  margin-top: 15px !important;
  }
  .my-0.custom-border-line .d-flex.justify-content-between{
  padding-bottom: 5px !important;
  }
  .my-0.custom-border-line-top {
  border-top:1px solid #dbdade;
  padding-top: 15px !important;
  margin-top: 15px !important;
  }
  .ti-arrow-up.red-color.font-big {
  font-size: 22px;
  }
  .ti-arrow-down.green-color.font-big {
  font-size: 22px;
  }
  tbody.collapsed {
  background-color: #f5f5f5; /* Highlight collapsed tbody */
  transition: background-color 0.3s ease-in-out;
  }
  .details-row.hidden {
  display: none !important;
  }
  .custom-table-padding-left {
  padding-left: 50px !important;
  }
  .my-0.custom-border-line-top.pt-0{
  padding-top: 0 !important;
  }
  .current-month-text {
  color: #687e96;
  background: #f8f9fc;
  }
  .current-month-text span{
  color: #687e96;
  }
  .alert-cus-font-size {
  font-size: 13px !important;
  }
  .cursor-not-allowed-select {
  cursor: not-allowed !important;
  }
  .border-divider-attendance {
  border-bottom:1px solid #ebebeb;
  padding-bottom: 15px;
  }
  .attendance-modal-body .cus-padding{
  padding-left: 35px !important;
  padding-right: 35px !important;
  }
  .attendance-modal-body {
  overflow: hidden ;
  }
  .badge.bg-label-warning.outline-line{
  border: 1px solid #ff9f43 !important;
  }
  .badge.bg-label-primary.outline-line {
  border:1px solid #2e3092 ;
  }
  .badge.bg-label-info.outline-line{
  border:1px solid #00cfe8 ;
  }
  .petty-cash {
  position: absolute;
  right: 20px;
  }
  .modal-content .modal-body.p-0 {
  padding-top: 0rem !important;
  }
  /* .addExpense-card-text-border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  } */

  .custom-modal-edit-btn .ti {
  font-size: 15px !important;
  }
  .slider-box {
  display: flex;
  align-items: center;
  background-color: #2e3092;
  padding: 3px 10px;
  border: 1px solid #2e3092;
  border-radius: 5px;
  width: 200px;
  }

  .calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  }

  .calendar-icon i {
  font-size: 18px;
  color: #fff;
  }

  .slider-text {
  flex: 1;
  text-align: left;
  font-size: 15px;
  color: #fff;
  }

  .arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
  border-radius: 3px;
  }

  .arrow:hover {
  background-color: #fff; /* Slight hover effect */
  color: #2e3092;
  }
  .modal-date-input {
  max-width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  }
  .modal-date-input input{
  height: 35px;
  width: 70%;
  }
  #template-customizer .template-customizer-open-btn {
  top: 211px !important;
  }

  .slider-box.big{
    width: 100% !important;
  }

.dropdown-menu.show{
  width: 20%;
}

.ti-arrow-down.red-color {
  color: #ff4c51;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
.ti-arrow-up.green-color {
  color: #28c76f;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
.custom-border-radius .css-13cymwt-control{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left:none !important;
}
.position-right-auto {
  position: absolute;
  right: 25px;
}
input ,select, textarea{
  color: #000 !important;
}
.footer-btn-form .d-flex.justify-content-end{
  position: absolute;
  right: 0px;
  width: 100%;
  bottom: 15px;
  background: #fff;

}
.footer-btn-form .d-flex.justify-content-end div{
  margin-right: 30px;
}
.footer-btn-form  {
  position: relative;
  height: 65px;
  border-top: 1px solid #ebebeb;
}
.max-height-set-popup {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #c8c8c8 transparent; /* Scrollbar color */
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.max-height-set-popup::-webkit-scrollbar {
  width: 5px; /* Scrollbar width */
}

.max-height-set-popup::-webkit-scrollbar-thumb {
  background-color: #c8c8c8; /* Scrollbar thumb color */
  border-radius: 5px; /* Rounded edges */
}

.max-height-set-popup::-webkit-scrollbar-thumb:hover {
  background-color: #c8c8c8; /* Darker on hover */
}
.make-payment-btn .dropdown-menu.show{
    padding: 0 !important;
}
.payment_upi {
  max-width: 80px;
  margin: auto;
  margin-bottom: 2px;
}
.edit-card {
   padding: 0px;
   box-shadow: none !important;
   /* border: 1px solid #d6daff !important;
   background: #f6f7ff !important; */
   position: relative;
}
/* .bill-to-edit-btn {
  position: absolute;
  left: 47px;
  top: -33px;
} */
 .font-size-18 {
  font-size: 18px !important;
 }
 .font-size-14 {
  font-size: 15px !important;
 }
 .invoice-text .table-responsive.border-top td {
  font-size: 15px;
}
.bill-to-edit-btn .btn-outline-primary {
  border: none !important;
  font-size: 12px;
  color: #2E3092 !important;
  background-color: #EEEEF6 !important;
  border-color: #2E3092 !important;
  padding: 6px 9px !important;
  font-weight: 600;
}
/* .invoice-font-size span{
  font-size: 14px;
} */
.Daily_Sales_min-hegiht {
  min-height: 50px !important;
  position: absolute !important;
  bottom: -10px;
}
/* .new-customer_added {
  position: absolute;
  top: 0;
} */
.repeater-wrapper p{
  font-weight: 400;
}
 .form-check.mb-1{
  margin-bottom: 5px !important;
}
.repeater-wrapper select, .repeater-wrapper input ,.repeater-wrapper textarea{
  font-weight: 500;
}
.width-container-100 .dropdown-menu.show {
  max-height: 250px !important;
  width: initial;
  overflow-x: initial;
}
.invoice-preview-card p{
  color: #444;
}
.invoice-preview-card p b{
  color:#161c26 ;
}
.invoice-preview-card h5{
  color:#161c26 ;
}
.invoice-preview-card span{
  color: #444;
}
.invoice-preview-card span b{
  color:#161c26 ;
}
/* .invoice-preview-card .bootstrap-select span {
  color: initial;
} */
 /* .dropdown-item .text {
  color: #fff;
 } */
.commen_file_width_80{
  width: 80px !important;
  display: inline-block;
}

.invoice-preview-card input ,.invoice-preview-card .filter-option-inner-inner ,.invoice-preview-card textarea ,.invoice-preview-card select  {
  color:#161c26 ;
}
.form-control:focus {
  color: #161c26 !important;
}
.invoice-preview-card .form-control:hover:not([disabled]):not([focus]) {
  border-color: #161c26 !important;
}
.invoice-preview-card h6{
  color: #161c26 ;
}
.btn.btn-primary span{
  color: #fff;
}
.invoice-text p{
  color: #444;
}
.invoice-text p b{
  color:#161c26 ;
}
.invoice-text h5{
  color:#161c26 ;
}
.invoice-text h6{
  color:#161c26 ;
}
.invoice-text span{
  color: #444;
}
.invoice-text span b{
  color:#161c26 ;
}
.color-black {
  color:#161c26 !important;
  font-weight: 600 !important;
}
.dropdown-item.selected .text {
  color: #fff !important;
}
.invoice-text .pe-sm-3.cus-plr-0{
  color: #444;
}
.invoice-text .table-responsive.border-top th{
  color:#fff !important;
  background: #2E3092 !important;
}
.invoice-text .table-responsive.border-top td{
  color: #444 !important;
}
.invoice-text .text-warning b{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.invoice-calculations .d-flex span:first-child{
   font-size: 14px !important;
}
.d-flex.justify-content-between.new-amount span{
  font-size: 16px !important;
}
 .form-check-label b{
  color: #444 !important;
  font-weight: 400 !important;
}
.sales_person_block {
  display: inline-block;
  width: 90px;
}
.referral_person_block {
  width: 90px;
  display: inline-block;
}
.commen_file_width{
  display: inline-block;
  width: 65px;
}
.commen_file_width_view {
  display: inline-block;
  width: 50px;
}
.future_lead_follow_up .fc-list-event-dot {
  border: calc(var(--fc-list-event-dot-width)/2) solid #17C473;
  border-radius: calc(var(--fc-list-event-dot-width)/2);
  box-sizing: content-box;
  display: inline-block;
  height: 0px;
  width: 0px;
}
a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.future_lead_follow_up {
background-color: #17c4731a !important;
color: #17C473 !important;
}
.text-warning b{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.card.invoice-preview-card .bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  color: #fff !important;
}
.pdf-custom .table-responsive.border-top th {
  color: #fff !important;
  padding: 8px !important;
  background: #767676  !important;
}
.pdf-custom .table-responsive.border-top td {
  font-size: 10px;
  padding: 8px !important;
}
.pdf-custom .table-responsive.border-top {
  border-top: none !important;
}
/* .table > :not(caption) > * > * {
  color: #333 !important;
}
.table .text-body{
  color: #333 !important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  color: #333 !important;
} */
 .invoice-font-size > * {
  font-size: 13px;
 }
 .pdf-custom table  th,.pdf-custom table  td{
  padding: 8px !important;
 }
 .custom-btn-sm-outline {
  font-size: 12px !important;
  padding: 5px 10px !important;
}
.max-height-set-popup.sm-height {
  max-height: 400px;
  overflow-x: hidden;
}
.popup-list-master{
  width : 20px;
  text-align: end;
}
.table_p{
  font-size: 13px;
  font-weight: bold;
}
.td-max-width{
  max-width: 300px;
}
.td-max-width a.text-body{
  text-wrap: auto;
}
#month-list-report {
  max-width: 200px !important;
  margin-right: 20px;
}
.address-section {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
  justify-content: start !important;
}
a.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.service_expense{
  background-color: #b3cde0 !important;
  color: #2e3092 !important;
}
.common-date-input{
  min-width: 91px;
}

.product-td .select2-container{
  width: 200px !important;
}
.capacity-td .select2-container{
  width: 100px !important;
}

/* WhatsApp action button */
.btn-whatsapp {
    padding: 0.40rem 0.50rem !important;
    font-size: 1.2rem;
    line-height: 1;
}
