/*scrollbar css */
::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #ccc;
  margin: 2px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #788917;
  border-radius: 0px;
}

::-webkit-scrollbar-corner {
  background: #788917;
}

/*scrollbar css end*/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.notice {
  position: absolute;
  right: 20px;
  left: 20px;
  top: 20px;
  z-index: 4;
  width: 400px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 71%);
  border-radius: 3px;
}

.not-in {
  margin-bottom: 20px;
}

body,
input,
textarea,
select,
.leaflet-container {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body,
input,
textarea,
select,
.leaflet-container {
  font-family: system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: #f8f9f8;
}

.h1 {
  font-family: richmond-display;
  font-weight: 200;
  font-size: 34px;
  color: #1e3e13;
}

.h2 {
  font-family: richmond-display;
  font-weight: 300;
  font-size: 26px;
  color: #1e3e13;
}

.h3 {
  font-family: tablet-gothic-wide;
  font-weight: 600;
  font-size: 14px;
  color: #1e3e13;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

body,
input,
textarea,
select,
.p,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: tablet-gothic-wide;
  font-weight: 300;
  font-size: 14px;
  color: #1e3e13;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.header {
  height: 120px;
  background-color: #1e3e13;
  color: #fff;
}

.body {
  height: calc(100% - 120px);
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.left-menu,
.acc-menu {
  width: 220px;
  background-color: #47623e;
  display: none;
  position: absolute;
  top: 60px;
  border-radius: 2px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
  right: -3px;
}

.acc-menu {
  top: 40px;
}

.mobile-menu {
  width: 19px;
  height: 15px;
  cursor: pointer;
  display: block;
  background-color: #fff;
  padding: 12px 10px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
  border-radius: 2px;
}

.mob-menu-line {
  background-color: #9f9f9f;
  height: 3px;
  margin-bottom: 3px;
}

.map {
  z-index: 2;
}

.link {
  text-decoration: none;
  color: inherit;
}

.overlay {
  margin: 17px 0 0 0;
}

.main-body {
  width: 100%;
}

.map {
  width: 100%;
  height: 100%;
}

.in-header {
  display: flex;
  padding: 0 20px;
  line-height: 40px;
  width: 1000px;
  margin: auto;
}

.r-part-s {
  width: 100%;
}

.gut {
  flex-grow: 1;
}

.poup-outer {
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0px;
  display: none;
  z-index: 3;
}

.popupIn {
  width: 500px;
  position: absolute;
  left: 0;
  top: 15px;
  font-weight: 400;
  direction: ltr;
  background-color: #e9ece7;
  border-radius: 3px;
}

.modal-header {
  display: flex;
  height: 44px;
  border-radius: 2px 2px 0px 0px;
  color: #005f89;
}

.modal-h1 {
  padding: 0 20px;
  font-size: 15px;
  line-height: 44px;
  font-family: richmond-display;
}

.modal-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: .8;
  padding: 7px 10px 7px 10px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}

.modal-body {
  border-radius: 0 0 3px 3px;
  padding: 15px 20px;
  font-size: 14px;
}

.modal-body-in {
  max-height: 500px;
  overflow: auto;
}

.load-txt {
  text-align: center;
  margin-top: 20px;
}

.load-out {
  margin: 50px auto;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 55px;
}

.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {

  100%,
  0% {
    stroke: #d62d20;
  }

  40% {
    stroke: #0057e7;
  }

  66% {
    stroke: #008744;
  }

  80%,
  90% {
    stroke: #ffa700;
  }
}

@keyframes color {

  100%,
  0% {
    stroke: #d62d20;
  }

  40% {
    stroke: #0057e7;
  }

  66% {
    stroke: #008744;
  }

  80%,
  90% {
    stroke: #ffa700;
  }
}

.inp-sec {
  margin-bottom: 15px;
}

.d-flex {
  display: flex;
}

.r-part {
  width: 50%;
}

.inp-input {
  height: 30px;
}

.input-box,
.select-box {
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  padding: 5px;
}

.gap {
  width: 20px;
}

.btn {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: #009bdf;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 0;
  transition: .2s all;
  box-sizing: border-box;
}

.simple-tooltip,
.hiker-div,
.archive-div {
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  z-index: 2;
  right: 45px;
  margin: auto;
  top: 0px;
  width: 200px;
  display: none;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
}

.hiker-content,
.archive-content {
  overflow: auto;
  height: calc(100% - 48px);
}

.archive-div {
  display: none;
}

.hiket-top {
  height: 45px;
  background-color: #415638;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 0px;
}

input#search-hike,
input#search-arc {
  height: 35px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #3a4e31;
}

.div-mn {
  display: flex;
  margin-bottom: 5px;
}

.mn-inp {
  flex-grow: 1;
}

.myinp {
  width: 100%;
  box-sizing: border-box;
}

.mn-h1 {
  padding: 0 10px 0 0;
}

.list-h1 {
  font-family: richmond-display;
  flex-grow: 1;
  line-height: 35px;
  padding: 0px 5px;
  font-size: 16px;
}

.hiker-div,
.archive-div {
  width: 300px;
  display: block;
  right: auto;
  left: 10px;
  height: calc(100% - 20px);
  top: 10px;
  background-color: #536b49;
  color: #fff;
  z-index: 10;
}

.hiker-contentm,
.archive-content {
  width: 300px;
  display: block;
  right: auto;
  left: 66px;
  height: calc(100% - 55px);
  top: 20px;
  overflow: auto;
}

.search-archive {
  text-align: center;
  line-height: 33px;
  background-color: #f1f1f1;
  margin-top: 10px;
  cursor: pointer;
}

.filter-pop,
.archive-pop {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
  width: 350px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
  padding: 25px;
  display: none;
  background-color: #536b49;
  color: #fff;
}

.archive-pop {
  display: none
}

.filter-in-close,
.archive-in-close,
.hike-in-close {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: -22px;
  top: 4px;
  background-color: #536b49;
  border-radius: 0 2px 2px 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 21px;
}

.nm-h1 {
  margin: 10px 0 0;
  height: 17px;
}

.nm-h2 {
  font-size: 12px;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 100;
}

.clearSearch {
  background-color: #ccc;
  margin-left: 5px;
  padding: 0 10px;
  line-height: 35px;
  color: #000000;
  cursor: pointer;
  display: none;
}

input.filter-chk {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.chk-gap {
  width: 17px;
}

.filter-row {
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
}

.main-row {
  margin-bottom: 10px;
}

.filter-head {
  font-weight: bold;
}

.close-btn {
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-image: url(../images/close_black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 4px;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
}

.close-menu,
.close-notice,
.close-hiker {
  left: auto;
  right: -20px;
}

.layer-list,
.tour-list {
  padding: 8px 15px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  border-bottom: 1px solid #6b8560;
  white-space: nowrap;
}

.listSel {
  font-weight: bold;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18px;
  background-origin: content-box;
}

.thr-dot {
  cursor: pointer;
}

.dot {
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  margin: 0 0 2px 0px;
  border-radius: 2px;
}

.dot:last-child {
  margin: 0;
}

.src-flex {
  display: flex;
}

.src-out {
  margin: 5px 5px;
  display: flex;
}

.src-box {
  flex-grow: 1
}

.filter-out,
.archive-filter-out {
  padding: 12px 10px;
  background-color: #68835d;
  cursor: pointer;
}

.overlay-left,
.overlay-right {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 4;
  width: 10px;
  height: 10px;
}

.overlay-right {
  right: auto;
  left: 20px;
}

.sqr {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  background-size: 18px 20px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  background-image: url(../images/layers_icon.svg);
  right: 0;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
}

.overlay-right .sqr {
  right: auto;
  left: 0;
}

.layer-list:hover,
.tour-list:hover {
  background-color: #425838;
}

.layer-list:last-child,
.tour-list:last-child {
  border-bottom: 0;
}

.inp-sec:last-child {
  margin: 0;
}

/* bottom alert css START */
.bot-alert-out {
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.bot-alert-in,
.bot-alert-in-right {
  display: flex;
  height: inherit;
  flex-flow: column-reverse;
}

.bot-alert-out-right {
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 10;
  width: 296px;
}

.alert-in-txt-bound {
  transform: translateX(205px);
  transition: .2s all;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 3px;
}

.animate {
  transition: .2s all;
}

.bot-alert-text,
.bot-alert-text-right {
  margin: auto;
  background-color: #000000d1;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: fadeIn 500ms linear;
  width: 0;
  height: 0;
  margin-bottom: 5px;
}

.bot-alert-text-right {
  color: #000;
  height: auto;
  background-color: #00000000;
  width: 290px;
  margin: 0 0 10px 0;
}

.bot-alert-text-right:first-child {
  margin-bottom: 11px;
}

.alert-in-txt {
  /*white-space: nowrap;*/
  padding: 12px 25px;
  animation-delay: 5s;
  line-height: 15px;
  text-align: center;
  animation: 750ms ease 0s normal forwards 1 fadeins;
  -webkit-animation: 750ms ease 0s normal forwards 1 fadeins;
  opacity: 1;
}

.alert-in-txt-bound .alert-in-txt {
  text-align: left;
  padding: 0;
  font-size: 13px;
  position: relative;
}

.bot-alert-text-open {
  height: 23px;
}

.bot-alert-out .bot-text-hide {
  display: none;
}

.removeMe {
  animation: 200ms ease 0s normal forwards 1 fadeOut;
  -webkit-animation: 200ms ease 0s normal forwards 1 fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  66% {
    opacity: 0;
    transform: scale(5)
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeins {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeins {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* bottom alert css END */
.form-inp-inp {
  height: 30px;
}

.my-select {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.my-select-inp {
  background-size: 22px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10px 3px;
  line-height: 30px;
  padding-left: 41px;
  position: relative;
  box-sizing: border-box;
}

.my-select-inp[data-id="1"],
.my-sel-list-item[data-id="1"] {
  background-image: url(../library/avatar/avatar_1.png);
}

.my-select-inp[data-id="2"],
.my-sel-list-item[data-id="2"] {
  background-image: url(../library/avatar/avatar_2.png);
}

.my-select-inp[data-id="3"],
.my-sel-list-item[data-id="3"] {
  background-image: url(../library/avatar/avatar_3.png);
}

.my-select-inp[data-id="4"],
.my-sel-list-item[data-id="4"] {
  background-image: url(../library/avatar/avatar_4.png);
}

.my-select-inp[data-id="5"],
.my-sel-list-item[data-id="5"] {
  background-image: url(../library/avatar/avatar_5.png);
}

.my-select-inp[data-id="6"],
.my-sel-list-item[data-id="6"] {
  background-image: url(../library/avatar/avatar_6.png);
}

.my-select-inp[data-id="7"],
.my-sel-list-item[data-id="7"] {
  background-image: url(../library/avatar/avatar_7.png);
}

.my-select-inp[data-id="8"],
.my-sel-list-item[data-id="8"] {
  background-image: url(../library/avatar/avatar_8.png);
}

.my-select-inp[data-id="9"],
.my-sel-list-item[data-id="9"] {
  background-image: url(../library/avatar/avatar_9.png);
}

.my-select-inp[data-id="10"],
.my-sel-list-item[data-id="10"] {
  background-image: url(../library/avatar/avatar_10.png);
}

.my-select-inp:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid #0c0c0c;
  border-bottom: 2px solid #0e0e0e;
  right: 8px;
  top: 10px;
  transform: rotate(45deg);
}

.my-select-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 31px;
  box-shadow: 0 0 3px rgb(0 0 0 / 60%);
  display: none;
}

.my-sel-list-item {
  background-size: 22px;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-color: #f1f1f1;
  margin-bottom: 1px;
  cursor: pointer;
  line-height: 30px;
  padding-left: 41px;
  box-sizing: border-box;
}

.image-area.one-third {
  margin-right: 20px;
}

.profile-iamge {
  height: 50px;
}

.btn.open-library-btn {
  width: 210px;
}

.libraryPopupOut {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
  background-color: rgba(134, 134, 134, 0.75);
  width: 100%;
  height: 100%;
  display: none;
}

.popupLibraryIn {
  display: none;
  width: 500px;
  position: absolute;
  left: 0;
  top: 60px;
  font-weight: 400;
  direction: ltr;
  background-color: #e9ece7;
  box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
  border-radius: 3px;
  overflow: hidden;
}

.lib-h1 {
  margin-bottom: 5px;
}

.library-out {
  margin-bottom: 20px;
  max-height: 400px;
  overflow: auto;
}

.library-flex {
  display: flex;
  background-color: #fff;
  margin-bottom: 1px;
  padding: 5px;
}

.upl-outer {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
}

input.uploadtolib {
  margin-top: 10px;
  width: 100%;
  border: 0;
  height: 30px;
  background-color: #ed6608;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.dragPopup {
  cursor: all-scroll;
}

.library-modal-close {
  line-height: 42px;
  font-size: 28px;
  font-weight: 300;
  width: 44px;
  height: 43px;
  cursor: pointer;
  opacity: .8;
  text-align: center;
  color: #000;
}

img.lib-img {
  height: 35px;
  display: block;
}

.library-flex {
  display: flex;
  background-color: #fff;
  margin-bottom: 1px;
  padding: 5px;
}

.library-item {
  min-width: 100px;
  background-color: #fff;
  margin-right: 20px;
}

.library-txt {
  max-width: 352px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.library-select-button,
.library-remove-button {
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  background-color: #ed6608;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin: 2px 0;
}

.library-remove-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/delete.svg);
  background-size: 16px;
  background-color: #e9e9e9;
  margin: 2px 3px;
}

.flag {
  width: 25px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(../images/uk-flag.jpg);
  background-size: cover;
  margin: 11px 10px 11px 0px;
}

.se-flag {
  background-image: url(../images/sweden-flag.jpg);
}

.in-head {
  padding: 0 20px;
  display: flex;
}

.head-logo {
  width: 85px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png?id=284);
  background-size: cover;
  margin: 7px 5px 13px 0px;
  position: absolute;
  z-index: 3;
}

.head-logo.logo2 {
  background-image: url(../images/logo1.png);
}

.inp-input.text-area {
  height: auto;
}

textarea.dyn-inp.input-box.textarea {
  height: 55px;
}

.btn-box {
  margin-top: 20px;
}

.btn-box-flex {
  display: flex;
}

.btn {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: #ed6608;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 0;
  transition: .2s all;
  box-sizing: border-box;
}

.btn-box-flex .btn {
  width: 80%;
}

.btn-box-flex .cancel-btn {
  width: 20%;
  background-color: #ffffff;
  color: #ed6608;
  border: 1px solid #ed6608;
}

.head-menu {
  position: relative;
  z-index: 3;
}

.leaflet-control-attribution.leaflet-control {
  font-size: 11px;
}

.bot-icon {
  position: absolute;
  bottom: 23px;
  right: 20px;
  width: 140px;
  height: 46px;
  z-index: 3;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
  padding: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.bot-img {
  display: block;
  height: 100%;
}

.zoom {
  position: absolute;
  bottom: 85px;
  left: 10px;
  width: 25px;
  height: 25px;
  z-index: 3;
  border: 1px solid #686868;
  background-color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}

.zoom.zoom-out {
  bottom: 54px;
}

.note-txt {
  margin-top: 12px;
}

.note-h1 {
  margin-bottom: 5px;
  font-size: 15px;
}

a.link-menu,
.link-menu-s {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #87a17f;
  display: block;
}

.link-menu-s {
  border-bottom: none;
}

.Rib-h1s {
  margin: 8px 0;
  font-size: 17px;
  color: #005f89;
}

.pre-ribbon-div .inp-label {
  font-weight: bold;
  color: #6a6a6a;
}

.pre-ribbon-td.right {
  display: flex;
}

.rib-body .r-part {
  width: auto;
}

.rib-body .d-flex {
  display: block;
}

.rib-body .inp-sec {
  margin: 0;
}

.rib-body {
  width: 50%;
}

.left-tt {
  display: flex;
  margin: 17px 18px 0 0;
  position: relative;
  z-index: 3;
  height: 40px;
}

.left-tt-r {
  display: flex;
  margin: 17px 0 0 109px;
}

.in-user-nm {
  cursor: pointer;
}

.l-menu-item {
  border-bottom: 1px solid #87a17f;
  cursor: pointer;
  text-align: right;
  line-height: 32px;
}

.main-menu-item {
  padding: 0px 20px;
}

.main-menu-item:hover,
.sub-menu:hover {
  background-color: #324a2a;
}

.l-menu-item:last-child {
  border: 0;
}

.sub-menu {
  line-height: 22px;
  font-size: 13px;
  padding-right: 30px;
  text-transform: lowercase;
}

.sub-menu:last-child {
  margin-bottom: 10px;
}

.main-menu-item.no-link:hover {
  background-color: #47623e;
}

span.icnn {
  font-size: 15px;
}

span.tiptip {
  font-size: 13px;
}

#history-btn {
  top: 45px;
  background-image: url(../images/history.svg?id=345);
  background-size: 25px;
}

#refresh-btn {
  top: 90px;
  background-image: url(../images/refresh.svg?id=345);
  background-size: 25px;
}

/* ------------------------------------------------------------------- racer Stats Pop New css START */
.racer-stats-out {
  color: #333;
  height: 100%;
}

.stats-top-area {
  display: flex;
  margin-bottom: 25px;
}

.stats-left-area {
  width: 170px;
  height: 170px;
  margin-right: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #8b8b8b;
  border-radius: 4px;
}

.namecss {
  color: var(--yellorg)
}

img.stats-racer-mg {
  width: 100%;
}

.top-stats-sec.sec-2 {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 15px 0;
  padding: 20px 0;
}

.stats-avatar-icon {
  width: 57px;
  height: 57px;
  background-size: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #f1f1f1;
}

.stats-right-area {
  flex-grow: 1;
}

span.stats-left-label {
  color: #000;
  font-weight: 500;
}

.stats-bot-area {
  max-height: calc(100% - 300px);
  overflow: auto;
}

.stat-h-out {
  position: relative;
  border-top: 1px solid #e7e7e7;
  margin: 18px 0;
}

.stat-h-in {
  position: absolute;
  top: -10px;
  background-color: #fff;
  padding: 0 10px;
  left: 0;
  color: #7e7e7e;
  right: 0;
  margin: auto;
  width: 177px;
  text-align: center;
}

.stats-bot-area .stats-row-line {
  line-height: 25px;
}

.stats-row-line {
  line-height: 25px;
}

.nmhyui {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 16px;
}

.close-dyn,
.close-fil {
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-image: url(../images/close_black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  position: absolute;
  right: -20px;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
  top: 5px;
}

.layer-list,
.cat-list {
  padding: 7px 10px;
  border-radius: 2px;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
}

.listSel {
  font-weight: bold;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18px;
  background-origin: content-box;
}

.tooltip-arrow {
  position: absolute;
  overflow: hidden;
  left: -20px;
  right: auto;
  width: 20px;
  height: 30px;
  top: 24px;
  margin: 0;
}

.tooltip-arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
  top: 13px;
  transform: translateX(48%) translateY(-50%) rotate(45deg);
  right: 0;
}

/* ------------------------------------------------------------------- racer Stats Pop New css END */
.tour-list,
.menu-btn-out {
  display: flex;
  padding: 0;
}

.tour-list {
  padding: 0 10px;
}

.tour-name {
  flex-grow: 1;
  overflow: hidden;
}

.menu-btn {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/history.svg);
  margin: 5px 0;
}

.menu-btn:hover {
  background-color: #e7e7e7;
}

.load-hiker {
  background-image: url(../images/hiker_icon.svg);
}

.load-center {
  background-image: url(../images/center.svg);
  background-size: 16px;
}

.load-alert {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 40px;
  z-index: 2;
  background-color: #000000e6;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  transition: .2s all;
}

.load-alert.open {
  bottom: 10px;
}

.overlay-center {
  color: #ccc;
  position: absolute;
  background-color: #536b49;
  border-radius: 2px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0px;
  width: 382px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
  z-index: 3;
  top: 20px;
  padding: 30px 0 20px;
  display: none;
  height: calc(100% - 90px);
}

.link {
  text-decoration: none;
  color: inherit;
}

.hiker-page-link,
#pic-gallery {
  background-color: #1e3e13;
  width: 200px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  color: #fff;
}

.close-btn.close-overlay {
  right: 6px;
  left: auto;
  border-radius: 2px;
}

.svg_dyn_icon {
  transition: .1s all;
}

.svg_hovered {
  fill: #009bdf;
  transform: scale(1.5) translate(0px, -4px);
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  transform-origin: 16px 27px;
}

#archived-btn {
  top: 46px;
  background-image: url(../images/history.svg);
}

/*Profile Area CSS START */
.acc-menu-profile {
  position: absolute;
  border-radius: 5px;
  right: -3px;
  color: #fff;
  left: 0;
  top: 0;
  display: block;
  width: 350px;
  background-color: #536b49;
}

.main-menu-item-h1 {
  font-family: richmond-display;
  margin-bottom: 10px;
  font-size: 18px;
}

.d-flex-img {
  margin-bottom: 20px;
}

img.profile-image-src {
  display: block;
  width: 100%;
}

.stats-left-label {
  color: #fff;
  font-size: 13px;
}

.stats-left-label-h2 {
  color: #a2d58d;
}

.stats-row-line {
  line-height: 25px;
}

/*Profile Area CSS END */
.quick-selector,
.lang-txt {
  margin: 30px 10px;
}

.lang-txt {
  margin-left: 104px;
}

.top-link {
  text-decoration: none;
  color: #fff;
}

.top-filters {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 20px;
  line-height: normal;
  display: flex;
}

select#change-lang,
.quick-select-box {
  border: 1px solid #000000;
  outline: none;
  width: 103px;
  height: 25px;
  border: 0;
}

select#change-lang {
  border: 1px solid #000000;
  outline: none;
  width: 103px;
  height: 25px;
}

#pic-gallery {
  cursor: pointer;
}

.pic-gallery-div {
  position: absolute;
  border-radius: 2px;
  z-index: 10;
  right: 0;
  left: 0;
  margin: auto;
  top: 0px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 160px);
  display: none;
}

.pic-gallery-outer {
  width: 80%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bottom-slide {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}

.scrollable-slide {
  height: 100%;
  width: fit-content;
  display: flex;
  transition: .2s all;
}

.slide-imgs {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: none;
  position: relative;
  cursor: pointer;
  transition: .2s all;
  width: auto;
  display: none;
}

.close-btn.closeGllery {
  right: 6px;
  left: auto;
  z-index: 1;
  background-color: #fff;
  border-radius: 2px;
}

.show-slide {
  display: block;
}

.slide-num {
  position: absolute;
  top: 0;
  display: none;
}

.slide-arr {
  margin: auto;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  user-select: none;
  background-color: #1e3e13;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50%;
  left: 10px;
}

.slide-arr.rightSlide {
  left: auto;
  right: 10px;
}

.prv-thumbs-in {
  display: flex;
  margin: 10px;
  overflow: auto;
}

img.thumb-imgs {
  height: 50px;
  cursor: pointer;
  margin-right: 1px;
  margin-bottom: 1px;
}

.in-arr {
  border: 2px solid #525252;
  width: 9px;
  height: 9px;
  position: absolute;
  left: -4px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  border-color: #fff;
  border-radius: 0px 0px 3px 0px;
  cursor: pointer;
}

.leftSlide .in-arr {
  transform: rotate(135deg);
  right: -4px;
  left: 0;
}

.slide-imgs img {
  height: 100%;
  display: block;
}

.slide-inner-div {
  width: auto;
  overflow-x: auto;
  flex-grow: 1;
  margin: 0 1px;
}

img.preview-src {
  height: 100%;
}

.preview-area {
  height: calc(100% - 80px);
  text-align: center;
  padding: 10px 10px;
  background-color: #f1f1f1;
}

.prv-inner {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 71%);
  position: relative;
}

.pic-gallery-flex {
  display: flex;
  height: calc(100% - 80px);
  padding-top: 10px;
  position: relative;
}

.prv-inner-side {
  flex-grow: 1;
}

.btn.search-archive {
  background-color: #273a1f;
}

.filter-in-lin {
  border-top: 1px solid #728d66;
  margin-top: 10px;
  padding-bottom: 10px;
}

.hikkl-o {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
}

.hikkl-o.nobodr {
  padding-top: 0;
}

.nolink {
  text-decoration: none;
  color: #ed6608;
}

.group-div {
  font-size: 12px;
}

.group-h1 {
  padding: 5px 10px;
  background-color: #405637;
  position: relative;
}

.group-tour-list {
  border: 1px solid #ccc;
  margin: 10px;
  background-color: #485e3e;
}

.grp-h1-name {
  flex-grow: 1;
}

.grp-info {
  margin: 2px 0;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/info_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.grph1 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

img.img-grp-path {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.loading-text {
  line-height: 100px;
  text-align: center;
}

.my-pop-cont {
  color: #ccc;
  background-color: #536b49;
  border-radius: 2px;
  margin: auto;
  width: 300px;
}

.leaflet-container a {
  text-decoration: none;
  color: #ed6608;
}

.leaflet-popup-content-wrapper {
  background: #536b49;
  color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  top: 10;
  right: 10;
  color: #ffffff;
}

.leaflet-popup-tip {
  background: #536b49;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #fff;
}

.myinp {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #4a4a4a;
  padding: 6px;
}

.svg_dyn_icon {
  fill: #7E8620;
}

.svg_dyn_icon.tour_1 {
  fill: #ffffff;
  stroke: #0e0000;
}

.svg_dyn_icon.tour_2 {
  fill: #39b700;
  stroke: #267a00;
}

.hike-in-close {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 5px;
  width: 34px;
  height: 34px;
  line-height: 35px;
}

.stats-row-line {
  line-height: 25px;
  word-break: break-all;
}

.overlay-content {
  overflow: auto;
  height: 100%;
  padding: 0 20px;
  margin: 0 5px;
}

#hiker-btn,
#list-btn {
  background-color: #76871e;
  width: 98px;
  margin: 35px 0;
  line-height: 35px;
  text-align: center;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 30px;
  border-radius: 3px;
}

div#list-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 17px;
  margin: 0;
  background: none;
  padding: 5px;
  background-color: #fff;
}

.top-filters .main-row {
  margin: 0 20px;
}

.top-filters .filter-head {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
}

.top-filters .filter-row {
  display: block;
  line-height: 17px;
}

.top-filters .chk-gap {
  height: 8px;
}

.top-filters input.filter-chk {
  width: 18px;
  height: 18px;
}

.top-link-btns {
  background-color: #76871e;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  line-height: 31px;
  width: 103px;
}