div#filter_function {
    width: 95%;
    height: 94%;
    padding: 12px;
    position: absolute;
  border: 1px solid #dcc896;
  background: rgba(250, 240, 210, 0.5);
    border-radius: 11px;
}
div#function_body {
  width: 100%;
  height: 100%;
  padding: 0px;
  position: absolute;
  border: 1px solid #dcc896;
  background: rgba(250, 240, 210, 0.5);
  border-radius: 11px;
  margin-left: -10px;
  margin-top: -5px;
  overflow: hidden;
}
.input  {
    padding: 10px;
    position: relative;
    margin-top: 3px;
  border: 1px solid #dcc896;
  background: rgba(250, 240, 210, 0.5);
    border-radius: 11px;
}

div#function_1 {
    width: 10000px;
    height: 10000px;
    position: absolute;
}

.tab_operator {
    width: 140px;
    height: 41px;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    text-align: center;
    padding-top: 6px;
    font-size: 10px;
}
.draggable_operator.ui-draggable.ui-draggable-handle {
    background-color: rgb(132, 212, 136);
    border: 3px solid #5cad57;
    border-radius: 20px;
    padding: 2px;
    width: 150px;
    text-align: center;
    cursor: move;
    font-size: 70%;
    margin-bottom: 1px;
}
div#filter_refrence {
    position: absolute;
    z-index: 111;
    max-height: 93%;
    top: 0%;
    left: 2%;
}
.flowchart-operator-title.ui-draggable-handle {
    text-align: center;
}
.custom-button {
    margin: 5px 6px;
}
button#delete_selected_button {
    z-index: 1001;
  /* position: absolute; */
    top: 13px;
  left: 150px;
    background-color: rgba(236, 169, 169, 0.58);
  padding: 2px 6px;
    border: 1px solid rgba(68, 68, 68, 0.42);
    border-radius: 6px;
  min-width: 8px;
}
button#send_data_filter {
  z-index: 1001;
  /* position: absolute; */
  top: 13px;
  left: 9px;
  background-color: rgba(76, 253, 19, 0.58);
  padding: 2px 6px;
  border: 1px solid rgba(68, 68, 68, 0.42);
  border-radius: 6px;
  text-align: center;
  min-width: 10px;
}
button#send_data_select {
  z-index: 1001;
  /* position: absolute; */
  top: 13px;
  left: 75px;
  background-color: rgba(25, 157, 209, 0.58);
  padding: 2px 6px;
  border: 1px solid rgba(68, 68, 68, 0.42);
  border-radius: 6px;
  text-align: center;
  min-width: 10px;
}
.flowchart-operator.selected {
    border: 2px solid;
    border-bottom: 4px solid;
}
.tab_operator > input[type="text"] {
    width: 86%;
    text-align: center;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 2px;
}
.col_out_float > .flowchart-operator-connector-arrow {
  border-left: 10px solid #8bc34a;
}
.col_out_any > .flowchart-operator-connector-arrow {
  border-left: 10px solid #8e7871;
}
.col_out_int > .flowchart-operator-connector-arrow {
  border-left: 10px solid #3bdc47;
}
.col_out_geometry_any > .flowchart-operator-connector-arrow {
  border-left: 10px solid #03a9f4;
}
.flowchart-operator.selected {
    border-radius: 6px;
    box-shadow: 0px 0px 20px -2px white;
    border: 0px;
}
.ui-accordion .ui-accordion-header {
    margin: 1px;
    background: rgb(243, 210, 149);
    border: 2px solid #e6b05e;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.group {
    background-color: rgb(245, 222, 179);
}
.id_label {
    text-align: center;
    font-size: 13px;
    padding: 3px;
    padding-left: 12px;
    padding-right: 11px;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
    cursor: pointer;
    min-width: 186px;
}
.ui-accordion .ui-accordion-content {
  padding: 2px 16px !important;
  background: #ffedc6;
  border: 2px solid #d6b162;
}
div#maps_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: rgba(0, 0, 0, 0.52);
    display: none;
}
div#map_body {
    position: absolute;
    background-color: rgba(179, 134, 51, 0.5);
    width: 90%;
    height: 83%;
    top: 5%;
    left: 5%;
    border-radius: 30px;
}

div#ok_wkt {
    position: absolute;
    background-color: rgba(51, 179, 114, 0.5);
    width: 60%;
    height: 6%;
    bottom: 81px;
    left: 69px;
    border-radius: 30px;
    text-align: center;
    font-size: 31px;
    cursor: pointer;
}
div#map_1 {
    width: 100%;
    height: 100%;
}
.flowchart-operator .flowchart-operator-title {
    background: rgb(37, 134, 124) !important;
    border-radius: 3px !important;
    color: white;
}

.flowchart-operator.hover {
    border-radius: 5px !important;
    box-shadow: 0px 0px 20px -2px white;
}
.tab_operator > input[type="number"] {
    width: 76%;
    border-radius: 12px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.22);
}
.ui-accordion .ui-accordion-content-active,
.ui-menu {
    max-height: 300px;
}
.flowchart-operator {
    border-radius: 5px;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #ffedc6 !important;
}
div#changto_advanc_simple {
    transform: rotate(-90deg);
    position: relative;
    top: 56%;
    cursor: pointer;
}
div#Advanced_filterfun {
    display: none;
    width: 100%;
    height: 100%;
}
.flag {
    display: inline-block;
}
div#Simple_filterfun {
    position: relative;
    top: 0%;
    width: 100%;
    height: 93%;
    overflow: auto;
}
label.btn.btn-xs.btn-primary {
    left: 1px;
}

label.btn.btn-xs.btn-primary.labelinputbot_AND::after {
  content: "و";
    color: white;
    position: absolute;
    left: 12px;
    top: -5px;
    font-size: 20px;
}

label.btn.btn-xs.btn-primary.labelinputbot_OR::after {
  content: "یا";
    color: white;
    position: absolute;
    left: 12px;
    top: -1px;
    font-size: 20px;
}
.label {
    display: block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    vertical-align: baseline;
  border-radius: 0.25em;
}
label.btn.btn-xs.btn-primary.labelinputbot_OR{
    right: -4px;
}
label.btn.btn-xs.btn-primary.labelinputbot_AND{
    right: -6px;
}
.h3,
h3 {
    font-size: 90% !important;
}
.changto_advanc {
    border: 1px solid black;
    position: absolute;
    width: 18px;
    height: 100%;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 3px;
    z-index: 1200;
    
    left: 0%;
    top: 0;
    text-align: center;
  transition-duration: 0.5s;
}
.id {
    position: absolute;
    top: 43px;
  transition-duration: 0.5s;
}
.draggable_operators_divs {
    min-width: 186px;
}
