:root {
  --light-yellow: #fdffcc;
  --light-blue: #ebefff;
  --orange: #ffc495;
  --light-green: #e1ffe3;
  --light-red: #ffd3d3;
  --mild-red: #EAAFB0;
  --light-pink: #FCE6FF;
  --light-gray: #E9E9E9;
  --navy: #343e6f;
  --red: #e61a1a;
}
.text-red {
  color: #e61a1a;
}
.bg-light-yellow {
  background-color: var(--light-yellow) !important;
}
.bg-light-blue {
  background-color: var(--light-blue) !important;
}
.bg-orange {
  background-color: var(--orange) !important;
}
.bg-light-green {
  background-color: var(--light-green) !important;
}
.bg-light-pink {
  background-color: var(--light-pink) !important;
}
.bg-light-red {
  background-color: var(--light-red) !important;
}
.bg-mild-red {
  background-color: var(--mild-red) !important;
}
.bg-light-gray {
  background-color: var(--light-gray) !important;
}
.text-14{
  font-size: 14px !important;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 12px;
}
.admin .container-fluid,
.container {
  max-width: calc(1232px + 48px);
  padding: 0 24px;
}
.login_width {
  max-width: 588px;
  padding: 24px;
  border-radius: 16px;
  margin: 0 auto;
  background-color: #fff;
}
.admin_login {
  padding: 40px 0;
  background-color: var(--light-gray);
  height: calc(100vh - 73px);
}
.admin_nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin .request_btn a,
.admin_nav .btn {
  font-family: var(--mulish);
  font-size: 12px;
  font-weight: 700;
  line-height: 125%;
  color: var(--navy) !important;
  padding: 3.5px 8.5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s all;
  border: 0;
}
.admin_nav .btn:hover {
  background-color: var(--light-navy);
  border-radius: 4px;
}
.currency_filter {
  border: 1px solid #343e6f80;
  display: flex;
  border-radius: 4px;
  width: fit-content;
}
.currency_filter button {
  border: 0;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.currency_filter button.active {
  background-color: var(--navy);
}
.currency_filter button.active svg path {
  fill: #fff;
}
.admin_nav .select-selected {
  border: none;
}
.admin_dashboard {
  padding: 24px 0;
  background-color: #f4f7f9;
  min-height: calc(100vh - 74px);
}
.admin_dashboard .nav {
  border: 0;
}
.admin_dashboard .nav-link {
  border: 0;
  border-bottom: 1px solid #00000033 !important;
  padding: 4px 16px;
  font-size: 16px;
  color: var(--navy) !important;
}
.admin_dashboard .nav-link.active {
  border-bottom: 1px solid var(--navy) !important;
  font-weight: 700;
  color: var(--navy);
  background-color: transparent;
}
.admin_dashboard .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.avg_nanny_rate img {
  display: inline-block;
}
.multy_color_box .box {
  padding: 16px;
  border: 1px solid var(--navy);
  border-radius: 8px;
  display: flex;
  gap: 12px;
}
.border-blue-25{
  border-color: rgba(52, 62, 111, 0.25) !important;
}
.multy_color_box .box span {
  font-size: 16px;
  color: var(--navy);
}
.multy_color_box {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}
.filter_container {
  display: flex;
  justify-content: space-between;
}
.flex_selected_filter {
  margin-top: 12px;
}
.exportcsv button {
  border: 1px solid var(--navy);
  border-radius: 8px;
  padding: 7px 12px;
  display: flex;
  gap: 8px;
  color: var(--navy);
}
.admin_dashboard .table-responsive {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-top: 24px;
}
/* WebKit browsers (Chrome, Safari) */
.table-responsive::-webkit-scrollbar {
  height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

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

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

/* Firefox */
.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: #dddddd #f1f1f1;
}
.admin_dashboard .table {
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
}
.admin_dashboard .table th img {
  display: inline-block;
  margin-left: 8px;
}
.admin_dashboard .table th {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--navy);
  opacity: 75%;
  white-space: nowrap;
}
.admin_dashboard .table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--navy);
  white-space: nowrap;
}
.admin_dashboard .table tr.red-unmatched td{
  color: #e61a1a;
}
.admin_dashboard .table tbody tr:last-child td {
  border-bottom: 0;
}
.admin_dashboard .table-responsive .massage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.admin_dashboard .search_box {
  padding: 8px 34px 8px 12px;
  height: 40px;
  border: 1px solid #343e6f40;
  border-radius: 8px;
  min-width: 294px;
  position: relative;
  background-color: #fff;
}
.admin_dashboard .search_box input {
  border: 0;
  height: 100%;
  width: 100%;
  color: var(--navy);
}
.admin_dashboard .search_box input:focus {
  outline: none;
}
.admin_dashboard .search_box button {
  position: absolute;
  top: 12px;
  right: 10px;
  border: 0;
}
.admin_dashboard .table {
  width: 1230px;
  overflow-y: auto;
}
.admin_dashboard .pagination {
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 8px 0;
}
.admin_dashboard .pagination .prev {
  transform: translateY(1px) rotate(180deg);
}
.admin_dashboard .pagination button {
  border: 0;
  width: 16px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-item {
  font-size: 16px;
  line-height: 150%;
  padding: 16px 12px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: inherit;
  background-color: inherit;
}
.dropdown-menu {
  border: 1px solid #0000001a;
  box-shadow: 0px 3px 6px -4px #0000001f;
}
.flex_filter_box {
  display: flex;
  gap: 12px;
}
.rate_filter a,
.language_filter a {
  display: flex;
  align-items: center;
  border: 1px solid #343e6f40;
  padding: 7px 12px;
  border-radius: 8px;
  min-width: 104px;
  justify-content: space-between;
  gap: 8px;
  background-color: #fff;
}
.rate_filter .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rate_filter .dropdown-item .form-input {
  display: flex;
  border: 1px solid #343e6f40;
  padding: 7px 12px;
  border-radius: 8px;
  width: 104px;
  justify-content: space-between;
  gap: 8px;
  padding-right: 30px;
}
.rate_filter .dropdown-item span {
  width: 104px;
  color: var(--navy);
}
.form-input:focus {
  outline: none;
}
.minmax_rate {
  position: relative;
}
.minmax_rate img {
  position: absolute;
  right: 12px;
  top: 13px;
}
.language_filter .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.language_filter .dropdown-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.dropdown-item button {
  width: 100%;
  border: 0;
  text-align: left;
  color: var(--navy);
}
.selected_filter {
  font-size: 14px;
  line-height: 150%;
  padding: 4px 12px;
  display: flex;
  gap: 8px;
  border: 1px solid #0000001a;
  background-color: #343e6f1a;
  width: fit-content;
  border-radius: 1000px;
}
.selected_filter button {
  width: 11px;
  border: 0;
}
.selected_filter button img {
  width: 100%;
}
.circle_purple_text {
  background-color: #832da1;
  font-weight: 700;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rate_filter a.active{
  border-color: #343E6F;
}
.circle_purple_text{
  display: none;
}
.rate_filter a.active .circle_purple_text{
  display: block;
}
.admin_nav .custom-select {
  min-width: 130px;
  width: 100%;
}
.admin_nav .custom-select .select-selected{
  font-weight: 400;
}
.admin_nav .custom-select .select-items div{
  font-weight: 400;
}