/*
Theme Name: MOST Parking
Theme URI: https://mostparking.mn
Author: Наран Мөнх-Эрдэнэ
Author URI: https://www.facebook.com/profile.php?id=100039190841743
Description: Авто машины зогсоолын түрээсийн үйлчилгээд зориулж хийсэн Landing Page вэб сайтаа Wordpress Theme болгон Вэб сайт болгон гаргалаа.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.2
*/
body {
    font-family: "Inter", sans-serif;
}
.mostcar .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}
.lbvXTF {
    bottom: 70px !important;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    margin: 0 !important;
}
.uk-modal {
    z-index: 11111;
}
.uk-modal-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 16px;
}
.uk-modal {
    background-color: rgba(0,0,0,.85);
}
.uk-modal-header {
    padding: 0 !important;
}
.uk-modal .item {
    padding-top: 16px;
}
a {
    text-decoration: none !important;
}
.dark .switcher__items {
    border-color: var(--secondary);
    background-color: var(--d-black-2);
}
.dark .item {
    color: #fff;
}
.helpText {
    display: grid;
    gap: 6px;
}
.helpText .text {
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    font-weight: 500;
}
.dark .form {
    border-color: var(--secondary);
    stroke: #fff;
}
.dark .form .submit {
    color: #fff !important;
}
.dark .form .number {
    color: #fff;
}
.item {
    margin-bottom: 6px;
}
.forms {
    display: flex;
    align-items: center;
    gap: 12px;
}
.forms .car {
    position: relative;
}
.forms .car:before {
    content: "";
    position: absolute;
    left: 10%;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50px;
    z-index: 1;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.forms .car:after {
    content: "";
    position: absolute;
    right: 10%;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.forms input {
    width: 100%;
    border-radius: 12px;
    padding: 0 15px;
    text-align: center;
    height: 60px;
    font-weight: 700;
    outline: none;
    border: none;
    background: #fff;
    font-family: "Inter", sans-serif;
    color: #000;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    font-size: 36px;
    text-shadow: 3px 3px 2px rgba(0,0,0,.3);
}

.forms button {
    background-color: #fff;
    width: 60px;
    text-align: center;
    height: 60px;
    color: var(--primary);
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
}
.item h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: 4px;
}
.item p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    opacity: 0.9;
}
.form {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0;
  border: 1px solid #dddd;
  border-radius: 62px;
  padding-right: 16px;
  padding-left: 8px;
  stroke: #121212;
}
.form .number {
  border: none;
  height: 40px;
  border-radius: 12px;
  width: 115px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  font-weight: 500;
  background: transparent;
  outline: none;
  position: relative;
  color: #000;
}
.form .number:focus {
    box-shadow: none;
}
.form .submit {
        display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    color: #016e4e;
    padding: 0 10px;
    height: 40px;
    position: absolute;
    right: 8px;
}
.form .number:before {
  content: "";
  position: absolute;
  left: 10%;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50px;
  z-index: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
.form .number:after {
    content: "";
  position: absolute;
  right: 10%;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}