@import "../font/stylesheet.css";
@import "../lib/mc-calendar/mc-calendar.min.css";
@import "../lib/owlcarousel/owl.carousel.min.css";
body {
  font-family: 'Inter' !important;
  font-weight: normal;
}
* {
  font-family: 'Inter';
}
h1 {
  font-family: 'Inter' !important;
  font-weight: bold;
}
.wrapper {
  display: flex;
  height: 100vh;
}
.left-nav {
  width: 150px;
  height: 100%;
  border-right: 1px solid #E4E4E4;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-nav {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .left-nav {
    width: 60px;
  }
}
.left-nav .nav-item {
  width: 150px;
  height: 150px;
  border-bottom: 1px solid #E4E4E4;
  text-align: center;
  color: #B2B3BD;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 600;
  padding: 40px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease ;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-nav .nav-item {
    width: 80px;
    height: 100px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .left-nav .nav-item {
    width: 60px;
    height: 80px;
    padding: 16px 12px;
    font-size: 11px;
  }
}
.left-nav .nav-item i {
  display: block;
  margin: auto;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-nav .nav-item i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .left-nav .nav-item i {
    font-size: 16px;
  }
}
.left-nav .nav-item span {
  margin-top: 12px;
  display: block;
}
.left-nav .nav-item.active {
  color: #001689;
}
.left-nav .nav-item:hover:not(.active) {
  background: rgba(0, 0, 0, 0.04);
}
.main-content {
  width: 100%;
  padding-left: 150px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding-left: 60px;
  }
}
.main-content .sub-panel {
  min-width: 325px;
  width: 325px;
  border-right: 1px solid #E4E4E4;
  height: 100%;
  padding: 20px;
}
.main-content .sub-panel > div:not(:last-child) {
  margin-bottom: 30px;
}
.main-content .sub-panel h5.label-for-sub-panel {
  font-size: 14px;
  color: #11142D;
  font-family: 'Inter' !important;
  font-weight: bold;
  margin-bottom: 6px;
}
.main-content .the-page-content {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.main-content.has-fixed-sub-panel {
  /*
            This class suppport for layout has fixed sub panel
        */
  position: relative;
}
.main-content.has-fixed-sub-panel .sub-panel {
  position: fixed;
}
.main-content.has-fixed-sub-panel .sub-panel .btn-open-close-sub-panel {
  background: #F7F7F7;
  display: block;
  height: 100%;
  padding-top: 50vh;
}
.main-content.has-fixed-sub-panel .sub-panel .btn-open-close-sub-panel i {
  font-size: 16px;
}
@media (min-width: 768px) {
  .main-content.has-fixed-sub-panel .sub-panel .btn-open-close-sub-panel {
    display: none;
  }
}
.main-content.has-fixed-sub-panel .the-page-content {
  padding-left: 325px;
}
@media (max-width: 767px) {
  .main-content.has-fixed-sub-panel.open-sub-panel .sub-panel {
    background: #fff;
    z-index: 10;
  }
  .main-content.has-fixed-sub-panel.open-sub-panel .sub-panel .btn-open-close-sub-panel {
    background: #001689;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 10px;
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    right: -48px;
  }
  .main-content.has-fixed-sub-panel.open-sub-panel .sub-panel .btn-open-close-sub-panel i {
    transform: rotate(180deg);
    color: #fff;
  }
  .main-content.has-fixed-sub-panel.open-sub-panel .the-page-content {
    padding-left: 0;
  }
  .main-content.has-fixed-sub-panel:not(.open-sub-panel) .sub-panel {
    width: 20px;
    min-width: 20px;
    border-right: 1px solid #E4E4E4;
    padding: 0px;
    background: #F7F7F7;
  }
  .main-content.has-fixed-sub-panel:not(.open-sub-panel) .sub-panel > div {
    display: none;
  }
  .main-content.has-fixed-sub-panel:not(.open-sub-panel) .sub-panel h5.label-for-sub-panel {
    display: none;
  }
  .main-content.has-fixed-sub-panel:not(.open-sub-panel) .sub-panel button {
    display: none;
  }
  .main-content.has-fixed-sub-panel:not(.open-sub-panel) .the-page-content {
    padding-left: 10px;
  }
}
.form-check .form-check-input:checked {
  background-color: #001689;
  border-color: #001689;
}
.form-check .form-check-input:checked + label {
  color: #11142D;
}
.form-check .form-check-input:hover {
  cursor: pointer;
}
.form-check label {
  color: #808191;
  font-family: 'Inter' !important;
  font-weight: normal;
}
.form-check label:hover {
  cursor: pointer;
}
.form-check label.small {
  font-size: 12px;
}
.form-check label strong {
  font-family: 'Inter' !important;
  font-weight: 600;
}
.btn {
  text-transform: uppercase;
  font-family: 'Inter' !important;
  font-weight: bold;
}
.btn.btn-primary {
  background: #001689;
  border: 1px solid #001689;
}
.btn.btn-lg {
  font-size: 14px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 16px;
}
.btn.btn-outline-primary {
  border: 1px solid #001689;
  color: #001689;
}
.btn.btn-outline-primary:hover {
  background: #001689;
  color: #fff;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-icon.btn-md {
  border-radius: 8px;
  padding: .375rem .60rem;
}
.btn.btn-transparent.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-transparent.primary {
  color: #001689;
}
.btn.btn-transparent.primary:hover {
  color: #5F75EE;
}
.btn:focus {
  box-shadow: none;
}
.input-with-icon {
  background: #F7F7F7;
  border-radius: 8px;
  position: relative;
}
.input-with-icon input[type='text'] {
  padding-left: 20px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 600;
  width: 100%;
}
.input-with-icon.size-md input[type='text'] {
  height: 44px;
  padding-right: 48px;
}
.input-with-icon.size-md i {
  font-size: 20px;
  position: absolute;
  top: 11px;
  right: 16px;
}
input[type="password"].form-control,
input[type="text"].form-control {
  background: #F7F7F7;
  border: none;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 600;
}
input[type="password"].form-control:focus,
input[type="text"].form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background: #f1f1f1;
}
input[type="password"].form-control-md,
input[type="text"].form-control-md {
  font-size: 14px;
}
input[type="password"].form-control-lg,
input[type="text"].form-control-lg {
  font-size: 16px;
  padding: .8rem 1rem;
  border-radius: 8px;
}
input[type="password"]::placeholder,
input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808191;
  opacity: 0.6;
}
label.form-label {
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: normal;
  color: #808191;
}
.form-select {
  background-color: #F7F7F7;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 600;
}
.form-select.form-select-md {
  height: 44px;
}
.form-select.form-select-md:focus {
  box-shadow: none;
}
.property-input-group {
  background: #F7F7F7;
  border-radius: 6px;
}
.property-input-group .input-item {
  display: flex;
  align-items: center;
}
.property-input-group .input-item .box-icon {
  padding-left: 12px;
  padding-right: 6px;
}
.property-input-group .input-item .box-icon i {
  font-size: 20px;
}
.property-input-group .input-item .box-input {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.property-input-group .input-item .box-input > input {
  background: transparent;
  border: none;
  width: 100%;
  height: 60px;
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f9f9f9;
}
.property-input-group .input-item .box-input > input:not(:focus):valid + label {
  top: 100%;
  margin-top: -49px;
  font-size: 12px;
  font-family: 'Inter' !important;
  font-weight: normal;
}
.property-input-group .input-item .box-input > input:focus {
  border: none;
  outline: none;
}
.property-input-group .input-item .box-input > input:focus + label {
  top: 100%;
  margin-top: -49px;
  font-size: 12px;
  font-family: 'Inter' !important;
  font-weight: normal;
}
.property-input-group .input-item .box-input > input::-webkit-outer-spin-button,
.property-input-group .input-item .box-input > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.property-input-group .input-item .box-input label {
  position: absolute;
  top: calc(50% - 12px);
  bottom: 0;
  left: 12px;
  width: 100%;
  transition: 0.2s;
  color: #808191;
  font-family: 'Inter' !important;
  font-weight: 600;
  font-size: 14px;
  cursor: auto ;
}
.property-input-group .input-item .box-input label[for="appoiment-date"] {
  cursor: pointer;
}
.property-input-group .input-item:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.inspector-select {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 20px 20px 14px 20px ;
}
.inspector-select ul {
  padding-left: 0;
}
.inspector-select ul li {
  list-style: none;
  display: inline-block;
  padding: 6px 8px;
  background: #F7F7F7;
  border-radius: 3px;
}
.inspector-select .inspector-item {
  font-family: 'Inter' !important;
  font-weight: 600;
  display: inline-block;
}
.inspector-select .inspector-item input[type="radio"] {
  display: none;
}
.inspector-select .inspector-item input[type="radio"]:checked + label {
  color: #fff;
  background: #001689;
}
.inspector-select .inspector-item label {
  padding: 6px 8px;
  background: #F7F7F7;
  border-radius: 3px;
  color: #808191;
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}
.inspector-select .inspector-item label:hover {
  cursor: pointer;
  background: rgba(0, 22, 137, 0.12);
}
.inspector-select.tiny-padding {
  padding: 4px 6px;
}
.inspector-select.one-line .inspector-item label {
  margin-bottom: 0;
}
.time-select-for-appoiment .form-check.form-check-inline {
  margin-right: 8px;
}
.time-selector-box {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.time-selector-box > span {
  font-family: 'Inter' !important;
  font-weight: bold;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 12px;
}
.time-selector-box .time-box {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  width: 50%;
  height: 58px;
  font-size: 20px;
  align-items: center;
}
.time-selector-box .time-box select {
  font-family: 'Inter' !important;
  font-weight: bold;
  border: none;
  outline: none;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}
.time-selector-box .time-box input {
  font-family: 'Inter' !important;
  font-weight: bold;
  border: none;
  outline: none;
  padding-left: 6px;
  padding-right: 6px;
}
.time-selector-box .time-box .appendix {
  border-left: 1px solid #E4E4E4;
  width: 100%;
  height: 100%;
  text-align: center;
}
.time-selector-box .time-box .appendix > div {
  height: 50%;
}
.time-selector-box .time-box .appendix > div input {
  display: none;
}
.time-selector-box .time-box .appendix > div input:checked + label {
  color: #001689;
}
.time-selector-box .time-box .appendix > div label {
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 600;
  width: 100%;
  color: #B2B3BD;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  display: block;
  height: 100%;
  margin-top: 2px;
}
.time-selector-box .time-box .appendix > div:first-child label {
  border-bottom: 1px solid #E4E4E4;
}
.date-picker-top-select {
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  padding: 12px;
  text-align: center;
}
.date-picker-top-select > button {
  margin: auto;
  text-transform: unset;
  background: #E9E9E9;
  margin-left: 10px;
  font-family: 'Inter' !important;
  font-weight: 600;
}
.date-picker-top-select > button i {
  vertical-align: middle;
}
.inspector-appoinents-log-grid {
  padding-bottom: 30px;
}
.inspector-appoinents-log-item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.inspector-appoinents-log-item .header {
  color: #5F75EE;
  font-family: 'Inter' !important;
  font-weight: 600;
  padding: 8px 0px;
  border-bottom: 2px solid #5F75EE;
  font-size: 20px;
}
.inspector-appoinents-log-item .header span {
  margin-left: 6px;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: normal;
  color: #808191;
}
.inspector-appoinents-log-item .log-grid {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inspector-appoinents-log-item .log-grid {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.inspector-appoinents-log-item .log-grid .appoinents-item {
  width: calc(25% - 24px);
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .inspector-appoinents-log-item .log-grid .appoinents-item {
    width: calc(33.33% - 24px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inspector-appoinents-log-item .log-grid .appoinents-item {
    width: calc(50% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inspector-appoinents-log-item .log-grid .appoinents-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .inspector-appoinents-log-item .log-grid .appoinents-item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 575px) {
  .inspector-appoinents-log-item .log-grid .appoinents-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.inspector-appoinents-log-item .log-grid .appoinents-item .type-of-time {
  background: #F7F7F7;
  text-align: center;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 600;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 6px 0px;
}
.inspector-appoinents-log-item .log-grid .appoinents-item .address {
  padding: 12px 16px;
}
.inspector-appoinents-log-item .log-grid .appoinents-item .address span {
  display: block;
  font-size: 14px;
  color: #808191;
}
.inspector-appoinents-log-item .log-grid .appoinents-item .address span:first-child {
  font-family: 'Inter' !important;
  font-weight: bold;
  color: #11142D;
}
.inspector-appoinents-log-item .log-grid .appoinents-item.anytime {
  border: 1px solid rgba(0, 22, 137, 0.24);
}
.inspector-appoinents-log-item .log-grid .appoinents-item.anytime .type-of-time {
  background: rgba(0, 22, 137, 0.12);
  color: #001689;
}
.the-page-filter {
  padding: 16px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .the-page-filter {
    display: block;
  }
}
.the-page-filter > div {
  margin-right: 10px;
}
.the-page-filter .input-with-icon {
  width: 260px;
}
@media (max-width: 1199px) {
  .the-page-filter .input-with-icon {
    width: 100%;
  }
}
.the-page-filter .form-select {
  width: 260px;
}
@media (max-width: 1199px) {
  .the-page-filter .form-select {
    width: 100%;
    margin-top: 12px;
  }
}
.the-page-filter .right-part {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .the-page-filter .right-part {
    width: 100%;
    margin-top: 12px;
  }
}
.the-page-filter .inspector-select {
  width: calc(100% - 280px);
  max-height: 44px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .the-page-filter .inspector-select {
    width: 100%;
    margin-top: 12px;
  }
}
.the-page-filter .inspector-select .owl-stage-outer .owl-stage {
  display: flex;
}
.the-page-filter .inspector-select .owl-nav.disabled {
  display: none;
}
.quick-list-of-date {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.quick-list-of-date .owl-nav {
  font-size: 40px;
  color: #808191;
}
.quick-list-of-date .owl-nav button {
  position: absolute;
  top: 0%;
}
.quick-list-of-date .owl-nav button:first-child {
  left: 0;
}
.quick-list-of-date .owl-nav button:last-child {
  right: 0;
}
.quick-list-of-date-item {
  border: 1px solid #E3E6EC;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  color: #B2B3BD;
  margin-left: 6px;
  margin-right: 6px;
}
.quick-list-of-date-item h5 {
  font-family: 'Inter' !important;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}
.quick-list-of-date-item span {
  font-size: 12px;
  margin: auto;
  display: block;
  margin-top: -3px;
}
.quick-list-of-date-item.selected {
  background: #001689;
  color: #fff;
}
.quick-list-of-date-item:hover:not(.selected) {
  color: #808191;
  cursor: pointer;
  background: #F7F7F7;
}
section.login {
  background: black;
  display: flex;
}
section.login > div {
  height: 100vh;
  width: 100%;
}
section.login > div.left {
  width: calc(100% - 600px);
  background-image: url('../img/bg-login.png');
}
@media screen and (max-width: 1199px) {
  section.login > div.left {
    display: none;
  }
}
section.login > div.right {
  width: 600px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  section.login > div.right {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  section.login > div.right {
    padding-left: 24px;
    padding-right: 24px;
  }
}
section.login > div.right > form {
  margin-left: 120px;
  margin-right: 120px;
  width: 100%;
  margin-top: -120px;
}
@media screen and (max-width: 1199px) {
  section.login > div.right > form {
    max-width: 450px;
    margin: auto;
  }
}
section.login > div.right > form > img {
  margin: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  section.login > div.right > form > img {
    height: 50px;
  }
}
section.login > div.right > form > div {
  text-align: left;
}
section.login > div.right > form > button {
  margin-top: 36px;
}
.breadcrumb-panel {
  border-bottom: 1px solid #E4E4E4;
  height: 120px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .breadcrumb-panel {
    width: 100%;
    display: block;
    height: auto;
    padding: 12px 30px;
    text-align: center;
  }
}
.breadcrumb-panel h1 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .breadcrumb-panel h1 {
    width: 100%;
    font-size: 30px;
    margin-top: 12px;
  }
}
.breadcrumb-panel > .button-group {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .breadcrumb-panel > .button-group {
    margin-top: 12px;
  }
  .breadcrumb-panel > .button-group > button {
    width: 200px;
  }
}
.breadcrumb-panel > button {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .breadcrumb-panel .input-inspector {
    width: 100%;
  }
}
.breadcrumb-panel .input-inspector > div {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  .breadcrumb-panel .input-inspector > div {
    width: 100%;
  }
}
.breadcrumb-panel .input-inspector > div:last-child {
  margin-left: 10px;
  width: 360px;
}
@media (max-width: 767px) {
  .breadcrumb-panel .input-inspector > div:last-child {
    width: 100%;
    margin-left: 0px;
  }
}
.inspector-profiles-list {
  padding: 12px 30px;
  display: block;
}
.inspector-profiles-list .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.inspector-profile-item {
  padding: 12px 16px;
  font-family: 'Inter' !important;
  font-weight: normal;
  display: inline-block;
  background: #F9F9F9;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: background ease 0.5s;
  position: relative;
}
.inspector-profile-item span {
  display: inline-block;
  font-family: 'Inter' !important;
  font-weight: bold;
  color: #001689;
  font-size: 28px;
  padding: 2px 12px;
  width: 44px;
  height: 44px;
  background: #E3E6EC;
  border-radius: 3px;
  margin-right: 16px;
  transition: background ease 0.5s;
}
.inspector-profile-item h5 {
  margin-bottom: 0;
  color: #363636;
  font-family: 'Inter' !important;
  font-weight: 600;
  font-size: 18px;
}
.inspector-profile-item h5 small {
  font-size: 12px;
  font-family: 'Inter' !important;
  font-weight: normal;
  color: #808191;
  display: block;
  margin-top: 3px;
}
.inspector-profile-item .control-buttons {
  position: absolute;
  right: 12px;
  display: none;
}
.inspector-profile-item:hover {
  background: rgba(0, 22, 137, 0.12);
  cursor: pointer;
}
.inspector-profile-item:hover span {
  background: #fff;
}
.inspector-profile-item:hover .control-buttons {
  display: block;
}
.location-check-list {
  padding-left: 20px;
  padding-right: 20px;
}
.city-box {
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
.city-box .head {
  background: #F7F7F7;
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  padding: 12px 12px 8px 12px;
  border-radius: 6px 6px 0px 0px;
}
.city-box .head .form-check {
  margin-bottom: 0;
}
.city-box .head .form-check label {
  color: #11142D;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-box .content {
  padding: 16px 12px;
}
.city-box .content ul {
  padding-left: 0px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
@media (min-width: 1350px) and (max-width: 1600px) {
  .city-box .content ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .city-box .content ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.city-box .content ul li {
  list-style: none;
}
.city-box .content ul li > div label {
  font-size: 12px;
  font-family: 'Inter' !important;
  font-weight: normal;
}

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