@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --bs-primary: #ff7b02;
  --bs-primary-rgb: 255, 123, 2;
  --bs-bg-opacity: 0.1;
}
body {
  background: #f8f6f9;
  overflow-x: hidden;
}
.topbar {
  width: 100%;
  display: flex;
  margin: auto;
}
.topbar .sidebar {
  width: 200px;
  background: #fff;
  border-right: 0.5px solid #b4b4b4;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.topbar .sidebar .sideHeader {
  height: 96px;
  width: 100%;
  padding: 0px 18px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar .sidebar .sideHeader .sidebarIcon {
  /*width: 24px;
  height: 24px;*/
  cursor: pointer;
}
.topbar .sidebar .sideHeader .closeSideBar {
  width: 24px;
  height: 24px;
  /*background: #f8f5ba;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
}
.topbar .sidebar .sideHeader .closeSideBar span {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar .sidebar .sideBarTab {
  width: 100%;
  padding: 0px 8px;
}
.topbar .sidebar .sideBarTab .nav-tabs {
  width: 100%;
  border-bottom: none !important;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-item {
  width: 100%;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link {
  border-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  width: 100%;
  padding: 0px 8px !important;
  height: 36px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: black; /* Default text color */
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-item:hover .nav-link {
  color: white; /* Change text color to white when nav-item is hovered */
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-item:hover .fas {
  color: white; /* Change Font Awesome icon color to white on hover */
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
  padding-left: 14px;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link svg {
  fill: #000 !important;
  width: 20px;
}

.topbar .sidebar .sideBarTab .nav-tabs .nav-link.active {
  border-color: none !important;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link.active span {
  color: #fff;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link:hover span {
  color: #fff;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link .svg-icon {
  color: #23252a;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link.active .svg-icon {
  color: #fff;
}

.topbar .sidebar .sideBarTab .nav-tabs .nav-link:hover .svg-icon {
  color: #fff;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-item.show .nav-link,
.topbar .sidebar .sideBarTab .nav-tabs .nav-link.active {
  border-color: #ff7b02 !important;
  color: none !important;
  background: #ff7b02;
}
.topbar .sidebar .sideBarTab .nav-tabs .nav-link:hover {
  border-color: #ff7b02 !important;
  color: none !important;
  background: #ff7b02;
}
.topbar .sidebar .logoutInfo {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar .sidebar .logoutInfo .info {
  background: #eaf3ff;
  width: 36px;
  height: 36px;
  gap: 0px;
  opacity: 0px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 4px;
}
.topbar .sidebar .logoutInfo .logout {
  width: 36px;
  height: 36px;
  gap: 0px;
  opacity: 0px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  background: #fff0f0;
}

.topbar .content {
  width: calc(100% - 200px);
}
.topbar .content .headerContent {
  width: 100%;
  border-bottom: 0.5px solid #b4b4b4;
  background: #ffffff;
  height: 96px;
}
.topbar .content.potrait {
  width: calc(100% - 60px);
}

/* show Half side bar =========== */
.topbar .showHalfSideBar {
  width: 60px;
}
.topbar .showHalfSideBar .sideHeader .closeSideBar {
  display: none;
  padding: 5px 7px;
}
.topbar .showHalfSideBar .sidebarIcon {
  display: block;
  margin: auto;
}
.topbar .sidebar .logoActive {
  flex-direction: column;
}
.topbar .sidebar .logoActive .logout {
  margin-left: 0px;
}
.topbar .sidebar .logoActive .info {
  margin-right: 0px;
  margin-bottom: 8px;
}
.topbar .showHalfSideBar .sideBarTab .nav-tabs .nav-link span {
  display: none;
}

.topbar .content .headerContent {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0px 30px;
}
.topbar .content .headerContent .pet {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}

.topbar .content .headerContent .search form,
.topbar .content .headerContent .search {
  display: flex;
  align-items: center;
}
.topbar .content .headerContent .search form .custom-select {
  position: relative;
  display: flex;
  width: 100px;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 0px 12px;
  height: 36px;
  background-color: #fff;
  cursor: pointer;
  appearance: none; /* Hide the default arrow */
  -webkit-appearance: none; /* For WebKit browsers */
  -moz-appearance: none; /* For Firefox */
  background: none; /* Ensure no background conflicts */
  margin-right: 12px;
}

.topbar .content .headerContent .search form .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}

/* Arrow Icon */
.custom-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_5_926)"><path d="M13.825 7.15833L10 10.975L6.175 7.15833L5 8.33333L10 13.3333L15 8.33333L13.825 7.15833Z" fill="%2323252A"/></g><defs><clipPath id="clip0_5_926"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

/* Styling the dropdown options */
.topbar .content .headerContent .search form .custom-select select option {
  font-weight: normal;
  padding: 10px;
}

.topbar .content .headerContent .search form .search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 8px 12px;
  height: 36px;
  width: 270px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.topbar .content .headerContent .search form .lineSvg {
  margin-right: 20px;
}
.topbar .content .headerContent .search form .search-wrapper input {
  border: none;
  outline: none;
  width: 89%;
  padding-right: 20px;
  height: 36px;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}

.topbar
.content
.headerContent
.search
form
.search-wrapper
input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #949494;
}

.col-settings {
  margin-right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}

.topbar .content .headerContent .search form .search-wrapper svg {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.topbar .content .headerContent .search .notification {
  margin-right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.topbar .content .headerContent .search .lineSvg {
  margin-right: 20px;
}

.topbar .content .headerContent .search .profile {
  display: flex;
  align-items: flex-start;
}
.topbar .content .headerContent .search .profile .profileName {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.topbar .content .headerContent .search .profile .profileName .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #cee7fb;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.topbar .content .headerContent .search .profile .profileName span {
  height: 36px;
}
.topbar .content .headerContent .search .profile .profileName span h4 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
  margin-bottom: 4px;
}
.topbar .content .headerContent .search .profile .profileName span p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  color: #949494;
}
.topbar .content .headerContent .search .profile .dropdown-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.topbar .content .headerContent .search .profile .dropdown-menu a svg {
  margin-right: 12px !important;
}
.topbar .content .headerContent .search .profile .dropdown-menu a:hover path {
  fill: white !important; /* Change to white on hover */
}
.topbar .content .headerContent .search .profile .dropdown-menu a:hover {
  background: #ff7b02 !important;
  color: #fff;
}

.icon path {
  fill: black; /* Default fill color */
}

.topbar .content .tab-content .tab-pane .petTabHeader {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
}
.topbar .content .tab-content .tab-pane .petTabHeader a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
  padding-bottom: 11px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.topbar .content .tab-content .tab-pane .nav-tabs .nav-link {
  border: none !important;
  background: transparent !important;
}
.topbar .content .tab-content .tab-pane .nav-tabs .nav-link::after {
  content: ""; /* Create a pseudo-element */
  position: absolute; /* Position it relative to the link */
  left: 50%; /* Center it horizontally */
  bottom: 0px; /* Position it below the text */
  width: 25px; /* Set the width of the line */
  height: 2px;
  display: none; /* Height of the line */
  background-color: #ff7b02; /* Line color */
  transform: translateX(-50%); /* Center the line by adjusting its position */
  transition: background-color 0.3s ease; /* Smooth transition for color change */
}

/* On hover and active state */
.topbar .content .tab-content .tab-pane .nav-tabs .nav-link:hover::after,
.topbar .content .tab-content .tab-pane .nav-tabs .nav-link.active::after {
  width: 25px;
  display: block; /* Expand to full width on hover and active */
  color: #ff7b02;
}

.topbar .content .tab-content .tab-pane .nav-tabs .nav-link:hover,
.topbar .content .tab-content .tab-pane .nav-tabs .nav-link.active {
  color: #ff7b02;
  /* Change text color on hover */
}

.topbar .content .tab-content .tab-pane .table {
  overflow-x: auto;
  padding: 20px 30px;
}
.topbar .content .tab-content .tab-pane .table .inner {
  display: inline-flex; /* Arrange content in a horizontal line */
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent wrapping inside the .inner class */
  width: 100%;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable {
  /* overflow-x: auto; */
  min-width: 1320px;
  display: inline-flex;
  margin: auto;
  flex-direction: column;
}

.topbar .content .tab-content .tab-pane .table .inner .headerTable .head {
  /* width: 100%; */
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 42px;
  width: 1318px;
  padding: 0px 24px;
  border-radius: 4px;

  margin-bottom: 20px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: auto;
  width: 1318px;
  padding: 6px 24px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head span {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #949494;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
p {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent:nth-last-child(1) {
  margin-bottom: 24px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
p
img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 0px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col1,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1 {
  width: 111px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col2,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-2 {
  width: 287px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col3,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-3 {
  width: 106px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col4,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-4 {
  width: 125px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col5,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-5 {
  width: 188px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col6,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-6 {
  width: 91px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col7,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-7 {
  width: 142px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col8,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-8 {
  width: 112px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col9,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-9 {
  width: 134px;
}

.topbar .content .tab-content .tab-pane .table .pagination {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.topbar .content .tab-content .tab-pane .table .pagination p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #949494;
  margin-bottom: 0px;
}
.topbar .content .tab-content .tab-pane .table .pagination .changePage {
  display: flex;
  align-items: center;
}
.topbar .content .tab-content .tab-pane .table .pagination .changePage .prev {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  margin-right: 12px;
  color: #949494;
}

.topbar .content .tab-content .tab-pane .table .pagination .changePage .number {
  width: 30px;
  height: 24px;
  background: #ffffff;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar .content .tab-content .tab-pane .table .pagination .changePage .next {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}

/* modal css here ======= */
.modal1 .modal-dialog .modal-content .modal-header h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: left;
  color: #000000;
}
.modal1 .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  height: 57px;
}
.modal1 .modal-dialog .modal-content .modal-header button {
  padding: 8px;
  height: 36px;
  border-radius: 100px;
  background: #fafafb;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000;
}
.modal1 .modal-dialog .modal-content .modal-header button svg, #pc-pet-info .modal-header .fa-arrow-left {
  margin-right: 6px;
  color: red;
}

.modal1 .modal-dialog .modal-content .modal-body {
  padding: 0px;
  display: flex;
  overflow-y: auto;
}
.modal1 .modal-dialog .modal-content .modal-body .left {
  width: 380px;
  padding: 30px;
  border-right: 0.5px solid #b4b4b4;
}
/* Custom scrollbar for WebKit browsers */
::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

::-webkit-scrollbar-thumb {
  /* Color of the scrollbar handle */
  /* Rounded corners for the scrollbar */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0124aa; /* Darker on hover */
}

::-webkit-scrollbar-track {
  background-color: #f0eef1; /* Background color of the scrollbar track */
  border-radius: 10px;
}
.modal1 .modal-dialog .modal-content .modal-body .left .inner .profilePet {
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 41px;
}
.modal1
.modal-dialog
.modal-content
.modal-body
.left
.inner
.profilePet
.petImg {
  width: 100%;
  height: 220px;
}
.modal1 .modal-dialog .modal-content .modal-body .left .inner .profilePet a {
  position: absolute;
  left: 0px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #ff7b02;
  bottom: -21px;
  width: 186px;
  padding: 11px 9px 11px 16px;
  border-radius: 0px 100px 100px 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.modal1
.modal-dialog
.modal-content
.modal-body
.left
.inner
.profilePet
a
.svg1 {
  margin: 0px 14px 0px 8px;
}
.modal1 .modal-dialog .modal-content .modal-body .right {
  width: calc(100% - 380px);
  padding: 30px;
}

.myaccordion {
  max-width: 100%;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  outline: none;
  box-shadow: none;
}

.myaccordion .card-header {
  margin-bottom: 8px;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: space-between;
  border-bottom: none !important;
}
.myaccordion .card-header h2 {
  width: 100%;
}
.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn:not(.not-accordion-btn) {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 4px;
  background: #fafafb;
  height: 40px;
  font-weight: bold;
  padding: 0px 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  outline: none;
  box-shadow: none;
  color: #000;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
  display: flex;
}

.myaccordion .collapse {
  padding: 0px;
}
.myaccordion .card-body .status {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 24px;
}
.myaccordion .card-body .status .leftState {
  display: flex;
  align-items: center;

  margin-bottom: 0px;
}
.myaccordion .card-body .status .leftState p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
  margin-left: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
}
.myaccordion .card-body .status .leftState .btnStatus,
.myaccordion .card-body .row .btnStatus {
  /* width: 84px; */
  height: 23px;
  padding: 0px 8px 0px 8px;
  border-radius: 100px;
  border: 0.5px solid #27ae60;
  opacity: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  color: #27ae60;
}
.myaccordion .card-body {
  padding: 0px;
}
.myaccordion .card-body .status svg {
  cursor: pointer;
}
.myaccordion .card-body .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
  border-bottom: .05em solid #b4b4b4;
  padding-bottom: 5px;
}
.myaccordion .card-body .row p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
}
.myaccordion .card-body .row p:nth-last-child(1) {
  text-align: right;
}

.accordionContent .card .card-body {
  border: 0.5px solid #b4b4b4;
  border-radius: 4px;
  margin-bottom: 20px;
}
.accordionContent .card .card-body .row {
  border-bottom: 0.5px solid #b4b4b4;
  padding: 14px 20px;
  margin-bottom: 0px;
  align-items: flex-start;
  justify-content: flex-start;
}

.accordionContent .card .card-body .row p:nth-child(1) {
  width: 189px;
}
.accordionContent .card .card-body .row:nth-last-child(1) {
  border-bottom: none !important;
}
.accordionContent .card .card-body .row .moreDetail span {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.accordionContent .card .card-body .row .moreDetail span:nth-last-child(1) {
  margin-bottom: 0px;
}
.accordionContent .card .card-body .row .moreDetail span svg {
  margin-right: 14px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
}
.accordionContent .card .card-body .row p {
  margin-bottom: 0px;
}
.accordionContent .card .card-body .row .moreDetail p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.accordionContent .card .card-body .row .moreDetail p svg {
  margin-right: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordionContent .card .card-body .row .btnInternal {
  border: 0.5px solid #ff7b02;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 25px;
  border-radius: 100px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #ff7b02;
  margin-left: 13px;
}

.accordionContent .card .card-body .row .moreDetail span .cardVideo {
  width: 170px;
  background: #f8f6f9;
  margin-right: 14px;
}
.accordionContent .card .card-body .row .moreDetail span .cardVideo img {
  height: 105px;
}
.accordionContent .card .card-body .row .moreDetail span .cardVideo .foot {
  padding: 9px 13px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}

.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col11,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-11 {
  width: 80px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col22,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-22 {
  width: 256px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col33,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-33 {
  width: 75px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-44,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col44 {
  width: 157px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col55,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-55 {
  width: 233px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col66,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-66 {
  width: 84px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col77,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-77 {
  width: 113px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col88,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-88 {
  width: 109px;
}
.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col99,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-99 {
  width: 82px;
}

.topbar .content .tab-content .tab-pane .table .inner .headerTable .head .col10,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-10 {
  width: 58px;
}
.topbar .content .tab-content .tab-pane .table .inner .contentAuto {
  height: auto !important;
  padding: 16px 24px !important;
  align-items: flex-start !important;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
p {
  word-wrap: break-word; /* Break long words if necessary */
  white-space: normal; /* Allow text to wrap */
  padding-right: 3px;
  height: auto;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-111,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col111 {
  width: 140px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-222,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col222 {
  width: 318px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-333,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col333 {
  width: 135px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-444,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col444 {
  width: 154px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-555,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col555 {
  width: 297px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-666,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col666 {
  width: 137px;
}
/* .topbar
  .content
  .tab-content
  .tab-pane
  .table
  .inner
  .headerTable
  .tableContent
  .colContent-555
  .dropdown {
} */
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-555
.dropdown
a {
  width: 205px !important;
  background: #fafafb !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #949494;
  height: 36px;
}

/* Container for toggle switch */
.toggle-container {
  height: 20px;
  position: relative;
}

/* Hide the default checkbox */
.toggle-checkbox {
  display: none;
}

/* Style for the toggle switch */
.toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 38px;
  height: 20px;
}

/* The toggle "knob" inside the switch */
.toggle-label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* When the checkbox is checked, change the background and move the knob */
.toggle-checkbox:checked + .toggle-label {
  background-color: #4caf50;
}

/* Move the knob to the right when checked */
.toggle-checkbox:checked + .toggle-label::before {
  transform: translateX(18px);
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1111,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col1111 {
  width: 799px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-2222,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col2222 {
  width: 156px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-3333,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col3333 {
  width: 167px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.contentForest {
  padding: 12px 30px;
  margin-bottom: 0px !important;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.complete {
  color: #27ae60;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
p {
  padding: 12px 0px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.addMargin:nth-child(1) {
  margin-left: 15px;
  padding-left: 15px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.addMargin:nth-last-child(1) {
  margin-right: 15px;
  padding-right: 79px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.changeBgDynamic
p,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.changeBgDynamic
.addMore {
  background: #fff0f0;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.addMargin
svg {
  cursor: pointer;
  margin-left: 0xp;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.contentForest {
  align-items: center !important;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-3333 {
  padding: 10.5px 0px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.headForcast
span {
  color: #000;
}

.topbar .content .tab-content .tab-pane .table .routine {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 0px;
}

.topbar .content .tab-content .tab-pane .table .routine .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
.topbar .content .tab-content .tab-pane .table .routine .row .cards {
  width: 320px;
}
.topbar .content .tab-content .tab-pane .table .routine .row .cards .headCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  height: 42px;
  padding: 0px 15px;
  align-items: center;
  margin-bottom: 6px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.headCard
.para {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.headCard
span {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0px;
  border-radius: 2px;
  opacity: 0px;
  background: #fafafb;
}

.topbar .content .tab-content .tab-pane .table .routine .row .cards .cardBody {
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  padding: 10px 12px 6px 12px;
  display: flex;
  min-height: 120px;
  height: auto;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBody
span {
  padding: 5px 10px;
  border-radius: 100px;
  background: #fafafb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
  margin-bottom: 6px;
  height: 27px;
  margin-right: 4px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBody
.red,
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBody
.black,
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBody
.green {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #eb5757;
  margin-bottom: 10px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBody
.black {
  color: #000000;
}
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBody
.green {
  color: #27ae60;
}
.topbar
.content
.tab-content
.tab-pane
.table
.routine
.row
.cards
.cardBodyText {
  flex-direction: column;
}
.topbar .content .tab-content .tab-pane .table .routine .row form {
  background: #ffffff;
  width: 160px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
}

.topbar .content .tab-content .tab-pane .table .routine .row form input {
  width: 90%;
  border: none;
  outline: none;
  box-shadow: none;
  height: 36px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col112,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-112 {
  width: 44px;
}

.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col113,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-113 {
  width: 74px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col114,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-114 {
  width: 250px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col115,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-115 {
  width: 69px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col116,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-116 {
  width: 75px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col117,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-117 {
  width: 54px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col118,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-118 {
  width: 88px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col119,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-119 {
  width: 151px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col1112,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1112 {
  width: 105px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col1113,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1113 {
  width: 51px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col1114,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1114 {
  width: 98px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col1115,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1115 {
  width: 85px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.head
.col1116,
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.colContent-1116 {
  width: 130px;
}
.topbar
.content
.tab-content
.tab-pane
.table
.inner
.headerTable
.tableContent
.missRed {
  color: #eb5757;
}

/* Container for the custom checkbox */
.custom-checkbox-containerr {
  display: inline-block;
  position: relative;
  top: -6px;
  cursor: pointer;
  margin-top: 0px;
  font-size: 18px;
  user-select: none; /* Prevent text selection when clicking */
}

/* Hide the default checkbox */
.custom-checkbox-containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 0.5px solid #b4b4b4;
  border-radius: 4px; /* Optional: Rounded corners */
  transition: background-color 0.2s;
}

/* Checkbox checked state (show a checkmark or change background) */
.custom-checkbox-containerr input:checked ~ .custom-checkbox {
  background-color: #ff7b02; /* Green background when checked */
  border-color: #ff7b02;
}

/* Add a checkmark when checked */
.custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark */
.custom-checkbox-containerr input:checked ~ .custom-checkbox::after {
  display: block;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.topbar .content .tab-content .tab-pane .kennelTabHeader .dropdown {
  position: relative;
}
.topbar .content .tab-content .tab-pane .kennelTabHeader .dropdown button {
  border: 1px solid red;
  border: 0.5px solid #ff7b02 !important;
  outline: none;
  box-shadow: none;
  margin-bottom: 2px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
}
.topbar
.content
.tab-content
.tab-pane
.kennelTabHeader
.dropdown
.dropdown-menu {
  margin-left: -55% !important;
  border-radius: 4px;
  width: 192px !important;
  margin-top: 5% !important;
  padding: 22px 11px !important;
  box-shadow: 0px 4px 50px 2px #00000014;
  background: #ffffff;
  border-radius: 8px;
  border: none;
}
.topbar
.content
.tab-content
.tab-pane
.kennelTabHeader
.dropdown
.dropdown-menu
.dropdown-item {
  display: flex !important;
  align-items: center !important;
  height: 36px;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.topbar
.content
.tab-content
.tab-pane
.kennelTabHeader
.dropdown
.dropdown-menu
.dropdown-item:hover {
  background: #ff7b02;
  color: #fff;
}

.modal-footer {
  padding: 0px 15px;
  border-top: none;
  padding-bottom: 30px;
}
/*.modal-footer button {*/
/*  width: 81px;*/
/*  height: 37px;*/
/*  border: 0.5px solid #ff7b02;*/
/*  border-radius: 4px;*/
/*  text-align: center;*/
/*  font-family: "Inter", sans-serif;*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*  line-height: 16.94px;*/
/*  color: #000;*/
/*}*/
.modal-body {
  padding: 30px !important;
}
.modal-body .paraa {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
.updateStatusBody .dropdown {
  width: 100%;
  background: #fafafb;
  border-radius: 4px;
}
.updateStatusBody .dropdown button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  box-shadow: none;
}

.updateStatusBody .dropdown .dropdown-menu {
  width: 100%;
}
.updateStatusBody .dropdown-toggle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #949494;
}
.modal-body .right .accordionContent .addWeight {
  width: 100%;
  background: #fafafb;
  height: 37px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.modal-body .right .accordionContent .addWeight p {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.modal-body .right .accordionContent .addWeight {
  margin-bottom: 20px;
}
.modal-body .right .accordionContent .cardAddWeight {
  width: 100%;
  border: 0.5px solid #b4b4b4;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.modal-body .right .accordionContent .cardAddWeight p {
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.modal-body .right .accordionContent .cardAddWeight .form-group {
  max-width: 283px;
  width: 100%;
  margin-bottom: 0px;
}
.modal-body .right .accordionContent .cardAddWeight .form-group input {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background: #fafafb;
  border: none !important;
  outline: none;
  box-shadow: none;
  margin-bottom: 0px;
}
.modal-body .right .accordionContent .btnUpdate button {
  width: 81px;
  height: 37px;
  border: 0.5px solid #ff7b02;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000;
}

.modalRow {
  width: 100%;
  display: flex !important;
  display: flex;
  padding: 30px;
}
.modalRow .col2111 {
  margin-right: 50px;
}
.modalRow .col2111 p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.modalRow .col2111 input {
  width: 149px;
  height: 36px;
  background: #fafafb;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}
.modalRow .col322 p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.modalRow .col322 .form-group {
  width: 248px;
  height: 36px;
  border-radius: 4px;
  background: #fafafb;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.modalRow .col322 .form-group input {
  height: 35px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  width: 90%;
}
.bulkTreatment .table {
  display: inline-flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.bulkTreatment .table .headerTable {
  min-width: 1302px;
  display: inline-flex;
  margin: auto;
  flex-direction: column;
}
.bulkTreatment .table .headerTable .head {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 42px;
  width: 1302px;
  padding: 0px 29px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #f8f6f9;
}
.bulkTreatment .table .headerTable .contentAuto {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  height: auto;
  width: 1302px;
  padding: 20px 29px;
  border-radius: 4px;
  margin-bottom: 6px;
  border: 0.5px solid #b4b4b4;
  margin-bottom: 20px;
}
.bulkTreatment .table .headerTable .head .col1121,
.bulkTreatment .table .headerTable .contentAuto .colContent-1121 {
  width: 136px;
}
.bulkTreatment .table .headerTable .head .col2221,
.bulkTreatment .table .headerTable .contentAuto .colContent-2221 {
  width: 288px;
}
.bulkTreatment .table .headerTable .head .col3321,
.bulkTreatment .table .headerTable .contentAuto .colContent-3321 {
  width: 150px;
}
.bulkTreatment .table .headerTable .head .col4421,
.bulkTreatment .table .headerTable .contentAuto .colContent-4421 {
  width: 171px;
}
.bulkTreatment .table .headerTable .head .col5521,
.bulkTreatment .table .headerTable .contentAuto .colContent-5521 {
  width: 246px;
}
.bulkTreatment .table .headerTable .contentAuto p img {
  width: 75px;
  height: 75px;
  border-radius: 4px;
}
.bulkTreatment .table .headerTable .contentAuto .colContent-6621 input {
  width: 250px;
  height: 36px;
  background: #fafafb;
  border-radius: 4px;
  outline: none;
  border: none;
  box-shadow: none;
}
.bulkTreatment
.table
.headerTable
.contentAuto
.colContent-5521
.dropdown
.btn {
  width: 182px;
  height: 36px;
  border-radius: 4px;
  background: #fafafb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  box-shadow: none;
}
.bulkTreatment .table .headerTable .btnUpdate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bulkTreatment .table .headerTable .btnUpdate button {
  width: 81px;
  height: 37px;
  border-radius: 4px;
  background: transparent;
  border: 0.5px solid #ff7b02;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
}
.cardsPet {
  max-width: 1302px;
  width: 100%;
  padding: 15px 30px 0px 30px;
  display: flex;
  flex-wrap: wrap;
}
.cardsPet .cardPet {
  width: 254px;
  margin-right: 8px;
}
.cardsPet .cardPet .headerPetCard {
  width: 100%;
  height: 220px;
  position: relative;
}
.cardsPet .cardPet .headerPetCard .petImg {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.cardsPet .cardPet .headerPetCard svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.cardsPet .cardPet .footerPetCard {
  background: #fafafb;
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
  padding: 15px 10px;
}
.cardsPet .cardPet .footerPetCard p {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
}

.bulkTreatment .table .headerTable .contentAuto .options {
  width: 107px;
  padding: 25px 20px;
}
.bulkTreatment .table .headerTable .contentAuto .issuedDetail {
  display: flex;
  border-left: 0.5px solid #b4b4b4;
  padding: 25px 0px;
  padding-left: 55px;
  padding-right: 30px;
}
.bulkTreatment .table .headerTable .contentAuto .issuedDetail .issue,
.bulkTreatment .table .headerTable .contentAuto .issuedDetail .treatMentDate {
  padding-right: 30px;
}
.bulkTreatment .table .headerTable .contentAuto .issuedDetail .issue span,
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.treatMentDate
span,
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.routineInput
span,
.bulkTreatment .table .headerTable .contentAuto .issuedDetail .drugInfo span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  display: block;
  color: #000;
  margin-bottom: 12px;
}
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.issue
.dropdown
button,
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.treatMentDate
.form-group
input,
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.routineInput
input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 303px;
  height: 36px;
  border-radius: 4px;
  background: #fafafb;
  border: none;
  outline: none;
  box-shadow: none;
}

.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.routineInput
input {
  width: 36px !important;
}
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.drugInfo
.infoInner {
  background: #fafafb;
  border-radius: 4px;
  width: 228px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.drugInfo
.infoInner
p {
  margin-bottom: 0px;
  padding: 0px 15px;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
}
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.drugInfo
.infoInner
p:nth-child(1) {
  border-right: 0.5px solid #b4b4b4;
  padding-right: 25px;
}
.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.drugInfo
.infoInner
p:nth-child(2) {
  border-right: 0.5px solid #b4b4b4;
  padding-right: 25px;
}

.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.issue
.addMoreOption {
  margin-top: 20px;

}

.bulkTreatment
.table
.headerTable
.contentAuto
.issuedDetail
.issue
.addMoreOption button{
  width: 116px;
  height: 36px;
  border: 0.5px solid #ff7b02;
  border-radius: 4px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  color: #000000;
}
.topbar .content .headerContent .search form .searchIcon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff7b02;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  display: none;
}
.searchPetBody form{
  width: 100%;
  display: flex;
  align-items: center;
  background: #FAFAFB;
  border-radius: 4px;
}
.searchPetBody form input{
  width: 95%;
  height: 36px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding:0px 10px;

}
@media(max-width:1020px){
  .topbar .content .headerContent .search form .search-wrapper{
    display: none;
  }
  .topbar .content .headerContent .search form .searchIcon{
    display: block;

  }
  .topbar .content .headerContent .search form .searchIcon .innerSearch{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*Added Styles*/
.nav-item .nav-link .fas, .logoutInfo .fas {
  color: black; /* Default color for inactive icons */
}

.nav-item .nav-link .fas:hover,
.logoutInfo .fas:hover {
  color: white; /* Change to white on hover */
}

.topbar .sidebar .sideBarTab .nav-tabs .nav-link:hover {
  color: white; /* Change text color to white on hover */
}

.logoutInfo .fas{ color: red;}
.nav-item .nav-link.active .fas {
  color: white; /* Color for active icons */
}
.petlisting-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0px;
}
.fa-thin.fa-up-down{
  color: #bebebe;
}
.topbar .content .tab-content .tab-pane .table-listing{
  overflow-x: auto;
  padding: 15px 15px;
}
.pc-table table tbody tr{cursor: pointer;}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8); /* Light semi-transparent background */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050; /* Higher than Bootstrap modal */
}

#overlay .justify-content-center {
  position: relative;
  top: 40%;
}
/* Parent container takes full height */
.iframe-container {
  display: flex;
  height: 100vh; /* or use 100% if it's a specific container height */
}

/* Make iframe take full height and width of the container */
.iframe-container iframe {
  flex: 1; /* Makes it grow to fill available space */
  border: none; /* Optional: removes iframe border */
  height: auto;
  width: 100%;
}
.btn-primary {
  color: #fff !important;
  background-color: #ff7b02 !important;
  border-color: #ff7b02 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #e86c02 !important; /* Slightly darker shade for hover */
  border-color: #e86c02 !important;
}
.btn-outline-primary {
  color: #000 !important;
  border-color: #ff7b02 !important;
  font-size: 10px;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #ff7b02 !important;
  border-color: #ff7b02 !important;
}
.profile .dropdown-menu a.dropdown-item .fas{margin-right: 6px;}

/*#kt-pets-select-all { position: absolute;clip: rect(0, 0, 0, 0);}*/

.modal.show .modal-dialog {
  height: 100%;
  display: contents;
}

.col-settings-modal {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Creates two equal-width columns */
  gap: 10px; /* Adjust spacing between items as needed */
  height: 36px;
  border-radius: 50%;
  background: #f8f6f9;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: auto;
  height: auto;
}
.nav-tabs {
  border-bottom: none;
}

/* Global CSS for Microchip Registration Dashboard */
/* Container & Card Styles */
.chip-dashboard-container {
  background: #f4f6f9;
  padding: 20px;
}
.chip-dashboard-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.chip-dashboard-card h3 {
  margin-top: 0;
  font-size: 1.2em;
  color: #333;
}
.chip-dashboard-card small {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #666;
}
.chip-dashboard-card p {
  margin: 10px 0;
  font-size: 1em;
  color: #555;
}

/* Button Styles */
.chip-btn-custom {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 0.9em;
  border-radius: 5px;
  margin: 15px 10px 0 0;
  transition: background-color 0.3s, box-shadow 0.3s;
  color: #fff !important;
}
.chip-btn-custom i {
  margin-right: 5px;
  color: #fff !important;
}
.chip-btn-custom:hover {
  text-decoration: none;
}
/* Specific Button Colors */
.chip-btn-update {
  background-color: #7cb342;
}
.chip-btn-update:hover {
  background-color: #6aa534;
}
.chip-btn-public {
  background-color: #5a9bd5;
}
.chip-btn-public:hover {
  background-color: #4a8ac2;
}
.chip-btn-sms {
  background-color: #f0ad4e;
}
.chip-btn-sms:hover {
  background-color: #e69540;
}
.chip-btn-email {
  background-color: #d9534f;
}
.chip-btn-email:hover {
  background-color: #c12e2a;
}
.chip-btn-support {
  background-color: #999;
}
.chip-btn-support:hover {
  background-color: #888;
}

/* QR & Registration Info Row */
.chip-qr-container {
  text-align: left;
  margin-bottom: 10px;
}
.chip-registration-info-row {
  display: flex;
  align-items: center;
}
.chip-registration-info-row .chip-qr-column {
  width: 110px;  /* Fixed width for the QR code column */
  flex-shrink: 0;
  margin-right: 10px;
}
.chip-registration-info-row .chip-info-column {
  flex: 1;
}
/* Ensure status text stays on one line */
#chip-status_pet_transfer {
  white-space: nowrap;
}

/* Modal Styles */
.chip-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.chip-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.chip-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #aaa;
}
.chip-modal-close:hover {
  color: #000;
}
.chip-modal input,
.chip-modal textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.chip-modal button {
  padding: 10px 15px;
  background-color: #7cb342;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.chip-modal button:hover {
  background-color: #6aa534;
}
.chip-thank-you-message {
  display: none;
  font-size: 1em;
  color: #333;
}