@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

@font-face {
  font-family: "Outfit-ExtraBold";
  src: url("../fonts/Outfit-ExtraBold.woff2") format("woff2"),
    url("../fonts/Outfit-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-Bold";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"),
    url("../fonts/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-Light";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"),
    url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-Regular";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
    url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-SemiBold";
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"),
    url("../fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-Medium";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"),
    url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #258694;
  --primary-light-color: #00637a1a;
  --secondary-color: #323232;
  --text-light-color: #9c9c9c;
  --white: #fff;
  --black: #000;
  --gray-medium: #666666;
  --border-clr: #949494;
}

body {
  font-family: "Outfit-Regular";
  color: #575757;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #258694;
}

::-webkit-scrollbar-track {
  background: #dedede;
}
a {
  text-decoration: none;
  color: #2b2b2b;
}
.no-hover:hover {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 0rem;
}

hr:not([size]) {
  height: 1px;
  color: #808080;
}
h4 {
  font-family: "Outfit-SemiBold";
  font-size: 1.2rem;
}
.theme-color {
  color: #258694;
}
.login-section {
  background: #fff;
  color: #000;
  height: 100vh;
  padding: 25px 0;
}
.resend {
  background: none;
  border: none;
}
.login-form {
  padding: 30px;
}
.login-form h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-family: "Outfit-Bold";
  margin-bottom: 20px;
}
.login-logo {
  text-align: left;
  margin-bottom: 50px;
  display: flex;
}
.login-logo img {
  width: 110px;
}
.text-decoration-none {
  color: #000;
  font-family: "Outfit-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3px;
}
a.text-decoration-none {
  color: #1a1a1a;
}
.common-btn {
  background: #258694;
  padding: 7px 20px;
  border: 1px solid #258694;
  text-align: center;
  font-size: 14px;
  font-family: "Outfit-Medium";
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.tab-content a:hover {
  color: #ffffff;
}
a.text-decoration-none:hover {
  color: #1a1a1a;
}
.common-btn-head {
  background: #fff;
  border: 1px solid #949494;
  color: #949494;
  border-radius: 10px;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
}
.calendar-btn {
  background: #fff;
  border: 1px solid #949494;
  color: #949494;
  border-radius: 10px;
  padding: 6px 9px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
}
.common-btn.login-btn {
  padding: 10px 20px;
  font-size: 18px;
}
.common-btn.login-forget-btn {
  padding: 5px 20px;
  font-size: 18px;
}
.common-btn.dropdown-toggle {
  padding: 5.5px 20px;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-menu {
  min-width: 100%;
  border-radius: 10px;
}
/*.common-btn:hover{
    background: transparent;
    color: #258694;

}*/
.login-right-img {
  height: calc(100vh - 50px);
  overflow: hidden;
}
.login-right-img img {
  height: 100%;
}
/* .rounded-img {
    border-radius: 24px;
} */
.login-form .form-control {
  background: #f2f2f2;
  border: 0.5px solid #f2f2f2;
  height: 48px;
  color: #808080;
  padding-left: 15px;
}
.login-form .form-control::placeholder {
  color: #808080;
}
.login-form .form-check-label {
  color: #1a1a1a;
  font-family: "Outfit-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3px;
  margin-left: 2px;
}
.login-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}
.eye-icon {
  position: absolute;
  top: 40px;
  right: 15px;
}
.form-check.form-switch {
  margin-bottom: 2.5rem !important;
}
.form-label {
  color: #333333;
  font-family: "Outfit-Regular";
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3px;
}
.back-btn img {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  padding: 6px;
  display: inline-block;
  object-fit: contain;
}
.common-heading {
  font-size: 18px;
  font-family: "Outfit-SemiBold";
  font-weight: 600;
  line-height: 100%;
}
.top-common-heading {
  font-family: "Outfit-Bold";
  color: #020817;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.75px;
}
.common-login-heading {
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit-SemiBold";
  color: #1a1a1a;
  line-height: 25px;
}
.common-parag {
  font-size: 12px;
  font-family: "Outfit-Regular";
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
}
.navigat {
  color: #ffffffb3;
  margin-left: 15px;
}
.w5 .navigat {
  display: none;
}
.w5 .sidebar-footer {
  display: none;
}
/* Top radio button */
.custom-toggle-tabs {
  background-color: #eaf0f3;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  width: 100%; /* full width */
}

.custom-toggle-tabs .nav-item {
  flex: 1; /* equal width for each tab */
}

.custom-toggle-tabs .nav-link {
  width: 100%;
  color: #1a1a1a;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.custom-toggle-tabs .nav-link.active {
  background-color: #ffffff;
  color: #258694 !important;
}
/* left radio button */
.custom-left-toggle-tabs {
  background-color: #eaf0f3;
  border-radius: 10px;
  border: 1px solid #d0d7de;
  display: flex;
  width: 48%;
  margin-right: 1rem;
}
.custom-left-toggle-tabs .nav-item {
  flex: 1; /* equal width for each tab */
}
.custom-left-toggle-tabs .nav-link {
  width: 100%;
  color: #1a1a1a;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.custom-left-toggle-tabs .nav-link.active {
  background-color: #ffffff;
  color: #258694 !important;
}

/*Modal CSS*/
.upload-media-wrp {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.upload-media-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.upload-media-wrp label {
  width: 100%;
  height: 100px;
  border: 2px dashed var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 15px;
  color: var(--primary-color);
  background-color: #e5eff2;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 10px;

  i {
    font-size: 22px;
    color: var(--primary-color);
  }
}

.upload-media-grid-in {
  width: 90px;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    object-fit: cover;
    border-radius: 10px;
  }
}

.upload-media-grid-in button.remove {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  color: var(--white);
  font-size: 12px;
  display: flex;
  right: -5px;
  top: -5px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
}

.upload-media-grid-in.for-video i.fa-play {
  position: absolute;
  color: var(--white);
  z-index: 1;
}

.upload-media-grid-in.for-video img {
  filter: brightness(0.4);
}
label.heading {
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
  text-transform: capitalize;
  margin: 1.5rem 0 1rem 0;
  width: 100%;
}
.logout-in {
  text-align: center;
}
.login-popup-btn {
  padding: 6px 45px;
}
.logout-in img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.logout-in p span {
  color: #258694;
}
.modal.light-bg-modal {
  background: rgb(204 204 204 / 36%);
}
.light-bg-modal .modal-content {
  border-radius: 20px;
}
.light-bg-modal .modal-body {
  border-radius: 20px;
  padding: 0px;
}
.modal-body.busi-pop {
  padding: 15px;
}
.modal-close-btn {
  text-align: right;
}
.modal-body .common-heading,
.modal-body .common-parag {
  color: black;
}
.modal-heading {
  background: #258694;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
}
.business-popup-body {
  border: 1px solid rgba(0, 99, 122, 0.1);
  border-radius: 15px;
  padding: 10px;
  margin: 10px;
}
button.delete-pop-btn {
  width: 100%;
  color: rgba(221, 11, 0, 1);
  border: 1px solid rgba(221, 11, 0, 1);
  padding: 5px 7px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
.modal-left-profile-img {
  width: 102px;
}
.modal-right-profile-img {
  width: 54px;
}
.bg-black {
  background-color: #fff !important;
}
.custom-close-button {
  position: absolute;
  top: -36px;
  right: 0px;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1051;
}

.custom-close-button img {
  height: 25px;
  display: block;
}
.common-popup-btn-yes {
  padding: 3px 40px;
  font-family: "Outfit-SemiBold";
}
.common-popup-btn-no {
  padding: 3px 40px;
  background: #fff;
  color: #000;
  border: 1px solid black;
  font-family: "Outfit-SemiBold";
}
.view-parent-details {
  border: 1px solid rgba(0, 99, 122, 0.1);
  border-radius: 15px;
  padding: 10px;
  margin: 10px;
}
#viewSuccs .nav-pills .nav-link.active,
#viewSuccs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #258694;
}
#viewOwnerSuccs .nav-pills .nav-link.active,
#viewOwnerSuccs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #258694;
}
#viewOwnerSuccs .nav-pills .nav-link {
  border: 1px solid rgba(0, 99, 122, 0.1);
}
ul#pills-tab {
  justify-content: space-between;
}
.nav-link {
  color: #000;
}
.popup-left-heading {
  color: #000;
  font-size: 13px;
  line-height: 100%;
  font-weight: 500;
  font-family: "Outfit-Medium";
}
img.dog-popup-img {
  width: 185px;
}
/* .review-popup-btn {
  padding: 8px 45px;
  background: #258694;
  color: #fff;
  border: none;
  border-radius: 6px;
} */
.review-reject-popup-btn {
  padding: 6px 25px;
  background: #fff;
  color: #dd0b00;
  border: 1px solid #dd0b00;
  border-radius: 6px;
}
.review-popup-apr {
  padding: 6px 25px;
  color: rgba(37, 134, 148, 1);
  border: 1px solid rgba(37, 134, 148, 1);
  border-radius: 6px;
}
.review-popup-wrn-1 {
  padding: 7px 25px;
  width: 48%;
  background: rgba(236, 167, 63, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  border: none;
}
.review-popup-wrn {
  padding: 7px 25px;
  background: rgba(236, 167, 63, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  border: none;
}
.review-bottom-row {
  text-align: end;
}
.popup-right-para p {
  color: #000;
  font-size: 12px;
  line-height: 100%;
  font-weight: 300;
  font-family: "Outfit-Regular";
}
.popup-btn {
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 35px;
  margin-top: 5px;
  text-align: center;
  color: red;
}
.popup-btn a {
  color: red;
}
.info-media {
  color: #258694;
  font-size: 14px;
  font-weight: 600;
  font-family: "Outfit-SemiBold";
}
hr:not([size]) {
  height: 2px;
  color: #258694;
}
.popup-view-para {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-family: "Outfit-Regular";
}
.view .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #258694;
}
.common-popup-btn-reject {
  background-color: rgba(221, 11, 0, 1);
  color: #fff;
  padding: 7px 90px;
  border: 2px solid #ccc;
}
.common-popup-btn-cancel-warm {
  padding: 6px 25px;
  width: 48%;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 1);
}
.common-popup-btn-cancel {
  padding: 7px 90px;
  background: #fff;
  color: #000;
  border: 2px solid #ccc;
}
.popup-body {
  padding: 15px;
  border: 1px solid rgba(0, 99, 122, 0.1);
  border-radius: 8px;
  margin-bottom: 14px;
  margin: 15px;
}

/*Dashboard CSS*/
.dashboard-wrap {
}
.dashboard-logo {
  text-align: center;
}
.dashboard-logo a {
  display: block;
}
.dashboard-logo img {
  width: 150px;
  transition: all 0.3s ease;
}
.sidebar {
  min-height: 100vh;
  height: 100%;
  padding-top: 15px;
  background: #258694;
  margin: 10px 0;
  border-radius: 10px;
  position: relative;
}
.sidebar-menu {
  margin-top: 70px;
  padding: 0 10px;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu ul li {
  list-style: none;
  margin-bottom: 7px;
}
.sidebar-menu ul li a {
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: 0.3s;
}
.sidebar-menu ul li a span {
  padding-left: 5px;
  font-size: 14px;
}
.sidebar-menu ul li a:hover {
  background: #fff;
  color: #258694;
}
.sidebar-menu ul li a:hover img.black-menu-icon {
  display: inline-block;
}
.sidebar-menu ul li a:hover img.white-menu-icon {
  display: none;
}
.sidebar-menu ul li a.active img.black-menu-icon {
  display: inline-block;
}
.sidebar-menu ul li a.active img.white-menu-icon {
  display: none;
}
.sidebar-menu ul li a.active {
  background: #fff;
  color: #258694;
}
.sidebar-menu ul li a.active img {
}
.sidebar-menu ul li a img {
  width: 15px;
}
.black-menu-icon {
  display: none;
}
/*Submenu CSS*/
.sidebar-menu .submenu {
  display: none;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 10px;
}
.sidebar-menu ul li .submenu li {
  margin-bottom: 0;
}
.sidebar-menu ul li .submenu a {
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.sidebar-menu ul li .submenu a:hover {
  background: transparent;
  color: #fff;
  padding-left: 25px;
}
.sidebar-menu ul li .submenu a.active {
  background: transparent;
  color: #fff;
}
.submenu li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.submenu li a:hover {
  color: #007bff;
}
.submenu li a {
  position: relative;
}
.sidebar-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}

.sidebar-footer .white-menu-icon {
  width: 20px;
  height: auto;
}
.sidebar-footer span {
  color: #fff;
}
.has-submenu .submenu-icon {
  position: relative;
}
.has-submenu .submenu-icon:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff;
}
.col-lg-3.sidebar-col.w5 .has-submenu .submenu-icon:before {
  content: "";
}
.sidebar-menu ul li.has-submenu .submenu-icon.active:before {
  color: #258694;
}
.has-submenu:hover .submenu-icon:before {
  color: #258694;
}

.logo-icon {
  display: none;
}
.col-lg-3.sidebar-col.w5 .main-logo {
  display: none;
}
.col-lg-3.sidebar-col.w5 .logo-icon {
  display: block;
}

.col-lg-3.sidebar-col {
  width: 22%;
  padding-right: 0px;
  transition: all 0.3s ease;
}
.col-lg-9.main-col {
  width: 78%;
  transition: all 0.3s ease;
}
.top-menu {
  padding: 7px 0;
  border-bottom: 2px solid rgba(226, 232, 240, 1);
  padding-left: 15px;
}
.top-menu a {
  color: #575757;
}
.user-icon {
  width: 27px;
}
.menu-bar {
  width: 23px;
}

.main-body {
  padding-left: 15px;
  padding-right: 15px;
  background: #f9fafb;
  padding-bottom: 40px;
}
.subc-body {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(226, 232, 240, 1);
}
.col-lg-9.main-col.w95 {
  width: 94%;
}
.col-lg-3.sidebar-col.w5 {
  width: 6%;
}
.sidebar-col.w5 .sidebar-menu ul li a span {
  display: none;
}
.sidebar-col.w5 .sidebar-menu ul li a {
  text-align: center;
}
.sidebar-col.w5 .dashboard-logo img {
  width: 33px;
  margin: 0 auto;
}
/*Search Input*/
.search-input {
  position: relative;
}
.search {
  position: absolute;
  left: 10px;
  top: 3px;
}
.search-img {
  width: 22px;
}
.form-control {
  border: 0.6px solid rgba(174, 174, 174, 1);
  color: #808080;
  background: transparent;
  font-size: 14px;
  padding-left: 35px;
  border-radius: 8px;
}
.inner-head-body {
  padding: 15px;
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
}
.table {
  margin-bottom: 0px;
}
a.page-link.theme-color {
  color: #9c9c9c;
}
.table-profile-img {
  width: 45px;
}
table thead tr th {
  background: #258694 !important;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
table tbody tr td {
  font-size: 14px;
  color: #575757;
  vertical-align: middle;
  text-align: center;
}
table tbody tr td {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-width: 1px !important;
}
table thead tr th {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.my-icon {
  width: 18px;
  height: 16px;
  margin-left: 9px;
}
.table-btn-icon {
  height: 20px;
  display: inline-block;
}
.table-btn {
  background: #72c84a4d;
  color: #51a42b;
  padding: 6px 25px;
  border-radius: 8px;
  border: none;
}
.table-btn-inac {
  background: #e2e8f0;
  color: #949494;
  padding: 6px 20px;
  border-radius: 8px;
  border: none;
}
.table-btn-acc {
  background: #72c84a4d;
  color: #51a42b;
  padding: 6px 25px;
  border-radius: 8px;
  border: none;
}
button.table-btn-exp {
  color: rgba(20, 20, 20, 1);
  background: rgba(209, 209, 214, 1);
  font-family: Urbanist;
  font-weight: 500;
  padding: 6px 25px;
  border-radius: 8px;
  border: none;
}
button.table-btn-can {
  color: rgba(236, 167, 63, 1);
  background: rgba(236, 167, 63, 0.3);
  font-family: Urbanist;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 8px;
  border: none;
}
button.table-btn-ren {
  color: rgba(37, 134, 148, 1);
  background: rgba(0, 99, 122, 0.1);
  font-family: Urbanist;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 8px;
  border: none;
}
button.table-btn-fail {
  color: rgba(221, 11, 0, 1);
  background: rgba(221, 11, 0, 0.1);
  font-family: Urbanist;
  font-weight: 500;
  padding: 6px 28px;
  border-radius: 8px;
  border: none;
}
.table-btn-rej {
  background: #dd0b001a;
  color: #dd0b00;
  padding: 6px 15px;
  border-radius: 8px;
  border: none;
}
.table-btn-reject {
  background: #ffd8d8;
  color: #dd0b00;
  padding: 6px 27px;
  border-radius: 8px;
  border: none;
}
.tbl-tab {
  display: flex;
}
/* Pet Table Css */
.pet-head-size {
  width: 180px;
}
.table-pet-img {
  width: 100px;
  height: auto;
}
/* Reduce scrollbar css */
/* For Webkit browsers (Chrome, Edge, Safari) */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #258694;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* alternate row color */
.table tbody tr:nth-child(odd) {
  background-color: #00637a1a;
}

.table tbody tr:nth-child(even) {
  background-color: #ffffff0d;
}
/* x axis scroll */
.common-table {
  width: max-content;
  min-width: 100%;
}
/* remove hover color on the view text color */
.view-text {
  color: #575757;
}

a:hover .view-text,
a:focus .view-text,
a:active .view-text {
  color: #575757; /* Same color on all states */
}
/*Pagination*/
.pagination {
  margin-top: 20px;
}
.page-item.active .page-link {
  background: #258694;
  color: #fff;
  border: 1px solid transparent;
}
.page-item .page-link {
  border: 1px solid #9c9c9c;
  background: transparent;
  color: #9c9c9c;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.pagination .page-item {
  margin-right: 10px;
}
.theme-color {
  color: #9c9c9c;
}
a.common-btn {
  color: #fff;
}
/* dashboard.html top box css  */
.info-card {
  border: 1px solid rgba(37, 134, 148, 1);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  background-color: #fff;
}

.info-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #258694;
  margin-bottom: 10px;
}

.info-card .card-head img {
  width: 24px;
  height: 24px;
}

.info-card .count {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
  line-height: 32px;
}

.info-card .growth {
  font-size: 12px;
  color: #22c55e;
  margin: 0;
  line-height: 16px;
  display: flex;
}

.info-card .growth i {
  margin-right: 4px;
}
.info-card span {
  font-weight: 600;
  font-size: 15px;
  font-family: "Outfit-SemiBold";
}
.info-card-send-icon {
  width: 12px;
  margin-right: 4px;
}

.box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.status {
  background: #d4ffc0;
  color: #358e0b;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.top-pen-apr-btn {
  background: rgba(0, 99, 122, 0.1);
  color: rgba(37, 134, 148, 1);
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}
.location-icon {
  width: 10px;
}
.star-icon {
  width: 20px;
  margin-right: 2px;
  padding-bottom: 5px;
}

.tag {
  display: inline-block;
  background: #00637a1a;
  color: #258694;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 20px;
}

.rating {
  font-size: 14px;
  font-weight: 600;
}

.view-btn {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-btn:hover {
  background: #e9ecef;
}

.view-btn .btn-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-block;
}
.card-box {
  border: 1px solid rgba(226, 232, 240, 1);
  background: #fff;
  border-radius: 8px;
}
/*Business Requests css*/
.review-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  /* margin-bottom: 20px; */
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.review-status {
  float: right;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  vertical-align: middle;
  font-family: "Outfit-Regular";
}

.review-status.pending {
  background: #fff9b2;
  color: #9c9500;
}
.review-status.approved {
  background: rgba(212, 255, 192, 1);
  color: rgba(53, 142, 11, 1);
}
.review-status.under-review {
  background: #e5e5e5;
  color: #000000;
}

.review-provider {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.review-location {
  font-size: 14px;
  color: #666;
}

.review-desc {
  font-weight: 500;
  margin: 10px 0;
  color: #000000;
  line-height: 20px;
  font-family: "Outfit-Medium";
}

.review-tag {
  display: inline-block;
  background: #00637a1a;
  color: #258694;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 20px;
  line-height: 16px;
  font-weight: 400;
  vertical-align: middle;
  font-family: "Outfit-Regular";
}

.review-btn-row {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.review-view-btn {
  flex: 1;
  border: 1px solid rgba(100, 116, 139, 1);
  border-radius: 6px;
  padding: 8px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
  font-weight: 400;
  font-family: "Outfit-Regular";
}

.review-view-btn:hover {
  background: #e9ecef;
}

.review-view-btn i {
  margin-right: 5px;
}

.review-approve-btn {
  padding: 8px 16px;
  background: #258694;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.review-approve-btn:hover {
  background: #258694;
}

.review-reject-btn {
  padding: 8px 16px;
  background: #fff;
  color: #dd0b00;
  border: 1px solid #dd0b00;
  border-radius: 6px;
  transition: 0.3s;
}

.review-reject-btn:hover {
  background: #dd0b00;
  color: #fff;
}
/*content-moderation css*/
/*frist tab card css*/
.custom-card {
  background: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.parent-content-body {
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 10px;
  background: #fff;
}

.username {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  font-family: "Outfit-Regular";
  color: rgba(2, 8, 23, 1);
}
.time-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 5px;
  font-family: "Outfit-Regular";
  color: rgba(2, 8, 23, 1);
}

.post-text {
  margin: 10px 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  font-family: "Outfit-Medium";
}
.like-text {
  color: rgba(0, 0, 0, 1);
}

.report-badge {
  background: #00637a1a;
  color: #258694;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
}

.report-box {
  background: rgba(221, 11, 0, 0.1);
  color: rgba(221, 11, 0, 1);
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  font-family: "Outfit-SemiBold";
}

.view-btn {
  flex: 1;
  border: 1px solid rgba(100, 116, 139, 1);
  border-radius: 5px;
  padding: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
}

.delete-btn {
  border: 1px solid rgba(221, 11, 0, 1);
  border-radius: 5px;
  padding: 8px 15px;
  background: #fff;
  color: rgba(221, 11, 0, 1);
  cursor: pointer;
  font-weight: 400;
  margin-left: 10px;
  line-height: 20px;
  font-size: 13px;
}

/*second tab card css*/
.report-card {
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Report count (Top Right Badge) */
.report-count {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #e6f5f7;
  color: #0aa1b9;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 20px;
}
span.user-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Outfit-Bold";
  color: rgba(2, 8, 23, 1);
}
p.content-modaration {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Outfit-Regular";
  color: rgba(2, 8, 23, 1);
}

/* Report reason box */
.report-reason {
  background: rgba(221, 11, 0, 0.1);
  color: rgba(221, 11, 0, 1);
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  margin: 12px 0;
  font-weight: 500;
  font-family: "Outfit-SemiBold";
}

/* Buttons */
.report-actions {
  display: flex;
  gap: 8px;
}

.report-actions button {
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 16px;
}
.btn-view {
  border: 1px solid rgba(100, 116, 139, 1);
  background: #fff;
  color: rgba(100, 116, 139, 1);
  width: 72%;
}
.btn-warn {
  background: rgba(236, 167, 63, 1);
  color: #fff;
  border: none;
  width: 14%;
}
.btn-suspend {
  border: 1px solid rgba(37, 134, 148, 1);
  background: #fff;
  color: rgba(37, 134, 148, 1);
  width: 14%;
}
.btn-delete {
  border: 1px solid rgba(221, 11, 0, 1);
  background: #fff;
  color: rgba(221, 11, 0, 1);
}
/* view chat popup btn */
.modal-body.chat-bdr-2 {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 15px 15px 5px 15px;
}
.all-fot {
  padding: 10px 20px;
  gap: 3px;
}
.btn-warn-user {
  background: #fff;
  color: rgba(236, 167, 63, 1);
  border: 1px solid rgba(236, 167, 63, 1);
  padding: 10px 35px;
  border-radius: 10px;
  width: 90%;
}
.btn-warn-user:hover {
  background-color: rgba(236, 167, 63, 1);
  color: #fff;
}
.btn-suspend-user {
  background: #fff;
  color: rgba(37, 134, 148, 1);
  border: 1px solid rgba(37, 134, 148, 1);
  padding: 10px 25px;
  border-radius: 10px;
  width: 90%;
  font-size: 14px;
}
.btn-suspend-user:hover {
  background-color: rgba(37, 134, 148, 1);
  color: #fff;
}
/* .btn-delete-user{
    background: #fff;
    color: rgba(221, 11, 0, 1);
    border: 1px solid rgba(221, 11, 0, 1);
    padding: 10px 55px;
    border-radius: 10px;
}
.btn-delete-user:hover{
    background-color:rgba(221, 11, 0, 1) ;
    color: #fff;
} */
/* Custom tooltip style */
.tooltip-inner {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
  font-size: 14px;
  min-width: 250px !important;
  max-width: 350px !important;
  text-align: left;
  white-space: normal;
}

/* Tooltip arrow bhi white karne ke liye */
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #fff !important;
}

/* dashboard css */
.dashboard {
  border: 0.2px solid rgba(123, 123, 123, 1);
}
.box-head-left {
  display: flex;
  justify-content: space-between;
}
.box-head-left span {
  color: rgba(37, 134, 148, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.box-head-right {
  display: flex;
}
/* .card-box{
   display: flex;
} */
.dash-card-head {
  display: flex;
}
.common-dash-heading {
  font-size: 23px;
  font-family: "Outfit-Bold";
  font-weight: 700;
  color: #020817;
  line-height: 24px;
  letter-spacing: -0.6px;
  margin-left: 7px;
}
.common-dash-sub-heading {
  font-size: 16px;
  color: #020817;
  font-family: "Outfit-Medium";
  font-weight: 500;
  line-height: 20px;
}
.review-provider span {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #020817;
  font-family: "Outfit-Medium";
}
p.review-provider {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #020817;
  font-family: "Outfit-Regular";
}
p.review-location {
  font-size: 14px;
  font-weight: 400;
  color: #020817;
  line-height: 20px;
  font-family: "Outfit-Regular";
}
.dash-top-card {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(226, 232, 240, 1);
}
/*OTP Verify CSS */
.otp-input {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.otp-input {
  display: flex;
  justify-content: space-between;
}

.otp-input input {
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.otp-input input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.common-parag-opt {
  font-size: 16px;
  font-family: "Outfit-Regular";
  font-weight: 400;
  line-height: 100%;
}
.resend {
  display: flex;
  justify-content: space-between;
}

/*Notification Page css*/
/* Custom Teal Color */
/* .inner-body {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
} */
.btn-teal {
  background-color: rgba(37, 134, 148, 1);
  color: #fff;
  border: none;
}
.btn-teal:hover {
  background-color: rgba(37, 134, 148, 1);
  color: #fff;
  border: none;
}
.bg-teal {
  background-color: rgba(37, 134, 148, 1) !important;
  color: #fff;
  padding: 2px 15px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Outfit-Regular";
}

/* Card Styling */
.card {
  background-color: rgba(0, 99, 122, 0.1);
}

/* Left Border Highlight */
.card-left-border {
  border-left: 4px solid #20c997;
  border-radius: 0.5rem;
}

/* Search Input Fix */
.input-group-text {
  border-right: none;
}
.form-control {
  box-shadow: none;
}
.button-approve {
  background: rgba(37, 134, 148, 1);
  color: #fff;
  border: none;
  padding: 2px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.btn-outline-secondary {
  background-color: rgba(0, 99, 122, 0.1);
  color: rgba(0, 0, 0, 1);
  padding: 2px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.btn-view-service {
  background-color: rgba(37, 134, 148, 1);
  color: #fff;
  border: none;
  padding: 2px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.main-body .card-body {
  border-left: 3px solid rgba(37, 134, 148, 1);
  border-radius: 10px;
}
.common-box-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: rgba(2, 8, 23, 1);
  font-family: "Outfit-SemiBold";
}
.small {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  font-family: "Outfit-Regular";
}
.img-tittle {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(100, 116, 139, 1);
  font-family: "Outfit-Regular";
}
.notification-popup label.form-label {
  font-family: "Outfit-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 1);
}

/* manage subsription popup */
.form-content label.form-label {
  font-family: "Outfit-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 1);
}
.plan-option span {
  color: rgba(0, 0, 0, 1);
  font-family: "Outfit-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 100%;
  margin-left: 10px;
}
.form-switch .form-check-input {
  background-image: url(../images/radio-white-Icon.svg);
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.form-check-input:checked[type="radio"] {
  background-image: url(../images/radio-point-icon.svg);
}
/* #flexSwitchCheckDefault{
  width: 45%;
  height: 80%;
} */
.form-check-input:checked {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.form-check-input {
  border: 1px solid rgba(0, 0, 0, 1);
}

/* content management  */
.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  font-weight: 500;
}

/*.list-group-item::after {
  content: '›';
  font-size: 16px;
  color: #888;
}*/

.list-group-item.active {
  color: #258694;
  background-color: #fff;
  border-bottom: 1px solid #258694;
}
a:hover .right-tab-icon,
.list-group-item.active .right-tab-icon {
  color: #258694; /* hover/active color */
}
.about-inner-content {
  background: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px solid rgba(226, 232, 240, 1);
}
.bdr-1 {
  border: 1px solid rgba(226, 232, 240, 1);
  background: #fff;
  border-radius: 10px;
}
/* Sponsored Ads Management CSS */
.spon-outer-card {
  padding: 10px;
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 10px;
}

.spon-inner-card {
  padding: 10px;
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 10px;
  margin-top: 5px;
}
.spon-inner-card:hover {
  background: rgba(0, 99, 122, 0.1);
}
.status-pending {
  background: rgba(255, 249, 178, 1);
  color: rgba(156, 149, 0, 1);
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}
.live-status {
  background: rgba(221, 11, 0, 1);
  color: rgba(255, 255, 255, 1);
  padding: 5px 10px;
  border-radius: 10px;
}
/* manage subscription css */
.pricing-basic-plan {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(0, 99, 122, 0.1);
}
.pet-body {
  padding: 20px;
  border: 1px solid rgba(0, 99, 122, 0.1);
  border-radius: 10px;
}
.price-currency {
  font-size: 36px;
  font-weight: 700;
  color: rgba(40, 40, 40, 1);
  font-family: "Outfit-Bold";
}
span.price-duration {
  font-size: 16px;
  color: rgba(156, 156, 156, 1);
  font-weight: 700;
  font-family: "Outfit-Bold";
}
.subscrip-heading {
  color: rgba(37, 134, 148, 1);
  font-weight: 500;
  font-size: 16px;
  font-family: "Outfit-Medium";
}
.list-unstyled li {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
button.btn.btn-outline-dark {
  padding: 10px 65px;
  border-radius: 10px;
  font-family: "Outfit-SemiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -5%;
}
hr.line-color {
  background: rgba(255, 255, 255, 1);
}
.btn-outline-dark.active:focus {
  box-shadow: none;
}
.btn.btn-outline-dark:focus {
  box-shadow: none;
}
/* .btn-outline-dark:active {
  color: rgba(37, 134, 148, 1);
  background-color: rgba(255, 255, 255, 1);
} */
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #258694;
  background-color: #fff;
  border-color: #212529;
}
/* .pricing-basic-plan:hover {
  background-color: rgba(37, 134, 148, 1);
  cursor: pointer; 
  color: #fff;
} */
.standard.active {
  background-color: rgba(37, 134, 148, 1);
  color: #fff;
  padding: 25px;
  border-radius: 10px;
}

.standard.active h6,
.standard.active h2,
.standard.active p,
.standard.active ul li,
.standard.active .price-currency,
.standard.active .price-duration {
  color: #fff;
}

.standard.active hr {
  border-color: #fff;
}

.standard.active img {
  filter: brightness(0) invert(1); /*for icons white */
}

/* .standard.active .btn {
    border-color: #fff;
    color: #fff;
} */

/*accordion css*/
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #258694;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/up-down-accor-icon.svg);
  transform: rotate(-180deg);
}
.accordion-body {
  padding: 1rem 1.25rem;
  background: #00637a1a;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 10px;
}
button.icon-btn-faq {
  background: #00637a1a;
  border: none;
  width: 53px;
  height: 53px;
  border-radius: 4px;
  margin-left: 7px;
}
.accordion-item {
  border: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  background: #258694;
  color: #fff;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/up-down-accor-icon.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.common-content-heading {
  font-family: "Outfit-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: rgba(2, 8, 23, 1);
}
.content-para-heading {
  font-family: "Outfit-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}
.content-body {
  font-family: "Outfit-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}

/*usermanagement datepicker css*/
/* Calendar header (Month-Year + arrows) */
.daterangepicker
  .drp-calendar
  .calendar-table
  .table-condensed
  thead
  tr:first-child
  th {
  background: #fff !important;
  color: #000 !important;
  font-weight: 600;
  padding: 10px;
}

/*left side fix of Month-Year  */
.daterangepicker
  .drp-calendar
  .calendar-table
  .table-condensed
  thead
  tr:first-child
  th.month {
  text-align: left !important;
  font-size: 16px;
}

/* in right side arrow */
.daterangepicker
  .drp-calendar
  .calendar-table
  .table-condensed
  thead
  tr:first-child
  th.prev,
.daterangepicker
  .drp-calendar
  .calendar-table
  .table-condensed
  thead
  tr:first-child
  th.next {
  text-align: right !important;
  font-size: 18px;
}

/* Weekdays row (SUN, MON...) */
.daterangepicker .calendar-table thead tr:nth-child(2) th {
  background: #fff !important;
  color: #ccc !important;
  font-weight: 500;
  padding: 8px;
}

/* Calendar cells */
.daterangepicker td,
.daterangepicker th {
  border-radius: 6px !important;
  padding: 8px 10px !important;
}

/* Active date (selected) */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0d7b8e !important; /* teal color */
  color: #fff !important;
}

/* Bottom Buttons (Cancel + Submit) */
.daterangepicker .drp-buttons {
  padding: 12px;
  /*text-align: center;*/
  border-top: none !important;
}

/* Cancel button */
.daterangepicker .drp-buttons .cancelBtn {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 6px;
  padding: 6px 40px;
  margin-right: 10px;
}

/* Apply button */
.daterangepicker .drp-buttons .applyBtn {
  background: #0d7b8e !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 6px 40px;
  border: none;
}

/* .daterangepicker .drp-calendar .calendar-table thead tr:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.daterangepicker .drp-calendar .calendar-table thead tr:first-child th.month {
  order: 1;
  flex: 1;
  text-align: left !important;
  font-size: 16px;
  font-weight: 600;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-child th.prev,
.daterangepicker .drp-calendar .calendar-table thead tr:first-child th.next {
  order: 2;
  text-align: right !important;
  width: auto;
  font-size: 18px;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-child th.prev {
  margin-right: 8px;
}
span#selectedDate {
  color: #949494;
}
/* Pet table size */
th.pet-des-size {
  width: 35%;
}
th.pet-serial-size {
  width: 5%;
}
th.pet-img-size {
  width: 15%;
}
th.pet-head-size {
  width: 15%;
}
th.pet-act-size {
  width: 10%;
}
label.form-label.help-content {
  color: #000;
  font-family: "Outfit-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
}
/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .login-form {
    padding: 15px;
  }
  .login-right-img {
    height: 100%;
    overflow: hidden;
  }
  .login-section {
    height: 100%;
  }
  .sidebar {
    min-height: 100%;
    height: 100%;
  }
  .sidebar-menu ul li a span {
    display: none;
  }
  .has-submenu .submenu-icon:before {
    content: "";
  }
  .dashboard-logo img {
    width: 50px;
  }
  .pagination {
    margin-top: 30px;
  }
  .common-btn.me-2 {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .col-lg-9.text-end {
    margin-top: 15px;
    text-align: center !important;
  }
  .menu-bar {
    display: none;
  }
  .col-lg-3.sidebar-col {
    width: 10%;
  }
  .col-lg-9.main-col {
    width: 90%;
  }
}

/*Mobile CSS*/
@media only screen and (max-width: 767px) {
  .login-form {
    padding: 15px;
  }
  .login-right-img {
    height: 100%;
    overflow: hidden;
  }
  .login-section {
    height: 100%;
  }
  .sidebar {
    min-height: 100%;
    height: 100%;
  }
  .sidebar-menu ul li a span {
    display: none;
  }
  .has-submenu .submenu-icon:before {
    content: "";
  }
  .dashboard-logo img {
    width: 50px;
  }
  .pagination {
    margin-top: 30px;
  }
  .common-btn.me-2 {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .col-lg-9.text-end {
    margin-top: 15px;
    text-align: center !important;
  }
  .menu-bar {
    display: none;
  }
}

.box-head-right span {
  color: rgba(37, 134, 148, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.box-head-right {
  display: flex;
  justify-content: space-between;
}
.dash-top-card {
  height: 100%;
}
.review-card.mb-3 .review-btn-row {
  width: 100%;
}
.tab-content ul.pagination li.page-item a:hover {
  color: #9c9c9c;
}

.review-card.mb-3 .review-btn-row a {
  display: block;
  width: 100%;
}

button.btn-suspend-user.user-cont.counts {
    width: 100%;
}

.daterangepicker.ltr.show-calendar {
  font-size: 11px !important;
}

.daterangepicker.ltr.show-calendar .calendar-table {
  font-size: 11px !important;
}

.daterangepicker.ltr.show-calendar .calendar-table th,
.daterangepicker.ltr.show-calendar .calendar-table td {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  padding: 0 !important;
}
.box-head-right span {
    color: rgba(37, 134, 148, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.box-head-right {
    display: flex;
    justify-content: space-between;
}
.dash-top-card {
    height: 100%;
}
.review-card.mb-3 .review-btn-row {
    width: 100%;
}
.tab-content ul.pagination li.page-item a:hover {
    color: #9c9c9c;
}
.review-card.mb-3 .review-btn-row a {
   display: block;
    width: 100%;
}
.dash-top-card button.review-view-btn {
    width: 100%;
}
.review-btn-row.btn-review {
    display: block;
}
.tab-content .inner-head-body a:hover {
    color: #949494 !important;
}
button.btn-suspend-user.user-cont {
    width: 100%;
}
button.common-btn.content.me-2 {
    padding: 7px 40px;
}
button.common-btn.common-popup-btn-no.content {
    padding: 7px 40px;
}
#logoutSuccs .logout-in.my-3 form button {
 
    height: 35px;
   padding: 0;
    width: 100px;
 
}