@import "./layout.css";
.page-content {
  background: #f7f7fa;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  gap: 24px;
}
.page-content .city-schools {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--Ya-main);
}
.page-content .city-schools h1 {
  font-size: 18px;
}
.page-content .city-schools .schools {
  display: flex;
  gap: 16px;
  overflow: auto;
  padding: 15px 0;
}
.page-content .city-schools .schools .city-school-card.active {
  border: 1px solid #2ea9d3;
}
.page-content .city-schools .schools .city-school-card {
  padding: 20px 36px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  background: #fff;
  align-items: center;
  cursor: pointer;
}
.page-content .city-schools .schools .city-school-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.page-content .city-schools .schools .city-school-card span:nth-child(3) {
  background: #e1fef5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 8px;
  position: absolute;
  top: 55px;
  right: 55px;
  width: 28px;
  font-size: 13px;
  height: 28px;
}
.page-content .city-schools .schools .city-school-card span:nth-child(3) i {
  color: #006c3c;
}
.page-content .city-schools .schools .city-school-card span:nth-child(4) {
  color: #737598;
  font-size: 10px;
}
.page-content .all-schools {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--Ya-main);
}
.page-content .all-schools h1 {
  font-size: 18px;
}
.page-content .all-schools .schools {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-content .all-schools .schools .school-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 24px 20px;
  border-radius: 16px;
}
.page-content .all-schools .schools .school-card img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:first-child {
  font-size: 16px;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:nth-child(2) {
  font-size: 11px;
  display: flex;
  gap: 12px;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:nth-child(2) > span:first-child {
  color: #e16c19;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:nth-child(2) > span:last-child {
  color: #737598;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:nth-child(3) {
  display: flex;
  gap: 4px;
  color: var(--Ya-main);
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:nth-child(3) > span {
  background: #f7f7fa;
  padding: 6px 7px;
  border-radius: 20px;
  font-size: 12px;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:last-child {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}
.page-content .all-schools .schools .school-card > div:nth-child(2) > span:last-child img {
  width: 16px;
  height: 16px;
}
.page-content .all-schools .schools .school-card > div:last-child {
  display: flex;
  flex-direction: column;
}
.page-content .all-schools .schools .school-card > div:last-child > span:first-child {
  font-size: 11px;
  color: #737598;
}
.page-content .all-schools .schools .school-card > div:last-child > span:last-child {
  font-size: 11px;
  font-weight: bold;
  color: var(--Ya-main);
}

.dialog-card {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 16px;
}
.dialog-card > div:first-child {
  color: #161947;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  z-index: 1;
}
.dialog-card > div:nth-child(2) {
  background: linear-gradient(to left, #69ffcf, #2ea9d3, #5b63fb);
  padding: 1px;
  border-radius: 8px;
  background-color: #ffffff;
}
.dialog-card > div:nth-child(2) > div {
  background-color: #fff;
  padding: 23px 20px;
  border-radius: 8px;
  color: #262727;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dialog-card > .checkbox-filter > div > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dialog-card > div:nth-child(5) {
  color: var(--Ya-main);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dialog-card > div:nth-child(5) h5 {
  font-size: 14px;
  font-weight: 600;
}
.dialog-card > div:nth-child(5) > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dialog-card > div:nth-child(5) > div:last-child > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-card > div:nth-child(5) > div:last-child > div:last-child > span:nth-child(2) {
  border: none;
}
.dialog-card > div:nth-child(5) > div:last-child > div:last-child > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ececf5;
  border-radius: 12px;
  padding: 8px 12px;
  color: #737598;
  gap: 20px;
  font-size: 11px;
}
.dialog-card > div:nth-child(5) > div:last-child > div:last-child > span input {
  max-width: 50px;
  color: var(--Ya-main);
  font-size: 14px;
}
.dialog-card > div:nth-child(5) > div:last-child > div:last-child > span input:focus {
  border: none;
  outline: none;
}
.dialog-card > div:nth-child(6),
.dialog-card > div:nth-child(7),
.dialog-card > div:nth-child(8) {
  color: var(--Ya-main);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dialog-card > div:nth-child(6) h5,
.dialog-card > div:nth-child(7) h5,
.dialog-card > div:nth-child(8) h5 {
  font-size: 14px;
  font-weight: 600;
}
.dialog-card > div:nth-child(6) > div:last-child,
.dialog-card > div:nth-child(7) > div:last-child,
.dialog-card > div:nth-child(8) > div:last-child {
  display: flex;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
}
.dialog-card > div:nth-child(6) > div:last-child > span,
.dialog-card > div:nth-child(7) > div:last-child > span,
.dialog-card > div:nth-child(8) > div:last-child > span {
  font-size: 11px;
  color: var(--Ya-main);
  background: #eaf6fb;
  padding: 12px 16px;
  border-radius: 23px;
  white-space: nowrap;
  width: max-content;
  text-align: center;
}
.dialog-card div:last-child {
  display: flex;
  gap: 8px;
}
.dialog-card div:last-child > button {
  padding: 8px 32px;
  width: 50%;
  border: 1px solid #1d1d1d;
  background: transparent;
  color: #1d1d1d;
  border-radius: 12px;
}
.dialog-card div:last-child > button:first-child {
  background: #1d1d1d;
  color: #fff;
}

select {
  border: none !important;
  border-radius: 12px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #202359;
  padding: 0px 17px !important;
  height: 48px !important;
  width: 100% !important;
  background-color: #f7f7fa !important;
}

select {
  appearance: auto !important;
  padding-left: 10px;
}
select option:disabled {
  color: #babbcf !important;
  display: none !important;
}

select:focus {
  border: none;
  outline: none;
}

.v-slider-thumb__label {
  transform: translateX(50%) !important;
}

.v-slider-track__fill {
  direction: ltr;
  transform: translateX(0%) !important;
}

.v-pagination .v-pagination__list {
  gap: 10px;
}
.v-pagination .v-pagination__list .v-pagination__prev i {
  transform: rotate(180deg);
}
.v-pagination .v-pagination__list .v-pagination__next i {
  transform: rotate(-180deg);
}
.v-pagination .v-pagination__list li {
  max-width: 30px;
  max-height: 30px;
}
.v-pagination .v-pagination__list li button {
  background: #fff;
  box-shadow: var(--shadow105);
}
.v-pagination .v-pagination__list li:hover > button,
.v-pagination .v-pagination__list li:hover button:not(:disabled) {
  background-color: var(--Ya-parent-blue);
  color: #fff;
}
.v-pagination .v-pagination__list .v-pagination__item--is-active button {
  background-color: var(--Ya-parent-blue);
  color: #fff;
}