input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
h1 {
  font-size: 14px;
  font-family: Norm;
  letter-spacing: 0.4px;
  margin: 0;
}
h1 .toggle_icon {
  font-size: 18px;
  line-height: 5px;
}
.div-grid {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}
h1.text-title {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
}
.div-grid span {
  font-family: Norm;
  font-size: 14px;
}
.div-grid span i {
  font-weight: bold;
  font-style: normal;
}
.input-box {
  display: grid;
  position: relative;
  margin-top: 10px;
}
.input-box span {
  font-size: 12px;
  font-family: Norm;
  font-weight: Bold;
  position: absolute;
  background: white;
  left: 8px;
  bottom: 43px;
  padding: 0 4px;
}
.input-box input {
  padding: 14px;
  outline: none;
  font-family: Norm;
  font-size: 14px;
  border-radius: 10px;
  border: 2px solid #e6e6e6;
  font-weight: bold;
}
.input-box input:focus {
  border: 2px solid #415ff2;
}
.registration-wrapper {
  max-width: 768px;
  /* padding: 30px; */
  margin: auto;
  /* border-radius: 15px; */
  overflow: hidden;
  position: relative;
}
.registration-wrapper .tns-outer {
  transition: all 500ms ease-in-out;
}
.registration-wrapper .tns-outer.--hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.registration-step {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  margin-bottom: 0;
}
.btn {
  font-size: 16px;
  height: 40px;
  float: right;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #415ff242;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--active);
  display: block;
  transition: 200ms ease-in-out;
  font-family: Caps;
  letter-spacing: 1px;
}
.btn:hover {
  cursor: pointer;
  border: 2px solid #415ff2;
}
.registration-progress {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}
.registration-progress.--hidden {
  transform: translateY(-100%);
  opacity: 0;
  position: absolute;
  max-width: calc(100% - 60px);
}
.registration-progress .registration-progress__line {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: #415ff2;
  transition: all 0.5s ease-in-out;
}
.registration-complete {
  display: none;
}
.registration-complete.--active {
  height: auto;
  display: block;
  transform: translateY(0);
}

@-webkit-keyframes load-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes load-spin {
  to {
    transform: rotate(1turn);
  }
}

.location-box {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none;
}
.location-box #step-one,
.location-box #step-two,
.location-box #step-trii,
#gldani,
#didube,
#vake,
#isani,
#krwanisi,
#mtawminda,
#nadzaladevi,
#saburtalo,
#samgori,
#chugureti,
#shemogareni,
#sxva {
  padding: 20px;
}
.chose-btn {
  background-color: #e7e7e7;
  padding: 12px 20px;
  margin-top: 10px;
  font-family: Norm;
  font-size: 14px;
  cursor: pointer;
  color: black;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 10px;
}
.qviz-box {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.checkbox-yes-no {
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.checkbox-yes-no label {
  width: 100%;
}
.checkbox-yes-no label span {
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
  width: 50%;
}
.checkbox-yes-no input {
  display: none;
}
.checkbox-yes-no input + label span {
  transition: background 0.1s linear;
  color: #464756;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Helvetica";
  cursor: pointer;
  user-select: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkbox-yes-no input + label .false {
  background: #415ff2;
  font-size: 14px;
  font-family: Norm;
  color: white;
}
.checkbox-yes-no input + label .true {
  background: white;
  font-size: 14px;
  font-family: Norm;
  color: black;
}
.checkbox-yes-no input + label :first-child {
  border-radius: 2px 0 0 2px;
}
.checkbox-yes-no input + label :last-child {
  border-radius: 0 2px 2px 0;
}
.checkbox-yes-no input:checked + label .false {
  background: white;
  color: black;
}
.checkbox-yes-no input:checked + label .true {
  background: #415ff2;
  color: white;
}
#fixed-right-block {
  background-color: none;
  position: fixed;
  width: 50px;
  gap: 10px;
  bottom: 20px;
  right: 30px;
  transition: width 0.3s, box-shadow 0.3s;
  display: grid;
  cursor: pointer;
}
.block-number {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: white;
}
.phone {
  background-color: #28303e;
  line-height: 55px !important;
}
.phone i {
  font-size: 16px !important;
}
.whatsapp {
  background-color: #039be5;
}
/* Steps */

.registration-step_2 {
  display: none;
}
.car_checked-icon {
  position: absolute;
  right: 0;
  top: 12px;
}

.list-container {
  width: 100%;
  /* margin-left: 350px; */
}
.left-filter-nav {
  width: 320px;
  background-color: white;
  height: fit-content;
  padding: 26px;
  display: grid;
  gap: 15px;
  border-radius: 10px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
#searchInput {
  font-size: 13px !important;
  border: 1px solid #ebeefd;
  font-weight: normal;
  outline: none;
  appearance: none;
  cursor: pointer;
  line-height: normal !important;
  overflow: hidden;
  font-family: Norm;
  border-radius: 10px;
  padding: 12px 14px;
  width: 100%;
}
.container-my_cars {
  display: flex;
  width: 1200px;
  gap: 30px;
  margin: auto;
}

.box {
  line-height: 10px;
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .registration-wrapper {
    max-width: 100%;
    padding: 30px;
  }
  .my-car-list {
    height: auto !important;
  }
}
