@font-face {
  font-family: IranSanseFuNum;
  src: url("./../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf");
}
body {
  padding: 0;
  margin: 0;
  text-align: right;
  direction: rtl;
}

* {
  font-family: IranSanseFuNum;
}

.k-main-page {
  /*background: url("./../img/bg.png") no-repeat;*/
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}
.k-main-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.k-main-page .k-app-caption {
  position: fixed;
  width: 288px;
  top: 10%;
  left: auto;
  background-color: rgba(0, 51, 153, 0.59);
  color: #fff;
  z-index: 10;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.k-main-page div {
  position: relative;
  z-index: 10;
  width: 288px;
}
.k-main-page form {
  display: grid;
  gap: 10px;
}

label {
  display: grid;
  position: relative;
}

input {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
input:focus {
  outline: none;
  border: 2px solid #fff;
  box-shadow: none;
}
input::-moz-placeholder {
  color: #fff;
  font-size: 13px;
  font-family: IranSanseFuNum;
}
input::placeholder {
  color: #fff;
  font-size: 13px;
  font-family: IranSanseFuNum;
}

.k-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  font-size: 13px;
  font-family: IranSanseFuNum;
  height: 40px;
  box-sizing: border-box;
  border: 0;
}
.k-btn:focus, .k-btn:active, .k-btn:visited {
  outline: none;
}

.k-btn-cyan {
  background-color: #54bab9;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.k-btn-blue {
  background-color: #2c83c6;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  text-decoration: none;
  gap: 5px;
}
.k-btn-blue i {
  font-size: 20px;
}

.k-btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  height: 30px;
}

.confirmCode {
  display: none;
}
.confirmCode input {
  letter-spacing: 10px;
  font-weight: bold;
  font-size: 18px;
}
.confirmCode input::-moz-placeholder {
  letter-spacing: 0;
  font-weight: 100;
  font-size: 13px;
}
.confirmCode input::placeholder {
  letter-spacing: 0;
  font-weight: 100;
  font-size: 13px;
}

.k-owner-name {
  position: fixed;
  left: auto;
  z-index: 10;
  top: 20%;
  color: #fff;
}

.k-shortcut {
  display: grid;
  gap: 15px;
}
.k-shortcut a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: transparent;
  text-decoration: none;
  height: 50px;
  color: #fff;
  border-radius: 10px;
}

header {
  height: 60px;
  background-color: #2c83c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
header a {
  text-decoration: none;
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
header a:hover, header a:focus, header a:active {
  color: #fff;
}

i {
  display: inline-flex;
  align-items: center;
}

ul {
  padding: 0;
}

.myPlack {
  padding: 10px;
}
.myPlack .nav {
  padding: 10px 0;
  border-top: 1px solid #adadad;
}
.myPlack .nav-link {
  padding: 0.5rem;
  background-color: #68c9ff;
  color: #fff;
  font-size: 14px;
  border: 2px solid #68c9ff;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 375px) {
  .myPlack .nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 355px) {
  .myPlack .nav-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  .myPlack .nav-link {
    padding: 0.5rem 0.3rem;
  }
}
.myPlack .nav-link.active {
  background-color: transparent;
  color: #68c9ff;
}

.plack {
  display: flex;
  gap: 3px;
  direction: ltr;
  width: 115px;
  height: 42px;
}
.plack > div {
  border: 2px solid #2c83c6;
  border-radius: 10px;
  padding: 3px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.plack > div span {
  display: inline-block;
  padding: 3px;
}

.myPlackList {
  display: grid;
  gap: 5px;
}
.myPlackList li {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 7px;
  box-sizing: border-box;
}
.myPlackList li > div:first-child {
  flex: 1;
}
.myPlackList li p {
  margin: 0;
  color: #848484;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.myPlackList li p.name {
  font-size: 14px;
  color: #6a6a6a;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .myPlackList li p.name {
    max-width: 165px;
  }
}
@media screen and (max-width: 350px) {
  .myPlackList li p.name {
    max-width: 135px;
  }
}
.myPlackList li.error p {
  color: #d88b8b !important;
}
.myPlackList li.error .plack {
  color: #d88b8b !important;
}
.myPlackList li.error .plack div {
  border-color: #d88b8b !important;
}
.myPlackList li.allowed p {
  color: #4fa877 !important;
}
.myPlackList li.allowed .plack {
  color: #4fa877 !important;
}
.myPlackList li.allowed .plack div {
  border-color: #4fa877 !important;
}

.offcanvas {
  border-radius: 30px 30px 0 0;
}
.offcanvas .offcanvas-header button {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  padding: 0;
}

.modal-header button {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  padding: 0;
}

.addPelak {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  direction: ltr;
}
.addPelak span {
  position: absolute;
  right: 25px;
  top: 2px;
  z-index: 1;
  font-size: 11px;
  color: #777;
}
.addPelak input {
  width: 50px !important;
  height: 40px !important;
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 10px;
  color: #848484;
  padding: 5px;
}
.addPelak input#p_1, .addPelak input#CarPlate2 {
  border-radius: 10px 0 0 10px !important;
  border-right: 0 !important;
}
.addPelak input#p_3, .addPelak input#CarPlate3 {
  border-radius: 0 10px 10px 0 !important;
  border-left: 0 !important;
}
.addPelak input#p_4, .addPelak input#CarStatePlate {
  margin-left: 3px !important;
}
.addPelak select {
  width: 45px !important;
  border-color: #adadad;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.addPelak select:focus, .addPelak select:hover {
  border-right: 0;
  border-left: 0;
  border-color: #adadad;
  outline: none;
}
.addPelak select option {
  padding: 0 !important;
  font-size: 13px;
  height: -moz-max-content;
  height: max-content;
}

.offcanvas-bottom {
  height: 105vh;
  overflow-y: scroll;
}
.offcanvas-bottom button.k-btn {
  width: 198px;
}
.offcanvas-bottom form {
  width: 270px;
  margin: 0 auto;
  font-size: 12px;
}
.offcanvas-bottom form > div {
  display: grid;
  gap: 8px;
}
.offcanvas-bottom form select {
  height: 40px;
}

.k-date {
  color: #848484;
  font-size: 14px;
}

.label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  gap: 15px;
  width: 100%;
}
.label i {
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 1;
}
.label textarea,
.label select,
.label input {
  border: 1px solid #adadad;
  border-radius: 10px;
  width: 197px;
  color: #848484;
}

.label2 {
  display: grid;
  gap: 5px;
}
.label2 textarea,
.label2 select,
.label2 input {
  border: 1px solid #adadad;
  border-radius: 10px;
  width: 100%;
  color: #848484;
}

.userAccess {
  display: grid;
  gap: 10px;
}
.userAccess li {
  background-color: #f9f9f9;
  padding: 7px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 100px;
  align-items: center;
}
.userAccess li > div {
  display: flex;
  justify-content: space-between;
}
.userAccess li > div:first-child {
  max-width: 265px;
}
.userAccess li p,
.userAccess li span {
  margin: 0;
  font-size: 12px;
}
.userAccess li p {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 360px) {
  .userAccess li p {
    max-width: 120px;
  }
}
@media screen and (max-width: 340px) {
  .userAccess li p {
    max-width: 90px;
  }
}
.userAccess .action {
  justify-content: space-between;
  height: -moz-max-content;
  height: max-content;
}
.userAccess .action a {
  font-size: 13px;
  text-decoration: none;
  color: #2c83c6;
  display: inline-block;
  padding: 0 5px;
  height: -moz-max-content;
  height: max-content;
}

.k-error-text {
  color: #d88b8b !important;
}

.k-success-text {
  color: #4fa877 !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-40vh {
  height: 40vh !important;
}

.k-report-date {
  font-size: 12px !important;
}
.k-report-date p {
  color: #a7a7a7 !important;
}
.k-report-date p time {
  font-size: 11px;
}

.k-report-list li {
  display: grid;
  grid-template-columns: 80px auto 35px;
}
.k-report-list li span {
  font-size: 13px;
}

.plak-actions {
  width: -moz-max-content;
  width: max-content;
  display: grid;
  gap: 7px;
}
.plak-actions button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #555;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plak-actions button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.install-page {
  background: #2c83c6;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.install-page header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.install-page header a {
  color: #252525;
}

.white-circle {
  width: 700px;
  height: 500px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -350px;
  z-index: 1;
  border-radius: 50%;
  background-color: #68c9ff;
  padding: 0 35px 10px 0px;
}
.white-circle div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.img-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.img-wrapper a {
  text-decoration: none;
  color: #8347fc;
  display: flex;
}
.img-wrapper h6 {
  color: #8347fc;
  display: flex;
  align-items: center;
  gap: 5px;
}
.img-wrapper img {
  width: 90px;
  height: 90px;
}

.link-holder {
  display: grid;
  justify-items: center;
  gap: 15px;
}
.link-holder a {
  background: #54bab9;
  padding: 0.4rem 1rem;
  width: 200px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
}

.andriod-des {
  padding: 20px;
}
.andriod-des p {
  color: #919191;
  font-size: 14px;
}

.k-app-caption2 {
  margin-top: -100px;
  margin-bottom: 100px;
  width: 288px;
  background-color: rgba(0, 51, 153, 0.59);
  color: #fff;
  z-index: 10;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */