@media print {
  #map {
    display: none !important;
  }

  #main_tools {
    display: none !important;
  }

  #legend {
    display: none !important;
  }

  #pa_stats {
    width: 90% !important;
    z-index: 999999;
    display: none;
    position: absolute;
    box-shadow: -1px 2px 4px rgb(0 0 0 / 11%);
    overflow: visible !important;
    height: 100%;
    min-height: 384px;
    box-shadow: none !important;
    display: inline-block;
  }
}

.mainsubtitle {
  font-size: 17px;
  color: #e8e8e8;
}

#layer-tmf_undist_stack_unprot {
  background: aliceblue;
  width: 100px;
  height: 200px;
}

.blue {
  background-color: #0546b0 !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(226 226 226 / 10%) !important;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-right: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #ffffff;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 7px;
  font-weight: 100;
  margin-left: 0px;
}

.clickedtool {
  background-color: #044494 !important;
  color: #ffffff !important;
}

.live_select {
  display: none;
}

.select-dropdown li img {
  height: 23px !important;
  width: 40px;
  margin: 5px 15px;
  float: right;
  opacity: 0.4 !important;
  filter: grayscale(74%) !important;
}

.mapboxgl-ctrl-geocoder input[type='text'] {
  font-size: 12px;
  font-size: 12px;
  width: 337px;
  border: 0;
  background-color: #f6f4f4 !important;
  height: 40px;
  margin: 0;
  color: rgb(156 164 169)#252828 !important;
  padding: 10px 10px 10px 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mapboxgl-ctrl-geocoder ul {
  background-color: #f6f4f4 !important;
  border-radius: 0 0 3px 3px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1000;
  overflow: hidden;
  font-size: 12px;
  color: #9fa8ad !important;
}

.mapboxgl-ctrl-geocoder {
  font: 15px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #f6f4f4 !important;
  width: 33.3333%;
  min-width: 240px;
  max-width: 360px;
  z-index: 1;
  border-radius: 0px !important;
}

.mapboxgl-ctrl-geocoder ul>li.active>a {
  color: #252828 !important;
  background-color: #f6f4f4 !important;
  text-decoration: none;
  cursor: pointer;
}

.mapboxgl-ctrl-geocoder .geocoder-pin-right * {
  background-color: #f6f4f4 !important;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

.mapboxgl-ctrl-geocoder input:focus {
  color: #252828 !important;
  outline: 0;
  box-shadow: none;
  outline: thin dotted\8;
}

.icon_right {
  position: absolute;
  right: 25px;
}

.horizontal-gradient-line {
  border-radius: 2pt;
  height: 10px;
  opacity: .9;
  width: 100%;
}

.scale-gradient {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scale-dividers {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scale-dividers,
.scale-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scale-details {
  color: #ffffff;
  height: 20pt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2pt 4pt;
  background-color: #fff;
  -webkit-border-radius: 4pt;
  border-radius: 4pt;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  -webkit-transition: -webkit-box-shadow .1s ease-out;
  -o-transition: box-shadow .1s ease-out;
  transition: box-shadow .1s ease-out;
  transition: box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 10px;
}

#main_tools>div {
  margin-bottom: 6px !important;
}

.c-legend-content>ul {
  height: 43px;
}

.c-legend-choropleth {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px;
}

.c-legend-choropleth>li {
  padding: 0;
  margin: 10px 0 0;
  -ms-flex: 1;
  flex: 1;
  list-style: none !important;
}

.c-legend-choropleth .icon-choropleth {
  display: block;
  height: 10px;
  margin-bottom: 5px;
  margin-left: 2px;
}

.c-legend-content>ul>li:nth-child(1)>p {
  margin: 0 0 0px !important;
}

.c-legend-content>ul>li>p>span {
  font-size: 10px;
  color: #252e33;
}

.square_pa_live {
  border-radius: 16px !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: 7px !important;
  margin-left: -1px !important;
  position: relative;
  float: left;
  margin-right: 10px;
}

#live_layer_container>a>div>span {
  position: absolute;
  margin-top: 1px;
  right: 26px;
}

#pa_title {
  display: none;
  position: absolute;
  left: 27px;
  top: 133px;
  background-color: #252828;
  padding: 10px;
  box-shadow: -1px -1px 3px rgb(0 0 0 / 34%);
  overflow: auto !important;
  max-height: 80%;
  min-width: 387px;
  height: 55px;
  padding-top: 17px;
  color: #77bb0b;
  font-size: 20px;
  text-align: center;
}

#theImg {
  height: 109px;
  align-items: center;
  margin-left: 32%;
  padding: 11px;
}

.layer_on {
  background-color: #cca213 !important;
}

#live_layer_container>div>a>span>img {
  float: right;
}

.relPosition_t {
  z-index: 1;
  position: absolute !important;
  /* box-shadow: none!important; */
  left: 426px !important;
  top: 71px !important;
}

.relPosition {
  z-index: 1;
  position: absolute !important;
  /* box-shadow: none!important; */
  left: 426px !important;
  top: 72px !important;
}

.live_title {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #044494;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #f0f0f0;
  padding-left: 10px;
}

.live_layer {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 100;
  color: #4e6775;
  cursor: pointer;
  padding: 7px;
  border: 1px solid #f6f4f4;
  background-color: #f6f4f4;
}

::-webkit-scrollbar-thumb {
  background: #21272e !important;
  border-radius: 0;
}

#live_layer_container {
  position: absolute;
  background-color: #f6f4f4;
  color: #202425;
  left: 28px;
  top: 131px;
  width: 385px;
  padding: 10px;
  max-height: 571px;
  overflow: auto;
  display: none;
  box-shadow: -3px 4px 12px rgb(0 0 0 / 2%);
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #e4eaec;
  border-radius: 2px;
  border: 0px solid #4388b6;
}

.mapboxgl-popup-content {
  position: relative;
  background: #f6f4f4;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  padding: 23px 10px 15px;
  pointer-events: auto;
  max-width: 400px;
  max-height: 350px;
  overflow: auto;
}

div.mapboxgl-popup-content>a {
  font-size: 22px;
  color: #1f2325;
}

div.mapboxgl-popup-content>a:focus {
  outline: 0 !important;
}

div.mapboxgl-popup-content>i {
  font-size: 12px;
  /* border-bottom: 1px dotted gray; */
  color: #94a09a;
  font-family: 'Montserrat';
}

div.mapboxgl-popup-content>ul {
  margin-top: 17px;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #f6f4f4;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #f6f4f4;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #f6f4f4;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #f6f4f4;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #f6f4f4;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #202224;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #202224;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #f6f4f4 !IMPORTANT;
}

.coll_item_title {
  font-size: 16px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 0px solid #f6f4f4;
  -webkit-box-shadow: 0 0px 0 0 #4a4a4a;
  box-shadow: 0 0px 0 0 #f6f4f4;
  max-width: 85% !important;
}

select {
  display: block !important;
}

p {
  font-family: 'Montserrat', sans-serif !important;
}

body {
  margin: 0px;
  padding: 0px;
}

#basisOfRecord {
  position: absolute;
  z-index: 999999999;
}

.top_dropdown_inner {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
}

#dddd {
  background: #ffffff !important;
  border-bottom: 0px solid white !important;
  border-top: 0px solid #ffffff !important;
  display: none;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#district_pop_main {
  background-color: #99afb3;
}

.top_dropdown {
  display: none;
  overflow: auto;
  transform: translateX(0px);
  transition-property: -webkit-transform, transform, visibility, opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  box-shadow: none;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  margin-left: 0px;
  margin-top: 4px;
  z-index: 99;
}


.map-overlay-inner select {
  width: 100% !important;
  height: 19px !important;
  font-size: 10px !important;
  padding: 1px !important;
}

html,
body {
  height: 100%;
  margin: 0px;
}

body {
  color: #404040;
  font: 400 15px/22px'Source Sans Pro', 'Helvetica Neue', Sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 338px;
  position: relative;
  height: none;
  overflow: auto;
  display: none;
  top: 51px;
  left: 19px;
  /* height: 90%; */
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn {
  border-radius: 30px !important;
}

.legend_item .legend_color {
  height: 10px;
  width: 10px;
  min-width: 10px;
  border: 1px solid gray;
}

.legend {
  padding: 33px;
  /*margin-top: 55px;*/
}

#space {
  margin-bottom: 20px;
}

.buttonalignment {
  /*position: relative;
  margin-left: -819px;
  margin-bottom: 26px !important;
  padding-bottom: 14px;*/
  margin: 26px;
}

#country_pop_title> {
  font-size: 0.9em;
}

.legend_label {
  padding-left: 10px;
}

.c-legend-choropleth .icon-choropleth {
  display: block;
  height: 15px;
  margin-top: 0px;
  margin-left: 2px;
  width: 15px;
  float: left;
  border-radius: 10px;
}

.leg-Deforestation {
  display: none;
}

.leg-Degradation {
  display: none;
}

.leg-transition {
  display: none;
}

.leg-transitionfw {
  display: none;
}

.btn,
.btn-large,
.btn-small,
.btn-flat {
  width: 56px;
  height: 56px;
  padding: 0px;
  padding: 0 8px !important;
}

.card_custom {
  background: #e0e6e600;
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding: 3px;
  position: relative;
  z-index: 1;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0rem 0 0rem 0 !important;
}

.pad2 {
  padding: 20px;
}

.map {
  position: absolute;
  top: 0;
  bottom: 0;
  /*height: 72%;*/
  width: 100%;
  background-color: #050d16;
}

h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}

a {
  color: #66a128;
  text-decoration: none;
}

a:hover {
  color: #188bc5;
}

.heading {
  background: #ea9e25c7;
  border-bottom: 1px solid #ea9e25;
  min-height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: white;
  font-weight: 100;
  font-size: 17px !important;
}

.listings {
  overflow: auto;
  max-height: 146px;
  background-color: #f5f7f7;
  display: none;
  border-bottom: 1px solid #eeeeee;
  display: none;
}

.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding-left: 18px;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.listings .item:last-child {
  border-bottom: none;
}

#listing>div>i {
  font-size: 7px;
}

#listings>div {
  font-size: 10px;
  color: #999fa0;
}

.listings .item .title {
  display: block;
  color: #4a5e60;
  font-weight: 100;
  font-size: 14px;
}

.listings .item .title small {
  font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
  color: #97bd3d;
}

.listings .item.active {
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #3e3e3e;
  border-radius: 0;
}

.boxdraw {
  background: rgba(56, 135, 190, 0.1);
  border: 2px solid #3887be;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.calculation-box {
  position: absolute;
  /* background-color: #f1f4f4; */
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  display: none;
  MARGIN-TOP: 2PX;
  right: 53px;
  width: 32%;
  top: 5px;
  z-index: 999;
}

#polygon_out_main>p>em {
  color: #43bb29;
  float: right;
  margin-right: 10px;
}

.score_lable {
  color: #3e3e3e;
  margin-bottom: 7px;
  font-size: 0.8em;
  margin-left: 10px;
}

p {
  font-family: sans-serif;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
}

#submit {
  border: none;
  background-color: #c6d8a7;
  color: #71874a;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
}

#submit:hover {
  border: none;
  background-color: #5e8d16;
  color: white;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
}

#polygon_out_main {
  height: 300px;
  background-color: #f5f8f8;

}

body>div.calculation-box>div.calculation-box_title_2 {
  margin-bottom: -23px;
}

#polygon_out_main_2 {
  color: #ffffff;
  height: 300px;
  margin-top: 1px;
  background-color: #f5f8f8;
}

.hide_text {
  color: #a8a8a8 !important;
  background-color: #ffffff !important;
  font-size: 12px;
  line-height: 17px;
}

p {
  font-family: sans-serif;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  font-family: sans-serif !important;
  color: #7c8998;
}

#country_pop_title {
  margin-bottom: 10px;
}

#district_pop_title {
  margin-bottom: 10px;
}

#draw_title {
  background-color: #dbe3e3;
}

#draw_title>p {
  font-size: 15px;
  color: #324145;
  font-weight: 100;
  padding: 10px;
  text-align: left;
  font-weight: 800;
  border-top: 1px solid #ced7d7;
  padding: 9px;
}

#draw_title_2 {
  background-color: #dbe3e3;
}

#draw_title_2>p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 100;
  padding: 10px;
  text-align: center;
}

#area_polygon_title>p {
  font-size: 15px;
  color: #a2a2a2;
  font-weight: 100;
}

#country_name_>p>i {
  float: right;
  display: none;
  margin-top: -7px;
}

#district_name_>p>i {
  float: right;
  display: none;
  margin-top: -7px;
}

#map>div.mapboxgl-control-container>div.mapboxgl-ctrl-top-right>div:nth-child(1) {
  display: none;
}

#country_name {
  z-index: 1 !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
}

.score_value_print {
  float: right;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
  background-color: #78b022;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  padding-left: 0px;
  margin-top: -4px;
  border-radius: 30px;
  text-align: center;
}

#country_pop_main {
  background-color: #ffffff;
  /* border-top: 1px solid #e5e5e5; */
  padding-left: 14px;
  /* padding-top: 8px; */
  border-bottom: 1px solid #f1f4f4;
  /* margin-bottom: 5px; */
  /* padding-bottom: 12px; */
  text-align: center;
}

output {
  display: inline-block !important;
  margin-top: -9px !important;
  position: absolute !important;
  right: 2px !important;
  font-size: 12px !important;
  /* background-color: #edf1ec!important; */
  /* padding: 1px!important; */
  /* height: 25px!important; */
  /* width: 25px!important; */
  color: #adc0c7 !important;
  /* text-align: center!important; */
  /* border-radius: 20px!important; */
  font-weight: bold;
}

input[type=range] {
  position: relative;
  color: #ffffff !important;
  background-color: #ffffff;
  border: none;
  outline: none;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  border: none !important;
}

.input-field.col label {
  left: 48px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #8b9fa6 !important;
  font-size: 10px !important;
  font-family: 'Montserrat', sans-serif !important;
  top: -4px;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #4388b6;
}

#toast-container>div>p {
  font-size: 11px;
  text-align: center;
  color: white;
}

body>div.sidebar>ul>li>div.collapsible-header.scoring_section>i {
  margin-left: 2px;
  position: absolute;
  right: 0;
}

label {
  color: #607379;
}

input[type=range]::-moz-range-thumb {
  background-color: #4388b6;
}

input[type=range]::-ms-thumb {
  background-color: #4388b6;
}

[type="checkbox"]:checked+span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #97ae78;
  border-bottom: 2px solid #97ae78;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#country_pop_title>p {
  font-size: 10px;
}

#district_popx>p {
  font-size: 25px;
  color: #ffffff;
  margin-top: -10px;
}

#country_popx>p {
  font-size: 25px;
  color: #13709d;
  margin-top: -5px;
}

#country_popx2>p {
  font-size: 25px;
  color: #68a337;
  margin-top: -5px;
}

#district_name_ {
  padding: 13px;
  color: #444444;
  font-weight: 100;
  background-color: #84989c;
  height: 50px;
  /* margin-top: -17px; */
  z-index: 999999999999999999999999999999999999;
  padding-top: 12px;
  /* border-top: 11px solid #cad2d3; */
  position: relative;
  /* margin-top: 2px; */
  border-top: 4px solid #ffffff;
}

#district_name_>p {
  font-size: 25px;
}

#country_name_ {
  padding: 13px;
  color: #f5f8f8;
  font-weight: 800;
  background-color: #606e6e;
  height: 50px;
  /* margin-top: -17px; */
  z-index: 999999999999999999999999999999999999;
  padding-top: 11px;
  border-bottom: 1px solid #dbe3e3;
  position: relative;
  z-index: 0;

}

#country_name_>p {
  font-size: 1em;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #cad2d3 !important;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #ffffff00;
  box-shadow: none;
  color: #78b022 !important;
  border: none;
}

a.mapboxgl-ctrl-logo {
  display: none !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #1e91ff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #62515100;
  border: 1px solid transparent;
  padding-top: -1px;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 0px;
  height: 30px !important;
}

.dropdown-content {
  background-color: #f6f4f4 !important;
  color: #1f2425 !important;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dropdown-content li>a,
.dropdown-content li>span {
  font-size: 16px;
  color: #98a1a5 !important;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #ffffff00 !important;
  border: none;
  outline: 0 !important;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

#custom_map_tools {
  position: absolute;
  width: 175px;
  /* height: 15px!important; */
  left: 364px;
  top: 10px;
}

#dddd {
  background: #ffffff !important;
  border-bottom: 0px solid white !important;
  padding-top: 0px;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.btn:focus {
  outline: none;
}

#btn_maps {
  padding: 3px;
  background-color: #ffffff00;
  /* border-top: 2px solid #ffffffa8; */
  border: 0px solid #ffffff;
  margin-left: 17px;
}

.map-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font: 12px/20px'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #353535c7;
  max-height: 250px;
  overflow: auto;
  z-index: 99999999 !IMPORTANT;
}


.draw_rec_custom {
  margin-right: 20px;
}

.clean_custom {
  margin-left: 20px;
}

body>div.map-overlay>fieldset {
  border: none;
}

.map-overlay fieldset {
  display: none;
  background: #2929291c;
  border: none;
  padding: 10px;
  margin: 0;
}

.map-overlay input {
  display: block;
  border: none;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
  background: #292929;
}

.map-overlay .listing {
  overflow: auto;
  max-height: 100%;
}

.map-overlay .listing>* {
  display: block;
  padding: 5px 10px;
  margin: 0;
}

.map-overlay .listing p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #bdbdbd;
  text-decoration: none;
}

.map-overlay .listing p:last-child {
  border: none;
}

.map-overlay .listing p:hover {
  background: #292929;
}

.heading>h1 {
  text-align: center;
  padding-top: 18px;
}

.mapboxgl-ctrl-geocoder .geocoder-icon-search {
  position: absolute;
  top: 20px;
  left: 10px;
}

.geocoder {
  display: none;
  position: absolute;
  margin-left: 27px !important;
  margin-top: 57px !important;
  z-index: 1;
  width: 385px !important;
  margin-left: 19px;
  top: 10px;
  background: #ffffff;
  padding: 0px;
  transition: left 0.5s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition-property: -webkit-transform, transform, visibility, opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 0%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#listingname>span:nth-child(2) {
  margin-left: 10px
}

.legend_item .legend_value {
  padding-left: 5px;
  font-size: .9em;
}

.legend_item {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.legend h4 {
  margin: 0 0 10px;
}

.legend div span {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}

#listingname {
  display: none;
  background: #333b42;
  padding: 10px;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 10px #000000;
  margin-top: 0px;
  z-index: 0 !important;
  /* border-bottom: 1px solid #eeeeee; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  margin-top: 5px;
  font-size: 18px;
}

.toast_enf {
  color: #2e6faa;
  font-size: 27px;
}

.map-overlay {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  padding: 10px;
}

.map-overlay .map-overlay-inner {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}

.map-overlay-inner fieldset {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

.map-overlay-inner fieldset:last-child {
  margin: 0;
}

.map-overlay-inner select {
  width: 100%;
}

.map-overlay-inner label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
}

#pa_titles {
  color: #35393b;
  text-align: center;
}

.highcharts-number {
  color: white;
}

.highcharts-text {
  color: #ffffff;
}

.highcharts-data-table {
  display: block;
  padding: 20px;
  background: #0e2a56;
  border: 1px px solid #33373d;
  border-top: none;
}

.input-field {
  position: relative;
  margin-top: -6px;
  margin-bottom: 3px;
}

#layer_live {
  display: none !important;
}

.top_dropdown_inner {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
}

.mapboxgl-ctrl-geocoder {
  min-width: 100%;
}

#country_var_dropdown {
  display: none;
  top: 72px;
  position: absolute;
  margin-left: 27px;
  background-color: #191d21;
  width: 386px;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 0%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  right: 56px;
}

#live_var_dropdown {
  display: none;
  top: 64px;
  position: absolute;
  margin-left: 27px;
  background-color: #f6f4f4;
  width: 386px;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 0%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#country_subtitle {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #6b7477;
}

i {
  font-size: 15px;
  text-align: justify !important;
  font-family: sans-serif;
  font-style: initial;
  color: #c5cad0;
  line-height: 1.8;
}

#protection {
  background: #1f2328;
  padding: 23px;
  /* box-shadow: 0px 6px 20px rgb(0 0 0 / 0%), 0 6px 6px rgb(0 0 0 / 32%); */
  border: 1px solid #33373d;
}

.landcover {
  background: #252525;
  padding: 23px;
}


.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
  color: rgb(255 255 255) !important;
  background-color: #c1c6c9 !important;
  FONT-SIZE: 20PX !important;
}

#layer_country {
  background-color: rgb(255 255 255 / 0%);
  width: 100%;
  padding: 5px;
  border: 1px solid #f6f4f4;
  border-radius: 2px;
  height: 3rem;
  font-size: 13px;
  color: #aeb8b9;
  font-weight: 300;
  display: none !important;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #757575 !important;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f6f4f4 !important;
  outline: none;
  height: 2.5rem !important;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 1px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  color: #8a9297 !important;
}

#main_tools {
  POSITION: relative;
  margin-right: 53PX;
  MARGIN-TOP: 6PX;
  PADDING-TOP: 7PX;
  TEXT-ALIGN: CENTER;
  background-color: #191d21;
  padding-right: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
}

.icon_custom {
  BACKGROUND-COLOR: #1f2328;
  PADDING-TOP: 10PX !IMPORTANT;
  /* BORDER-RADIUS: 12PX; */
  padding-bottom: 5px !important;
  MARGIN-LEFT: 9PX !IMPORTANT;
  MARGIN-RIGHT: 5PX !IMPORTANT;
  padding-left: 22px !important;
  padding-right: 22px !important;
  cursor: pointer;
  color: #a0a8ae;
  font-size: 17px;
  border: 1px solid #33373d;
  width: 186px !important;
}

.icon_custom:hover {
  background-color: #9fa8ad;
  color: white;
}

.top_dropdown_title {
  background-color: #78b022;
  color: #ffffff;
  padding: 10px;
  padding-left: 27px;
  font-size: 14px;
  /* text-align: center; */
  border: 1px solid #78b022;
}

#main_tools>div>div.col.s12.m6.l3.icon_custom.layers_icons>a>span {
  font-size: 17px;
}

#main_tools>div>div.col.s12.m6.l3.icon_custom.layers_icon>a>span {
  font-size: 17pz;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f6f4f4;
  background-clip: padding-box;
  border: 0px solid #f6f4f4;
  border-radius: 0px;
  outline: 0;
  height: 91%;
  color: #504c4c;
}

.modal {
  display: none;
  position: fixed;
  left: 22%;
  right: 0;
  background-color: #f6f4f4;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal .modal-footer {
  border-radius: 0px;
  background-color: #0d0d0d;
  padding: 4px 6px;
  height: 60px;
  width: 100%;
  text-align: right;
}

#toast-container {
  top: 0px !important;
  right: auto !important;
  /* bottom: 88%; */
  left: 50%;
}

.collapsible {
  position: relative;
  z-index: 999;
}

.collapsible.popout>li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 7%), 0 1px 1px 0 rgb(0 0 0 / 7%);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible {
  border: 0px solid #fff !important;
  border-right: 0px solid #ddd !important;
  border-left: 0px solid #ddd !important;
  border-bottom: 0px solid #ddd !important;
  margin: 0rem 0 0rem 0 !important;
}

.collapsible-body {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px !important;
  border-top: none;
}

body>div.calculation-box>ul>li:nth-child(1)>div.collapsible-header>i {
  position: absolute;
  right: 15px;
}

body>div.calculation-box>ul>li:nth-child(2)>div.collapsible-header>i {
  position: absolute;
  right: 15px;
}

body>div.calculation-box>ul>li:nth-child(3)>div.collapsible-header>i {
  position: absolute;
  right: 15px;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 2.2;
  padding: 0.5rem;
  background-color: #c1cdcd;
  border-left: 1px solid #c1cdcd;
  color: #607379;
  FONT-SIZE: 12PX;
  border-right: 1px solid #c1cdcd;
  border-top: 1px solid #b3c5c5;
  border-bottom: 1px solid #c1cdcd;
  margin-top: -1px;
}

.marine_eco {
  margin-bottom: 21px;
  font-size: 15px !important;
  color: #757d83;
  border-bottom: 1px solid #3d3d3d;
}

#progressbar {
  background-color: #9fa8ad38;
  border-radius: 3px;
  padding: 0px;
  margin-bottom: 10px !important;
}

#progressbar>div {
  background-color: #5dac27;
  height: 12px;
  border-radius: 2px;
  margin-bottom: 3px;
}

#progressbar_p {
  background-color: #79b9cd30;
  border-radius: 3px;
  padding: 0px;
}

#progressbar_p>div {
  background-color: #79b9cd;
  height: 12px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.coll_item_title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  color: #4c5458;

}

#coordinates_popup {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px;
  float: right;
}

.value_bar_p {
  float: right;
  color: #296274;
  margin-right: -21px;
  font-size: 11px;
  margin-top: -5px;
}

.value_bar_c {
  float: right;
  color: #4c722d;
  margin-top: -20px;
  font-size: 11px;
  margin-right: 3px;
}

.higlightpa {
  font-size: 12px;
  color: #77bb0b;
}

#tmf_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#vegetation_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#burned_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#protconn_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#freshwater_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#nightlight_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#lcc_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#pan_wrapper {
  background: #252525;
  padding: 10px;
  border-top: 7px solid #1e1e1e;
  color: #f7f7f7;
  text-align: center;
}

#pa_stats {
  z-index: 999999;
  display: none;
  position: absolute;
  /* left: 27px; */
  /* top: 133px; */
  background-color: #ffffff00;
  /* padding: 10px; */
  box-shadow: -1px 2px 4px rgb(0 0 0 / 11%);
  overflow: auto !important;
  height: 100%;
  width: 45%;
  min-height: 384px;
  box-shadow: 0 3px 20px 20px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 15%);
}

#numind {
  color: #5dac27;
}

#country_title {
  text-align: center;
  font-size: 2.14em;
  /* border: 1px solid; */
  padding: 36px;
  color: #ffffff;
  background: #1f1f1f;
  position: relative;
  width: 45%;
  display: none;
}

#c_title>a {
  color: #1f2425;
  font-size: 28px;
}

#p_title {
  color: #656b6f;
  font-size: 17px;
  border-bottom: 1px solid #e3e2e2;
  margin-top: 20px;
}

#country_name>ul>li>div.collapsible-header>i {
  float: right;
  position: absolute;
  right: 0;
}

body>div.sidebar>ul>li>div.collapsible-body>span>div>div>div>form:nth-child(10)>p>label>span {
  font-size: 11px;
}

body>div.sidebar>ul>li>div.collapsible-body>span>div>div>div>form:nth-child(10) {
  margin-left: 16px;
  margin-top: 13px;
}

.country_sel_legend_title {
  font-size: 20px;
  line-height: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #1f2325;
  border-bottom: 1px solid #80808029;
  font-weight: bold;
}

#country_sel_legend>div {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px;
}

#downloadLink {
  position: absolute;
  left: 543px;
  background-color: #9bc770;
  padding: 1px;
  top: 10px;
  display: none;
  color: #f5f8f8;
}

#downloadLink>span {
  margin-top: 4px;
}

.square_pa {
  background-color: #c5e1ef;
  border-radius: 16px !important;
  /* border: 1px solid #8fc0da!important; */
  width: 20px !important;
  height: 20px !important;
  margin-top: 10px !important;
  margin-bottom: -6px !important;
}

.circle_pa {
  background-color: #b1d2e4;
  margin-left: 7px;
  width: 5px !important;
  height: 5px !important;
  margin-right: 13px !important;
}

.delvarico {
  POSITION: ABSOLUTE;
  LEFT: 32px;
  MARGIN-TOP: 12PX;
  FONT-SIZE: 13PX;
  cursor: pointer;
  background-color: #97ae78;
  color: white;
  margin-top: 11px;
  border-radius: 20px;
}

.modal-trigger {
  background-color: #f0f8ff00;
  position: relative;
  float: right;
  right: -6px;
  font-size: 4px;
  top: 2px;
}

.modal-trigger>span {
  font-size: 17px;
  color: #cdcecf;
}

.abriopa {
  background-color: #c0cdcd14;
  padding: 1px;
  text-align: center;
  color: #616161;
  border-top: 1px solid #f1f4f4;
  margin-top: 7px;
  /* font-size: 9px!important; */
  margin-left: -14px;
  padding-left: 14px;
  margin-right: -3px;
  margin-bottom: -3px;

}

.abriopa>p {
  font-size: 10px;
}

.abriopa>p>b {
  font-size: 25px;
  color: black;
  font-weight: 100;
}