/* [project]/packages/ui/styles/main.scss.css [client] (css) */
*, :before, :after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  zoom: 1;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #0000;
  position: relative;
}

html [type="button"] {
  -webkit-appearance: button;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 100%;
  overflow: hidden auto;
  transform: none;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  color: #1f2a44;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on, "ss02" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on, "ss03" on;
  background: #f7f8fa;
  height: 100%;
  min-height: 100vh;
  transform: none;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

input {
  touch-action: manipulation;
  overflow: visible;
}

label, select, summary {
  touch-action: manipulation;
}

textarea {
  touch-action: manipulation;
  resize: vertical;
  width: 100%;
  overflow: auto;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: none;
}

[type="reset"] {
  -webkit-appearance: button;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"] {
  -webkit-appearance: button;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[role="button"] {
  cursor: pointer;
  touch-action: manipulation;
}

.text-center {
  text-align: center !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .normal-content {
    display: none !important;
  }
}

.container-area {
  align-items: center;
  height: auto;
  max-height: 40px;
  display: flex;
}

.container-area input {
  width: 80px !important;
}

.blocked-stg-btn {
  color: #cfd8e6;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
}

.blocked-stg-btn:hover {
  cursor: not-allowed;
}

.logo-img {
  width: 121px;
  height: 48px;
}

@keyframes lds-ripple {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
    top: 36px;
    left: 36px;
  }

  100% {
    opacity: 0;
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;
  }
}

.spinner-wrapper {
  z-index: 9999999;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.spinner-wrapper.non-blocking {
  height: 50px;
  position: static;
}

.spinner-wrapper .lds-ripple {
  z-index: 9999999;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  overflow: visible;
}

.spinner-wrapper .lds-ripple:before {
  content: "";
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.spinner-wrapper .lds-ripple div {
  opacity: 1;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  animation: 1s cubic-bezier(0, .2, .8, 1) infinite lds-ripple;
  position: absolute;
}

.spinner-wrapper .lds-ripple div:nth-child(2) {
  animation-delay: -.5s;
}

.checkbox-wrapper {
  cursor: pointer;
  user-select: none;
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.checkbox-wrapper input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper .checkmark {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 27px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-wrapper .checkmark:after {
  content: "";
  border: 3px solid #2a5bd7;
  border-width: 0 3px 3px 0;
  width: 10px;
  height: 20px;
  display: none;
  position: absolute;
  top: 0;
  left: 8px;
  transform: rotate(45deg);
}

.position-fixed {
  position: fixed !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}

#cc {
  color: #fff;
  z-index: 9999;
  background: #def4ff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  bottom: 0;
  left: 0;
}

#cc span {
  color: #1f2a44;
  display: inline-block;
}

.detail-layout {
  width: 1250px;
}

.code-input-wrap {
  text-align: center;
}

.code-input-wrap input {
  text-align: center;
  -webkit-appearance: none;
  color: #1f2a44 !important;
  -moz-appearance: textfield !important;
  border-color: #cfd8e6 !important;
  width: 40px !important;
  height: 40px !important;
}

.error .code-input-wrap input {
  border-color: #f47174 !important;
}

.btn-link {
  display: inline-block;
}

.btn-link:hover {
  color: #2a5bd7;
  text-decoration: underline;
}

.checked {
  color: #fff !important;
  background-color: #2a5bd7 !important;
}

.checked svg {
  visibility: visible;
}

footer {
  background-color: #ebf2fe;
  width: 100%;
  height: auto !important;
}

footer .footer-container {
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
}

footer .section-container {
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  display: flex;
}

footer .footer-column {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

footer .footer-column ul {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

footer .footer-houses-img {
  width: 100%;
  height: auto;
}

footer .footer-desc {
  text-align: center;
  opacity: .85;
}

footer .copyright {
  text-align: center;
  opacity: .8;
}

footer .social-wrapper {
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

footer .social-wrapper:before, footer .social-wrapper:after {
  content: "";
  background: #cfd8e6;
  flex: 1;
  max-width: 200px;
  height: 1px;
}

footer .social-wrapper:before {
  margin-right: 8px;
}

footer .social-wrapper:after {
  margin-left: 8px;
}

footer .social-link {
  display: flex;
}

footer .social-link svg {
  width: 24px;
  height: 24px;
  fill: #2a5bd7 !important;
}

footer .social-link svg #path {
  fill: #2a5bd7 !important;
}

footer .social-link:hover svg, footer .social-link:hover svg #path {
  fill: #1f2a44 !important;
}

footer .instagram-svg {
  width: 33px !important;
  height: 33px !important;
  position: relative !important;
}

footer .terms-policy-container {
  text-align: center;
}

footer .terms-policy-container li {
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  footer .section-container {
    flex-direction: row;
    justify-content: space-between;
  }

  footer .footer-column {
    position: relative;
  }

  footer .footer-column:first-child {
    padding-left: 0;
  }

  footer .footer-column:last-child {
    padding-right: 0;
  }

  footer .footer-column:not(:first-child):before {
    content: "";
    pointer-events: none;
    background: linear-gradient(#0000, #1f2a4424, #0000);
    width: 1px;
    margin-left: -16px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
  }

  footer .terms-policy-container li {
    display: inline-flex !important;
  }

  footer .terms-policy-container li:first-child:after {
    content: "|";
    color: #cfd8e6;
    margin: 8px;
    position: relative;
    top: 2px;
  }
}

.navbar-default {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  width: 100%;
  height: 70px;
  display: flex;
  position: relative;
}

.navbar-default .container-fluid {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 16px;
  display: flex;
  position: relative;
}

.navbar-default .navbar-brand {
  cursor: pointer;
  display: inline-block;
}

.navbar-default .navbar-nav {
  align-items: center;
  gap: 12px;
  width: fit-content;
  height: 48px;
  display: flex;
}

.navbar-default .navbar-nav > li {
  text-align: center;
  width: fit-content;
  height: 100%;
  display: inline-block;
}

.navbar-default .navbar-nav:first-child > li {
  align-items: center !important;
  height: auto !important;
}

.navbar-default .navbar-nav .login-class {
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-collapse {
  position: relative;
}

.akkoola {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: space-between;
  width: 504px;
  height: 100%;
  display: inline-block;
  position: relative;
}

.akkoola h2 {
  color: #2a5bd7;
}

.akkoola img {
  vertical-align: top;
  border-radius: 8px;
  width: 190px;
  height: 140px;
  display: inline-block;
}

.akkoola .akkoola-my-info {
  display: inline-block;
}

.akkoola .akkoola-my-info .akkoola-text-info {
  width: 256px;
  display: inline-block;
}

.akkoola svg {
  vertical-align: top;
  display: inline-block;
}

.akkoola svg:hover {
  color: #2a5bd7;
}

.akkoola:hover {
  cursor: pointer;
  border-color: #2a5bd7;
  position: relative;
}

.akkoola button {
  vertical-align: top;
}

.akkoola .img-bb {
  text-align: center;
  background-color: #000000b0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.akkoola .img-bb p {
  text-align: center;
  color: #fff;
}

.akkoola .img-bb button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
}

.akkoola .img-bb button:hover {
  background-color: #fff;
  color: #000000b0 !important;
}

.akkoola-menu {
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 186px;
  height: fit-content;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
}

.akkoola-menu li {
  text-align: left;
}

.akkoola-menu li button {
  vertical-align: top;
  text-align: left;
  width: 100%;
}

.akkoola-menu li:hover {
  background-color: #def4ff;
}

.akkoola-menu li:hover span {
  color: #2a5bd7 !important;
}

.akkoola-menu li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.akkoola-menu li:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.akkoola-menu-show {
  display: block !important;
}

.my-akkoola-list h1 {
  text-align: center;
}

@media (max-width: 1050px) {
  .my-akkoola-list .akkoola {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .my-akkoola-list .akkoola img {
    width: 170px;
  }
}

@media (max-width: 548px) {
  .akkoola {
    width: 100%;
  }

  .akkoola .akkoola-my-info {
    width: 100% !important;
  }

  .akkoola img {
    width: 140px !important;
  }

  .akkoola .akkoola-text-info {
    width: 160px !important;
  }
}

@media (max-width: 380px) {
  .akkoola {
    width: 100%;
  }

  .akkoola .akkoola-my-info {
    text-align: center !important;
  }

  .akkoola .akkoola-text-info {
    text-align: center;
    width: 100% !important;
  }
}

.not-found-container {
  width: 1222px;
  display: block;
}

.not-found-container .img-not-found {
  vertical-align: middle;
  width: 700px;
  display: inline-block;
}

.not-found-container .text-container {
  vertical-align: middle;
  width: 515px;
  display: inline-block;
}

@media (max-width: 1222px) {
  .not-found-container {
    width: 100% !important;
    position: relative !important;
  }

  .not-found-container .img-not-found {
    width: 100%;
    display: block !important;
  }

  .not-found-container .text-container {
    text-align: center;
    width: 100%;
    display: block !important;
  }
}

.search-page h1 {
  text-align: left;
}

.search-page .magnifier-button {
  color: #fff;
  background-color: #2a5bd7;
  border: 1px solid #2a5bd7;
  border-radius: 8px;
}

.search-page .magnifier-button:hover {
  cursor: pointer;
  color: #2a5bd7;
  background-color: #fff;
  border: 1px solid #2a5bd7;
}

.search-page .magnifier-button:hover svg, .search-page .magnifier-button:hover svg path {
  fill: #2a5bd7 !important;
  stroke: #2a5bd7 !important;
}

.search-page .magnifier-button {
  display: block;
}

.not-found-result .magnifer {
  width: 200px;
  display: block;
}

@media (max-width: 1030px) {
  .akkoola-list {
    width: 100% !important;
    overflow-y: auto !important;
  }
}

.progress-list {
  display: inline-block;
  list-style-type: circle !important;
}

.progress-list li {
  color: #cfd8e6;
}

.progress-list li:before {
  position: relative;
}

.progress-list li span, .progress-list li img {
  vertical-align: middle;
  width: 16px;
  display: inline-block;
}

@media (max-width: 1000px) {
  .create-category-grid .row .ca-l-cell, .create-category-grid .row .ca-r-cell {
    width: 100%;
  }

  .scene-container {
    width: calc(100% - 20px) !important;
    display: block !important;
  }

  .progress-list {
    display: none;
  }

  .scene-progress {
    display: none !important;
  }

  .create-category-grid .row {
    display: block;
  }

  .create-category-grid .row .ca-l-cell, .create-category-grid .row .ca-r-cell {
    width: 100%;
  }
}

.mainFilter {
  flex-direction: column;
  gap: 16px;
  width: 1030px;
  padding: 32px;
  display: flex;
}

.mainFilter .category-select {
  display: none;
}

.mainFilter .filter-category-block {
  justify-content: space-between;
  gap: 16px;
  display: flex;
}

.mainFilter .sub-category-block {
  max-width: 1030px;
}

.mainFilter .filter-row {
  flex-direction: column;
  display: flex;
}

.mainFilter .filter-row > div {
  flex: 1;
}

.mainFilter .collapse_row {
  border-top: 1px solid #cfd8e6;
  border-bottom: 1px solid #cfd8e6;
  align-items: center;
  display: flex;
}

.mainFilter .filter-row-district {
  gap: 16px !important;
}

.modal-content {
  margin: 32px auto;
}

.modal-content .mainFilter {
  width: 100%;
}

.modal-content .mainFilter .filter-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-content .mainFilter .filter-head .close-btn {
  color: #1f2a44;
  cursor: pointer;
  background: #cfd8e6;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.modal-content .mainFilter .filter-head .close-btn:hover {
  background: #def4ff;
}

@media (max-width: 1070px) {
  .modal-content {
    margin: 0 auto;
  }

  .mainFilter {
    width: 100%;
  }

  .mainFilter .filter-category-block {
    display: none;
  }

  .mainFilter .category-select {
    display: block;
  }

  .mainFilter .filter-row {
    flex-direction: column;
    width: 100%;
  }

  .mainFilter .filter-row .clue {
    width: 100%;
    display: block;
  }

  .mainFilter .range-container {
    flex-direction: column;
  }
}

.filter-row {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  display: flex;
}

.filter-row > div {
  flex: 1;
}

.filter-row h4, .filter-row .clue {
  align-items: center;
  display: flex;
}

.filter-row h4:after, .filter-row .clue:after {
  content: "";
  background: #cfd8e6;
  flex: 1;
  height: 1px;
}

.with-line {
  border-right: 1px solid #e6ecf5;
}

.btn-container {
  justify-content: space-between;
  display: flex;
}

.setting-container svg {
  display: block;
}

.setting-container {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  display: inline-block;
}

.setting-container:hover {
  cursor: pointer;
  background-color: #def4ff;
}

.profile-form {
  text-align: left;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.map-page {
  width: 100%;
  display: block;
}

@keyframes fade {
  from {
    opacity: .5;
  }
}

.map-content-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.map-content-wrapper .list-container {
  width: 100%;
  position: relative;
}

.map-content-wrapper .list-container .list {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: visible;
}

.map-content-wrapper .list-container .not-found-result {
  text-align: center;
  min-height: calc(100vh - 70px);
}

.map-content-wrapper .list-container .seo-description {
  position: relative;
}

.map-content-wrapper .sort-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.map-content-wrapper .sort-container .sort-by-container {
  align-items: center;
  display: flex;
}

@media (max-width: 1200px) {
  .map-page .selected-image .prev, .map-page .selected-image .next {
    display: block;
    top: 20% !important;
  }
}

.verify-phone {
  width: auto;
  max-width: 500px;
}

.verify-phone h3, .verify-phone h4 {
  text-align: center;
}

.verify-phone .form-control {
  width: 210px;
}

.successStep {
  text-align: center;
}

.successStep button {
  display: initial !important;
}

.akkoola-body {
  justify-content: space-between;
  width: auto;
  max-width: 1242px;
  display: flex;
}

.akkoola-detail .address-value {
  display: inline-block;
  width: calc(100% - 28px) !important;
}

.akkoola-detail .param-container {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.contact-bar {
  z-index: 100;
  text-align: center;
  background-color: #2a5bd7;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 80%;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1224px) {
  .param-container {
    grid-template-columns: none !important;
    display: block !important;
  }
}

.pub-akkoola {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  border-radius: 8px;
  flex-direction: row;
  height: 368px;
  max-height: 368px;
  display: flex;
  position: relative;
}

.pub-akkoola .akkoola-pub-link {
  flex: 1;
  min-width: 0;
  display: flex;
}

.pub-akkoola .price {
  color: #2a5bd7;
  text-align: right;
  display: block;
}

.pub-akkoola .pub-akkoola-description {
  flex-direction: column;
  flex: 0 0 500px;
  min-width: 0;
  display: flex;
}

.pub-akkoola .pub-akkoola-text {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.pub-akkoola .pub-akkoola-price {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  min-width: 0;
  display: flex;
}

.pub-akkoola .pub-akkoola-price .price-unit {
  color: #1f2a44;
  display: block;
}

.pub-akkoola:hover {
  z-index: 1;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .pub-akkoola {
    height: auto;
    max-height: none;
  }

  .pub-akkoola .pub-akkoola-text {
    display: none;
  }

  .pub-akkoola .pub-akkoola-description {
    flex: auto;
  }

  .pub-akkoola .pub-akkoola-price {
    white-space: nowrap;
    flex: auto;
    align-items: flex-end;
  }
}

@media (max-width: 600px) {
  .pub-akkoola {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .pub-akkoola .akkoola-gallery {
    max-width: none !important;
    height: 290px !important;
  }

  .pub-akkoola .pub-akkoola-text {
    display: none;
  }

  .pub-akkoola .akkoola-pub-link {
    flex-direction: column;
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .pub-akkoola .pub-akkoola-description {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .pub-akkoola .pub-akkoola-price {
    flex: none;
    align-items: flex-end;
    width: 100%;
  }

  .pub-akkoola .price {
    text-align: left;
  }

  .pub-akkoola .pub-akkoola-text {
    -webkit-line-clamp: 5;
  }

  .pub-akkoola .akkoola-gallery__slide img {
    aspect-ratio: 0 !important;
  }
}

.address-value {
  width: 100%;
}

.akkoola .address-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.price {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
}

.price-header .price {
  color: #2a5bd7 !important;
}

.price-header .price-unit {
  text-align: right;
}

.akkoola-gallery__main {
  touch-action: pan-y;
  background: #eee;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.akkoola-gallery__track {
  width: 100%;
  transition: transform .22s;
  display: flex;
}

.akkoola-gallery__slide {
  flex: 0 0 100%;
  width: 100%;
}

.akkoola-gallery__slide a, .akkoola-gallery__slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-gallery__slide img {
  object-fit: cover;
  aspect-ratio: 1;
}

.akkoola-gallery__arrow {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background: #00000059;
  border: 0;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  transition: opacity .15s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akkoola-gallery__arrow--left {
  left: 10px;
}

.akkoola-gallery__arrow--right {
  right: 10px;
}

.akkoola-gallery__main:hover .akkoola-gallery__arrow {
  opacity: 1;
  pointer-events: auto;
}

.akkoola-gallery__badge {
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  background: #00000073;
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.akkoola-gallery__count {
  white-space: nowrap;
}

.akkoola-gallery__dots {
  display: inline-flex;
}

.akkoola-gallery__dot {
  background: #ffffff73;
  border-radius: 999px;
  width: 6px;
  height: 6px;
}

.akkoola-gallery__dot.is-active {
  background: #fffffff2;
}

.akkoola-gallery__thumb a, .akkoola-gallery__thumb img {
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-gallery__thumb img {
  object-fit: cover;
}

.akkoola-gallery__thumb.is-active {
  border-color: #2a5bd7 !important;
}

.akkoola-gallery__overlay {
  z-index: 9999;
  background: #000000d9;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
}

.akkoola-gallery__overlayInner {
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  width: min(100%, 980px);
  display: grid;
  position: relative;
}

.akkoola-gallery__overlayClose {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  position: absolute;
  top: -6px;
  right: -6px;
}

.akkoola-gallery__overlayArrow {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
}

.akkoola-gallery__overlayImage {
  background: #111;
  border-radius: 8px;
  overflow: hidden;
}

.akkoola-gallery__overlayImage a, .akkoola-gallery__overlayImage img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  display: block;
}

.akkoola-gallery__overlayImage img {
  object-fit: contain;
}

.list .akkoola-gallery {
  flex-direction: column;
  min-width: 340px;
  max-width: 340px;
  height: 100%;
  display: flex;
}

.akkoola-gallery__thumbs {
  justify-content: center;
  width: 100%;
  display: flex;
}

.akkoola-gallery__thumb {
  border: 2px solid #0000;
  border-radius: 8px;
  flex: 1 1 0;
  min-width: 0;
  height: 70px;
  overflow: hidden;
}

.akkoola-gallery__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}

.language-list li {
  color: #2a5bd7;
  display: inline-block;
}

.language-list li:hover {
  cursor: pointer;
}

.description-language-list li {
  color: #2a5bd7;
  display: inline-block;
}

.description-language-list li:hover {
  cursor: pointer;
}

.param-column li {
  border-bottom: 1px solid #cfd8e6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.param-column li:nth-child(2n) {
  background-color: #def4ff;
}

.param-column li label {
  text-align: left;
}

.param-column li span {
  text-align: right;
}

.final-scene .param-column {
  vertical-align: top;
  width: calc(50% - 20px);
  display: inline-block;
}

.cd-description {
  position: relative;
}

.cd-description .cd-description-delete-btn {
  top: 10px !important;
}

.cd-description .cd-description-delete-btn span {
  top: 8px !important;
}

.cd-description textarea {
  width: 100%;
  height: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  outline: none;
  display: block;
  overflow: auto;
}

.cd-description .cd-language-container {
  text-align: left;
  width: 100%;
}

.cd-description .cd-language-container button {
  color: #2a5bd7;
  background-color: #def4ff;
  border-radius: 8px;
  display: inline-block;
}

.cd-description .cd-language-container button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #2a5bd7;
}

.cd-description .cd-language-container button:disabled {
  color: #cfd8e6;
  background-color: #fff;
  border: 1px solid #cfd8e6;
}

.cd-description .cd-language-container button:disabled:hover {
  cursor: not-allowed;
}

.cd-description .cd-language-container .active-lang {
  color: #fff;
  cursor: pointer;
  background-color: #2a5bd7;
}

.cd-description .cd-language-container {
  display: inline-block;
}

.toggle-switch {
  border-radius: 8px;
  width: 50px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .slider {
  cursor: pointer;
  background-color: #cfd8e6;
  border-radius: 8px;
  transition: all .4s;
  position: absolute;
  inset: 0;
}

.toggle-switch .slider:before {
  content: "";
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  transition: all .4s;
  position: absolute;
  top: 1px;
}

.toggle-switch .slider .round, .toggle-switch .slider .round:before {
  border-radius: 8px;
}

.toggle-switch input:checked + .slider {
  background-color: #2a5bd7;
}

.toggle-switch input:checked + .slider:before {
  transform: translateX(20px);
}

.radio-button-container {
  gap: 16px;
  display: flex;
}

.radio-button-container button {
  color: #2a5bd7;
  appearance: none;
  user-select: none;
  cursor: pointer;
  background-color: #eef5fd;
  border-radius: 8px;
  align-items: center;
  height: 34px;
  display: inline-flex;
}

.radio-button-container button span {
  padding: 8px;
}

.radio-button-container button:hover {
  color: #fff;
  background-color: #2a5bd7;
}

.radio-button-container .checked-bubble {
  color: #fff !important;
  background-color: #2a5bd7 !important;
}

.radio-button-container .checked-bubble:hover {
  cursor: auto !important;
}

.ca-price-container input {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 200px;
  padding: 8px;
  display: inline-block;
}

.ca-price-container input::placeholder {
  color: #cfd8e6;
}

.ca-price-container .radio-button-container {
  display: inline-block;
}

.file-input input[type="file"] {
  display: none !important;
}

.file-input .drag-drop-wrapper {
  background-color: #def4ff;
  border: 2px dashed #cfd8e6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 326px;
  height: 306px;
  display: flex;
}

.file-input .drag-drop-wrapper img {
  width: 88px;
  height: 83px;
}

.file-input .drag-drop-wrapper span {
  text-align: center;
}

.file-input .drag-drop-wrapper span label {
  color: #2a5bd7;
  display: block;
}

.file-input .drag-drop-wrapper span label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.file-input .drag-drop-wrapper .drag-drop-active {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sortableGrid {
  text-align: center;
  border: 0;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.gridCell {
  background: none;
  border: 0;
  width: 226px;
  height: 206px;
  display: inline-block;
  position: relative;
}

.number-image {
  color: #fff;
  z-index: 10;
  -webkit-text-stroke: 1px #04060d;
  position: absolute;
  top: 0;
  left: 0;
}

.label-dropdown {
  position: relative;
}

.label-dropdown .label-dropdown-container {
  height: 40px !important;
}

.label-dropdown button {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 40px;
  padding-inline: 8px;
  display: inline-flex;
}

.label-dropdown button span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.label-dropdown button .chevron-slot {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: auto;
  display: inline-flex;
}

.label-dropdown button img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.label-dropdown button svg {
  vertical-align: middle;
}

.label-dropdown button:hover {
  border-color: #2a5bd7;
}

.label-dropdown ul {
  z-index: 101;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  width: 100%;
  height: auto;
  max-height: 250px;
  display: none;
  position: absolute;
  overflow: hidden auto;
}

.label-dropdown ul li {
  padding-inline: 8px;
  background-color: #fff;
  align-items: center;
  gap: 4px;
  min-width: 50px;
  min-height: 34px;
  padding-right: 24px;
  display: flex;
}

.label-dropdown ul li span {
  display: inline-block;
}

.label-dropdown ul li img {
  width: 20px;
  display: inline-block;
}

.label-dropdown ul li:hover {
  cursor: pointer;
  background-color: #def4ff;
}

.label-dropdown .expanded {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.label-dropdown .show {
  display: block !important;
}

.label-dropdown .clear-dropdown-button {
  display: inline-flex;
}

.label-dropdown .clear-dropdown-button:hover svg {
  fill: #2a5bd7 !important;
}

.label-dropdown .clear-dropdown-button:hover path {
  stroke: #2a5bd7 !important;
}

.place-dropdown-container {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  position: relative;
}

.place-dropdown-container:hover {
  cursor: pointer;
  border: 1px solid #2a5bd7;
}

.place-dropdown-container:hover ul {
  border-top: 1px solid #2a5bd7 !important;
}

.place-dropdown-container input {
  vertical-align: middle;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  border: none !important;
  width: calc(100% - 28px) !important;
}

.place-dropdown-container input:hover {
  cursor: pointer;
}

.place-dropdown-container .selected-city-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.place-dropdown-container .selected-city-container span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px;
  display: block;
  overflow: hidden;
  width: calc(100% - 28px) !important;
}

.place-dropdown-container .options {
  box-sizing: border-box;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  width: 100%;
  height: auto;
  max-height: 250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  overflow: hidden auto;
}

.place-dropdown-container .options li {
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  flex-direction: column;
  align-items: flex-start;
  min-width: 50px;
  min-height: 34px;
  padding: 8px;
}

.place-dropdown-container .options li:last-child {
  border-bottom: none;
}

.place-dropdown-container .options li span {
  display: inline-block;
}

.place-dropdown-container .options li:hover {
  cursor: pointer;
  background-color: #def4ff;
}

.place-dropdown-container .options li .location {
  color: #2a5bd7;
}

.place-dropdown-container .show {
  display: block !important;
}

.place-dropdown-container svg {
  vertical-align: middle;
}

.place-dropdown-arrow {
  height: 100%;
  position: relative;
}

.expanded {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.delete-button {
  text-align: right;
  z-index: 100;
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: width .4s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.delete-button img {
  width: 16px;
  height: 16px;
}

.delete-button span {
  opacity: 0;
  visibility: hidden;
  transition: visibility .3s linear, opacity .3s linear;
  top: 8px;
  left: 0;
}

.delete-button:hover {
  width: 94px;
}

.delete-button:hover span {
  opacity: 1;
  visibility: visible;
}

.delete-button:active {
  width: 94px;
}

.delete-button:active span {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 8px;
  left: 0;
}

.create-advert-price-container .create-price-team .price-note-description textarea {
  height: 62px;
}

.select-energy-container .file-input-button input {
  display: none;
}

.select-energy-container .file-input-button label {
  text-align: center;
}

.select-energy-container .file-input-button label:hover path {
  fill: #2a5bd7;
}

.select-energy-container .file-input-button .file-load-error {
  color: #f47174;
  display: block;
}

.select-energy-container .file-name-certificate {
  position: relative;
}

.select-energy-container .file-name-certificate .delete-button {
  top: -8px;
  right: -40px;
}

.select-equipment-container .container {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2a5bd7;
  border-radius: 8px;
  width: 200px;
  height: 150px;
}

.select-equipment-container .container:hover {
  cursor: pointer;
  background-color: #def4ff;
}

.select-equipment-container .container svg {
  display: block;
}

.scene-container {
  vertical-align: top;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: calc(100% - 212px);
  display: inline-block;
}

.scene-progress {
  float: right;
  width: 182px;
  display: inline-block;
}

.stage-button-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.stage-button-container .back-scene-btn {
  color: #2a5bd7;
  background-color: #fff;
  border: 1px solid #2a5bd7;
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.stage-button-container .back-scene-btn:hover {
  color: #fff;
  background-color: #2a5bd7;
}

.active-scene {
  color: #1f2a44 !important;
}

.create-category-grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.create-category-grid .row {
  width: 100%;
  min-height: 24px;
}

.create-category-grid .ca-l-cell, .create-category-grid .ca-r-cell {
  display: flex;
}

.create-category-grid .ca-l-cell {
  text-align: left;
  align-items: center;
  width: 100%;
}

.create-category-grid .ca-r-cell {
  text-align: left;
  align-items: center;
  width: 75%;
}

.create-category-grid input {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 200px;
  padding: 8px;
  display: inline-block;
}

.create-category-grid input::placeholder {
  color: #cfd8e6;
}

.create-category-grid .grid-sub-title {
  grid-column: 1 / 4;
}

.create-category-grid .vertical-flex {
  flex-direction: column;
  align-items: flex-start;
}

.create-category-grid .range-question {
  text-align: center;
}

.continue-edit-advert-container {
  width: 370px;
  display: block;
}

.continue-edit-advert-container h3 {
  text-align: center;
}

.continue-edit-advert-container .continue-edit-circle {
  background-color: #def4ff;
  border: 1px solid #def4ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  display: flex;
}

.continue-edit-advert-container .continue-edit-circle img {
  max-width: 62%;
}

.continue-edit-advert-container .cea-button-container {
  justify-content: center;
  display: flex;
}

.continue-edit-advert-container .cea-button-container .yes-btn {
  color: #fff;
  background-color: #2a5bd7;
  border: 1px solid #2a5bd7;
  border-radius: 8px;
}

.continue-edit-advert-container .cea-button-container .yes-btn:hover {
  cursor: pointer;
  color: #2a5bd7;
  background-color: #fff;
  border: 1px solid #2a5bd7;
}

.continue-edit-advert-container .cea-button-container .yes-btn:hover svg, .continue-edit-advert-container .cea-button-container .yes-btn:hover svg path {
  fill: #2a5bd7 !important;
  stroke: #2a5bd7 !important;
}

.continue-edit-advert-container .cea-button-container button {
  width: 150px;
}

.select-address .address-input {
  width: 300px !important;
}

.select-media .file-load-error {
  color: #f47174;
  text-align: center;
  display: block;
}

.final-scene .param-container {
  width: 100%;
}

.final-scene .price-description-row {
  width: 400px;
}

.final-scene .phones span, .final-scene .emails span {
  display: inline-block;
}

.final-scene .phones span svg, .final-scene .phones span span, .final-scene .emails span svg, .final-scene .emails span span {
  vertical-align: bottom;
}

.final-scene .akkoola-gallery div {
  max-height: 450px;
  display: flex;
  max-width: 749px !important;
}

.final-scene .detail-item {
  display: block;
}

@media (max-width: 870px) {
  .final-scene .param-column {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .final-scene .akkoola-gallery div {
    display: flex;
    max-width: 749px !important;
    max-height: 350px !important;
  }
}

@media (max-width: 530px) {
  .final-scene .akkoola-gallery div {
    display: flex;
    max-width: 749px !important;
    max-height: 250px !important;
  }
}

.multi-select-container {
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
}

.filter-row .multi-select-container {
  column-count: 3;
  text-align: left;
  width: 822px;
}

@media (max-width: 1070px) {
  .filter-row .multi-select-container {
    column-count: 2;
    width: 100%;
    display: block;
  }
}

.chips {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.chip {
  appearance: none;
  user-select: none;
  cursor: pointer;
  background-color: #eef5fd;
  border-radius: 8px;
  align-items: center;
  height: 34px;
  transition: background .15s, color .15s, box-shadow .15s, transform 50ms;
  box-shadow: 0 1px #10182808, 0 0 #2a5bd700;
}

.chip span {
  padding: 8px;
}

.chip {
  display: flex;
}

.chip:hover {
  background: #cfd8e6;
}

.chip:active {
  transform: translateY(1px);
}

.chip:focus-visible {
  outline: none;
  box-shadow: 0 1px #10182808, 0 0 0 4px #2a5bd72e;
}

.chip.is-active {
  color: #fff;
  background: #2a5bd7;
}

.chip.has-caret {
  position: relative;
}

.chip.has-caret:after {
  content: "";
  opacity: .7;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 7.5 10 12l4.5-4.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chip.is-active.has-caret:after {
  opacity: .9;
}

.range-container {
  gap: 16px;
  display: flex;
}

.range-container input {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 200px;
  padding: 8px;
  display: inline-block;
}

.range-container input::placeholder {
  color: #cfd8e6;
}

.range-container .range-error {
  text-align: center;
  color: #f47174;
  display: block;
}

.range-container span {
  display: inline-block !important;
}

.collapse {
  width: 100%;
  transition: height .35s;
  position: relative;
  overflow: hidden;
}

.collapse .collapsible-btn {
  flex: 0 0 40px;
  align-items: center;
  gap: 4px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.collapse .collapsible-btn h4 {
  color: #2a5bd7;
}

.collapse .collapse-shadow, .collapse .not-collapse-shadow {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  height: auto;
  display: flex;
}

.collapse .collapse-shadow svg path, .collapse .not-collapse-shadow svg path {
  fill: #2a5bd7 !important;
}

.open-collapse {
  margin-bottom: 16px;
  overflow: hidden;
}

.open-collapse svg {
  width: 14px;
  transform: rotate(90deg);
}

.checkbox-button {
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
}

.checkbox-button button {
  background-color: #fff;
  border-radius: 8px;
}

.checkbox-button button:hover {
  color: #2a5bd7;
}

.checkbox-button span {
  vertical-align: middle;
}

.checkbox-checked {
  color: #2a5bd7 !important;
}

.checkbox-checked svg {
  visibility: visible !important;
}

.checkbox-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-button span {
  text-align: left;
}

.block-item, .active-block-item {
  background-color: #eef5fd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

.block-item p, .active-block-item p {
  text-align: center;
}

.block-item img, .block-item svg, .active-block-item img, .active-block-item svg {
  width: 48px;
  height: 48px;
}

.block-item:hover, .active-block-item:hover {
  cursor: pointer;
  background-color: #2a5bd7 !important;
}

.block-item:hover p, .active-block-item:hover p {
  color: #fff;
}

.block-item:hover svg, .block-item:hover path, .block-item:hover mask, .block-item:hover rect, .active-block-item:hover svg, .active-block-item:hover path, .active-block-item:hover mask, .active-block-item:hover rect {
  stroke: #fff !important;
  fill: #fff !important;
}

.active-block-item {
  cursor: pointer;
  background-color: #2a5bd7 !important;
}

.active-block-item p {
  color: #fff;
}

.active-block-item svg, .active-block-item path, .active-block-item mask, .active-block-item rect {
  stroke: #fff !important;
  fill: #fff !important;
}

.mainFilter .filter-category-block .block-item, .mainFilter .filter-category-block .active-block-item, .select-advert-type-container .block-item, .select-advert-type-container .active-block-item, .select-estate-type-container .block-item, .select-estate-type-container .active-block-item {
  width: 168px;
  height: 120px;
}

@media (max-width: 570px) {
  .select-advert-type-container, .select-estate-type-container {
    text-align: center;
  }
}

.profile-link {
  background-color: #def4ff;
  border: 1px solid #def4ff;
  border-radius: 8px;
  height: 48px;
}

.profile-link:hover {
  background-color: #fff !important;
  border: 1px solid #2a5bd7 !important;
}

.profile-link:hover span {
  color: #2a5bd7 !important;
}

.profile-link svg {
  display: none;
}

.admin-menu {
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 186px;
  height: fit-content;
  position: absolute;
  right: 8px;
}

.admin-menu li a {
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.admin-menu li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.admin-menu li:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.admin-menu li:hover {
  background-color: #def4ff;
}

.admin-menu li .text-sidenav {
  text-align: left;
}

.admin-menu {
  display: none;
}

.admin-menu-show {
  display: block !important;
}

.edit-akkoola-container .edit-block {
  border-top: 1px solid #cfd8e6;
}

.edit-akkoola-container .create-category-grid .ca-l-cell {
  width: 20%;
  display: inline-block;
}

.edit-akkoola-container .create-category-grid .ca-r-cell {
  width: 80%;
  display: inline-block;
}

@media (max-width: 1030px) {
  .edit-akkoola-container h1 {
    text-align: center;
  }

  .edit-akkoola-container .ca-l-cell, .edit-akkoola-container .ca-r-cell {
    width: 100% !important;
    display: block !important;
  }
}

.category-select button {
  color: #fff;
  background-color: #2a5bd7;
  border: 1px solid #2a5bd7 !important;
}

.category-select button path {
  fill: #fff !important;
}

.category-select button svg {
  width: 34px;
  display: block !important;
}

.category-select button span {
  text-align: left;
  width: calc(100% - 86px);
}

.category-select .options {
  max-height: 256px !important;
}

.category-select .options li {
  justify-content: flex-start;
  height: 50px !important;
}

.category-select .options li svg {
  width: 34px;
}

.mainFilter .label-dropdown {
  width: fit-content;
}

.form .form-control {
  width: 100%;
  min-height: 30px;
}

.form .form-group {
  position: relative;
}

.form .form-group label {
  display: block;
}

.form .form-group.checkbox-group {
  align-items: center;
  display: flex;
}

.form .form-group.checkbox-group > label {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form .form-group input, .form .form-group textarea {
  appearance: none;
  background: #fff;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  border: 1px solid #cfd8e6 !important;
  border-radius: 8px !important;
}

.form .form-group input.error, .form .form-group textarea.error {
  border: 1px solid #f47174 !important;
}

.form .form-group .checkbox-wrapper {
  display: inline-block;
}

.form .form-group .checkbox-wrapper.error .checkmark {
  border: 1px solid #f47174 !important;
}

.input-container.tel .fixed-label {
  width: fit-content !important;
  display: inline-block !important;
}

.input-container.tel input {
  width: 87% !important;
}

input.form-control {
  background: #fff;
  border: 1px solid #cfd8e6;
}

.label-danger {
  color: #f47174;
  white-space: normal;
  word-break: break-all;
}

.checkbox-label-content {
  width: 100%;
}

.checkbox-label-content span, .checkbox-label-content button {
  display: block;
}

.checkbox-label-content .btn-link {
  text-decoration: underline;
}

.checkbox-label-content:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.checkbox-group .checkbox-error {
  display: none !important;
}

.alert {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  display: flex;
  position: relative;
}

.alert svg, .alert .alert-content {
  vertical-align: middle;
  display: inline-block;
}

.alert svg:hover {
  color: #cfd8e6 !important;
}

.alert .alert-content {
  text-align: center;
}

.alert .close {
  cursor: pointer;
  top: 5px;
  right: 5px;
}

.alert.alert-danger {
  color: #fff;
  background: #f47174;
}

.alert.alert-success {
  color: #fff;
  background: #33af58;
}

@font-face {
  font-family: Nunito;
  src: url("/assets/fonts/Nunito.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 100%;
}

body {
  letter-spacing: 1px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-size: 25px;
  line-height: 1.15;
}

h2 {
  font-size: 21px;
  line-height: 1.2;
}

h3 {
  font-size: 17px;
  line-height: 1.25;
}

h4 {
  font-size: 14px;
  line-height: 1.3;
}

h5 {
  font-size: 13px;
  line-height: 1.35;
}

h6 {
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 13px;
  }

  h6 {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 13px;
  }
}

p, li, label, button, input, textarea {
  font-size: inherit;
  line-height: inherit;
}

span, strong, em, b, i, a {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #1f2a44;
  font-family: Nunito, sans-serif !important;
}

@media (max-width: 1030px) {
  .export-adverts-page h1, .export-adverts-page h3 {
    text-align: center !important;
  }
}

.akkoola-contact-me {
  background-color: #def4ff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: 430px;
  height: 562px;
  display: inline-block;
}

.akkoola-contact-me .address-value {
  vertical-align: middle;
  width: calc(100% - 30px) !important;
  display: inline-block !important;
}

.akkoola-contact-me textarea {
  min-height: 92px !important;
}

.akkoola-contact-me .contact-block span {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 1250px) {
  .akkoola-contact-me {
    width: 100% !important;
    max-width: 432px !important;
  }
}

.footer-block {
  width: 1030px;
}

.footer-block ul {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  text-align: left;
}

.footer-block .footer-head {
  border-bottom: 1px solid #cfd8e6;
}

@media (max-width: 1200px) {
  .footer-block ul {
    -moz-column-count: 3 !important;
    -webkit-column-count: 3 !important;
    column-count: 3 !important;
    -moz-column-count: 3 !important;
    -webkit-column-count: 3 !important;
    column-count: 3 !important;
  }
}

.stage-btn {
  color: #fff;
  background-color: #2a5bd7;
  border: 1px solid #2a5bd7;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 8px;
  display: flex;
}

.stage-btn svg {
  vertical-align: middle;
  position: relative;
}

.stage-btn:hover {
  cursor: pointer;
  color: #2a5bd7;
  background-color: #fff;
  border: 1px solid #2a5bd7;
}

.stage-btn:hover svg, .stage-btn:hover svg path {
  fill: #2a5bd7 !important;
  stroke: #2a5bd7 !important;
}

.secondary-btn {
  color: #fff;
  background: #f6a63a;
  border: 1px solid #f6a63a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 8px;
  display: flex;
}

.secondary-btn svg {
  vertical-align: middle;
  position: relative;
}

.secondary-btn:hover {
  cursor: pointer;
  color: #f6a63a;
  background-color: #fff;
  border: 1px solid #f6a63a;
}

.secondary-btn:hover svg, .secondary-btn:hover svg path {
  fill: #f6a63a !important;
  stroke: #f6a63a !important;
}

.reset-btn {
  background: #eef5fd;
  border: 1px solid #eef5fd;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 8px;
  display: flex;
}

.reset-btn svg {
  vertical-align: middle;
  position: relative;
}

.reset-btn:hover {
  cursor: pointer;
  background-color: #cfd8e6;
  border: 1px solid #eef5fd;
}

.reset-btn:hover svg, .reset-btn:hover svg path {
  fill: #cfd8e6 !important;
  stroke: #cfd8e6 !important;
}

.cancel-btn {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 8px;
  display: flex;
}

.cancel-btn svg {
  vertical-align: middle;
  position: relative;
}

.cancel-btn {
  color: #fff;
  background-color: #f47174;
  border: 1px solid #f47174;
  border-radius: 8px;
}

.cancel-btn:hover {
  color: #f47174;
  background-color: #fff;
}

.form-card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
}

.form-card form {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.form-card .stage-btn {
  margin: auto;
}

body.modal-open {
  overflow: hidden;
}

a {
  -o-transition: .3s;
  -webkit-text-decoration-skip: objects;
  touch-action: manipulation;
  color: #2a5bd7;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  cursor: pointer !important;
}

a:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
  color: #2a5bd7 !important;
  cursor: pointer !important;
}

a:focus-visible {
  outline-offset: 3px;
  border-radius: 6px;
  outline: #2a5bd7;
}

button {
  -webkit-appearance: button;
  touch-action: manipulation;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  overflow: visible;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 0;
}

.main-div {
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  flex-direction: column;
  max-width: 1240px;
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000004d;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.akkoola-list {
  width: 1030px;
  min-height: 200px;
  display: block;
}

.akkoola-list .alert-info {
  text-align: center;
  width: 99%;
}

.akkoola-list h1 {
  text-align: center;
}

textarea#message {
  height: 220px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.display-inline {
  display: inline-block !important;
}

.clear-both {
  clear: both !important;
}

:focus {
  outline: none;
}

li {
  list-style: none;
}

.error-border {
  border: 1px solid #f47174 !important;
}

.page-container {
  width: 1030px;
  display: block;
}

.main-content {
  background-color: #f6f8fe;
  flex-direction: column;
  flex: 1;
  gap: 24px;
  padding: 24px;
  display: flex;
}

@media (max-width: 1030px) {
  .page-container {
    width: 100%;
  }
}

.edit-profile-page {
  width: 100%;
  max-width: 450px;
}

.edit-profile-page > h1 {
  text-align: center;
}

.edit-profile-page .setting-row {
  width: fit-content;
  display: block;
}

#modal-root {
  z-index: 9999;
  position: relative;
}

.modal-overlay {
  z-index: 10000;
  background: #00000080;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 940px;
  height: auto;
  overflow: visible;
  box-shadow: 0 20px 60px #0000004d;
}

.close-btn:hover {
  background: #0000001f;
}

.close-btn:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #00000059;
}

@media (max-width: 768px) {
  .modal-overlay {
    align-items: stretch;
  }

  .modal-content {
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .btn-container {
    z-index: 10;
    background: #fff;
    padding: 4px 0;
    position: sticky;
    bottom: 0;
  }
}

.cc-container {
  display: flex;
}

.normal-content {
  padding-block: 32px;
}

.card_content {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
  gap: 16px !important;
}

@media (max-width: 1251px) {
  .normal-content {
    padding-block: 0 !important;
  }
}

/*# sourceMappingURL=packages_ui_styles_main_scss_db66754c.css.map*/