@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow");

:root {
  /* Colors: */
  --main-color-eebe4f: #eebe4f;
  --main-color-f2efe8: #f2efe8;
  --main-color-f2b950: #f2b950;
  --main-color-2b608c: #2b608c;
  --main-color-8ea3c0: #8ea3c0;
  --main-color-a6874e: #a6874e;
  --main-color-f2be22: #f2be22;
  --main-color-185359: #185359;
  --main-color-30a5bf: #30a5bf;
  --main-color-0b2b40: #0b2b40;
  --main-color-42858d: #42858d;
  --main-color-c4c9d1: #c4c9d1;
  --main-color-9296ad: #9296ad;
  --main-color-9cdaf3: #9cdaf3;
  --main-color-73a9d8: #73a9d8;
  --main-color-0f375a: #0f375a;
  --main-color-1c57a7: #1c57a7;
  --main-color-192342: #192342;
  --main-color-ffffff: #ffffff;
  --main-color-e9f9ff: #e9f9ff;

  /* Font/text values */
  --main-font-family-nunito-sans: Nunito Sans;
  --main-font-style-normal: normal;
  --main-font-weight-bold: bold;
  --main-font-weight-normal: normal;
  --main-font-size-12: 12px;
  --main-font-size-14: 14px;
  --main-font-size-16: 16px;
  --main-font-size-18: 18px;
  --main-font-size-23: 23px;
  --main-font-size-30: 30px;
  --main-font-size-35: 35px;
  --main-font-size-50: 50px;
  --main-character-spacing-0: 0px;
  --main-character-spacing-1-8: 1.8px;
  --main-character-spacing-2-3: 2.3px;
  --main-line-spacing-16: 16px;
  --main-line-spacing-18: 18px;
  --main-line-spacing-20: 20px;
  --main-line-spacing-24: 24px;
  --main-line-spacing-31: 31px;
  --main-line-spacing-40: 40px;
  --main-line-spacing-92: 92px;
  --main-text-transform-uppercase: uppercase;
  --main-text-transform-titlecase: titlecase;
}

html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mapWrapper {
  width: 77.2%;
  min-width: 77.2%;
}

#main-nav-user-name {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0.5px;
}

.map-wrapper {
  position: relative;
  min-width: 100%;
  /* Hide for Nic emebd map for news og:image
  transition: all 0.3s ease;
  */
}
#map {
  width: 100%;
  height: 100%;
}
.page-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100vh;
}

.eleInfo {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: Nunito Sans, sans-serif;
  line-height: 2;
  /* overflow-y: auto; */
  transition: all 0.3s ease;
  /* margin-top: 120px; */
  z-index: 1000;
  height: 100vh;
  bottom: 0;
  background: white;
  width: 22.8%; /*350 px*/
}

.eleInfo input {
  margin-right: 10px;
}

/* .eleInfo span {
  color: #990000;
  font-weight: 700;
} */

.layer-color {
  border-left: 10px solid;
  margin-right: 5px;
  border-radius: 5px;
}

.autocomplete {
  position: absolute;
  top: 74px;
  right: 10px;
  font-family: Nunito Sans, sans-serif;
  z-index: 900;
}

.autocomplete.shift-down {
  top: 108px;
}

.search {
  width: 90%;
  font-family: Nunito Sans, sans-serif;
}

.autocomplete input,
.search input {
  border: 1px solid transparent;
  background-color: #fff;
  /* box-shadow: 1px 1px 1px 1px rgba(170, 170, 170, 0.5); */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.autocomplete input {
  padding-left: 2.375rem;
}

.autocomplete .fa-search {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: rgba(48, 165, 191, 0.5);
}

.search input {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

.autocomplete input[type="text"],
.autocomplete input[type="search"],
.search input[type="text"] {
  background-color: #fff;
  width: 100%;
}

input:focus {
  outline: none;
}

.autocomplete-items {
  position: absolute;
  /*border: 1px solid #dfdcdc;*/
  font-size: 14px;
  border-radius: 5px;
  z-index: 99;
  top: 40px;
  left: 0;
  right: 0;
  width: 500px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.properties-wrapper {
  position: absolute;
  display: block;
  z-index: 999;
  background-color: #fff;
  margin: 60px 50px 20px 50px;
  padding: 20px 30px;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 72vw;
}

.properties-wrapper td,
.properties-wrapper-table td {
  padding: 12px 10px;
  font-size: 14px;
  text-transform: capitalize;
}

.properties-wrapper td:first-child .properties-wrapper-table td:first-child {
  font-size: 12px;
  font-family: Nunito Sans, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  width: 25%;
}

.properties-wrapper-full {
  width: 100%;
  margin: 0;
  height: 100%;
  padding-top: 105px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.border-radius-none {
  border-radius: 0;
}

.width-50vw {
  width: 50vw;
}

table.bottom-bordered {
  border-collapse: collapse;
}

table.bottom-bordered tr {
  border-bottom: 1px solid #e0e0e0;
}

.remove {
  position: absolute;
  right: 30px;
  top: 50px;
  font-size: 25px;
  margin-bottom: 5px;
  cursor: pointer;
}

.news-wrapper {
  padding: 50px 100px;
}

.company {
  padding: 15px 30px;
  margin-bottom: 20px;
  border-top: 1px solid #dcdcdc;
}

.logo {
  display: flex;
  align-items: center;
}
/* 
.nav {
  display: flex;
  justify-content: space-between;
  background: #4e639c;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 50px;
} */

.nav-item {
  padding: 40px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu {
  display: flex;
  text-align: right;
  align-items: center;
}

.news-title,
.news-link {
  font-size: 15px;
  margin-bottom: 5px;
}
.news-title {
  margin-top: 5px;
}

.project a {
  font-size: 15px;
}

.article-wrapper {
  margin-bottom: 15px;
}

.news-title span {
  font-weight: 700;
}

.project-title {
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 15px;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }
}

.flashing-layer {
  animation: fade 0.5s infinite alternate;
}

.map-news-container {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 60vh;
  overflow-y: auto;
  position: sticky;
  top: 0px;
}

.map-news-container .news-title {
  margin-top: 10px;
}

.article-provider-link-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  font-family: montserrat;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  cursor: pointer;
  transition: box-shadow 150ms;
  margin-top: 20px;
  color: #333;
}

.slimscrollbar::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
.slimscrollbar::-webkit-scrollbar-track {
  background: transparent !important;
}
.slimscrollbar::-webkit-scrollbar-thumb {
  background: #b9b9b9 !important;
  border-radius: 8px !important;
}
.slimscrollbar::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e !important;
}

@media only screen and (max-width: 360px) {
  .article-provider-link-btn {
    width: 100%;
    font-size: 11px;
  }

  .article-provider-link-btn .external-link-icon {
    display: none;
  }

  .article-provider-link-btn .article-link-btn-text {
    text-align: center;
  }
}

.article-provider-link-btn:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
}

.news-item {
  margin-bottom: 45px;
  padding-right: 20px;
}

.news-item figure.table {
  margin: unset !important;
}

.news-date-and-tags-wrapper {
  display: flex;
  justify-content: space-between;
}

.news-tags-container {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.news-tags-item:first-of-type {
  margin-right: 0;
}

.news-tags-item {
  padding: 4px 6px;
  border: 1px solid #639aa6;
  color: #639aa6;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

.news-date {
  color: #979797;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.news-title,
.news-link {
  font-size: 15px;
  margin-bottom: 5px;
}

.news-title {
  margin-top: 5px;
}

.article-excerpt {
  font-size: 0.9rem;
}

.news-title {
  font-size: 22px;
}

.news-article-wrapper h1,
.news-title {
  color: #1d254d;
}

.news-title {
  line-height: 1.2;
  font-size: 1.4rem;
}

.projects-wrapper {
  margin-bottom: 50px;
}

.news-article-wrapper {
  padding: 10px 80px 50px 100px;
  display: flex;
}

.companies-wrapper {
  width: 70%;
  margin-right: 60px;
}

.projects-wrapper {
  margin-top: 100px;
  position: sticky;
  top: 10px;
}

.back-btn {
  margin-left: 50px;
  margin-top: 30px;
  cursor: pointer;
}

.back-btn span {
  font-size: 1.2rem;
  margin-right: 5px;
}

.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  /* padding-left: 30px !important; */
  border-bottom: 2px solid #f8f8f8;
}

/* .accordion:hover {
  background-color: #f0f0f0;
} */

.accordion.active {
  border-bottom: none;
}

.accordion.active + div.panel:not(.sub-panel) {
  border-bottom: 2px solid #f8f8f8;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* .active:after {
  content: "\2212";
} */

.accordion.arrow:after,
.expandable:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}

.accordion.arrow.active:after,
.expandable.active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
}

.accordion.none:after {
  visibility: hidden;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel div {
  margin: 10px 10px;
}

.tablink {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
  margin-top: 30px;
  font-family: Nunito Sans, sans-serif;
}

.tablink:hover,
.tablink-active {
  color: #1d254d;
}

.properties-wrapper .tablink .active-underline {
  margin-top: 15px;
}

.properties-wrapper .tabcontent table {
  margin-top: 15px;
}

.properties-wrapper .tabcontent {
  max-height: 70vh;
  width: 100%;
  overflow-y: auto;
}

.tabcontent {
  display: none;
  /*padding: 80px 0 30px 0;*/
  height: 100%;
}

.tabcontent .holder {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-divider {
  border-right: 2px solid #dcdcdc;
  height: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 28%;
  min-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.2s;
  border-radius: 8px;
}

@keyframes animatetop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .warning-message {
  display: block;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 8px 25px;
}

.modal-body {
  padding: 8px 25px;
}

.modal-header {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.8px;
}

.modal-body .b-tab iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -55px;
}

.modal-header h3,
.modal-content h3 {
  margin-top: 40px;
}

.modal-content h3 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
}

.modal-body {
  margin-bottom: 40px;
}

.modal-tabs {
  margin-bottom: 20px;
  display: flex;
}
.modal-tabs .tablink {
  margin-top: 0;
  float: none;
  transition: color 0.2s ease;
}

.modal-body .tabcontent {
  padding: 0;
}

.modal-tabs .tablink.tablink-modal-active {
  color: #1d254d;
  background-color: #fff;
}

.modal-tabs .tablink.tablink-modal-active .active-underline,
.tablink-active .active-underline {
  border-bottom: 2px solid #1d254d;
  display: block;
  margin-left: 20%;
  margin-right: 20%;
}

.modal-tabs .tablink:hover {
  background-color: inherit;
  color: #1d254d;
}

.modal-tabs button {
  width: 50%;
  font-size: 14px;
  background-color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.modal-tabs button .button-text {
  margin-bottom: 8px;
  display: block;
}

.register-footer {
  display: flex;
}

.register-footer input {
  width: 15px !important;
  height: 15px !important;
}

.form-footer span {
  padding-left: 5px;
  text-align: left;
}

.form-wrapper button:disabled,
.form-wrapper button.disabled,
.form-wrapper .disabled-button {
  background-color: #999;
  color: #fff;
  opacity: 0.7;
}

.group-field {
  display: flex;
  align-items: center;
}

.group-field input {
  width: 40% !important;
  margin-right: 7px;
}

.group-field i {
  margin-left: 5px;
  cursor: pointer;
}

.form-wrapper button[disabled="disabled"]:hover,
.form-wrapper .disabled-button:hover {
  opacity: 1;
  background-color: #999;
  color: #fff;
}

.form-wrapper input,
.form-wrapper button,
.form-wrapper select,
.form-wrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 12px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  font-size: 14px;
}

.form-wrapper input.small,
.form-wrapper button.small,
.form-wrapper select.small,
.form-wrapper textarea.small {
  padding: 5px !important;
  font-size: 11px !important;
  width: auto !important;
}

.form-wrapper select:focus,
.form-wrapper textarea {
  outline: none;
}

.form-wrapper select.theme-select {
  background: white;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  padding: 10px !important;
  border-radius: 10px;
  color: #666;
}

.form-wrapper button {
  margin-top: 10px;
  text-transform: uppercase;
  background-color: #30a5bf;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.form-wrapper button:hover {
  opacity: 0.8;
}

.form-footer {
  text-align: center;
  margin-top: 30px;
}

.form-links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1d254d;
  cursor: pointer;
}

.form-links span:hover {
  opacity: 0.8;
}

.form-wrapper.register .form-links {
  justify-content: center;
}

.form-links.company-register-links {
  justify-content: space-between !important;
}

.form-wrapper .message div {
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.form-wrapper .message div {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  margin-top: 1rem;
}

.profile {
  display: none;
  position: relative;
}

.profile a i {
  margin-left: 8px;
}

.profile .nav-item:hover {
  background-color: transparent;
}

.submenu {
  display: none;
  list-style-type: none;
  margin: 0;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  height: auto;
  position: absolute;
  top: 39px;
  left: -75px;
  z-index: 9999;
  padding: 0;
  width: 150%;
  font-weight: 700;
  animation: fade-submenu 0.2s;
}

@keyframes fade-submenu {
  from {
    opacity: 0;
  }
}

#user-menu-item-auth {
  background-color: transparent;
  border: none;
  width: 205px !important;
}

#user-menu-item-auth .account-menu-inner-wrapper {
  background-color: white;
  border-radius: 10px;
  margin-top: 6px;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #dcdcdc;
}

#account-menu-user-info-wrapper {
  background-color: #f2f2f2;
  border-radius: 10px;
  text-align: center;
}

#account-menu-user-name {
  font-size: 13px;
  text-transform: uppercase;
}

#user-menu-item-auth .account-menu-menu-subsection {
  padding: 0.5rem;
  border-bottom: 1px solid #ededed;
}

#user-menu-item-auth .account-menu-menu-subsection:last-of-type {
  border-bottom: 0;
}

.account-menu-subheader {
  font-weight: bold;
  font-size: 15px;
}

#user-menu-item-auth .account-menu-item a {
  text-decoration: none !important;
  font-size: 13px !important;
  padding: 0 !important;
  text-transform: none !important;
  color: #333;
}

#user-menu-item-auth .account-menu-item {
  font-size: 13px !important;
  opacity: 0.7 !important;
  font-weight: normal !important;
  padding: 0.25rem 0 !important;
  padding-left: 0.25rem !important;
  cursor: pointer !important;
  display: flex;
  gap: 0.25rem !important;
  align-items: center !important;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.account-menu-item-icon-wrapper {
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.account-menu-item svg {
  height: 13px;
}

.account-menu-item:hover {
  /* text-decoration: underline; */
  opacity: 1;
  color: #30a5bf;
  /* color: #1d1d1d; */
}

.account-menu-item:hover a {
  color: #30a5bf !important;
}

.account-menu-item:hover svg {
  fill: #30a5bf;
  transform: scale(1.2);
}
.account-menu-item:hover svg path{
  fill: #30a5bf;
}

#nav-new .account-menu-item a {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  text-transform: none;
}

.hover-dropdown a:hover + .submenu.active-menu,
#hover-dropdown a:hover + .submenu,
#hover-dropdown-2 a:hover + .submenu,
div.profile a.nav-item:hover + .submenu,
.submenu:hover {
  display: block;
}

.submenu li,
.submenu a {
  /* padding: 15px 15px 15px 10px; */
  padding: 8px 16px;
  font-size: 12px;
  text-transform: uppercase;
}

ul.submenu li:hover,
ul.submenu a:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.article-buttons {
  margin-top: 15px;
  display: flex;
}

.article-buttons a {
  /* color: #fff;
  background-color: #30a5bf;
  border: 1px solid rgba(29, 37, 77, 0.4);
  padding: 10px 20px;
  transition: background-color 0.2s ease; */

  text-decoration: none;
  background: #30a5bf;
  box-shadow: 0px 3px 10px #0000001a;
  color: white;
  border-radius: 10px !important;
  width: auto !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
  margin-right: 8px !important;
}

/* .article-buttons a:hover {
  background-color: rgba(29, 37, 77, 0.9);
} */

.news-title {
  font-size: 22px;
}

a,
.news-article-wrapper h1,
.news-title {
  color: #1d254d;
}

.news-article-wrapper h1,
.projects-wrapper h3 {
  font-weight: 500;
}

.news-article-wrapper h1 {
  margin-bottom: 0;
}

.companies {
  padding: 2% 5%;
}
.dashboard table {
  border-collapse: collapse;
  width: 100%;
}

.dashboard td {
  border: 1px solid #ddd;
  padding: 12px 8px;
}

.dashboard td {
  cursor: pointer;
}

.dashboard td:last-child {
  text-align: center;
}

.dashboard tr {
  transition: all 0.2s ease;
}
.dashboard tr:nth-child(odd) {
  background-color: rgba(248, 248, 248, 0.5);
}

.dashboard tr:hover {
  background-color: rgba(248, 248, 248, 0.8);
}

.dashboard th {
  padding: 12px 10px 12px 10px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  background-color: #b89403;
  color: white;
  border: 1px solid #dcdcdc;
}

.dashboard .company-card th {
  background-color: #f8f8f8;
  color: #333;
}

.capitalize {
  text-transform: capitalize;
}

.top-bar {
  margin-bottom: 20px;
}

.top-bar i {
  margin-right: 5px;
  color: #999;
}

.top-bar button {
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  padding: 10px 32px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.top-bar button:hover {
  background-color: #f8f8f8;
}

.company-modal .modal-content {
  width: 70%;
}

.company-modal .company-form {
  padding: 8px 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.company-modal .form-wrapper {
  width: 60%;
}

.upload-wrapper label {
  display: block;
  width: 100%;
  padding: 15px 12px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  text-align: center !important;
  transition: background-color 0.2s ease;
}

.upload-wrapper label:hover {
  background-color: #f8f8f8;
}

.file-chosen {
  padding-top: 15px;
}

.file-chosen div {
  margin-bottom: 5px;
}

.company-modal .message div {
  font-weight: 500;
  font-size: 15px;
}

.companies td i {
  padding: 0 10px;
}

.confirm-modal {
  padding-top: 10%;
}

.confirm-modal button {
  background-color: #fff;
  margin-bottom: 5px;
  padding: 10px 32px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.confirm-modal button:hover {
  background-color: #f8f8f8;
}

.confirm-modal .btn-alt {
  background-color: #30a5bf;
  color: #fff;
  transition: all 0.2s ease;
}

.confirm-modal .btn-alt:hover {
  background-color: #30a5bf;
  color: #fff;
  opacity: 0.8;
}

.btn-alt:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.confirm-modal .modal-header {
  margin-bottom: 0;
}

.confirm-modal .modal-header h3 {
  margin-bottom: 0;
}
.confirm-modal .modal-body {
  padding-top: 0;
}

.confirm-modal .modal-body p {
  text-align: center;
  font-size: 16px;
}

.confirm-modal .modal-btns {
  margin-top: 20px;
  text-align: center;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: #888 !important;
  color: #fff !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 6px !important;
}

.leaflet-container a.leaflet-popup-close-button {
  padding: 10px 26px 0 0 !important;
  font-size: 24px !important;
  color: #333;
  opacity: 0.7;
}

.leaflet-popup-content {
  margin: 14px 25px 14px 18px !important;
  font-size: 13px !important;
  font-family: inherit !important;
  letter-spacing: 0.5px !important;
  font-family: Nunito Sans, sans-serif !important;
}

.news-tooltip {
  font-family: Nunito Sans, sans-serif !important;
}

.active-layer {
  /* position: absolute;
  right: -37px;
  top: 165px; */
  background-color: #30a5bf;
  z-index: 9999;
  color: #fff;
  /* margin-top: 68px;
  margin-left: 10px; */
}

.active-layer h4 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.active-layer h4,
.active-layer .layer-select-item {
  padding: 5px 40px 5px 10px;
  font-size: 14px;
  color: white;
}

.active-layer .layer-select-item:first-of-type {
  border-top: 1px solid #666;
}

.active-layer .layer-select-item:last-child {
  margin-bottom: 15px;
}

.active-layer .layer-select-item {
  cursor: pointer;
  border-bottom: 1px solid #666;
  font-size: 12px;
}

.active-layer .active-item {
  font-weight: bold;
  color: white;
}

#snackbar {
  min-width: 344px;
  margin-left: -125px;
  background-color: #323232;
  color: #fff;
  border-radius: 4px;
  padding: 15px 15px 15px 20px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  font-size: 14px;
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
  bottom: -100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

#snackbar i {
  font-weight: 700;
  padding-left: 10px;
  color: #b89403;
  cursor: pointer;
  border-left: 2px solid #666;
}

.snack-close {
  margin-left: 10px;
}

#snackbar.show {
  animation: fadein 0.5s;
  bottom: 30px;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

#snackbar.hide {
  animation: fadeout 0.5s;
  bottom: -100px;
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.sub-panel {
  padding: 0;
  margin: 0;
}

/* .sub-panel button {
  padding-left: 40px !important;
  background-color: #f8f8f8;
} */

.dashboard {
  padding: 65px 0 28px;
  background-color: #f0f0f0;
  min-height: 100vh;
}

.card {
  border-radius: 12px;
  padding: 10px 20px 30px 20px;
  /*border: 1px solid #dcdcdc;*/
  margin: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 8%);
  height: fit-content;
}

.profile-card {
  width: 90%;
  text-align: left;
  padding: 10px 30px 50px 30px !important;
}

.project-list-header a {
  text-decoration: none;
}

.card-wrapper {
  display: flex;
}

.card h3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 25px;
  margin-left: 5px;
}

.options-card {
  width: 15%;
  background-color: transparent;
  box-shadow: none;
}

.options-card {
  border: 0;
  padding: 0;
}

.options-card button {
  background-color: #fff;
  color: #333;
  font-size: 12px;
  transition: all 0.2s ease;
}

.options-card button:hover {
  background-color: #30a5bf;
  color: #fff;
}

.no-projects {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-transform: uppercase;
  font-size: 12px;
}

.project-list-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.project-list-header .form-wrapper {
  width: 7%;
}

.project-list-header button {
  font-size: 10px !important;
  width: 100% !important;
}

.quantity {
  text-align: center;
}

.subscribe-modal h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 50px;
}

.nsr select {
  width: 15%;
  margin-right: 5px;
}

.projects-list-card,
.agent-list {
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  margin-bottom: 5px;
}

.agent-list {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

.delete-project-icon-wrapper {
  float: right;
  cursor: pointer;
}

.card button {
  background-color: #b89403;
  width: 30%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding: 10px 12px;
  border-color: #b89403;
  margin-top: 20px;
  letter-spacing: 0.5px;
  font-family: Nunito Sans, sans-serif;
}

.card-container {
  width: 45%;
}

.card-wrapper {
  justify-content: center;
}

.small-container {
  width: 35%;
}

.form-wrapper input,
.form-wrapper button,
.form-wrapper select {
  border: 1px solid #e0e0e0;
}

.company-card .group-field input {
  width: 45% !important;
}

.left-menu-btn-wrapper {
  font-size: 20px;
  position: relative;
}

.left-menu-btn {
  color: #fff !important;
  padding: 0 12px;
  padding-left: 13px;
  cursor: pointer;
  background-color: #30a5bf;
  position: absolute;
  right: -37px;
  top: 120px;
}

#modalWidthToggler {
  color: #fff !important;
  font-size: 20px;
  padding: 7px 12px;
  cursor: pointer;
  background-color: #30a5bf;
  position: absolute;
  left: -36px;
  top: 175px;
}

.left-panel-menu-closed {
  width: 0;
}

.full-map-size {
  min-width: 100%;
}

.right-menu-btn {
  color: #fff;
}

.company-news .eleInfo h3 {
  text-align: center;
  text-transform: uppercase;
}

.company-news .eleInfo {
  text-align: center;
}

.company-news .company-news-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.company-news .eleInfo input {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.company-news .eleInfo .group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-news .eleInfo .group label {
  width: 50px;
  font-weight: 700;
  text-align: left;
}

.company-news .eleInfo .group input {
  width: 72%;
  margin-left: 0;
  margin-right: 0;
}

.search-filter {
  margin-bottom: 20px;
}

.date-ranges {
  margin-bottom: 20px;
}

.date-ranges .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.date-ranges .check-container input:checked ~ .checkmark {
  background-color: #b89403;
}

.date-ranges .check-container.brand input:checked ~ .checkmark {
  background-color: #1d254d !important;
}

.date-ranges .check-container span {
  cursor: pointer;
  padding: 7px 12px;
  background-color: #888;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

#news-filter-panel .check-container span {
  padding: 7px;
  font-size: 11px;
}

.company-news .properties-wrapper h3 {
  text-transform: uppercase;
  color: #b89403;
}

.clear-filter {
  color: #b89403;
  text-align: right;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
}

.view-more {
  cursor: default;
}

.view-more:hover {
  background-color: #fff !important;
}

.view-more span,
.view-more-project {
  color: #1e90ff;
  font-size: 11px;
  text-transform: uppercase;
}

.view-more-project {
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 15px;
  text-transform: none;
  font-size: inherit;
  color: #fff;
  background-color: #30a5bf;
  border: 1px solid rgba(29, 37, 77, 0.4);
  padding: 6px 20px;
  width: 12.5%;
  text-align: center;
  transition: background-color 0.2s ease;
}

.view-more span:hover {
  text-decoration: underline;
}

.view-more-modal {
  width: 60vw;
}

.search-result-item {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.search-result-item div span {
  font-weight: bold;
}

.view-more-content {
  max-height: 70vh;
  overflow-y: auto;
}

.loader {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #1d254d;
  width: 40px;
  height: 40px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.radio-group {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}

.radio-group input {
  width: 20%;
  text-align: right;
}

.radio-group label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
}

.radio-sub-group {
  width: 30%;
  display: flex;
  align-items: center;
}

.upload-wrapper input {
  display: none;
}

.upload-wrapper {
  margin-top: 15px;
  width: 65%;
}

.project-ownership-card {
  width: 50%;
}

.radio-sub-group label {
  margin-bottom: 0 !important;
}

.radio-group label,
.radio-sub-group label {
  color: inherit !important;
}

.form-wrapper label {
  text-align: left;
  margin-bottom: 8px;
  display: inline-block;
  color: #9a9a9a;
  font-size: 12px;
  font-family: Nunito Sans, sans-serif;
}

.project-page .card,
.company-card {
  text-align: left;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  margin-bottom: 25px;
}

.card h4 {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-bottom: 0;
}

.project-page .group-field div input,
.project-page .group-field div select,
.company-card .group-field div input,
.company-card .group-field div select {
  width: 100% !important;
}

.exhange-select {
  width: 70% !important;
  margin-left: 10px;
}

.project-page #addTicker,
.project-page .cancel {
  margin-top: 20px;
  margin-left: 10px;
}

.radio-sub-group input {
  margin-bottom: 0;
}

.add-more {
  margin-left: 0 !important;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-more i {
  color: #666;
}

.btn-group {
  display: flex;
}

.card-sub-wrapper {
  width: 50%;
}

.card-sub-wrapper.smaller-card {
  width: 35%;
  margin-right: 20px;
}

.card-sub-wrapper .card {
  width: 100%;
}

.project-options h4 {
  margin-bottom: 25px;
  margin-top: 50px;
}

.project-nsr div {
  margin-right: 20px;
  width: 100%;
}

.project-nsr div:last-child {
  width: 40%;
}

.project-page .group-field i,
.company-card .group-field i {
  margin-top: 20px;
  margin-left: 10px;
}
.single-column-group {
  width: 85%;
}

.additional-projects {
  width: 100%;
}

.additional-projects-title,
.generate-link-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
}

.additional-projects td {
  text-align: center;
  padding-bottom: 0;
  padding-top: 5px;
}

.additional-projects td span,
.generate-link-btn,
.view-project-profile-btn {
  padding: 9px 50px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  width: 250px !important;
  margin: 0 auto;
  font-family: Nunito Sans, sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}

.additional-projects td span:hover,
.generate-link-btn:hover,
.view-project-profile-btn:hover {
  background-color: #f8f8f8;
}

.generate-link-title {
  margin-top: 40px;
}

.generate-link-result {
  display: none;
  text-align: center;
}

.generate-link-result input {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.generate-link-btn,
.view-project-profile-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-map {
  position: fixed;
  right: 5px;
  bottom: 0;
  z-index: 1000;
}

.logo-map img {
  width: 80px;
}

.payment-result,
.notification-with-icon {
  text-align: center;
}

.payment-result i,
.notification-with-icon i {
  font-size: 80px;
}

.payment-result i.red,
.notification-with-icon i.red {
  color: #990000;
}

.payment-result i.green,
.notification-with-icon i.green {
  color: green;
}

.tiers-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tiers-wrapper div {
  border: 1px solid #dcdcdc;
  padding: 60px 32px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.tiers-wrapper div:hover {
  background-color: #f0f0f0;
}

.active-tier {
  border: 3px solid #b89403 !important;
}

.subscriptions-wrapper {
  margin: 50px 100px;
}

.subscription-tiers-wrapper {
  display: flex;
  justify-content: space-between;
}

.subscription-tier {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  width: 24%;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 8%);
}

.subscription-tier h2,
.subscription-tier h4 {
  text-align: center;
}

.subscription-tier h4 {
  margin-top: 5px;
}

.subscription-tier ul {
  text-align: left;
}

.subscription-tier h5 {
  font-size: 15px;
}

.subscription-tier.early-adopters {
  background-color: rgba(255, 187, 0, 0.3);
}

.subscription-tiers-wrapper h2 {
  letter-spacing: 0.5px;
  font-size: 28px;
  margin-bottom: 2px !important;
}

.subsciption-select {
  text-align: center;
  margin-top: 30px;
}

.subsciption-select div {
  margin-top: 10px;
}

.subscription-divider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #666;
  width: 50%;
}

.subscription-footer {
  margin-top: 50px;
}

.subscriptions-wrapper h1 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 45px;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
}

.quantity-wrapper span {
  font-size: 18px;
  font-weight: 500;
}

.quantity-wrapper input {
  width: 80px;
  margin-left: 20px;
  padding: 10px 12px;
  margin-bottom: 0;
}

.additional-projects-wrapper {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 8%);
  padding: 40px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.subscriptions-container h1,
.subscriptions-container h2,
.subscriptions-container h3,
.subscriptions-container h4,
.subscriptions-container h5,
.subscriptions-container h6 {
  font-family: Nunito Sans, sans-serif;
}

.additional-projects-wrapper h2 {
  margin-bottom: 40px;
}

.additional-projects-section {
  display: flex;
}

.additional-projects-section .left-section {
  width: 65%;
  padding-right: 70px;
}

.additional-projects-section .right-section {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 30px 30px 40px 30px;
  width: 30%;
  height: fit-content;
}

.right-section-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.subtotal {
  margin-top: 100px;
  text-align: center;
}

.project-setup .form-wrapper {
  margin-top: 20px;
  width: 60%;
}

.additional-projects-wrapper .form-wrapper label {
  color: #666;
}

.project-embed-setup {
  margin-top: 20px;
}

.additional-projects-wrapper .total {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.additional-projects-wrapper .form-wrapper .pay-now {
  font-weight: 700 !important;
  padding: 22px 0;
}

.pl-10px {
  padding-left: 10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.display-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-start {
  justify-content: start;
}

.items-center {
  align-items: center;
}

.brand-bg {
  background-color: #1d254d !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.brand-text {
  color: #1d254d !important;
}

.white-text {
  color: #ffffff !important;
}

.black-text {
  color: #000000 !important;
}

/* Switch Style */
.toggle-control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: green;
}
.toggle-control input:checked ~ .control:after {
  left: 20px;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 35px;
  border-radius: 10px;
  background-color: darkgray;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  transition: left 0.15s ease-in;
}

.w-100 {
  width: 100% !important;
}

.btn::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.btn.loading {
  color: transparent !important;
}

.btn.loading::after {
  opacity: 1;
}

.editor-save {
  width: 25%;
  margin: 10px 0;
}

.profile-content {
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 8%);
  padding: 20px 50px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 12px;
}

#serviceProviderDataModal .modal-logo {
  width: unset !important;
  height: 60px;
}

#serviceProviderDataModal #serviceProviderDataModalTabs .close {
  order: 2;
  margin-left: 20px;
  color: black;
  background-color: transparent;
  border: 0;
  height: unset;
  width: unset;
}

#serviceProviderDataModal #serviceProviderDataModalTabs {
  flex-direction: row !important;
}

.profile-content iframe {
  width: 100%;
  min-height: 600px;
}

.profile-content-wrapper {
  background-color: #f7f7f7;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.profile-content {
  width: 75%;
}

.company-content {
  width: 100%;
}

.profile-content.side-bar {
  width: 300px;
  padding: 20px;
  height: calc(100vh - 180px);
  overflow: auto;
}

.profile-company-name {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  font-family: Nunito Sans, sans-serif;
}

.profile-ticker {
  margin-bottom: 200px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito Sans, sans-serif;
}

.profile-button {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #dcdcdc;
  text-transform: uppercase;
  transition: all 0.2 ease;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4;
}

.profile-button:hover {
  background-color: #d3d3d3;
}

.view-profile-title {
  margin-bottom: 40px;
}

.btn-icon {
  text-decoration: none;
  background-color: #30a5bf;
  color: #fff;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 50px;
  height: 40px;
}

.btn-primary,
.btn-primary-light {
  text-decoration: none;
  background-color: #30a5bf;
  color: #fff;
  margin-bottom: 5px;
  padding: 10px 32px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-primary-light {
  background-color: #30a5bf;
}

.btn-dark {
  background-color: #333;
}

.btn-primary:hover,
.btn-primary-light:hover,
.btn-icon:hover {
  opacity: 0.8;
}

.btn-sm {
  padding: 10px 12px;
  font-size: 12px;
}

.btn-md {
  padding: 12px 25px;
  font-size: 14px;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 16px;
}

.btn-full {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-p-sm {
  padding: 10px;
}

.font-bold {
  font-weight: bold;
}

.font-400 {
  font-weight: 400;
}

.profile-editor {
  padding: 30px;
  margin-bottom: 0;
}

.editor-save button {
  padding: 9px 12px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.side-bar h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.side-bar .upload-wrapper label {
  padding: 12px 5px;
  width: 250px !important;
}

.side-bar .upload-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.profile-editor-uploads {
  text-align: center;
}

.profile-editor-uploads label {
  margin-left: auto;
  margin-right: auto;
}

.side-bar .file-chosen {
  word-wrap: break-word;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
}

.profile-editor-uploads .btn-group {
  justify-content: center;
}

.download-link {
  word-wrap: break-word;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: start;
  display: block;
  color: #1d254d;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
}

.documents {
  margin-bottom: 70px;
}

.auto-complete-wrapper {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 8%);
  z-index: 999;
}

.auto-complete-wrapper .auto-complete-item {
  border: 1px solid #f0f0f0;
  padding: 8px 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.auto-complete-wrapper .auto-complete-item .autocomplete-item-btn-wrapper {
  display: inline-block;
  border: 1px solid lightgray;
  padding: 0.25rem 1rem;
  border-radius: 1000px;
  background-color: #30a5bf;
  color: white;
}

.auto-complete-wrapper .auto-complete-item:hover {
  background-color: #f8f8f8;
}

.project-page form {
  position: relative;
}

.deposit-section {
  background-color: rgba(255, 187, 0, 0.3);
}

.subscription-tier {
  position: relative;
}
.subscription-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.project-setup-quantity {
  width: 15% !important;
}

.widget-code {
  margin-bottom: 25px;
  background-color: #f8f8f8;
  padding: 10px 10px;
}

.personal-user-type {
  position: relative;
}

.personal-user-type-input {
  display: flex;
  align-items: center;
}

.personal-user-type-input i {
  margin-left: 5px;
}

.company-project-list-row:hover {
  background-color: transparent !important;
  cursor: default !important;
}
.company-project-list-row:hover {
  cursor: default !important;
}

.subs-group {
  margin-left: 20%;
}

.subs-group input {
  margin-right: 15px;
}

.full-width-dashboard-card {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.full-width-dashboard-card .card button {
  width: 15%;
}

.full-width-dashboard-card .profile-button {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.full-width-dashboard-card th {
  text-align: center;
}

.full-width-dashboard-card .subs-group {
  margin-left: auto;
  margin-right: auto;
}

.group-btns {
  display: flex;
  justify-content: center;
}

.group-btns button {
  margin-left: 0;
  margin-right: 15px;
}

.deposits-group .group-field,
.mineralized-zones .group-field {
  align-items: flex-start;
}

.deposits-group i,
.mineralized-zones i {
  margin-top: 43px !important;
}

.form-wrapper .widget-label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #333;
}

.btn-primary.arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  color: #fff;
  font-weight: bold;
  margin-left: 25px;
  font-size: 16px;
}

.subscription-select {
  margin-bottom: 10px;
}

.btn-primary.arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  color: #fff;
  font-weight: bold;
  margin-left: 25px;
  font-size: 16px;
}

.left-menu-icon {
  position: absolute;
  height: 40px;
  width: 10px;
  top: 7px;
  left: 8px;
  display: flex;
  align-items: center;
}

.left-menu-color {
  position: absolute;
  height: 40px;
  width: 10px;
  top: 7px;
  left: 0;
}

.red-marker-bg {
  background: #ea4b36;
}

.violet-marker-bg {
  background: #90adfb;
}

.blue-marker-bg {
  background: #4596ce;
}

/* Floating Loader */
.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: folding 2.5s infinite linear both;
  -moz-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -webkit-transform: rotateZ(90deg) scale(1.1);
  -moz-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}
.cube-folding .leaf3 {
  -webkit-transform: rotateZ(270deg) scale(1.1);
  -moz-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}
.cube-folding .leaf4 {
  -webkit-transform: rotateZ(180deg) scale(1.1);
  -moz-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-webkit-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.floating-loader-wrapper {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  /* background: #000000; */
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to left, #000000, #666666); */
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to left, #000000, #666666); */
  text-align: center;
  transform: scale(0.5);
}
.cube-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  -moz-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-animation: text 0.5s ease infinite alternate;
  -moz-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-ms-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-ms-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

.company-projects-header {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.delete-permanently {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  width: 330px;
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 15px;
  position: absolute;
  z-index: 1;
  bottom: 135%;
  left: -20%;
  margin-left: -60px;
  font-size: 12px;
  text-transform: uppercase;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.remember-me,
.district-outline input {
  text-align: left;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
}

.remember-me-wrapper,
.district-outline-wrapper {
  display: flex;
  align-items: center;
}
.remember-me-wrapper span,
.district-outline span {
  margin-left: 5px;
  font-size: 14px;
}

.subscription-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-color: #f8f8f8;
  cursor: pointer;
}

.user-radio-group {
  display: flex;
  justify-content: space-between;
}

.user-radio-group label,
.find-us-label {
  color: #333 !important;
}

.user-radio-group label {
  font-size: 14px !important;
  margin-right: 3px;
}

.find-us-label {
  margin-top: 10px;
  margin-bottom: 2px !important;
  font-size: 15px !important;
}

.user-radio-group input {
  width: auto !important;
  padding: 0;
  margin-right: 15px;
}

.subs-cover {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

/* New Nav Style */
#nav-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color:rgba(29, 37, 80, 0.95); */
  background-color: #192342;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
  /* clip-path: polygon(0 0, 100% 0, 100% 700%, 7% 100%); */
  z-index: 99999;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#nav-new a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 0.8rem;
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid transparent;
}

/* #nav-new a.on-hover:hover:before,
#nav-new a.active-link:before {
  content: "";
  position: absolute;
  top: 30px;
  background: #ffffff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: -3px;
} */

#nav-new a.on-hover:hover,
#nav-new a.active-link {
  border-bottom: 3px solid #ffffff;
}

/* background-color: var(--main-color-f2be22);
border-color: var(--main-color-f2be22);
font: var(--main-font-style-normal) normal var(--main-font-weight-bold) var(--main-font-size-14)/var(--main-line-spacing-18) var(--main-font-family-nunito-sans);
letter-spacing: var(--main-character-spacing-1-8);
color: var(--main-color-ffffff) !important;
text-transform: uppercase; */

#nav-new .cta-btn,
.cta-btn {
  background: var(--main-color-f2be22);
  color: white;
  text-decoration: none;
  /* border:1px solid white; */
  border-radius: 5px;
  padding: 8px 24px;
  text-transform: uppercase;
  letter-spacing: var(--main-character-spacing-1-8);
  font-weight: bold;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  /* animation: blinkingBackground 5s infinite; */
}
@keyframes blinkingBackground {
  0% {
    background-color: darkgoldenrod;
  }
  25% {
    background-color: darkorange;
  }
  50% {
    background-color: darkred;
  }
  75% {
    background-color: darkorange;
  }
  100% {
    background-color: darkgoldenrod;
  }
}
#nav-new .cta-btn:hover,
.cta-btn:hover {
  /* background:darkred;
  color:white;
  animation: none; */
  box-shadow: none;
}

#account-menu-activate-pro {
  width: calc(100% - 8px);
  text-align: center;
  background-color: #f2be22;
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  letter-spacing: unset;
  margin-top: 2px;
  margin-left: 4px;
  display: none;
  background: var(--main-color-f2be22);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}

#account-menu-activate-pro:hover {
  background-color: #cfa31d;
}

/* .cta-btn.animated-btn */
.cta-btn.animated-btn {
  border: none;
  /* background: #f2be22; */
  /* background: linear-gradient(0deg, #f2be22 0%, #f00 100%); */
  color: #fff;
  overflow: hidden;
}
.cta-btn.animated-btn:hover {
  text-decoration: none;
  color: #fff;
}
.cta-btn.animated-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3.5s ease-in-out infinite;
}

#view-additional-layers-map-button:hover,
#view-additional-layers-btn:hover {
  background-color: #eeca5b !important;
}

.cta-btn.animated-btn:hover {
  /* opacity: .7; */
  background-color: #f00 !important;
}
.cta-btn.animated-btn:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* .leaflet-marker-icon.client, .leaflet-map-icon.client {
  filter: 
      drop-shadow( 1px  0px 0px rgba(0,0,0,0.7)) 
      drop-shadow(-1px  0px 0px rgba(0,0,0,0.7))
      drop-shadow( 0px  1px 0px rgba(0,0,0,0.7)) 
      drop-shadow( 0px -1px 0px rgba(0,0,0,0.7));
} */

#nav-new .menu {
  justify-content: end;
  height: 65px;
  /* padding:10px; */
}

#nav-new .logo {
  margin-left: 70px;
}

#logo-wrap #logo {
  width: 100px;
  height: 98px;
  position: fixed;
  top: 10px;
  left: 1%;
  z-index: 99999;
}

#nav-new #profile,
#nav-new #profile #profileName {
  height: 100%;
}

#nav-new #profile #profileName {
  align-items: center;
  display: flex;
}

#nav-new #profile .submenu,
#usermenu .submenu {
  top: 65px;
  left: -95px;
  text-align: left;
}

.hover-dropdown .submenu.active-menu,
#hover-dropdown .submenu,
#hover-dropdown-2 .submenu {
  top: 39px;
  left: 0;
  text-align: left;
  width: max-content !important;
  max-width: 343px !important;
}

.mt-60 {
  margin-top: 60px;
}

.hide-item {
  display: none !important;
}

/* #activeLayer label:before{
  height:2px;
  width:14px;
  background:white;
  display:inline-block;
  content:"";
  box-shadow:0px -5px 0px 0px  white,
            0px -10px 0px 0px white;
  margin-right:10px;
  transition:all .3s;
  position:relative;
} */

#activeLayer label:after {
  display: inline-block;
  content: "Active Layers";
  /* margin-left:10px; */
  font-weight: bold;
  transition: all 0.3s;
  position: relative;
}

#activeLayer label {
  /* margin-bottom: 10px;
  margin-top: 10px; */
  padding: 5px 10px 5px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

.group-layer-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.group-layer-content.open {
  grid-template-rows: 1fr;
}

#activeLayer input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

#activeLayer #collapse ~ div {
  transition: all 0.3s;
}

#activeLayer #collapse:checked ~ div {
  display: none;
  margin-top: 0;
}

/* #activeLayer #collapse:checked + label:before{
  position:relative;
} */

#activeLayer #collapse:checked + label:after {
  display: none;
}

#activeLayer #collapse:checked + label {
  margin: 0;
  padding: 5px 0 5px 13px;
}

/* #activeLayer #collapse:not(:checked) +  */

/* simple-css-loader */
.simple-css-loader {
  display: inline-block;
  position: absolute;
  left: calc(50% - 10px);
  top: 10px;
  width: 20px;
  height: 20px;
}
.simple-css-loader div {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 4px;
  background: #666;
  animation: simple-css-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.simple-css-loader div:nth-child(1) {
  left: 2px;
  animation-delay: -0.24s;
}
.simple-css-loader div:nth-child(2) {
  left: 8px;
  animation-delay: -0.12s;
}
.simple-css-loader div:nth-child(3) {
  left: 14px;
  animation-delay: 0;
}
@keyframes simple-css-loader {
  0% {
    top: 2px;
    height: 16px;
  }
  50%,
  100% {
    top: 6px;
    height: 8px;
  }
}

.lock-button input,
.upload-wrapper label.lock-button {
  background-color: rgba(248, 248, 248, 0.5);
}

.leaflet-control-attribution {
  display: none;
}

.pt {
  padding-top: 120px !important;
}

.active-tier-subscription {
  border-left: 2px solid #1e90ff !important;
  border-right: 2px solid #1e90ff !important;
  background-color: rgba(29, 37, 77, 0.1) !important;
}

.bottom-row.active-tier-subscription {
  border-bottom: 2px solid #1e90ff !important;
}

.top-row.active-tier-subscription {
  border-top: 2px solid #1e90ff !important;
}

.stv-radio-buttons-wrapper {
  clear: both;
  display: inline-block;
  margin: 10px 0;
}

.stv-radio-button {
  position: absolute;
  left: -9999em;
  top: -9999em;
  visibility: hidden;
}
.stv-radio-button + label {
  float: left;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #30a5bf;
  margin-right: -1px;
  color: #30a5bf;
  background-color: #fff;
  transition: all 0.3s;
}
.stv-radio-button + label:first-of-type {
  border-radius: 0.3em 0 0 0.3em;
}
.stv-radio-button + label:last-of-type {
  border-radius: 0 0.3em 0.3em 0;
}
.stv-radio-button:checked + label {
  background-color: #30a5bf;
  color: #fff;
}

.pt {
  padding-top: 120px !important;
}

.active-layer-toggler-close {
  width: 37px;
  right: -37px;
}

.active-layer-toggler-open {
  width: 300px;
  right: -300px;
}

.agent-transfer-btn {
  margin-right: 5px;
  background-color: #dcdcdc;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}

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

.subs-terms {
  margin-top: 20px;
}

.subs-terms a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease;
}

.subs-terms a:hover {
  color: darkorange;
}

.clear-all {
  margin-top: 20px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  width: auto !important;
  text-transform: none !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8;
  color: #000 !important;
  transition: all 0.2s ease !important;
  margin-left: 0 !important;
  font-family: Nunito Sans !important;
  border-radius: 5px !important;
  letter-spacing: inherit !important;
}

.clear-all:hover {
  opacity: 0.8;
}

/* New Brand Button */
.new-brand-btn {
  background: #30a5bf;
  box-shadow: 0px 3px 10px #0000001a;
  color: white;
  border-radius: 10px !important;
  width: auto !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
  transition: all 400ms;
}
.new-brand-btn.disabled {
  background: #ccc;
  cursor: not-allowed !important;
}
.new-brand-btn:hover {
  opacity: 0.8;
}
.new-brand-outline-btn {
  background: #ffffff;
  border: 1px solid #30a5bf;
  box-shadow: 0px 3px 10px #0000001a;
  color: #30a5bf;
  border-radius: 10px !important;
  width: auto !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
}

/* New Brand Secondary Button */
.new-secondary-btn {
  background: white;
  box-shadow: none;
  color: #666666;
  /* border-radius: 10px !important; */
  width: auto !important;
  padding: 10px 20px !important;
  border: none !important;
  margin: 0 !important;
  cursor: pointer !important;
}
.new-secondary-btn.disabled {
  cursor: not-allowed !important;
}

.text-30a5bf {
  color: #30a5bf !important;
}

.colored-btn {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  width: 46%;
  margin: 2%;
  padding: 25px 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  opacity: 1;
  transition: all 200ms;
}

.colored-btn:hover {
  opacity: 0.8;
}

.full-modal {
  padding: 0 !important;
  border: 1px solid #ccc;
}
.full-modal .modal-content {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}

.mineral-belt-list {
  max-height: 200px;
  overflow-y: auto;
  background-color: rgba(248, 248, 248, 0.5);
  margin-bottom: 20px;
  padding: 10px 0;
}

.mineral-belt-item {
  padding: 5px 8px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

#mineral-belt-autocomplete-list {
  position: absolute;
  background: white;
  margin: 0;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: 10px;
  width: 100%;
}

#mineral-belt-autocomplete-list > div {
  cursor: pointer;
}

.submenu-right {
  right: 0 !important;
  left: auto !important;
}

.layer-upload-wrapper .cancel {
  margin-top: 105px !important;
}

.layer-upload-wrapper .group-field {
  align-items: unset;
}

/* 
############################################################################################
############################################################################################
############################################################################################
###################################   JOSH CSS UPDATES   ###################################
############################################################################################
############################################################################################
*/
.company-card.mobile-company-card .slide-content img {
  width: 100% !important;
  height: auto;
}
#leftPanelMenu #mobile-logo-wrap {
  height: 80px;
}
#leftPanelMenu #mobile-logo-wrap img {
  display: none;
}
figure.image.image_resized {
  max-width: 100% !important;
  margin: 0;
}

.layer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 12px;
  font-family: Nunito Sans, sans-serif;
  text-transform: uppercase;
}

.layer-left {
  display: flex;
  align-items: center;
}

.layer-button {
  padding: 8px 15px;
  background-color: #dcdcdc;
  border-radius: 20px;
  font-size: 10px;
  color: #666;
  font-weight: 700;
  cursor: pointer;
  margin-right: 5px;
}

.layer-up {
  margin-right: 3px;
  cursor: pointer;
}

.layer-down {
  margin-right: 5px;
  cursor: pointer;
}

.upload-wrapper #existingLogoImage {
  margin-top: 10px;
}

.layer-item {
  cursor: pointer;
}

.underline-text {
  padding-top: 1px;
  border-bottom: 1px dashed #192342;
}

.full-width {
  padding-top: 5%;
}

.full-width .modal-content {
  width: 80vw !important;
  padding: 0 40px 20px 40px;
}

.full-width h3 {
  margin-top: 0;
  margin-bottom: 35px;
  text-align: left;
}

.full-width .panel-wrapper {
  display: flex;
}

.full-width .left-panel {
  width: 30%;
  padding-right: 5%;
}

.full-width .right-panel {
  width: 70%;
}

.modal-layer-header {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-layer-header span {
  float: none;
}

.layer-input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.layer-input-group label {
  font-size: 14px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}

.layer-input-group input[type="text"] {
  width: 50px;
  padding: 7px 6px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  font-size: 14px;
}

.slider {
  appearance: none;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #30a5bf;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #30a5bf;
  cursor: pointer;
}

.tooltiptext {
  opacity: 0;
  display: none;
  position: absolute;
  right: -107px;
  top: 3px;
  font-size: 12px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 15px;
  font-family: "Nunito Sans";
  font-weight: 100;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
  transition: all 0.5s;
  color: white !important;
}

.tooltiptext:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent;
  display: block;
  width: 0;
  top: 32%;
  right: 100px;
  bottom: auto;
  left: auto;
  border-width: 5px 7px 5px 0;
  border-color: transparent rgba(0, 0, 0, 0.7);
}

#share-social-img .tooltiptext:after {
  right: 134px;
}

.daily-snapshot-tooltip:after {
  border-width: 0 !important;
}

.tooltipTextShow {
  opacity: 1 !important;
  display: block !important;
}

.b-tab {
  display: none;
}

.b-tab.tab-active {
  display: block;
}

.b-nav-tab.tab-active {
  color: #30a5bf !important;
  background-color: #ffffff !important;
}

/* JOSH's EDITS */
input#personalCompanyName {
  display: none;
}

.fill-selector {
  width: 55%;
}

.fill-selector .layer-input-group svg {
  height: 180px;
  cursor: pointer;
}

.border-selector svg {
  cursor: pointer;
  padding-right: 5px;
}

.border-selector svg:hover {
  background-color: #f5f5f5;
}

.popup-hidden {
  visibility: hidden;
}

#companies-search-autocomplete {
  display: none;
}

.popup-hidden {
  visibility: hidden;
}

/* Nav SearchBar */
.search-container {
  position: relative;
  display: inline-block;
  margin: 0;
  height: 48px;
  width: 50px;
  vertical-align: bottom;
  padding: 0;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.searchbutton {
  position: relative;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: white;

  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}
.searchbutton:hover {
  border-bottom: 3px solid #ffffff;
}
.search {
  position: absolute;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  font-size: 15px;
}
.search:focus {
  width: 299px; /* Bar width+1px */
  padding: 0 16px 0 0;
}
.expandright {
  left: auto;
  right: 49px; /* Button width-1px */
}
.expandright:focus {
  padding: 0 0 0 16px;
}
.modal-body img {
  max-width: 100%;
  height: auto;
}
.ql-align-center {
  text-align: center;
}

/* On-Off Toggle */
.on-off-toggle {
  width: 56px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.on-off-toggle__slider {
  cursor: pointer;
  width: 56px;
  height: 20px;
  display: block;
  border-radius: 34px;
  background-color: #d8d8d8;
  transition: background-color 0.4s;
}

.on-off-toggle__slider:before {
  content: "";
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0 1px #949494;
  bottom: 3px;
  height: 14px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 18px;
  z-index: 5;
  border-radius: 100%;
}

.on-off-toggle__slider:after {
  display: block;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  content: "all";
  color: #484848;
  padding-left: 26px;
  transition: all 0.4s;
}

.on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + .on-off-toggle__slider {
  background-color: #000;
}

.on-off-toggle__input:checked + .on-off-toggle__slider:before {
  transform: translateX(32px);
}

.on-off-toggle__input:checked + .on-off-toggle__slider:after {
  content: "any";
  color: #ffffff;
  padding-left: 8px;
}

/* Josh's temporary edits
#sidebar-mineral-belts {
	display:none;
} */

.dashboard-alt .card button {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #30a5bf;
  font-weight: 700;
  color: #30a5bf;
  font-size: 12px;
}

.dashboard-alt .card h3 {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #30a5bf;
}

.dashboard-alt .layer-button {
  background-color: #30a5bf;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

/* Service Provider */
.sp-nav-tab {
  border: none;
  z-index: 10000;
  width: auto !important;
  text-decoration: none;
  font-size: 15px;
  padding: 10px !important;
  text-align: center;
  margin-top: 15px !important;
  margin-left: 5px !important;
  cursor: pointer;
  color: #000 !important;
  background-color: #ffffff !important;
}

.sp-nav-tab.tab-active {
  color: #000 !important;
  font-weight: bold !important;
}

.sp-nav-tab:hover {
  font-weight: bold !important;
}

@media (max-width: 965px) {
  #serviceProviderDataModal > div > div.modal-header {
    flex-direction: column-reverse !important;
  }
}

.reg-opt-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5px;
  cursor: pointer;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  width: 150px;
  height: 100px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.reg-opt-item:hover {
  border: 1px solid #30a5bf;
}

#userTypeModal .reg-opt-item {
  color: #000;
  font-weight: 700;
  border: 1px solid #30a5bf;
  width: 100%;
  height: auto;
}
#userTypeModal .reg-opt-item:hover {
  border-color: #083641;
}

/*** Hide grid lines **/
.leaflet-tile-container img {
  mix-blend-mode: plus-lighter;
}

/* Social image share main map page */
#social-share-img-overlay {
  z-index: 901;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#social-share-img-frame {
  width: 86%;
  height: calc(86% / 1.91);
  box-shadow: 0 0 0 99999px rgba(255, 255, 255, 0.9);
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid;
}

#frame-aspect-ration-buttons-wrapper {
  display: flex;
  pointer-events: auto !important;
  justify-content: center;
  margin-top: 10px;
}

.aspect-ratio-button {
  display: flex;
  letter-spacing: var(--main-character-spacing-1-8);
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
}

.aspect-ratio-button.selected {
  background: var(--main-color-2b608c);
  color: white;
}

.aspect-ratio-button > div {
  margin-right: 4px;
  height: 18px;
  border: 1px solid;
  border-radius: 2px;
  flex-shrink: 0;
}

#aspect-ratio-button-square > div {
  width: 18px;
}
#aspect-ratio-button-wide > div {
  width: 30px;
}

#social-share-buttons-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10001;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#social-share-buttons-wrapper .btn {
  background: var(--main-color-2b608c);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding: 8px 24px;
  text-transform: uppercase;
  letter-spacing: var(--main-character-spacing-1-8);
  font-weight: bold;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: opacity 150ms;
  opacity: 1;
  pointer-events: auto !important;
  cursor: pointer;
}

#social-share-buttons-wrapper .btn.disabled {
  pointer-events: none;
  background: lightgray;
}

#social-share-buttons-wrapper .btn:first-of-type {
  margin-right: 10px;
}

#social-share-buttons-wrapper .btn:hover {
  opacity: 0.8;
}

#social-share-directions {
  position: absolute;
  top: 20px;
  width: 86%;
  max-width: 800px;
  text-align: center;
  padding: 10px;
  background-color: white;
  border: 1px solid #9b9b9b;
}

#social-share-img-full-page-blocker {
  position: fixed;
  width: 100%;
  height: calc(100% - 65px);
  top: 65px;
  background-color: white;
  display: flex;
  z-index: 20000;
}

#social-share-img-full-page-blocker .loaderWrapper {
  position: relative;
  display: none;
}

#social-share-img-loader .loader {
  display: block;
}

#social-share-loader-blocker {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#social-share-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  justify-content: center;
  position: absolute;
}

#close-social-share-loader {
  display: flex;
  justify-content: flex-end;
}

#close-social-share-loader i {
  font-size: 20px;
  opacity: 0.8;
  cursor: pointer;
}

#close-social-share-loader i:hover {
  opacity: 1;
}

#social-share-loader-content .text {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

#social-share-loader-content .text svg {
  width: 30px;
  margin: 0 6px;
  fill: #192342;
}

#social-share-link-input {
  margin-top: 20px;
  padding: 14px;
  width: 100%;
  border: 0;
  color: #484848;
  border-radius: 4px;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

#social-share-img-hover-popup {
  position: absolute;
  z-index: 999;
  background-color: white;
  max-width: 400px;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
}

#create-a-social-share-image {
  background: var(--main-color-2b608c);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: var(--main-character-spacing-1-8);
  font-weight: bold;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: opacity 150ms;
  opacity: 1;
  pointer-events: auto !important;
  cursor: pointer;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

#create-a-social-share-image:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  #social-share-directions {
    font-size: 12px;
    max-width: 94%;
    width: 100%;
    top: -48px;
  }

  #social-share-img-hover-popup {
    display: none;
  }

  #social-share-loader-wrapper {
    margin-top: -20px;
  }

  #social-share-loader-blocker {
    max-width: 86%;
    padding: 10px;
  }

  #social-share-loader-content .text {
    font-size: 14px;
    margin-top: 10px;
  }

  /* Hide JMH logo from mobile */
  .logo-map {
    display: none;
  }
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  /* background-color: #d9d9d9; */
  border-radius: 0 0 8px 8px;
}

.modal-footer p {
  padding-right: 20px;
}

.btn-terms {
  background-color: #192342;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  width: 120px;
  border: none;
  outline: none;
}

.vl-modal h2 {
  text-transform: none;
  margin-top: 40px;
  letter-spacing: 0;
}

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

.vl-group button {
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.vl-modal .form-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.no-div-icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
}

.icon-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.icon-selector img {
  cursor: pointer;
  width: 70px;
  height: 70px;
  border: 1px solid #dcdcdc;
  padding: 15px;
  margin: auto;
  border-radius: 4px;
}

#request-access-container {
  display: none;
}

.circle-with-icon {
  width: 16px !important;
  height: 16px !important;
  margin-top: -8px !important;
  margin-left: -8px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.layer-preupload-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.layer-preupload-item input[type="checkbox"] {
  margin-right: 8px;
}

.layer-preupload-item span {
  padding: 5px;
  font-weight: 500;
  font-size: 12px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.preupload {
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
}

.preupload table {
  width: 100%;
  height: 100%;
}

.preupload table tr td,
.preupload table tr th {
  padding: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 12px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.preupload-wrapper {
  padding-top: 60px;
}

.has-child .layer-button-arrow {
  display: block !important;
  font-weight: 900;
  position: absolute;
  right: 0;
  font-size: 15px;
  margin-top: 5px;
  cursor: pointer;
}

.layer-names {
  padding-right: 20px;
}

.col-select {
  padding: 5px;
  width: 100%;
  border-radius: 4px;
  outline: none;
}

/* Featured Cmpanies Legend */
.featured-company-row {
  padding: 4px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.featured-company-row:hover {
  background-color: #e8e8e8;
}

#sidebar-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  background-color: white;
  border-bottom: 1px solid lightgray;
  padding-bottom: 0;
}

.left-panel-menu-closed #sidebar-tabs-wrapper {
  visibility: hidden;
}

.sidebar-tab {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 6px 12px;
  position: relative;
  border-right: 2px solid white;
}

.sidebar-tab[data-tab="pro-ui"] {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  background-color: #f2be22;
  border: 1px solid #272727;
  border-right: 1px solid #272727;
  transition: background-color 150ms ease;
  border-radius: 2px;
}

.sidebar-tab[data-tab="pro-ui"]:hover {
  background-color: white;
}

.sidebar-tab[data-tab="pro-ui"].selected {
  color: black;
}

.sidebar-tab[data-tab="pro-ui"].selected::after {
  content: none;
}

.sidebar-tab.selected {
  color: #30a5bf;
  /* border-bottom: 3px solid #30a5bf; */
}

.sidebar-tab.selected::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #30a5bf;
  position: absolute;
}

.sidebar-tab-content {
  display: none;
  width: 100%;
  height: calc(100% - 260px);
}

.left-panel-menu-closed .sidebar-tab-content {
  visibility: hidden;
}

.sidebar-tab-content.selected {
  display: block;
}

#sidebar-exporter {
  padding: 18px;
}

.auth-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #000;
}

.auth-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}

.lauth {
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
}

.lauth img {
  width: 25px;
  margin-left: 10px;
}

.lauth span {
  margin-left: 5px;
  font-weight: 700;
}

#registerModal .auth-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  position: relative;
}

/* #registerModal .auth-div::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #30a5bf;
}

#registerModal .auth-div::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 50%;
  width: 2px;
  height: 100%;
  background-color: #30a5bf;
} */

#registerModal .auth-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#registerModal .lauth {
  margin-left: 0;
  display: flex;
  align-items: center;
  padding: 7px 0;
  border: 1px solid #000000a1;
  border-radius: 5px;
  font-size: 13px;
  width: 180px;
}

#registerModal .lauth img {
  width: 25px;
  margin-left: 10px;
}

#registerModal .lauth span {
  margin-left: 5px;
  font-weight: 700;
}

#registerModal .reg-type-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#registerModal .modal-content {
  width: 40%;
  min-width: 640px;
}

#registerModal .gauth {
  width: 180px;
}

.user-details {
  width: 100%;
  margin-top: 20px;
}

.reg-group {
  justify-content: space-between;
  gap: 0.5rem;
}

.reg-group select,
.reg-group input {
  width: 100% !important;
}

.reg-login {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}

.form-links-reg .reg-login::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background-color: #30a5bf;
  margin-left: auto;
}

.form-links-reg {
  margin-top: 25x;
  margin-bottom: 5px;
  cursor: default;
}

.form-links-reg span:hover {
  opacity: 1;
}

.register .modal-body {
  margin-bottom: 10px;
}

.register .form-footer {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  color: #9a9a9a;
  font-size: 12px;
  font-family: Nunito Sans, sans-serif;
  justify-content: center;
}

#limited-map-mode-warning {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
  color: #664d03;
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  padding: 0.25rem 0.75rem;
  width: 100%;
}

#limited-map-mode-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

#limited-map-mode-content > div:first-of-type {
  flex-grow: 1;
  display: flex;
  gap: 4px;
  align-items: baseline;
  justify-content: center;
}

#limited-map-mode-close-btn {
  cursor: pointer;
  width: 30px;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}

#limited-map-mode-warning.show {
  display: block;
}

#limited-map-mode-content img {
  height: 16px;
  filter: invert(27%) sepia(14%) saturate(4505%) hue-rotate(21deg)
    brightness(100%) contrast(98%);
}

#limited-map-mode-content .register-link,
#limited-map-mode-content .view-limitations-link {
  color: #664d03;
}

#view-additional-layers-map-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  /* background-color: #30a5bf; */
  padding: 0.5rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border: 1px solid #ffffff;
  user-select: none;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

#legend-basemaps {
  padding: 20px;
  padding-top: 10px;
}

#legend-basemaps-title {
  font-weight: bold;
}

#legend-basemaps-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
}

#legend-basemaps .basemap-wrapper {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#legend-basemaps .basemap-title {
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
}

#legend-basemaps .basemap-wrapper > button {
  border: 0;
  pointer-events: all;
  width: 50px;
  height: 50px;
  transition: outline var(--transition-fast);
  border-radius: var(--border-radius-sm);
  outline: 2px solid #d4d4d4;
  overflow: hidden;
  background: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

#legend-basemaps .basemap-wrapper > button > img {
  height: 50px;
  width: 50px;
}

#legend-basemaps .basemap-wrapper.selected > button,
#legend-basemaps .basemap-wrapper > button:hover {
  outline: 2px solid #30a5bf;
}

#legend-handle-mobile-event-catcher {
  display: none;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.show-password {
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 767px) {
  #main-nav-user-name {
    display: none;
  }
  #nav-new a,
  #mobile-menu .submenu a,
  .profile .submenu a{
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
  }
}