
@import "mapbox-gl/dist/mapbox-gl.css";
@import '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css';

.mete-area {
  position: relative;
  margin-top: -190px;
  z-index: 100 !important;
  padding-bottom: 160px;
}

.mete-box {
  padding: 2% 4% 1% 4%;
  box-shadow: 0px 5px 10px 0px rgba(148, 154, 156, 0.08);
  border-radius: 20px;
  background-color: #fff;
}

.mete-card {
  border-radius: 15px;
  line-height: 168px;
  background: #f3f6f8;
}

.border-left {
  border-left: 1px solid #efefef;
}

.border-right {
  border-right: 1px solid #efefef;
}

.oet-solu {
  background-color: #fff;
  background-image: url(/img/home/banner-bg-s.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 260px 0;
}

.bg-f3f6f8 {
  background-color: #f3f6f8;
}

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

.develop-btn .default-btn {
  margin-left: 24px;
  background-color: #101112;
}

.develop-btn .default-btn:hover {
  border-color: #03b3f9;
  background-color: #03b3f9;
}

.simple-banner {
  background: #f3f6f8;
  background-image: none;
}

.avatar {
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}

.avatar_menu {
  padding: 10px;
}

.send-btn {
  padding: 12px 0;
  width: 100%;
}

.buy-list {
  list-style: none;
  line-height: 32px;
  height: 240px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

a {
  color: #049bd6;
}

.user-card {
  text-align: left;
  color: #fff;
  padding-top: 56px;
}

.toggle-btn {
  background-color: #e6ebed;
  padding: 2px;
  border-radius: 16px;
}

.toggle-btn .btn {
  border-radius: 16px;
}

.toggle-btn .btn-secondary {
  background-color: #e6ebed;
  border: 1px solid #e6ebed;
  color: #666d70;
}

.price-card {
  padding: 0;
  margin: 0;
}

.price-card .single-pricing-box {
  margin: 0;
  border-radius: 0;
  height: 700px;
  padding: 60px 36px 0 36px;
  text-align: left;
  border: 1px solid #e6e7ea;
  margin-bottom: 20px;
}

.price-card .single-pricing-box:hover {
  border: 1px solid #03b3f9;
  box-shadow: none;
}

.price-card > div:first-child .single-pricing-box {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.price-card > div:last-child .single-pricing-box {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.price-card .price {
  padding: 20px 0 20px 0;
}

.price-card > * {
  padding: 0;
}

.price-card .default-btn {
  width: 100%;
  padding: 12px 0;
}

.price-card .pricing-features {
  padding: 30px 0;
}

.price-bt {
  margin: 80px 0 60px;
  background-color: #f4fbff;
  border-radius: 16px;
  padding: 46px 16% 120px 16%;
}

.form-select {
  height: 50px;
}

.form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
}

.disabled {
  background-color: #f5f5f5 !important;
  cursor: not-allowed;
}

.owl-carousel .owl-stage {
  /* white-space: nowrap; */
  display: flex;
}

.ai-text{
  font-size: 12px;
  color: #ff7e5f;
  margin: -8px 0 0 -2px;
}

.tem_card {
  margin:0;
  padding: 6px 0;
}

.tem_card li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.tem_card p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mapboxgl-control-container {
  display: none;
}

.tem-header {
  padding:18px;
  background-color: #50b0f3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.tem-header img {
  height: 80px;
  float: left;
}

.tem-btn {
  float: right;
  background-color: #101112 !important;
  color: #fff;
  margin-top: 24px;
}

.tem-header-text {
  float: left;
  padding: 6px 0 0 24px;
}

.tem-header-text h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  color: #fff;
}

.tem-header-text p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.tem-empty {
  text-align: center;
}

.tem-empty img {
  height: 150px;
}

.tem-empty p {
  font-size: 14px;
  padding-top: 32px;
}

.accordion__button:before {
  display: none;
}
