* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
}

.flex_map {
  display: flex;
  justify-content: space-between;
}

.widget_visible {
  opacity: 1;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 408px;
  height: calc(100vh - 54px);
  position: relative;
  transform: translateX(0px);
  transition-property: -webkit-transform, transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  z-index: 1000 !important;
}

.widget_visible.active {
  box-shadow: none;
  -webkit-transform: translateX(-408px);
  transform: translateX(-408px);
}

.widget_visible.active .widget-pane-toggle {
  background-color: rgb(255, 255, 255) !important;
}

.widget-pane-toggle {
  position: absolute;
  left: 100%;
  top: 8px;
  z-index: 9999 !important;
  display: block;
}

.widget-pane-toggle > button {
  padding: 5px 10px;
  border-radius: unset !important;
  height: 38px;
  cursor: pointer;
  border: unset !important;
  background: rgba(255, 255, 255, 0.9) 7px center/7px 10px no-repeat;
}

.search_by-time {
  margin: 10px 0;
}

.search_by_latidue {
  margin: 10px 0;
}

.search_by_latidue {
  margin: 10px 0;
}

.form_all {
  padding: 8px;
  border-top: 1px solid #a9bbdf;
}

.delete_button {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4.8px 15px;
  font-size: 13px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-color: #d9d9d9;
  background: #1175bb no-repeat padding-box padding-box transparent !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.custom_mg {
  margin: 15px 0;
}

.delete_button:hover {
  opacity: 0.8;
}

.hidden_navbar {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 54px);
  padding-top: 5px;
  background-color: #efefef;
}

.selected {
  background: #1175bb !important;
  /* border-left: 1px solid #4d6794 !important;
    border-right: 1px solid #4d6794 !important;
    border-top: 1px solid #4d6794 !important; */
  color: #ffffff !important;
  font-weight: bold !important;
}

.input_search_by_time {
  display: flex;
  justify-content: space-between;
}

.hidden_navbar .search_content > form > input[type='text'] {
  width: 100%;
  margin-bottom: 8px;
}

/* .hidden_navbar .search_content>form>input[type=text]:focus {
    border: 2px solid #147BBF;
    ;
} */

.input_type_latidue > form {
  display: flex;
  justify-content: space-between;
}

.input_type_latidue > form > input {
  margin: 0 5px;
}

/* .search_by_city .input_selected {
    display: flex;
    justify-content: space-between;
} */

#map {
  height: calc(100vh - 43px);
  width: 100%;
  position: absolute;
}

.header {
  width: 100%;
  height: 43px;
}

.header .logo {
  display: flex;
}

.header {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  background-image: linear-gradient(-147deg, #eb678e 0%, rgba(0, 0, 0, 0.5) 100%);
  background: #1175bb !important;
  z-index: 200;
}

.header .logo {
  display: flex;
  width: 527px;
  margin-left: 6px;
}

.header .logo .title_logo {
  margin-left: 5px;
}

.header .logo .title_logo > h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-top: 10px;
}

.header .logo .title_logo > h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #dff9fb;
  margin: 0;
}

.header_right {
  float: right;
  display: flex;
  justify-content: space-around;
  width: 269px;
}

.header_right .button_admin > button {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* -webkit-border-radius: 100px;
  -moz-border-radius: 100px; */
  /* border-radius: 100px !important; */
  padding: 5px 10px;
  /* margin: 12px 10px 0 10px; */
  min-width: 122px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #fff !important;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.button-login {
  display: flex;
  align-items: center;
}

/* .header_right .button_admin>button>span {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
} */

.button-login > button {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px !important;
  padding: 5px 10px;
  /* margin: 12px 10px 0 10px; */
  min-width: 109px;
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff !important;
  line-height: 22px;
  display: inline-block;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.container_custom {
  margin: 15px 0;
}

/* .button-login>button>span {
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin: 0 2px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
} */

.button_admin {
  display: flex;
  align-items: center;
}

.footer {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1000;
  padding: 5px 10px 6px;
  color: #fff;
  background: #1175bb !important;
  width: 100%;
}

.footer_info {
  display: flex;
}

.footer_info > p {
  margin-bottom: 0;
}

.footer_info > span > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

#tab {
  margin: 3px 0;
  /* height: 20px; */
  width: 100%;
}

#tab > div {
  border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-user-select: none;
  background: #f8f8f8;
  background: linear-gradient(#fefefe, #f3f3f3);
  border: 1px solid #a9bbdf;
  /* border-right: 1px solid #a9bbdf; */
  /* border-top: 1px solid #a9bbdf; */
  color: #000000;
  border-radius: 5px 5px 0 0;
  direction: ltr;
  font-weight: normal;
  /* line-height: 100%; */
  overflow: hidden;
  padding: 5px;
  text-align: center;
  float: left;
  /* margin-left: 2px; */
  z-index: 5;
  font-size: 12px;
  cursor: pointer;
}

#tab > div:hover,
#tab > div:focus {
  opacity: 0.8;
}

.form_all .buttons {
  margin: 6px 0;
  display: block;
  text-align: right;
}

.form_all .buttons > input {
  border: 1px solid #4d6794;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  direction: ltr;
  /* font-family: Arial, sans-serif; */
  font-size: 13px;
  font-weight: bold;
  padding: 5px 7px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #4d6794;
  cursor: pointer;
  background: #1175bb no-repeat padding-box padding-box transparent !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px;
}

.form_all .buttons > input:first-child {
  margin-right: 5px;
}

label {
  display: block;
}

.control-container {
  background: linear-gradient(#fefefe, #f3f3f3);
  border: 1px solid #a9bbdf;
  border-radius: 2px 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
  color: #000000;
  direction: ltr;
  font-weight: normal;
  line-height: 160%;
  padding: 12px 8px 12px 8px;
  text-align: left;
  overflow: hidden;
  font-size: 0.9em;
  margin-top: 0;
  width: 100%;
}

.control-container label {
  height: 20px;
  font-size: 12px;
}

li {
  list-style: none;
}

.custom_flex {
  display: flex;
  justify-content: space-between;
}

.flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.d_flex {
  display: flex;
  justify-content: space-between;
  height: 43px;
}

.fas.fa-times-circle {
  position: absolute;
  right: -5px;
  top: -1px;
  background: #fff;
  cursor: pointer;
}

.custom_height_select .ant-select-selector {
  height: 30px !important;
}

.fa-globe {
  margin: 0 5px;
}

.flex_beetwen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#searchTypeFormElements,
#areaShapeSection {
  margin-bottom: 10px;
  background-color: #efefef;
  border: 1px solid #678ac7;
  padding: 6px 8px;
}

.lat_lon_section > div {
  font-size: 12px;
  /* font-weight: bold !important; */
  border: 1px solid #678ac7;
  font-weight: normal;
  color: #000;
  padding: 5px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

ul#coordEntryArea {
  margin: 0 !important;
}

#coordEntryDialogArea {
  display: block;
  width: auto;
  min-height: 0px;
  max-height: none;
  height: 51.6px;
}

#coordEntryDialogArea div.label,
#coordAddDialogArea div.label {
  margin-top: 4px;
  margin-right: 8px;
  width: 75px;
  text-align: right;
  float: left;
}

#coordEntryDialogArea label,
#coordAddDialogArea label {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

/* #coordEntryDialogArea .inputs>input {
    width: 100px;
} */

#coordEntryDialogArea div.inputs,
#coordAddDialogArea div.inputs {
  margin-top: 4px;
  float: left;
}

#coordEntryArea {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #678ac7;
  background-color: #ffffff;
  overflow-y: auto;
  max-height: 300px;
}

#coordEntryArea li:nth-child(2n + 1) {
  background-color: #f3f3f3;
}

#coordEntryArea li.coordinate {
  padding: 6px;
  text-align: left;
  cursor: default;
  font-size: 14px;
  border-bottom: 1px solid #678ac7;
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lat_lon_section {
  margin-bottom: 6px;
}

.lat_lon_section .control {
  border: 1px solid #678ac7;
  background: #1175bb !important;
  font-weight: bold !important;
  color: #fff;
  font-size: 12px;
}

.lat_lon_section .control:hover {
  opacity: 0.8;
}

.form_all .buttons > input:hover {
  opacity: 0.8;
}

/* .coordinate {
    display: flex;
    justify-content: space-between;
} */

.remove {
  float: right;
}

/* .ant-modal-header {
  background: #1175bb !important;
}

.ant-modal-title {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: bold !important;
} */

#coordEntryDialogArea .custom_input > input {
  width: 65px;
}

#coordEntryDialogArea .custom_input > span {
  padding: 0 5px;
  font-size: 13px;
}

/* .ant-modal-close-x .anticon.anticon-close.ant-modal-close-icon > svg > path {
  color: #fff !important;
} */

.selected_custom {
  width: 100%;
  margin: 14px 0 !important;
}

.image_map {
  border-top: 1px solid #678ac7;
  border-bottom: 1px solid #678ac7;
  vertical-align: middle;
}

.map_information {
  text-align: left;
  line-height: 140%;
  padding: 6px;
  width: 100%;
}

.custom_li {
  border-bottom: 1px solid #678ac7;
}

.icon_flex {
  display: flex;
}

.icon_flex > li {
  margin-right: 5px;
}

.search_from {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_from > p {
  margin: 0;
  padding-right: 7px;
  font-size: 14px;
  font-weight: 500;
}

.ant-btn-round.ant-btn-lg {
  height: 34px !important;
  padding: 5.2px 13px !important;
  font-size: 14px !important;
}

.search_to > p {
  margin: 0;
  padding-right: 7px;
  font-size: 14px;
  font-weight: 500;
}

.search_to {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type='number'] {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield;
  appearance: textfield !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

.iconContainer {
  padding: 4px;
  margin: 2px auto 2px 0;
  float: left;
  -moz-border-image: none;
  border-image: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  background: #f3f3f3;
  background: linear-gradient(#fefefe, #f3f3f3);
  border: 1px solid #a9bbdf;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  color: #000000;
  border-radius: 2px;
  overflow: hidden;
  float: left;
  cursor: default;
}

.ee-icon {
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-image: url('/static/web/images/icons.png');
  border: 0;
  pointer-events: none;
}

.ee-icon-footprint {
  background-position: 0 -36px;
}

.ee-icon-image {
  background-position: -36px -36px;
}

.ee-icon-compare {
  background-position: -36px -90px;
}

.ee-icon-notepad {
  background-position: -18px -54px;
}

.ee-icon-download {
  background-position: 0 -18px;
}

.ee-icon-cancel {
  background-position: -18px 0;
}

.active-color {
  background: #1175bb !important;
}

.custom_none_data {
  /* background: #fff; */
  padding: 10px;
}

.ontent {
  width: max-content;
}

.disable {
  opacity: 0.8;
}

.leaflet-tooltip.result-tooltip {
  padding: 0 !important;
}
