/* default style for map */
.map {
  height: 103%;
  /* height: 50%; */
  width: 100%;
  }

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}



/* .btn-group button
{
  border: none;
  border-radius: 0;
  width: 46%;
  background-color: white;
} */

/* width of side bar */
#offcanvasExample {
  width: 400px;
  height: 88%;
  position: absolute;
  top: 10%;
  left: 1%;
  bottom: 2%;
  font-family: 'Open Sans', sans-serif;
  background-color: #1b1b1b;
}

.offcanvas-body {
  padding: 0 !important;
  /* margin-top: 10px; */
  color: #cccccc;
  background-color: #1b1b1b;
  /* border-radius: 2%; */
}
  
/* .offcanvas-body hr {
  width: 100%;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
} */

#search-option {
  width: 96%;
  /* margin-bottom: 25px; */
}

/* style for search button option */
#search-option button {
  /* border: 2px solid gray; */
  height: 35px;
  border-radius: 5px;
}


/* .btn-group button:focus {
  background-color:#bfbaba;
} */

/* class style for search-btn */
.special 
{
  background-color: #1C8EF7 !important;
  font-weight: 600;
  color: white;
  
}


/* style for select btn */
.form-select:focus {
  
  outline: 2px solid gray !important;
  outline-offset: -2px;
  /* outline: none !important; */
  /* box-sizing: content-box !important; */
  box-shadow: none !important;
}


.input-group input:focus {
  outline: 2px solid gray !important;
  outline-offset: -2px;
  box-shadow: none !important;
}


.submit-btn {
  width: 100%;
  box-shadow: none !important;
}

#street-name:focus {
  box-shadow: none;
  outline: 2px solid gray;
  outline-offset: -2px;
}




.margin-bt {
  margin-bottom: 25px;
}

#open-sidebar-icon {
  width: 25px;
}

#open-sidebar-btn {
  background-color: white;
  border: none;
  box-shadow: none;
  width: 55px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 10%;
}

#open-sidebar-btn:target {
  margin-left: 300px;
}


#check {
  -webkit-appearance: none;
  visibility: hidden;
  display: none;
}


/* style for side-bar button */
.fas-replace {
  position: absolute;
  right: -35px;
  top: 45px;
  font-size: 27px;
  border-radius: 3px;
  /* padding: 3px 8px; */
  /* thay đổi định dạng của con trỏ */
  cursor: pointer;
  /* background: #000; */
  z-index: 2;
  /* box-shadow: 1px 1px 1px 0px rgba(177, 151, 119, 0.25); */
}

#bars {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: auto; */
}

#times {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 8px 12px; */
}



#check:checked ~ .container #bars {
  display: none;
}

#check:not(:checked) ~ .container #times {
  display: none;
}

.container {
  visibility: visible !important;
}



#search-btn {
  position: absolute;
  top: 100px;
  right: -40px;
  border: none;
  background: #fff;
  border-radius: 3px;
}

#search-icon {
  width: 35px;
}


#layer-btn {
  position: absolute;
  top: 85px;
  right: -35px;
  border: none;
  /* background: #fff; */
  border-radius: 5px;
  padding: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  width: 35px;
  height: 35px;
  /* box-shadow: 1px 1px 1px 0px rgba(135, 133, 133, 0.75); */
  /* display: flex;
  align-items: center; */
}

#onsearch-btn {
  position: absolute;
  top: 125px;
  right: -35px;
  border: none;
  /* background: #fff; */
  border-radius: 5px;
  padding: 0;
  color: #3d3d3d;
  background-color: white;
  width: 35px;
  height: 35px;
  box-shadow: 1px 1px 1px 0px rgba(135, 133, 133, 0.75);
  /* display: flex;
  align-items: center; */
}




.offcanvas-header {
  background-color:#b1b3b5;
  border-radius: 3px;
  width: 100%;
  align-items: center;
  height: 45px;
}

#offcanvasExample {
  padding: 0;
  border-radius: 2% !important;
  color: black !important;
}

h4 {
  width: 100%;
  text-align: center;
}



/* style for line */
#div-line {
  margin-bottom: 25px;
}

#search-btn-line {
  margin-bottom: 30px;
}






.toggle-button {
  position: absolute;
  bottom: 7%;
  left: 92.85%;
  width: 60px;
  height: 60px;
  
}

.toggle-button img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1.4px solid white;
  
}

.toggle-button .on {
  display: none;
}

.toggle-button button {
  font-size: 16px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}


#toggle {
  opacity: 0;
  width: 60px;
  height: 60px;
  position: relative;
}



#offcanvasExample {
  z-index: 9999 !important;
}


/* thay đổi vị trí nút zoom */


.ol-zoom-in, .ol-zoom-out {
  position: relative;
  
}

/* 
.ol-zoom {
  background-color: red !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 50px;
  z-index: 1;
}

.ol-zoom .ol-zoom-in {
  position: absolute;
  bottom: -50px;
  right: -50px;
  left: 50px
}


.ol-zoom .ol-zoom-out {
  position: absolute;
  bottom: -50px;
  right: -50px;
  left: 50px
} */
/* btn for layer */
.button-group-2 {
  display: inline-block;
  margin: 10px;
}

.button-group-2 button {
  background-color: #ddd;
  border: none;
  color: #666;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px;
  cursor: pointer;
  border-radius: 5px;
}

.button-group-2 button.active {
  background-color: #007bff;
  color: #fff;
}



/* 
.btn-2 {
  display: flex !important;
  align-items: center !important;
} */




/* backgroud-image for quy hoạch button */




#layer-btn-new {
  position: absolute;
  top: 73px;
  right: -131px;
  border: none;
  background: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  /* background-size: contain; */
}



#button1 {
  /* background: #fff; */
  color: white;
  border-radius: 5px;
  /* padding: 0; */
  margin-right: 5px;
  /* width: 35px;
  height: 35px; */
  /* background-color: red; */
  background-color: rgba(0, 0, 0, 0.4);
  
  
  /* background-size: contain; */
}

#button2 {
  /* background: #fff; */
  color: white;
  border-radius: 5px;
  /* padding: 0; */
  margin: 0;
  /* width: 35px;
  height: 35px; */
  background-color: rgba(0, 0, 0, 0.4);
  
  
  /* background-size: contain; */
}

/* #button1-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  padding: 2px;
  
  
}

#button2-icon {
  
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  padding: 2px;
  
  
  
} */


/* #war-name {
  border: 5px solid blue;
  box-sizing: border-box !important;
  border: 2px solid
} */


#first-hr {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

/* hidden the scroll bar */
body {
  overflow: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.offcanvas-body {
  overflow-x: hidden;
  border-radius: 5px;
}

/* Thu nhỏ kích thước của thanh scrollbar */
.offcanvas-body::-webkit-scrollbar {
  width: 6px;
  /* background-color: #f5f5f5; */
  
}

.offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #757575;
  background-color: #8e8888;  
}

/* Chỉnh màu sắc của vùng trống của scrollbar */
.offcanvas-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #757575;
  border-radius: 10px;
  background-color: #f5f5f5;
}


#offcanvasExampleLabel {
  color: white;
}

.offcanvas-header {
  background-color: #1C8EF7;
}

#search-option button:focus {
  background-color: #1C8EF7 !important;
  color: white;
}


/* #header-info {
  margin-bottom: 30px;
} */



/* tracking location */

/* .tracking-active {
  background-color: #1C8EF7 !important;
  color: white !important
} */


.track-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.track-icon {
  font-size: 24px;
  /* margin-right: 8px; */
  color:  white;
}

#track {
  display: none;
}

#testaw {
  position: absolute;
  top: 10%;
}



#location-tracking {
  position: absolute;
  /* top: 45px; */
  left: 5px;
  bottom: 5px;
  width: 35px; 
  height: 35px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  /* color: white !important; */
  border-radius: 5px;
  /* box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(135, 133, 133, 0.75); */
  
}


#measure {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px; 
  height: 35px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  /* background-color: white; */
  border-radius: 5px;
  /* box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(135, 133, 133, 0.75); */
}

#measure button {
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}


#measure i {
  border: none;
  
}


/* style for measure button */
.measure-active {
  background-color: black !important;
  color: #f1af09 !important;
}

/* style for search button */
.search-active {
  background-color: #323232 !important;
  color: #f1af09 !important;
}



/* tonggle layer group class */
.layer-group-active {
  color: #f1af09 !important;
  background-color:black !important;
  /* background-color: #1C8EF7 !important; */
}


/* style for search  */

#search {
  width: 90%;
  position: absolute;
  top: 165px;
  left: 400px;
  background-color: white;
  display: none;
}


/* @font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2) format("woff2"),
       url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff) format("woff"),
       url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.ttf) format("truetype"),
       url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.svg#fontawesome) format("svg");
} */

/* #search-op {
  font-family: "Font Awesome 5 Free";
} */

/* #search-op p {
  font-family: 'Open Sans', sans-serif !important;
} */
#search-icon-op {
  width: auto;
}


/* style for search option

.search-box {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  width: 400px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 16px;
}

.search-box input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  background-color: transparent;
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  display: none;
  width: 100%;
}

.dropdown-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.dropdown-item i {
  margin-right: 10px;
}

.search-box:focus-within .search-dropdown {
  display: block;
}


#search-box {
  position: absolute;
  top: 3%;
  left: 35%;
}
 */

/* 
.search-container {
  position: absolute;
  top: 5%;
  left: 35%;
  display: inline-block;
  
} */

/* #search-input {
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-size: 16px;
  width: 500px;
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
} */

/* #search-input:focus {
  outline: none;
} */

/* #search-btn {
  position: absolute;
  top: 1%;
  right: 0;

  border: none;
  background-color: transparent;
  font-size: 16px;
  padding: 8px 16px;
} */

/* .search-dropdown {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 100% !important;
  max-height: 200px;
 
  margin-top: 5px;
  border-radius: 10px;
  background-color: #f2f2f2;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
} */

/* .search-dropdown a {
  
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
} */

/* .search-dropdown a:hover {
  background-color: #ddd;
} */

/* #search-input:focus-within .search-dropdown {
  display: block;
} */

/* .fa-search {
  color: #fff;
} */

/* #search-op-n {
  background-color: #f5f5f5;

  margin-top: 68px;
} */

/* .search-dropdown a i {
  display: inline-block;
} */

/* .search-dropdown a span {
  display: block;
  text-align: center;
} */

/* .search-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333;
} */



/* .search-option-text {
  font-size: 14px;
} */

/* .search-op-par {
  width: 33.3333333%;
  height: 100%;
  
} */
/* #option1, #option2, #option3 {
  display: none;
} */

.offcanvas-start {
    transform: translateX(-104%) !important;
}

.offcanvas.show {
  transform: none !important;
}


/* new khung search */
.search-wrapper {
  position: absolute;
  top: 2%;
  left: 1%;
  width: 400px;
  margin-right: 1%;
  border-radius: 5%;
  display: flex;
  align-items: center;
  
}
.search-wrapper input {
  z-index: 3 !important;;
}

.search-input {
  flex: 1;
  display: flex;
}

.search-input input[type="text"] {
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 16px;
}

.search-input .search-btn {
  background-color: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.search-input .search-btn i {
  font-size: 16px;
  color: #333;
}

.search-options {
  display: flex;
  align-items: center;
  background-color: #1b1b1b;
  border-radius: 5px;
}

.search-options .options-btn {
  background-color: #1b1b1b;
  border: none;
  padding: 10px;
  cursor: pointer;
  color: #cccccc;
}

#option1 {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 108%;
  display: none;
  height: 44px;
  /* justify-content: center; */
}



#find-cadastral {
  /* position: absolute;
  top: 125px;
  right: -35px; */
  border: none;
  /* background: #fff; */
  border-radius: 5px;
  padding: 0;
  color: #cccccc;
  background-color: #cccccc;
  width: 44px;
  height: 44px;
  /* box-shadow: 1px 1px 1px 0px rgba(135, 133, 133, 0.75); */
  background-color: #1b1b1b;
  position: absolute;
  top: 0;
  right: -40px;
  /* display: flex;
  align-items: center; */
}



/* style for new cadastral search */
#war-name {
  display: inline; 
  width: 130px;
  height: 100%;
  border: none;
  background-color: #1b1b1b;
  color: #cccccc;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}

/* #war-name:focus {
  outline: #cccccc 1.4px solid !important;
  outline-offset: -1.4px;
  border: none !important;

} */
#district-name {
  display: inline; 
  width: 130px;
  height: 100%;
  border: none;
  background-color: #1b1b1b;
  color: #cccccc;
}

#so-to {
  color: #cccccc;
  width: 60px; 
  display: inline; 
  box-shadow: none;
  height: 100%;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  border: none;
  /* background-color: #1b1b1b; */ 
  background-color: #1b1b1b;
}

#so-to:focus {
  outline: #cccccc 1.4px solid !important;
  outline-offset: -1.4px;   
}

#so-to:-webkit-autofill {
  background-color: #1b1b1b !important;
  color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px #1b1b1b inset !important;
  -webkit-text-fill-color: #cccccc !important;
}

#so-thua {
  color: #cccccc;
  width: 60px; 
  display: inline; 
  box-shadow: none;
  height: 100%;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  border: none;
  background-color: #1b1b1b;
}

#so-thua:focus {
  outline: #cccccc 1.4px solid !important;
  outline-offset: -1.4px;
}

#so-thua:-webkit-autofill {
  background-color: #1b1b1b !important;
  color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px #1b1b1b inset !important;
  -webkit-text-fill-color: #cccccc !important;
}



.cadastral-search-active {
  background-color: #323232 !important;
  color: #f1af09 !important;
  /* border: #f1af09 1px solid !important; */
}

/* làm nổi bật tổng giá trị tài sản */
/* .property-price {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #FFA500, #FF4500);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
} */

.price {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

/* .property-price::before,
.property-price::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  vertical-align: middle;
} */

.property-price::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 0, 0.5));
}

.property-price::after {
  background: linear-gradient(to right, rgba(255, 255, 0, 0.5), rgba(255, 255, 255, 0.5));
}


/* style for marker */
.marker {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* style for zoom control */
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  /* border: 2px solid #333; */
  width: 35px;
  height: 36px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  /* transition: background-color 0.3s, color 0.3s; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ol-zoom .ol-zoom-in {
  position: absolute;
  top: -1px;
  left: -0.8px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  /* border-bottom: 0.5px solid #ebedeb; */
}

.ol-zoom .ol-zoom-out {
  position: absolute;
  bottom: -0.9px;
  left: -0.8px;
  border-top: 0.5px solid black;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  
  /* outline-offset: -2px; */
}

.ol-zoom .ol-zoom-in:hover,
.ol-zoom .ol-zoom-out:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}


.ol-zoom .ol-zoom-in:focus,
.ol-zoom .ol-zoom-out:focus {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

.ol-zoom {
  /* background-color: rgba(0, 0, 0, 0.4); */
  height: 71px;
  width: 36px;
  border-radius: 10px !important;
  position: relative !important;
  left: 94.5% !important;
  top: 5% !important;
  z-index: 1;
  /* box-shadow: 1px 1px 1px 0px rgba(135, 133, 133, 0.75); */
}

.ol-control {
  background-color: transparent !important;
}



/* style for land info pannel */
.land-info {
  font-size: 14px;
}

.row div {
  margin-bottom: 5px;
  padding-bottom: 5px;
  /* border-right: 2px solid white;; */
  /* background-color:#f5f5f5; */
  
}



/* style for offcanvas body */
.offcanvas-body #offcv-body-info {
  padding-left: 10px;
  padding-right: 10px;
}

/* style for offcanvas body title */
#offcanvas-body-title {
  display: flex;
  background-color: #282828;
  color: #c6831b;
  border-radius: 5px;
  margin-bottom: 5px;
}

#svg-title {
  width: 25px; 
  height: auto;
}

#offcanvas-body-title p {
  position: relative; 
  top: 7px;
}


#basic-info {
  padding-left: 8px;
  margin-top: 10px;
}


/* style for contact button */
#contact-btn {
  width: 95%;
  display: flex;
  align-items: center;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

#contact-btn button {
  background-color: #323232 !important;
  box-shadow: none;
  color: #cccccc;
  margin: 5px;
  border-radius: 5px;
  /* border: black 1px solid; */
  height: 35px !important;
  border-color: #cccccc;
}

#contact-btn button:focus {
  color: #f1af09;
  box-shadow: none;
  border-color: #f1af09;

}
#contact-btn button:active {
  color: #f1af09;
  box-shadow: none;
  border-color: #f1af09;
}

/* style for new search bar */
#search-bar-new {
  align-items: center;
  background-color: #1b1b1b;
  border-radius: 5px;
}

.search-wrapper {
  border-radius: 5px;
}

#coor-street-input {
  pointer-events:all !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 82%;
  background-color: #1b1b1b;
  /* color: #cccccc; */
}

/* #coor-street-input:focus {
  outline: #cccccc 1px solid;
  outline-offset: -1px;
  background-color: #1b1b1b;
} */

/* #coor-street-input:active {
  outline: #cccccc 1px solid;
  outline-offset: -1px;
  background-color: #1b1b1b;
} */
#coor-street-input:-webkit-autofill {
  background-color: #1b1b1b !important;
  color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px #1b1b1b inset !important;
  -webkit-text-fill-color: #cccccc !important;
}
  

.vertical-separator {
  width: 1px;
  height: 30px;
  background-color: #ccc;
  margin-left: 4.5px;
}

#find-btn {
  height: 44px;
  width: 44px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1b1b1b;
  border-left: #cccccc 1px solid;
  /* margin-left: 5px; */
  position: absolute;
  right: 143px;
}


#cadastral-search-btn {
  border-radius: 5px;
  width: 140px;
  height: 100%;
}


/* Style for utility */
#utility {
  height: 100px;
  width: 45px;
  border-radius: 10px;
  background-color: none;
  /* color: red; */
  position: relative;
  top: -35%;
  left: 94%;
  /* box-shadow: 1px 1px 1px 0px rgba(135, 133, 133, 0.75);   */
  
}

@keyframes clickEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    
  }
  /* 100% {
    transform: scale(1);
    opacity: 1;
  } */
}

.button-clicked {
  animation: clickEffect 0.2s !important;
}

@keyframes olzoomef {
  0% {
    background-color: #ffffff !important;
  }
  50% {
    background-color: #ff0000 !important;
  }
  100% {
    background-color: #ffffff !important;
  }
  
}

.ol-zoom-click {
  animation: olzoomef 0.5 !important;
}

/* style for loader */

#loader {
  display: none;
  position: absolute;
  color: #cccccc;
  align-items: center;
  justify-content: center;
  margin-left: 44%;
  margin-top: 50%;
  height: 3rem;
  width: 3rem;
}


/* new style for landuse planning infor */
#landuse_1 {
  background-color: None;
  color: white;
}

