/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style/main.scss ***!
  \*************************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
.app {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 300;
  overflow: hidden;
  background-color: #1d1d1d;
  font-family: Roboto, sans-serif;
  background-image: url(/asset/backgroudImage.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
}

html,
body {
  position: relative;
  overflow: hidden;
}

body * {
  font-family: Roboto, sans-serif;
}

#landing {
  width: 100%;
  height: 100%;
}

#map {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

a {
  cursor: pointer;
  color: rgb(88, 149, 0);
}

a:focus {
  outline: none !important;
}

a:active {
  outline: none !important;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

i {
  cursor: pointer;
  color: #4f4f4f;
}

div {
  color: #959595;
}

button {
  display: block;
  width: 90%;
  height: 2em;
  background-color: rgb(88, 149, 0);
  text-transform: capitalize;
  color: #fff;
  margin: 1em;
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:focus {
  outline: none;
}

.raised-button {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

input {
  color: #959595;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
  letter-spacing: 0.5px;
}

.phoneNumber input[type=number]::-webkit-inner-spin-button,
.phoneNumber input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea:focus {
  outline: none;
  border-bottom: 2px solid #4f4f4f;
}

input:focus {
  outline: none;
}

.active {
  color: rgb(88, 149, 0) !important;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

#Email-email-undefined-31407 {
  background-color: #1d1d1d !important;
}

#Password-password-undefined-54087 {
  background-color: #1d1d1d !important;
}

.map-type-img img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll-left {
  position: fixed;
  left: 50px;
  width: 65px;
  height: 100px;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.75s;
}

.scroll-right {
  position: fixed;
  right: 0;
  width: 65px;
  height: 100px;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.75s;
}

.scroll-right i {
  position: absolute;
  top: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 100 !important;
  font-size: 5em;
  color: #959595;
}

.scroll-left i {
  position: absolute;
  top: 50px;
  left: -25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 100 !important;
  font-size: 5em;
  color: #959595;
}

.gmnoprint div[draggable=false] {
  display: none;
}

.move-scale {
  right: auto !important;
  left: 65px !important;
  bottom: 60px !important;
  position: absolute !important;
  -webkit-transition: 1s;
  transition: 1s;
}
.move-scale div:first-child div:last-child {
  border-radius: 5px !important;
  background-color: #1d1d1d !important;
}
.move-scale div:last-child span {
  color: rgb(88, 149, 0);
  font-size: 1.3em;
}
.move-scale div:last-child div div:not(:first-child) {
  background-color: rgb(88, 149, 0) !important;
}

.move-scale-user-content-open {
  bottom: 125px !important;
}

.move-button-user-content-open {
  bottom: 130px !important;
}

.margin-left-five-px {
  margin-left: 5px;
}

.margin-left-eight-px {
  margin-left: 8px;
}

.material-icons,
i,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gm-style-cc-initial {
  bottom: 38.5px;
}

.text-input-default {
  height: 30px;
  color: #959595;
  padding: 10px;
  background-color: #1d1d1d;
  border: 1px solid #959595;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  font-size: 12px;
}

.underline {
  text-decoration: underline;
}

.default-close {
  width: 20px;
  height: 20px;
  position: relative;
  background-image: url(/asset/Close-X_Thin_FFFFFF_ldpi.png);
  background-size: contain;
  box-sizing: border-box;
  background-repeat: no-repeat;
  cursor: pointer;
}

.loading-spinner {
  background-image: url(/asset/loading-spinner.gif);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}

@font-face {
  font-family: "Oswald";
  src: url(/0200e4160c7f30a80092.ttf);
}
.default-back {
  width: 20px;
  height: 20px;
  position: relative;
  background-image: url(/asset/Arrow-Left_Med.svg);
  background-size: contain;
  box-sizing: border-box;
  margin-left: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 3px;
}

.default-name-textfield {
  background: #333333 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 5px;
  width: 96.2%;
  height: 40px;
  border: none !important;
  border-radius: 5px;
  padding: 0px 10px;
  color: #D8D7D7;
}

.blackout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.whiteout {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0px;
  bottom: 0;
  z-index: 25;
  width: 97%;
  height: 100%;
}

.file-input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.map-options-file-input {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}

.terms h4 {
  margin-bottom: 2em;
}

.splash-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1d1d1d;
  background-image: url(/asset/backgroudImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.splash-screen-spinner {
  width: 100px;
  height: 100px;
}

.splash-screen-spinner-container {
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-overlay {
  position: absolute;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.splash-Logo {
  position: absolute;
  width: 350px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#footer {
  position: fixed;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background-color: #959595;
  height: auto;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 0.8em;
  color: #4f4f4f;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}

#footer p {
  display: inline;
}

#footer-links {
  color: #4f4f4f;
  position: absolute;
  top: 0.5em;
  right: 1em;
}

.map-tools {
  z-index: 14;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}

.options {
  z-index: 10;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}

.map-type-img {
  width: 30%;
  display: inline-block;
}

.filter-slide-in {
  left: 0 !important;
}

.zoom-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 1s !important;
  transition: 1s !important;
  font-size: 2em !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  margin-top: 14px;
}

.add-location-icon {
  z-index: 9 !important;
  bottom: 160px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: #000 solid 2px;
  background-color: rgb(144, 255, 0);
}

.app-bar {
  -webkit-transform: translate3d(0, 0, 0);
}

.photo-slider {
  position: absolute;
  bottom: 27px;
  right: 100px;
  width: 50px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}

.photo-slider i {
  color: #959595;
  font-size: 2em;
  display: inline-block;
}

.photo-slider img {
  position: absolute;
  bottom: 5px;
  display: inline;
  float: left;
  margin-left: 5px;
}

.arrow-down {
  display: none;
}

.photos-slide-up {
  bottom: 30px !important;
}

.photo-slider-up {
  bottom: 130px !important;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.display-saved-map-name {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 15px;
  left: 50%;
  text-align: center;
  font-size: 2em;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1110;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-hide-global-data {
  z-index: 11;
  position: absolute;
  left: 400px;
  top: 200px;
  border-left: 30px solid #959595;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  height: 30px;
  width: 0;
}

.toggle-global-data {
  position: absolute;
  left: -30px;
  top: 0;
}

.show-slider {
  display: none !important;
}

.edit-photo {
  background-color: #959595;
  height: 90px;
}

.data-options li {
  display: inline;
  list-style: none;
  font-size: 0.9em;
  cursor: pointer;
  color: #4f4f4f !important;
}

.data-option {
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  color: #4f4f4f !important;
}

.data-option span {
  color: #4f4f4f !important;
}

.edit-photo-button {
  background: #959595;
  position: absolute;
  left: 165px;
}

.title-div {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.active-layer-item li {
  display: inline-block;
  list-style: none;
  margin-left: 1em;
}

.active-layer {
  border: 3px solid rgb(88, 149, 0);
}

.marker-type-options li {
  display: block;
  list-style: none;
  margin-left: 0.5em;
  cursor: pointer;
}

.marker-craete-form {
  margin-left: 35px;
}

.marker-form-input {
  display: block;
  margin-bottom: 2em;
  width: 300px;
}

.marker-item li {
  display: inline-block;
  list-style: none;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.marker-update-input {
  display: block;
  margin: 0;
  width: 300px;
}

.selected-marker-type {
  background-color: rgba(79, 79, 79, 0.5);
}

.measure-color-picker {
  width: 35px;
  float: right;
  margin-top: 10px;
}

.measure-color-picker li,
.route-color-picker li {
  display: block;
  width: 25px;
  height: 20px;
  list-style: none;
  cursor: pointer;
}

.selected-measure {
  outline: none !important;
  border: 2px solid #4f4f4f !important;
}

.full-screen-photo-modal {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.full-screen-photo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.full-screen-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.subscription-button:focus {
  outline: none !important;
}

.user-info li {
  font-weight: bolder;
}

.user-info input {
  width: 100%;
}

.error-message {
  font-size: 0.7em;
  color: red;
}

.active-map {
  background-color: #000 !important;
}

.exit-saved-map {
  position: absolute;
  left: 150px;
  top: 0.5em;
  z-index: 1101;
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.8);
}

.exit-saved-map-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
}

.active-layer-item i {
  margin-left: 1em;
}

.selected-layer {
  border: 5px solid rgb(88, 149, 0) !important;
}

.payment-card {
  width: 40px;
}

.infowindow-icon {
  color: rgb(88, 149, 0);
  font-size: 1.5em;
}

.delete-message {
  text-align: center;
  color: red;
  font-weight: 400;
}

.measure-icon {
  font-weight: 1.2em;
  color: rgb(88, 149, 0);
}

.create-polygon *,
.create-polyline *,
.create-route * {
  margin: 0;
  color: #4f4f4f;
}

.measure-area,
.measure-perimeter,
.route-area {
  color: #4f4f4f;
}

.map-marker-label {
  position: absolute;
  color: blue;
  font-size: 16px;
  font-weight: bold;
}

.global-data-item * {
  color: "#000000" !important;
  height: 65px;
}

.global-data-item button {
  width: 150px;
}

.feature-data-item li {
  display: inline-block;
  padding: 2%;
  overflow: hidden;
}

.feature-data-item li p {
  padding: 2%;
  width: 100%;
  word-break: break-word;
}

.feature-data * {
  color: #fff;
}

.marker-clustering {
  background-color: #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.layer-tab {
  margin: 0;
  width: 112.6666666667px !important;
  float: left;
  text-align: center;
  font-size: 1em !important;
  height: 60px !important;
  border: 2px solid #fff !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}

.layer-activities {
  position: absolute;
  top: 280px;
  left: calc(360px + 10vw);
  width: 250px;
  height: auto;
  margin: 0;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.9);
}

.marker-activities {
  position: absolute;
  top: 200px;
  width: 250px;
  height: auto;
  margin: 0;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.9);
}

.layer-activities img,
.marker-activities img {
  height: 35px;
}

.layer-activities h3,
.marker-activities h3 {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  color: rgb(88, 149, 0);
}

.layer-activities ul,
.marker-activities ul {
  margin-top: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.layer-activities li,
.marker-activities li {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.layer-activities li img,
.marker-activities li img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.layer-activities li p,
.marker-activities li p {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 40px;
  color: #fff !important;
  font-weight: 300;
  text-align: center;
}

.form {
  color: #4f4f4f !important;
}

.layers-filter {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.mapLayerNode {
  color: #000;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.layer-node-icon {
  display: inline-block;
  height: 45px;
  vertical-align: middle;
  margin: 3%;
}

.layer-node-title {
  position: absolute;
  line-height: 1.5;
  left: 46%;
  top: 50%;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-weight: 300;
  width: 225px;
  color: #000;
}

.slide-up {
  bottom: 0 !important;
}

.slide-up-map-navigation-tools {
  bottom: 165px !important;
  z-index: 10 !important;
}

.slide-left-map-navigation-tools {
  right: 615px !important;
  z-index: 10 !important;
}

.slide-left-map-navigation-tools-small {
  right: 50px !important;
  z-index: 10 !important;
}

.slide-left-dialog-tools {
  right: 625px !important;
  z-index: 10 !important;
}

.slide-left-dialog-tools-small {
  right: 100px !important;
  z-index: 10 !important;
}

.slide-left-user-data-small {
  right: 34px !important;
}

.slide-left-boundaries-small {
  width: calc(100% - 34px) !important;
}

.slide-left-map-navigation-tools-med {
  right: 415px !important;
  z-index: 10 !important;
}

.slide-left-map-navigation-tools-big {
  right: 435px !important;
  z-index: 10 !important;
}

.slide-left-dialog-tools-med {
  right: 425px !important;
  z-index: 10 !important;
}

.reduce-width-app-toolbar {
  width: calc(100% - 424px) !important;
}

.reduce-width-global-carausel {
  width: calc(100% - 424px) !important;
}

.expand-layers {
  position: absolute;
  right: 25px;
  top: 30%;
}

.layer-node-header {
  position: relative;
  height: 60px;
  width: 100%;
  color: #000;
}
.layer-node-header:hover {
  color: rgb(88, 149, 0);
}
.layer-node-header:hover .layer-node-title {
  color: rgb(88, 149, 0);
}
.layer-node-header:hover .species-layer-node-title {
  color: rgb(88, 149, 0);
}

.species-layer-node-title {
  text-align: left;
  font: normal normal medium 20px/26px Roboto;
  letter-spacing: 0px;
  color: #EBEBEB;
  opacity: 1;
}

.link {
  cursor: pointer;
}

.user-avatar {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.rnd-btn {
  position: relative;
  border-radius: 100px;
}

.floating-upgrade-button {
  bottom: 65px;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.center {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 700px) {
  #footer-links {
    display: block;
    text-align: center;
  }
  .mobile-links {
    display: block;
    text-align: top center;
  }
  .photo-slider {
    bottom: 50px;
    right: 50px;
  }
  .photos-slide-up {
    bottom: 50px !important;
  }
  .photo-slider-up {
    bottom: 150px !important;
  }
  .hide-slider {
    display: none;
  }
  .show-slider {
    display: inline !important;
  }
}
@media screen and (max-width: 800px) {
  .display-saved-map-name {
    position: absolute;
    top: 15px;
    left: 50%;
    text-align: center;
    font-size: 2em;
    -webkit-transform: translate(-25%);
    transform: translate(-25%);
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .exit-saved-map {
    left: 95px;
  }
}
@media screen and (min-width: 800px) {
  .location-icon {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  .splash-Logo {
    top: 20%;
  }
}
.animation-delay-2 {
  animation-delay: 2s;
}

.animation-delay-3_5 {
  animation-delay: 3.5s;
}

.fadeOut {
  -webkit-animation: fadeOut 1s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadeOut 1s;
}

.fadeIn {
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  opacity: 0;
  position: absolute;
  top: 30%;
  height: 300px;
}

.bm-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.bm-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
.ripple-effect {
  z-index: 14;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple 0.75s;
  animation: ripple 0.75s;
}

.ripple-effect-round {
  z-index: 12;
  display: block;
  position: fixed;
  height: 24px;
  width: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple 0.75s;
  animation: ripple 0.75s;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    left: -20vw;
  }
  100% {
    left: 50px;
  }
}
@keyframes slideInLeft {
  0% {
    left: -20vw;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    left: 50px;
  }
  100% {
    left: -450px;
  }
}
@keyframes slideOutLeft {
  0% {
    left: 50px;
  }
  100% {
    left: -450px;
  }
}
.slide-out-left {
  -webkit-animation: slideOutLeft 0.77s ease-out !important;
  animation: slideOutLeft 0.77s ease-out !important;
}

@keyframes slide-in-from-top {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 0%;
  }
}
.slideInFromTop {
  animation-duration: 1s;
  animation-name: slide-in-from-top;
}

@keyframes slide-out-from-top {
  0% {
    margin-top: 0%;
  }
  100% {
    margin-top: -100%;
  }
}
.slideOutFromTop {
  animation-duration: 1s;
  animation-name: slide-out-from-top;
}

@keyframes slide-out-landing-from-top {
  0% {
    margin-top: 0%;
  }
  100% {
    margin-top: -75%;
  }
}
.slideOutLandingFromTop {
  animation: slide-out-landing-from-top 800ms linear forwards;
}

@keyframes slide-in-landing-from-top {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 0%;
  }
}
.slideInLandingFromTop {
  margin-top: -100%;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-name: slide-in-landing-from-top;
}

/* Ripple effect */
.bm-ripple {
  background-position: center;
  transition: background 0.8s;
}

.bm-ripple:active {
  background-color: #c1c0c0;
  background-size: 100%;
  transition: background 0s;
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/_login.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.login {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.login .header {
  height: 86px;
  position: fixed;
}
.login__background__landing {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #959595;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(/asset/BaseMap_Landing_Desktop.jpg);
}
.login__redeem {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 50%;
  width: 350px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.57);
  text-align: center;
  padding: 20px;
  border-radius: 3px;
}
.login__redeem p {
  line-height: 1.5;
  font-size: 0.8em;
  color: #fff;
}
.login__redeem p:first-of-type {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100 !important;
}
.login__logo {
  position: absolute;
  width: 344px;
  height: 31px;
  align-items: center;
  top: 38%;
  left: 43%;
}
.login__info-box {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
  height: calc(100% - 80px);
  width: 50vw;
  min-width: 350px;
  min-height: 450px;
  background-image: url(/asset/splash-screen-2000.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login__info-box__subscriptions {
  position: absolute;
  top: 10vh;
  width: 40vw;
  margin-left: 5vw;
  height: 75vh;
  min-width: 280px;
}
.login__info-box__subscriptions .subscription-plans-info .pricing-table-wrapper .pricing-table .pricing-option {
  font-size: 0.9em;
  height: 500px !important;
}
.login__options {
  position: absolute;
  width: 320px;
  height: 180px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  transform: translate(3%);
}
.login__options__promo {
  display: flex;
  flex-direction: column;
}
.login__options button {
  text-transform: uppercase;
  font-weight: 500;
}
.login__options button[data-id=login] {
  font: normal normal normal 20px/26px Roboto;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.6px;
  opacity: 1;
  background: #333333 0% 0% no-repeat padding-box;
  opacity: 1;
}
.login__options button[data-id="create account"] {
  font: normal normal normal 20px/26px "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.6px;
  opacity: 1;
}
.login .login-form {
  width: 50vw;
  position: absolute;
  right: 0;
  height: calc(100% - 80px);
  top: 80px;
}
.login video {
  height: 100vh;
  width: auto;
  z-index: -100;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}
.login video[poster] {
  min-width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}
.login__signup {
  position: absolute;
  width: 100vw;
  top: 80px;
  right: 0;
  height: calc(100% - 80px);
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 371px) and (max-width: 550px) {
  .login__redeem {
    width: 75%;
  }
  .login__background__landing__show {
    width: 100%;
    height: 0;
  }
}
@media screen and (max-width: 370px) {
  .login__redeem {
    width: 75%;
  }
  .login__background__landing__show {
    width: 100%;
    height: 0;
  }
}
.title-header {
  position: absolute;
  top: 47%;
  left: 40%;
  width: 222px;
  height: 26px;
  /* UI Properties */
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  color: #C6C4C4;
  opacity: 1;
}

.title-welcome {
  color: #C6C4C4;
  width: 115px;
  height: 26px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(3%);
  font: normal normal normal 20px/26px Roboto;
  top: 35%;
  left: 43%;
}

.logo-header {
  color: #C6C4C4;
  width: 115px;
  height: 26px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(3%);
  font: normal normal normal 20px/26px Roboto;
  top: 40%;
  left: 43%;
}

.button-style-home-page {
  background: var(--bm-primary-green-589500) 0% 0% no-repeat padding-box;
  background: #589500 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  width: 320px;
  height: 50px;
}

.button-text-style {
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  opacity: 1;
}

.in-gps-app-tech-style {
  font: normal normal normal 20px/26px Roboto;
  text-align: center;
  padding-top: 20px;
  letter-spacing: -0.6px;
  color: #C6C4C4;
  opacity: 1;
}

.welcome-to-style-h6 {
  font: normal normal normal 20px/26px Roboto;
  text-align: center;
  padding-top: 20px;
  position: relative;
  letter-spacing: -0.6px;
  color: #6E6E6E;
  opacity: 1;
  margin-bottom: 20px;
}

.custom-link-login {
  text-decoration: none;
  /* Remove default underline */
}

.custom-link-login:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

.custom-link-login-forgot-psd {
  text-decoration: none;
}

.custom-link-login-forgot-psd:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

.welcome-screen-container {
  width: 320px;
  height: 50vh;
  max-height: 700px;
  min-height: 400px;
}

.welcome-screen-container-child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/sign-up-dialog/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.dialog-box-social-login-parent {
  animation-duration: 1s;
  animation-name: fadein;
  opacity: 1;
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dialog-box-social-login-parent__header {
  border-radius: 4px 4px 4px 4px;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dialog-box-social-login-parent__header__show {
  visibility: visible;
}
.dialog-box-social-login-parent__header__hide {
  display: none;
}
.dialog-box-social-login-parent__header div:nth-child(1) div {
  color: #959595;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.dialog-box-social-login-parent__header div:nth-child(1) img {
  cursor: pointer;
  margin-top: -12px;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: -25px;
}
.dialog-box-social-login-parent__header div:nth-child(2) {
  line-height: 15px;
  color: #959595;
  font-size: 11px;
  text-align: left;
  padding: 20px;
}
.dialog-box-social-login-parent__header div:nth-child(2) p {
  padding-top: 20px;
}
.dialog-box-social-login-parent__header div:nth-child(2) p span {
  font-weight: 700;
}
.dialog-box-social-login-parent__header div:nth-child(2) p a {
  text-decoration: underline;
}
.dialog-box-social-login-parent__body__show {
  display: block;
}
.dialog-box-social-login-parent__body__hide {
  display: none;
}
.dialog-box-social-login-parent__footer p {
  text-align: center;
  padding-top: 0px;
}
.dialog-box-social-login-parent__footer button {
  text-align: left;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0px;
  font-weight: 500;
}
.dialog-box-social-login-parent__footer button img {
  float: left;
  margin: -5px 12px 12px;
  width: 20px;
}
.dialog-box-social-login-parent__footer__signUpWithEmail {
  color: #fff;
  background-color: rgb(88, 149, 0);
}
.dialog-box-social-login-parent__footer__signUpWithEmail__show {
  visibility: visible;
}
.dialog-box-social-login-parent__footer__signUpWithEmail__hide {
  display: none;
}
.dialog-box-social-login-parent__footer__signUpWithFacebook {
  background-color: #26498f;
}
.dialog-box-social-login-parent__footer__signUpWithGoogle {
  color: #959595;
  background-color: #fff;
  height: 42px;
}
.dialog-box-social-login-parent .dialog-box-social-login {
  border-radius: 4px 4px 4px 4px;
  padding: 10px 15px 15px;
  margin-bottom: 15px;
}
.dialog-box-social-login-parent .dialog-box-social-login__header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.dialog-box-social-login-parent .dialog-box-social-login__header > img {
  cursor: pointer;
  margin-right: -5px;
  margin-top: -10px;
  width: 12px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body {
  line-height: 15px;
  padding-bottom: 10px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body label {
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  font: normal normal normal 15px/20px Roboto;
}
.dialog-box-social-login-parent .dialog-box-social-login__body label span {
  font: normal normal normal 15px/20px Roboto;
}
.dialog-box-social-login-parent .dialog-box-social-login__body input {
  padding-left: 6px;
  box-sizing: border-box;
  font-size: 12px;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  color: #959595;
}
.dialog-box-social-login-parent .dialog-box-social-login__body span {
  font: normal normal normal 15px/20px Roboto;
}
.dialog-box-social-login-parent .dialog-box-social-login__body input::placeholder {
  font-size: 12px;
  padding-left: 0px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body div:nth-child(3) {
  color: rgb(88, 149, 0);
  display: flex;
  flex-direction: row;
  font-weight: 300;
  font-size: 12px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body div:nth-child(3) div:nth-child(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 5px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body div:nth-child(3) div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body > ul {
  color: #959595;
  font-size: 11px;
  margin-top: 15px;
}
.dialog-box-social-login-parent .dialog-box-social-login__body > ul li {
  line-height: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.dialog-box-social-login-parent .dialog-box-social-login__footer {
  padding-top: 0px;
}
.dialog-box-social-login-parent .dialog-box-social-login__footer p {
  width: 250px;
  height: 20px;
  text-align: center;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: -0.45px;
  color: #959595;
}
.dialog-box-social-login-parent .dialog-box-social-login__footer div {
  display: flex;
  flex-direction: row;
  text-align: right;
  width: 100%;
  margin-left: 2px;
}
.dialog-box-social-login-parent .dialog-box-social-login__footer div label {
  height: 20px;
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  color: #A49E9E;
  font-weight: 500;
  padding-top: 5px;
  display: block;
}
.dialog-box-social-login-parent .dialog-box-social-login__footer div label a {
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: -0.45px;
  color: rgb(88, 149, 0);
  font-weight: 500;
  padding-top: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-box-social-login-parent .dialog-box-social-login__footer > button {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  height: 30px;
  margin-top: 15px;
  border-radius: 4px;
}

@media screen and (min-width: 371px) and (max-width: 550px) {
  .dialog-box-social-login-parent {
    top: 40%;
  }
}
@media screen and (max-width: 370px) {
  .dialog-box-social-login-parent {
    top: 40%;
  }
}
.centered-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  opacity: 1;
}

.text-botton-free-singnup {
  /* Layout Properties */
  top: 14%;
  left: 37%;
  width: 106px;
  height: 26px;
  background: #1d1d1d 0% 0% no-repeat padding-box;
}

.green-button {
  top: 517px;
  left: 800px;
  width: 320px;
  height: 40px;
  background: #589500 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  color: white;
  border: none;
  cursor: pointer;
}

.signup-input-style {
  background: #333333 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: rgb(255, 253, 253) !important;
  /* Set the text color to red */
  text-indent: 10px;
  font-size: 12px;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  /* Remove border */
  outline: none;
}

@media (max-height: 699px) {
  /* Your styles here */
  .signup-input-style {
    height: 30px !important;
  }
  /* Add more styles as needed */
}
/* Remove border and outline on autofill */
.signup-input-style:-webkit-autofill,
.signup-input-style:-webkit-autofill:focus {
  border: none !important;
  outline: none !important;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 0 0px 1000px #333333 inset !important;
}

/* Set text color on autofill */
.signup-input-style:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 253, 253) !important;
}

.signup-input-style:focus,
.signup-input-style:-webkit-autofill:focus {
  outline: none !important;
  /* Remove outline on focus */
  border: none !important;
  /* Remove border on focus */
}

.signup-checkbox-style {
  width: 20px;
  height: 20px;
  background: #C4C4C4 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}

.signup-header-style {
  width: 107px !important;
  height: 26px !important;
  text-align: left !important;
  font: normal normal medium 20px/26px Roboto !important;
  letter-spacing: -0.6px !important;
  color: #959595 !important;
  opacity: 1 !important;
}

.custom-link {
  text-decoration: none;
  /* Remove default underline */
  color: #959595;
}

.custom-link:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

.signup-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-container-child {
  width: 320px;
  height: 55vh;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signup-label-style {
  width: 100%;
  height: 30%;
  color: var(--unnamed-color-959595);
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: -0.45px;
  color: #959595;
  opacity: 1;
}

/* Media query for screens with height below 600px */
@media (max-height: 599px) {
  .signup-container-child {
    height: 96vh;
    width: 260px;
    min-height: 500px;
  }
  .signup-label-style {
    font: normal normal normal 12px/15px Roboto;
  }
}
@media (min-height: 600px) and (max-height: 700px) {
  .signup-container-child {
    height: 85vh;
    width: 260px;
    min-height: 500px;
  }
  .signup-label-style {
    font: normal normal normal 12px/15px Roboto;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/sign-up-with-facebook/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.button-facebook button {
  text-align: center;
  font-size: 14px;
  display: flex;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
  background-color: #26498f;
}
.button-facebook img {
  float: left;
  margin: 0px 12px 12px;
  width: 20px;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/sign-up-with-google/index.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.sign-up-with-google {
  display: inline-block;
  color: #000;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  height: 50px;
}

.sign-up-with-google:hover {
  cursor: pointer;
}

span.icon {
  background: url(/asset/Logo_Google-G_Multi-Colorhdpi.png);
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

span.buttonText {
  width: 72%;
  height: 26px;
  text-align: center !important;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  opacity: 1;
}

.grey-button-signup {
  text-align: left;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  color: white;
  margin-bottom: 15px;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0px;
  font-weight: 500;
  background-color: #7d7d7d;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/login-dialog/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.login-dialog-parent {
  width: 320px;
  position: absolute;
  z-index: 5;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-dialog-parent .login-dialog__header {
  text-align: left;
  background-color: none;
  padding-bottom: 0px;
}
.login-dialog-parent .login-dialog__header > img {
  cursor: pointer;
  margin-right: -5px;
  margin-top: -10px;
  width: 12px;
}
.login-dialog-parent .login-dialog__body {
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
.login-dialog-parent .login-dialog__body label {
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
  height: 20px;
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: -0.45px;
  color: #A49E9E;
  opacity: 1;
}
.login-dialog-parent .login-dialog__body input::placeholder {
  font-size: 12px;
}
.login-dialog-parent .login-dialog__body p:nth-child(1) {
  color: rgb(88, 149, 0);
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.login-dialog-parent .login-dialog__body div:nth-child(2) {
  color: rgb(88, 149, 0);
  display: flex;
  flex-direction: row;
  font-weight: 300;
  font-size: 12px;
}
.login-dialog-parent .login-dialog__body div:nth-child(2) div:nth-child(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 5px;
}
.login-dialog-parent .login-dialog__body div:nth-child(2) div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.login-dialog-parent .login-dialog__body > ul {
  color: #959595;
  font-size: 11px;
  margin-top: 15px;
}
.login-dialog-parent .login-dialog__body > ul li {
  line-height: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.login-dialog-parent .login-dialog__footer {
  padding-top: 0px;
}
.login-dialog-parent .login-dialog__footer div {
  flex-direction: row;
  text-align: center;
}
.login-dialog-parent .login-dialog__footer div input {
  width: auto;
}
.login-dialog-parent .login-dialog__footer div label {
  font-weight: 500;
  padding-top: 5px;
  display: block;
  font-size: 10px;
}
.login-dialog-parent .login-dialog__footer div label a {
  color: rgb(88, 149, 0);
  text-decoration: underline;
}
.login-dialog-parent .login-dialog__footer > p {
  padding-top: 12px;
  color: #ff031c;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
.login-dialog-parent .login-dialog__footer > button {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  height: 30px;
  margin-top: 15px;
}
.login-dialog-parent__header {
  box-shadow: #959595 0px 0px 12px 0px;
  background-color: #f2f2f2;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 25px;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.login-dialog-parent__header div:nth-child(1) div {
  color: #959595;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.login-dialog-parent__header div:nth-child(1) img {
  margin-top: -12px;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: -25px;
}
.login-dialog-parent__header div:nth-child(2) {
  line-height: 15px;
  color: #959595;
  font-size: 11px;
  text-align: left;
  padding: 20px;
}
.login-dialog-parent__header div:nth-child(2) p {
  padding-top: 20px;
}
.login-dialog-parent__header div:nth-child(2) p span {
  font-weight: 500;
}
.login-dialog-parent__footer p {
  text-align: center;
  padding-top: 15px;
}

.terms-condition-style {
  text-align: center;
  font: normal normal normal 15px/20px Roboto;
  color: #A49E9E;
}

.login-email-input-style {
  background: #333333 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: rgb(255, 253, 253) !important;
  /* Set the text color to red */
  text-indent: 10px;
  font-size: 12px;
  width: 320px;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  /* Remove border */
  outline: none;
  margin-top: 10px;
}

/* Remove border and outline on autofill */
.login-email-input-style:-webkit-autofill,
.login-email-input-style:-webkit-autofill:focus {
  border: none !important;
  outline: none !important;
  letter-spacing: 0.5px !important;
  -webkit-box-shadow: 0 0 0px 1000px #333333 inset !important;
}

/* Set text color on autofill */
.login-email-input-style:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 253, 253) !important;
}

.login-email-input-style:focus,
.login-email-input-style:-webkit-autofill:focus {
  outline: none !important;
  /* Remove outline on focus */
  border: none !important;
  /* Remove border on focus */
}

.text-botton-free-login {
  text-align: center;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top: 15px;
  color: #959595;
  font-weight: 500;
  background-color: transparent;
  height: 50px;
  transition: background-color 0.3s ease;
}

.centered-text-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  opacity: 1;
}

.green-button-signin {
  text-align: left;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  color: white;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
  background-color: #589500;
  height: 50px;
}

.grey-button-signin {
  text-align: left;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  color: white;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
  background-color: #7d7d7d;
  height: 50px;
}

.login-button-style {
  width: 320px;
  height: 50px;
  background: #C4C4C4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}

.login-container-style {
  width: 320px;
  height: 50vh;
  min-height: 450px;
  max-height: 700px;
}

.login-container-child-style {
  width: 100%;
}

.login-container-child-style-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/login-with-facebook/index.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.button-facebook button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 500;
  background-color: #26498f;
}
.button-facebook img {
  float: left;
  margin: 0px 12px 12px;
  width: 20px;
  width: 8%;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/forgot-password-dialog/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.container-forget-psd {
  width: 320px;
  height: 50vh;
  min-height: 600px;
}

@media (max-height: 599px) {
  .container-forget-psd {
    height: 70vh;
  }
}
@media (max-height: 699px) {
  .container-forget-psd {
    height: 70vh;
  }
}
.container-childs {
  width: 100%;
  height: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forgot-psd-text-style {
  width: 226px;
  height: 32px;
  text-align: center;
  font: normal normal normal 12px/16px Roboto;
  letter-spacing: -0.36px;
  color: #959595;
  opacity: 1;
}

.password-reset-style {
  width: 136px;
  height: 26px;
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  color: #959595;
  opacity: 1;
}

.forgot-psd-email-style {
  width: 100%;
  height: 26px;
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  opacity: 1;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/login/password-reset/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.password-reset-form {
  position: fixed;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
  width: 80%;
  height: auto;
  padding: 1em;
  border-radius: 3px;
  background-color: #fff;
  max-width: 350px;
}
.password-reset-form p.info {
  color: #1e1e1e;
  height: auto;
  width: 100%;
  font-size: 0.9em;
}
.password-reset-form h3 {
  color: rgb(88, 149, 0);
  font-size: 1.7em;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.password-reset-form p {
  color: red;
  height: auto;
  width: 100%;
  font-size: 0.9em;
}
.password-reset-form__input {
  width: 100%;
  display: table;
}
.password-reset-form__input td {
  text-align: right;
  color: #1e1e1e;
  vertical-align: auto;
}
.password-reset-form__input td:first-of-type {
  width: 20%;
  font-size: 0.95em;
}
.password-reset-form__input input {
  background-color: #fff;
  border: 1px solid gray;
  width: 90%;
  height: 30px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 3px;
  color: #1e1e1e;
  max-width: 260px;
}
.password-reset-form__input input:-webkit-autofill, .password-reset-form__input input:-webkit-autofill:hover, .password-reset-form__input input:-webkit-autofill:focus .password-reset-form__input input:-webkit-autofill {
  -webkit-text-fill-color: #1e1e1e !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}
.password-reset-form__input input:focus {
  border: 1px solid #1e1e1e;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/layers/layer/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.layer-container {
  border-radius: 10px;
  width: 310px;
  height: 105px;
  background-size: cover;
  /* margin: 10px; */
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
  position: relative;
}

.layer-container-active {
  border: 2px solid #589500;
}

.layer-gutter {
  width: 163px;
  height: 39px;
  text-align: left;
  font: normal normal 300 12px/16px Roboto;
  letter-spacing: 0px;
  color: #9A9999;
  opacity: 1;
  padding-left: 10px;
}

.layer-node-header-container {
  width: 170px;
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  box-sizing: content-box;
}

.layer-node-container {
  background: #333333 0% 0% no-repeat padding-box;
  width: 310px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
}

.layer-node-image {
  width: 85px;
  height: 75px;
  border: 2px solid #757575;
  border-radius: 10px;
  opacity: 1;
}

.layer-node-text-container {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  margin-left: 5px;
}

.layer-favorite-btn {
  width: 20px;
  height: 20px;
  top: -18px;
  left: 99%;
  position: absolute;
  transform: translate(-25px, 25px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/Heart_Solid_White@1x.png);
  filter: drop-shadow(rgb(0, 0, 0) 5px 5px 5px);
}

.layer-favorite-btn-active {
  width: 20px;
  height: 20px;
  top: -18px;
  left: 99%;
  position: absolute;
  transform: translate(-25px, 25px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/Heart_Dk_Green.png);
  filter: drop-shadow(rgb(0, 0, 0) 5px 5px 5px);
}

.layer-label-wrapper {
  position: relative;
  display: inline-block;
}

.layer-node-description {
  position: relative;
  overflow: visible;
  width: 170px;
  height: 34px;
  text-align: left;
  font: normal normal 300 12px/16px Roboto;
  letter-spacing: 0px;
  color: #9A9999;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.custom-tooltip {
  background-color: #453f3f;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  font-size: 13px;
  z-index: 10000;
  pointer-events: none;
  height: auto;
  max-width: 500px;
  word-wrap: break-word;
  white-space: normal;
  border: 1px solid gray;
  line-height: 18px;
  min-width: 100px;
  min-height: 20px;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/common/confirm-remove/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.confirm-removal-container-two {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 95%, 0.5);
  z-index: 11115555555555555000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-box-container {
  width: 300px;
  height: 200px;
  background-color: rgb(43, 43, 43);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/map/map-popup/index.scss ***!
  \********************************************************************************************************************************************************************************************************/
/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  height: 300px;
  width: 500px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #1d1d1d;
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #1d1d1d;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}

.popup-close {
  position: absolute !important;
  right: 0px;
  top: 20px;
  width: 20px !important;
  height: 20px !important;
  transform: translate(-10px);
}

.popup-header {
  background-color: black;
  height: 40px;
  width: 100%;
  padding-top: 10px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
}

.popup-header-text {
  height: 25px;
  padding-left: 10px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-inner {
  display: flex;
  width: 100%;
  height: calc(100% - 55px);
  position: relative;
}

.popup-left-bumper {
  width: 20px;
  height: 100%;
  background-image: url(/asset/Chevron-Left_Thin_FFFFFF_ldpi.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: black;
}

.popup-right-bumper {
  width: 20px;
  height: 100%;
  background-image: url(/asset/Chevron-Right_Thin_FFFFFF_ldpi.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: black;
}

.popup-feature-data {
  position: relative;
  width: calc(100% - 20px);
  overflow-y: auto;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.popup-data-entry {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.popup-dot-container {
  display: flex;
  justify-content: center;
}

.popup-dot {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background: radial-gradient(6px, grey, black);
}

.popup-dot-active {
  background: radial-gradient(6px, rgb(144, 255, 0), black);
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/map/render-friends/index.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.friend-location-container {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid rgb(88, 149, 0);
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-color: black;
  cursor: pointer;
}

.friend-location-image {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/map/layer-toggle/index.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.layer-toggle-container {
  display: flex;
  position: fixed;
  z-index: 4;
  top: 101.3vh;
  transform: translateY(-75px);
  width: 85%;
  justify-content: center;
  pointer-events: none;
}

.layer-toggle-container-child {
  display: flex;
  position: relative;
}

.layer-toggle {
  width: 70px;
  height: 40px;
  background: #1D1D1D 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal normal 15px/22px Oswald;
  letter-spacing: 0px;
  color: #6E6E6E;
  border-radius: 5px;
  cursor: pointer;
  pointer-events: all;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/map/index.scss ***!
  \**********************************************************************************************************************************************************************************************/
.map-zoom-in {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #1D1D1D;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-location-in {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: black;
  border: 3px solid rgb(88, 149, 0);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 10px;
  margin-top: 5px;
}

.map-zoom-in-icon {
  width: 65%;
  height: 65%;
  background-image: url(/asset/plus.png);
  background-size: contain;
}

.gm-compass-needle {
  height: 25px !important;
  left: 4px !important;
}

.gm-compass-turn {
  height: 25px !important;
  left: -10px !important;
}

.gm-compass {
  width: 50px !important;
  height: 50px !important;
  left: -37px !important;
  bottom: 5px;
}

.map-zoom-out {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #1D1D1D;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.map-zoom-out-icon {
  width: 100%;
  height: 100%;
  background-image: url(/asset/minus.png);
  background-size: contain;
}

.map-location-icon {
  width: 100%;
  height: 100%;
  background-image: url(/asset/Map-Center_Solid_589500_ldpi.png);
  background-size: contain;
}

.map-zoom-container {
  display: flex;
  position: absolute !important;
  bottom: 13px !important;
  right: 15px !important;
  z-index: 5;
}

.info-box-span {
  font: normal normal normal 11px/20px Roboto;
  color: #FFFFFF;
  opacity: 1;
}

.info-box-span-heading {
  font: normal normal normal 14px/20px Roboto;
  color: #FFFFFF;
  opacity: 1;
  white-space: nowrap;
  /* Prevent text from wrapping to the next line */
  overflow: hidden;
  /* Hide any content that overflows the container */
  text-overflow: ellipsis;
  /* Display an ellipsis (...) when the text overflows */
  margin: 0;
}

.info-box-head {
  top: 351px;
  left: 1034px;
  color: var(--unnamed-color-6e6e6e);
  text-align: left;
  font: normal normal normal 13px/20px Roboto;
  letter-spacing: -0.45px;
  color: #6E6E6E;
  opacity: 1;
}

.info-box-head-date {
  top: 351px;
  left: 1034px;
  color: var(--unnamed-color-6e6e6e);
  text-align: left;
  font: normal normal normal 11px/20px Roboto;
  letter-spacing: -0.45px;
  color: #6E6E6E;
  opacity: 1;
}

.spinner-content {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

:focus-visible {
  outline: none;
}

.alert-center {
  position: relative;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}

.spinner-loader-api {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #589500;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.infobox-custom-image-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1111111111;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.photo-model-title {
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 10px;
}

.info-marker-default-size {
  width: 100px;
  height: 100px;
}

.info-window-heading {
  font-size: 18px;
  color: #FFFFFF;
}

.info-window-header-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-window-header-container {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
}

.info-window-closeicon {
  width: 10%;
  height: 20px;
}

.info-window-bottons {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 3px;
  overflow: hidden;
  border: 2px solid green;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gm-style-iw-ch {
  padding-top: 5px !important;
}

.gm-style-iw-t {
  right: 5px !important;
}

div[style*="z-index: 1000002"] {
  border: none !important;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/threedmap/index.scss ***!
  \****************************************************************************************************************************************************************************************************/
.three-d-map {
  width: calc(-78px + 100vw);
  height: calc(-60px + 100vh);
  position: fixed;
  z-index: 1111111111111;
  left: 78px;
  top: 60px;
}

.make-two-d-map {
  width: 94%;
  height: 100%;
  position: fixed;
  z-index: 0;
  left: 6%;
}

.three-d-button {
  width: 50px;
  height: 38px;
  position: fixed;
  z-index: 1111111111111111;
  background-color: #1D1D1D;
  top: 101.8vh;
  right: 235px;
  transform: translateY(-94px);
}

.two-d-button {
  width: 50px;
  height: 38px;
  position: fixed;
  z-index: 1111111111111111;
  background-color: #1D1D1D;
  top: 92.8vh;
  right: -10px;
  transform: translateY(-94px);
}

.gm-control-active {
  display: none !important;
}

.three-d-default-size {
  width: 10px;
  height: 10px;
}

gmp-internal-map-3d-camera-control {
  bottom: 40px !important;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/loader/loader.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.huntplanner-load-spinner {
  position: fixed;
  z-index: 111111111111;
  top: 50%;
  left: 50%;
}

.dark-background {
  position: fixed;
  z-index: 1111111111;
  width: calc(100% - 78px) !important;
  height: calc(100vh - 60px) !important;
  background-color: rgba(0, 0, 0, 0.7);
  top: 60px !important;
  left: 78px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.huntplanner-loader-spinner {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(88, 149, 0);
  --_m:
      conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/index.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.left-expanded-content-container {
  z-index: 55555555555555560000;
  width: 100%;
  height: calc(60px + 100vh);
  background-color: #1e1e1e;
  position: relative;
  top: 60px;
  overflow: scroll;
  scrollbar-color: transparent;
  overflow-x: hidden;
}
.left-expanded-content-container::-webkit-scrollbar {
  width: 10px;
  /* Set the width of the scrollbar */
}
.left-expanded-content-container::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb (the moving part) */
}

.left-expanded-header {
  color: white;
  font-weight: lighter;
  font-size: 20px;
  line-height: 55px;
  padding: 10px;
  display: block;
  width: 340px;
  display: flex;
  box-sizing: border-box;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-expanded-header-container {
  display: flex;
  justify-content: space-between;
  height: 70px;
  width: 340px;
}

.left-expanded-tabs-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 5px;
  width: 340px;
  overflow: hidden;
}

.left-expanded-tabs-settings-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 5px;
  height: 80px;
}

.left-expanded-tab-inactive {
  border: 1px solid #959595;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: black;
}

.left-expanded-tab-active {
  border: 1px solid rgb(88, 149, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: black;
}

.left-expanded-tab-label-inactive {
  text-align: center;
  pointer-events: none;
}

.left-expanded-tab-label-active {
  color: white;
  text-align: center;
  pointer-events: none;
}

.left-expanded-tab-img {
  left: 50%;
  position: relative;
  transform: translate(-50%);
  height: 36px;
}

.left-expanded-title {
  color: #4f535e;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.marker-notes {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #959595;
  padding: 10px;
  color: #959595;
  background-color: transparent;
  font-size: 12px;
}

.marker-selection {
  width: 100%;
  background-color: #1d1d1d;
  background: #1d1d1d;
  padding: 2px;
  margin-top: 5px;
  appearance: none;
  outline: none;
  border: 1px solid #959595;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.marker-selection-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

.marker-selection-type {
  background-color: transparent;
  display: flex;
  font-size: 12px;
}

.marker-selection-label {
  position: relative;
}

.marker-selection-label:after {
  content: ">";
  margin-left: -20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  color: #959595;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  top: 7px;
  position: relative;
  pointer-events: none;
}

.file-drop {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
}

.file-drop-target {
  width: 100%;
  height: 100%;
  border: 2px dashed #959595;
  border-radius: 5px;
  box-sizing: border-box;
}

.file-drop-text {
  width: 100%;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.color-preview {
  width: 100px;
  height: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 5px solid #959595;
  border-radius: 5px;
  box-sizing: border-box;
}

.map-label {
  position: absolute;
  background-color: #1d1d1d;
  transform: translateX(-50%);
}

.left-dialog-close {
  transform: translate(-4px, 25px);
}

.handle-responsive-left-menu {
  width: 500px;
  transition: width 0.15s ease;
}

@media only screen and (max-width: 1280px) {
  .handle-responsive-left-menu {
    width: 440px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .handle-responsive-left-menu {
    width: 440px;
  }
}
@media only screen and (min-width: 1441px) {
  .handle-responsive-left-menu {
    width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .handle-responsive-left-menu {
    width: 52%;
  }
}
@media only screen and (max-width: 400px) {
  .handle-responsive-left-menu {
    width: 100%;
  }
}
.handle-responsive-left-menu-close {
  width: 78px;
  transition: width 0.15s ease;
}

.layer-node-layer-container-three {
  overflow-y: auto;
  margin-left: 20px;
}

.layer-node-layer-container-three::-webkit-scrollbar {
  width: 7px;
}

.layer-node-layer-container-three::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
}

.layer-node-layer-container-three::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.markers-load-spinner {
  position: fixed;
  z-index: 111111111111;
  top: 50%;
  left: 50%;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/icon-bar/index.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.left-icon-bar {
  width: 78px;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: width 1s ease !important;
}

.left-icon-bar-logo {
  width: 76px;
  height: 58px;
  background-image: url(/asset/BaseMap_Primary_Corp_White_Logo_LARGE_Final-01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.left-icon-bar-icon {
  width: 78px;
  height: 78px;
  cursor: pointer;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left-icon-bar-image {
  width: 23px;
  height: 25px;
  margin-bottom: 15px;
}

.left-icon-bar-label {
  width: 100%;
  text-align: center;
  color: #959595;
  font-size: 12px;
}

.left-icon-bar-label-no-hover {
  width: 100%;
  text-align: center;
  color: #959595;
  font-size: 12px;
}

.color-white {
  color: #fff;
}

.icon-color-white {
  border: 1px solid #fff !important;
}

.left-icon-bar-icon:hover .left-icon-bar-label {
  color: #fff;
}

.profile-icon-style {
  align-items: center;
}

.left-icon-bar-profile-image {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
}

.left-toolbar-profile-icon {
  width: 60px !important;
  height: 60px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}

.left-toolbar-profile-icon-white {
  width: 55px !important;
  height: 55px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  border: 3px solid white;
}

.icon-shape-left-icon-bar {
  width: 20px;
  height: 24px;
  border: 1px solid #707070;
  position: relative;
  margin: auto;
  border-radius: 5px;
}

.left-icon-bar-icon:hover .icon-shape-left-icon-bar {
  border: 1px solid #fff;
}

.container-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 362px;
  /* Adjust as needed to fit your layout */
}

.left-expanded-profile-container {
  z-index: 511111111111222200;
  width: 100%;
  height: 100vh;
  top: 60px;
  background-color: #1e1e1e;
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card {
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}

.card-content {
  font-size: 14px;
  margin-top: 10px;
}

.card-expiry {
  color: #999;
  font-size: 12px;
}

.card-table {
  width: 100%;
  border-collapse: collapse;
}

.card-table th,
.card-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.is-pro-icon {
  width: 30px;
  opacity: 1;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  bottom: 24px;
  left: 20px;
}

.is-pro-icon-container {
  width: 90%;
  display: flex;
  justify-content: right;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/friends/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.friend-card-base {
  width: 95%;
  height: 70px;
  margin: 5px;
  border: 1px solid #959595;
  border-radius: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  overflow-y: hidden;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.not-sahring-loaction {
  font-size: 10px;
  text-align: center;
}

.container-name-text {
  display: flex;
  flex-direction: column;
  width: 160px;
}

.friend-card-profile-image {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.friends-list-switch-container {
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
}

.friend-card-name {
  position: relative;
  text-align: center;
  height: 30px;
  width: 95%;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  /* Optional, to show that it's interactive */
}

.friend-card-unfollow-button {
  margin: 0;
  background-color: #4f4f4f;
  height: 25px;
  border-radius: 10px;
  width: 90px;
  font-weight: 400;
  top: 50%;
  transform: translateY(-20%);
  font-size: 12px;
  background-color: #ec2f2f;
}

.friend-card-unfollow-button:hover {
  background-color: #e71a1a;
}

.friend-card-follow-button {
  position: relative;
  margin: 0;
  background-color: #4f4f4f;
  height: 30px;
  border-radius: 10px;
  color: #000000;
  font-weight: 500;
  width: 90px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  background-color: #aac9ff;
}

.friend-card-follow-button-top {
  position: relative;
  margin: 0;
  background-color: #4f4f4f;
  height: 30px;
  border-radius: 10px;
  color: #000000;
  font-weight: 500;
  width: 90px;
  transform: translateY(-50%);
  font-size: 12px;
  background-color: #aac9ff;
}

.friend-card-follow-button:hover {
  background-color: #85acef;
}

.friend-list-scroll {
  /* Firefox */
}
.friend-list-scroll::-webkit-scrollbar {
  width: 1px;
}
.friend-list-scroll::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
}
.friend-list-scroll::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.friend-list-scroll::-moz-scrollbar {
  width: 1px;
}
.friend-list-scroll::-moz-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
  height: 10px;
}

.friend-card-view-location-button {
  position: relative;
  margin: 0;
  background-color: #4f4f4f;
  height: 26px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 400;
  width: 90px;
  margin-bottom: 3px;
  top: 24%;
  transform: translateY(-50%);
  background-color: #589500;
}

.friend-card-view-location-button:hover {
  background-color: #01a324;
}

.friends-search {
  margin: 5px;
  padding: 5px;
  background-color: #1d1d1d;
  width: 90%;
  border: 1px solid #4f4f4f;
  box-sizing: border-box;
}

.friends-search-container {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 2%;
  border-bottom: 1px solid #4f4f4f;
  box-sizing: border-box;
}

.friends-list-next-previous-container {
  display: flex;
}

.friends-loader {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 30px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.not-sharing-location {
  font-size: 10px;
  text-align: center;
}

.error-symbol:after {
  content: " ⚠";
  color: red;
  font-size: 16px;
}

.error-symbol-container {
  width: 25px;
  height: 25px;
  border: 2px solid red;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.friend-loc-infobox-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid green;
  width: 200px;
  height: 200px;
  text-align: left;
}

.friend-loc-info-box-head {
  top: 351px;
  left: 1034px;
  color: var(--unnamed-color-6e6e6e);
  text-align: left;
  font: normal normal normal 14px/20px Roboto;
  letter-spacing: -0.45px;
  color: #6E6E6E;
  opacity: 1;
}

.friend-loc-info-box-span {
  font: normal normal normal 10px/20px Roboto;
  color: #FFFFFF;
  opacity: 1;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/dialog/index.scss ***!
  \****************************************************************************************************************************************************************************************************************/
.dialog-spinner {
  width: 50px;
  height: 50px;
}

.dialog-content-container {
  width: 422px;
  height: 100vh;
  background-color: #1d1d1d;
  position: relative;
}

.dialog-loading-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/asset/loading-spinner.gif);
  background-position: center;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-style {
  width: 25px;
  height: 25px;
  opacity: 1;
}

.icon-style-without-border {
  width: 50px;
  height: 50px;
  opacity: 1;
  margin-bottom: 10px;
  cursor: pointer;
}

.toolbar-navigation-label {
  width: 50px;
  height: 35px;
  text-align: center;
  font: normal normal 300 12px/16px Roboto;
  letter-spacing: 0px;
  color: #EBEBEB;
  opacity: 1;
}

.map-layer-tab-active {
  border-bottom: 4px solid rgb(88, 149, 0);
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
}

.map-layer-tab-inactive {
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
}

.map-layer-tab-label-inactive {
  color: #6E6E6E;
  font-style: normal;
  font-variant: normal;
  font-weight: medium;
  font-size: 17px;
  line-height: 26px;
  font-family: Roboto;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
}

.map-layer-tab-label-inactive:hover {
  color: #FFFFFF;
}

.map-layer-tab-label-active {
  color: #FFFFFF;
  font-style: normal;
  font-variant: normal;
  font-weight: medium;
  font-size: 17px;
  line-height: 26px;
  font-family: Roboto;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
  pointer-events: none;
}

.tools-items-tab-style {
  width: 25%;
  margin-bottom: 10px;
  min-width: 60px;
  max-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/import-export/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.imp-exp-content {
  padding: 10px;
}

.imp-exp-title {
  font-size: 24px;
  margin-bottom: 24px;
}

.imp-exp-details {
  font-size: 14px;
  margin-bottom: 24px;
}

.imp-exp-count {
  border: 1px solid #959595;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 20px;
}

.imp-exp-inputs {
  display: flex;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.imp-exp-section-header {
  color: #4f535e;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  border-bottom: 2px solid #959595;
  box-sizing: border-box;
  line-height: 20px;
}

.imp-exp-list {
  box-sizing: border-box;
  list-style: georgian inside;
  margin-bottom: 20px;
}

.imp-exp-list-entry {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.imp-exp-area-spec {
  color: rgb(144, 255, 0);
  cursor: pointer;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/import-export/export/export-overlay/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.exp-overlay-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* Allow pointer events to pass through to the map */
  z-index: 1;
}

.exp-bounds-editor {
  display: block;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 25%;
  position: absolute;
  border: 3px solid rgb(144, 255, 0);
  box-sizing: content-box;
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.exp-bounds-editor-v-btn {
  width: 20px;
  height: 70px;
  box-sizing: border-box;
  cursor: col-resize;
  background-image: url(/asset/Lightbox-Handle-V_589500_ldpi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.exp-bounds-editor-h-btn {
  height: 20px;
  width: 70px;
  box-sizing: border-box;
  cursor: row-resize;
  background-image: url(/asset/Lightbox-Handle-H_589500_ldpi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.exp-bounds-editor-right {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}

.exp-bounds-editor-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.exp-bounds-editor-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.exp-bounds-editor-bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.exp-bounds-editor-select {
  margin: 0;
  height: 100%;
  width: 120px;
  margin-left: 20px;
  margin-right: 20px;
}

.exp-bounds-editor-cancel {
  margin: 0;
  height: 100%;
  width: 95px;
  background-color: #808080;
}

.exp-bounds-editor-help {
  margin: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #589500;
  background-image: url(/asset/Question-Mark_Solid_1E1E1E_ldpi.png);
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.exp-bounds-editor-button-row {
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
  height: 40px;
  width: 70%;
  z-index: 100;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.exp-bounds-editor-v-btn,
.exp-bounds-editor-h-btn,
.exp-bounds-editor-select,
.exp-bounds-editor-cancel,
.exp-bounds-editor-help {
  pointer-events: auto;
  /* Allow pointer events for these elements */
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/pro-blocker/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.pro-blocker-bg {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 5px;
  width: 100%;
  height: 100%;
}

.pro-blocker-btn {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #1d1d1d;
  color: #589500;
  border: 2px solid #589500;
  width: 25px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  border-radius: 5px;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/layers/layer-tree/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.layer-tree-container {
  height: calc(-145px + 100vh);
  padding: 15px;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  /* Firefox */
}
.layer-tree-container::-webkit-scrollbar {
  width: 10px;
}
.layer-tree-container::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
}
.layer-tree-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.layer-tree-container::-moz-scrollbar {
  width: 5px;
}
.layer-tree-container::-moz-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
  height: 10px;
}

.layer-node {
  cursor: default;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.layer-node-layer-container {
  margin-top: 15px;
}

.layer-icon-plus-minus {
  color: #ffffff;
  font: normal normal bold 20px/26px Roboto;
  letter-spacing: 0px;
  opacity: 1;
}

.responsive-layer-icon {
  width: 20%;
}

.responsive-layer-node {
  width: 230px;
}

@media only screen and (max-width: 1280px) {
  .responsive-layer-icon {
    width: 70px;
  }
  .responsive-layer-node {
    width: 230;
  }
}
/* Additional media queries for larger screens */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .responsive-layer-icon {
    width: 60px;
    /* Adjust as needed for screens between 1281px and 1440px */
  }
  .responsive-layer-node {
    width: 230px;
  }
}
/* Media query for even larger screens */
@media only screen and (min-width: 1441px) {
  .responsive-layer-icon {
    width: 70px;
    /* Retain 440px for screens larger than 1440px */
  }
  .responsive-layer-node {
    width: 230px;
  }
}
/* Additional media queries for smaller screens */
@media only screen and (max-width: 767px) {
  .responsive-layer-icon {
    width: 30%;
    /* Adjust as needed for screens up to 767px wide (typical mobile screens) */
  }
  .responsive-layer-node {
    width: 60%;
  }
}
.layer-node-layer-container-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/search/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.search-input-full {
  height: 20px;
  color: #959595;
  width: 90%;
  margin: 5px;
  padding: 5px;
  background-color: #1d1d1d;
  border: 1px solid #4f4f4f;
  box-sizing: border-box;
}

.search-input-half {
  height: 20px;
  color: #959595;
  width: calc(50% - 10px);
  margin: 5px;
  background-color: #1d1d1d;
  border: 1px solid #4f4f4f;
  box-sizing: border-box;
}

.thin-border-left {
  border: none;
  border-left: 1px solid black;
}

.search-content-container {
  box-sizing: border-box;
  padding: 5px;
}

.search-result-item {
  background-color: #c1c0c0;
  color: black;
  height: auto;
  width: 340px;
}

.search-result-entry {
  color: black;
  position: relative;
  overflow: hidden;
  max-width: 80%;
  font-size: 14px;
  display: inline-block;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.google-search-result-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: calc(-300px + 100vh);
  margin-top: 13px;
  overflow: auto;
  border-top: 2px solid #A49E9E;
  border-bottom: 2px solid #A49E9E;
}
.google-search-result-container::-webkit-scrollbar {
  width: 10px;
}
.google-search-result-container::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
}
.google-search-result-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.google-landowner-search-result-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100vh - 230px);
}
.google-landowner-search-result-container::-webkit-scrollbar {
  width: 10px;
}
.google-landowner-search-result-container::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
}
.google-landowner-search-result-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/settings/index.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.settings-units-container {
  width: 370px;
  box-sizing: border-box;
  padding: 10px;
}
.settings-units-container::-webkit-scrollbar {
  width: 10px;
}
.settings-units-container::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
}
.settings-units-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.settings-input-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.settings-entry-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #959595;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.settings-entry-row {
  display: flex;
  font-size: 12px;
}

.degree-Minutes-Seconds {
  font-size: 15px;
}

.togle-botton {
  font-size: 16px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/tools/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.tools-content {
  padding: 10px;
}

.tools-header {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.tools-marker-details-icon {
  margin-right: 20px;
}

.tools-marker-details-container {
  display: flex;
  margin-bottom: 10px;
}

.tools-draw-selection {
  width: 50px;
  height: 50px;
  border: 1px solid #959595;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  background-size: 20px 20px;
  background-position: center 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.left-toolbar-header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-toolbar-header-Items {
  width: 90%;
}

.header-text-style {
  width: 200px;
  height: 20px;
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-border-style {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.map-tools-header {
  height: 35px;
  text-align: left;
  font: normal normal bold 22px/39px Roboto;
  letter-spacing: 0px;
  color: #EBEBEB;
  opacity: 1;
}

.map-tools-header-allignment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/common/marker-details/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ideal-wind-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 78px;
  z-index: -1;
}

.label-style {
  font-size: 12px;
  text-transform: capitalize;
}

.map-marker {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  /* Google Maps marker color */
  border-radius: 50% 50% 50% 0;
  position: relative;
  transform: rotate(-45deg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-marker::after {
  content: "";
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 49%;
  left: 49%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.animal-image-size {
  width: 35px;
  height: 35px;
}

.ideal-wind-compass {
  top: 50%;
  left: 889px;
  width: 400px;
  height: 400px;
  position: fixed;
  transform: translate(-50%, -50%);
  background-image: url(/asset/wind-compass.png);
  background-size: contain;
}

.ideal-wind-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
  margin-top: 5px;
}

.ideal-wind-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150px;
  transform-origin: top center;
}

.north-wind {
  transform: translate(-50%) rotate(0deg);
}

.north-east-wind {
  transform: translate(-50%) rotate(45deg);
}

.east-wind {
  transform: translate(-50%) rotate(90deg);
}

.south-east-wind {
  transform: translate(-50%) rotate(135deg);
}

.south-wind {
  transform: translate(-50%) rotate(180deg);
}

.south-west-wind {
  transform: translate(-50%) rotate(225deg);
}

.west-wind {
  transform: translate(-50%) rotate(270deg);
}

.north-west-wind {
  transform: translate(-50%) rotate(315deg);
}

.marker-icon-style-container {
  width: 99%;
  height: 110px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.marker-icon-style-container-two {
  width: 99%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  background: #333333 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1px;
}

.marker-icon-div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.open-style-icon {
  width: 16%;
  margin-top: 10px;
  margin-left: 10px;
}

.color-marker-style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  margin-top: 10px;
  width: 200px;
}

.animal-icon-style {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 1;
  top: 24px;
  align-items: center;
  left: 0;
  width: 30px;
  height: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-color-container {
  width: 96%;
  height: 40px;
  display: flex;
  margin-left: 6px;
  margin-right: 6px;
}

.recent-use-container {
  height: 60px;
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
}

.recent-used-icon-div {
  width: 60px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-style-effect {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.icon-style-effect-active {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgb(164, 161, 161);
}

.icon-style-effect:hover {
  background-color: rgb(164, 161, 161);
  border-radius: 50%;
}

.icon-style-effect:active {
  background-color: rgb(164, 161, 161) !important;
  border-radius: 50% !important;
}

.bottom-box {
  width: 30px;
  height: 5px;
  background-color: gray;
  border-radius: 5px;
  margin-top: 5px;
}

.marker-icons-style {
  height: 310px;
  overflow-x: hidden;
}

.marker-icons-style::-webkit-scrollbar {
  width: 10px;
  background-color: darkgray;
}

.marker-icons-style::-webkit-scrollbar-thumb {
  background-color: #3a3939;
  border-radius: 5px;
  width: 5px;
  height: 20px;
}

.selected-color {
  cursor: pointer;
  width: 30px;
  height: 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.scroll-container {
  width: 100%;
  display: flex;
  overflow-x: auto;
  margin-left: 2px;
  height: 100px;
}

/* Hide the scrollbar in webkit browsers */
.scroll-container::-webkit-scrollbar {
  display: none;
}

.recent-used-label {
  font: normal normal normal 11px/15px Roboto;
  color: #C6C4C4;
  margin-top: 10px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-selection {
  width: 30px;
  height: 30px;
}

.all-styles-container {
  border-radius: 8px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: center;
}

.container-box {
  overflow-y: auto;
  box-sizing: border-box;
  height: calc(100vh - 205px);
  width: 100%;
  padding: 1px;
  display: flex;
  flex-direction: column;
  margin-left: 7px;
}

/* Hide the horizontal scrollbar in webkit browsers */
.container-box::-webkit-scrollbar {
  display: none;
}

/* Ensure the horizontal scrolling is only applied when necessary */
.container-box::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Hide the horizontal scrollbar in webkit browsers */
.container-box-two::-webkit-scrollbar {
  display: none;
}

/* Ensure the horizontal scrolling is only applied when necessary */
.container-box-two::-webkit-scrollbar-track {
  background-color: transparent;
}

.marker-container {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.rcorners1 {
  border-radius: 50%;
  background: #73AD21;
  padding: 10%;
  width: 100%;
  height: 100%;
  position: relative;
}

.rcorners1::after {
  content: "";
  width: 90%;
  height: 90%;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.triangle {
  border-left: 25px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 35px solid #73AD21;
  transform: rotate(180deg);
  margin-left: 2%;
  margin-top: 72%;
  position: absolute;
}

.image {
  position: absolute;
  z-index: 1;
  width: 75%;
  display: flex;
  margin-left: 4%;
}

/* Adjustments for screens with a maximum width of 1960px */
@media only screen and (max-width: 1960px) {
  .default-size {
    width: 40px;
    height: 40px;
  }
}
/* Adjustments for screens with a maximum width of 1440px */
@media only screen and (max-width: 1440px) {
  .default-size {
    width: 30px;
    height: 30px;
  }
}
/* Adjustments for screens with a maximum width of 960px */
@media only screen and (max-width: 960px) {
  .default-size {
    width: 30px;
    height: 30px;
  }
}
/* Adjustments for screens with a maximum width of 600px */
@media only screen and (max-width: 600px) {
  .default-size {
    width: 20px;
    height: 20px;
  }
}
.discard-container-two {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  width: 300px;
  height: 225px;
  border-radius: 10px;
  opacity: 1;
}

.discard-changes-header {
  width: 263px;
  height: 37px;
  text-align: left;
  font: normal normal 900 23px/21px Roboto;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
}

.discard-changes-description {
  width: 270px;
  height: 46px;
  text-align: left;
  font: normal normal normal 15px/21px Roboto;
  letter-spacing: 0px;
  color: #808080;
  opacity: 1;
}

.marker-weather-container {
  width: 99%;
  height: 90px;
  display: flex;
  position: relative;
  background: 0% 0% no-repeat padding-box padding-box rgb(51, 51, 51);
  border-radius: 5px;
  opacity: 1;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.weather-data-header {
  height: 30px;
  background-color: white;
  justify-content: center;
  display: flex;
  align-items: center;
}

.weather-data-value {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.marker-styles-group-header {
  color: #333333;
  font: normal normal normal 13px/15px Roboto;
  font-weight: bold;
  margin-top: 20px;
}

.label-all-style {
  font: normal normal normal 14px/15px Roboto;
  text-transform: capitalize;
  font-weight: bold;
  color: #333333;
  position: relative;
  top: 6px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/common/marker-details/extended-data/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.extended-data-content {
  margin-bottom: 15px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/common/marker-details/extended-data/ideal-wind/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.ideal-wind-preview-toolbar {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 44px;
  transform-origin: top center;
}

.set-wind-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100px;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/common/confirm-removal/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.confirm-removal-container {
  position: fixed;
  width: 350px;
  height: 200px;
  top: 40%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 8px;
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/common/shape-details/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.color-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.color-active {
  background: url(/asset/Checkmark-Thin_FFFFFF_ldpi.png);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.shape-infobox-container {
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  width: 200px;
}

.shape-infobox-header {
  font-size: 14px;
  color: rgb(144, 255, 0);
  font-weight: 500;
  margin-bottom: 10px;
}

.shape-infobox-entry {
  font-size: 12px;
  color: white;
}

button[title="Undo last edit"] {
  display: none !important;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/tools/hunt-wind/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.hunt-wind-container {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

.hunt-wind-header {
  color: white;
  font: normal normal normal 30px/45px Oswald;
  text-align: center;
}

.hunt-wind-prompt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.hunt-wind-lat-lng {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}

.hunt-wind-coord-entry {
  width: 45%;
  font-size: 12px;
}

.hunt-wind-coord-box {
  box-sizing: border-box;
  margin-top: 5px;
  width: 100%;
  height: 22px;
  padding: 5px;
  border: 1px solid #959595;
  margin-bottom: 10px;
}

.hunt-wind-title-icon {
  width: 100%;
  height: 15px;
  margin-bottom: 10px;
  background-image: url(/asset/wind-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hunt-wind-preview-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-image: url(/asset/wind-overlay-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1000000000;
  pointer-events: none;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/hunt-wind/display-hourly/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.hunt-wind-hourly-dir {
  border: 3px solid #959595;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.hunt-wind-hourly-compass-text {
  color: white;
  position: relative;
  top: 10%;
  font: 60px/89px Oswald;
  text-align: center;
  margin-bottom: 10px;
}

.hunt-wind-hourly-data-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  font-size: 12px;
}

.hunt-wind-hourly-data-text {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.hunt-wind-hourly-thumb-label {
  width: 30px;
  height: 20px;
  position: absolute;
  color: #959595;
  font-weight: bold;
  transform: translateY(-20px);
}

.hunt-wind-hourly-data-block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/hunt-wind/particle-overlay/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.wind-overlay {
  position: absolute;
  width: 50%;
  height: 39%;
  top: 50%;
  left: 50%;
  z-index: 2000;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left top;
  filter: blur(8px);
}

.wind-overlay-arrow {
  position: absolute;
  z-index: 2001;
  left: 50%;
  top: 50%;
  height: 20px;
  transform: translate(-50%, -50%);
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/hunt-wind/sub-popup/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.wind-sub-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.wind-sub-fg {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  padding: 10px;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/hunt-wind/set-ideal-wind/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.ideal-winds-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%;
  margin-left: 15%;
}

.ideal-wind-option {
  width: 40%;
  padding: 10px;
  text-align: left;
}

.hunt-wind-header-save {
  text-align: center;
  font: normal normal normal 20px/26px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 10px;
}

.hunt-wind-prompt-save {
  text-align: center;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #A49E9E;
  opacity: 1;
  margin-bottom: 10px;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/hunt-wind/compass-overlay/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.compass-overlay-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle at 50%, transparent 150px, rgba(0, 0, 0, 0.75) 150px);
}

.ideal-wind-compass {
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  position: fixed;
  transform: translate(-50%, -50%);
  background-image: url(/asset/wind-compass.png);
  background-size: contain;
}

.ideal-wind-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
}

.n-wind {
  transform: translate(-50%) rotate(0deg);
}

.sw-wind {
  transform: translate(-50%) rotate(225deg);
}

.e-wind {
  transform: translate(-50%) rotate(90deg);
}

.nw-wind {
  transform: translate(-50%) rotate(315deg);
}

.s-wind {
  transform: translate(-50%) rotate(180deg);
}

.ne-wind {
  transform: translate(-50%) rotate(45deg);
}

.w-wind {
  transform: translate(-50%) rotate(270deg);
}

.se-wind {
  transform: translate(-50%) rotate(135deg);
}

.circle-container-parent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-container {
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  z-index: 1111111;
  width: 300px;
  height: 300px;
  transform: rotate(22deg) translate(0%, 0%);
}

.piece {
  position: absolute;
  width: 50%;
  height: 50%;
  clip-path: polygon(10% 10%, 100% 0, 100% 100%);
  transform-origin: 100% 100%;
  cursor: pointer;
}

/* Style each of the 8 pieces and rotate them */
.piece:nth-child(1) {
  transform: rotate(0deg);
}

.piece:nth-child(2) {
  transform: rotate(45deg);
}

.piece:nth-child(3) {
  transform: rotate(90deg);
}

.piece:nth-child(4) {
  transform: rotate(135deg);
}

.piece:nth-child(5) {
  transform: rotate(180deg);
}

.piece:nth-child(6) {
  transform: rotate(225deg);
}

.piece:nth-child(7) {
  transform: rotate(270deg);
}

.piece:nth-child(8) {
  transform: rotate(315deg);
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/left-toolbar/my-content/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.my-content-row {
  display: flex;
  justify-content: space-between;
  width: 145px;
}

.my-content-item {
  width: 160px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #959595;
  margin-bottom: 10px;
  margin-left: 5px;
}

.my-content-active {
  border: 2px solid green;
}

.my-content-upper {
  height: 100px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.my-content-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.my-content-lower {
  height: 20px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-content-text {
  width: calc(100% - 20px);
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.default-size-marker-content {
  width: 100%;
  height: 80px;
}

/* Adjustments for screens with a maximum width of 1960px */
@media only screen and (max-width: 1960px) {
  .default-size-marker-content {
    width: 100%;
    height: 80px;
  }
}
@media only screen and (max-width: 4000px) {
  .default-size-marker-content {
    width: 100%;
    height: 80px;
  }
}
/* Adjustments for screens with a maximum width of 1440px */
@media only screen and (max-width: 1440px) {
  .default-size-marker-content {
    width: 100%;
    height: 80px;
  }
}
/* Adjustments for screens with a maximum width of 960px */
@media only screen and (max-width: 960px) {
  .default-size-marker-content {
    width: 100%;
    height: 65px;
  }
}
/* Adjustments for screens with a maximum width of 600px */
@media only screen and (max-width: 600px) {
  .default-size-marker-content {
    width: 100%;
    height: 40px;
  }
}
.length-of-content {
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #6E6E6E;
  opacity: 1;
  margin-left: 5px;
}

.content-title {
  text-align: left;
  font: normal normal bold 20px/26px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 200px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.remove-button-class {
  font-size: 10px;
}

.content-buttons-style {
  width: 45%;
  text-align: center;
  height: 14px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.remove-button-container {
  background-color: red;
}

.edit-button-container {
  background-color: #6E6E6E;
  margin-right: 5px;
}

.my-content-container {
  overflow-y: auto;
  padding: 5px;
  /* Firefox */
}
.my-content-container::-webkit-scrollbar {
  width: 10px;
}
.my-content-container::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
  height: 10px;
}
.my-content-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.my-content-container::-moz-scrollbar {
  width: 5px;
}
.my-content-container::-moz-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 6px;
  height: 10px;
}
.my-content-container::-moz-scrollbar-track {
  background-color: #a0a0a0;
}

.sort-by-options {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-top: 5px;
  background-color: rgb(51, 51, 51);
  position: absolute;
  left: 40px;
  top: 100px;
  border-radius: 10px;
}

.ul-sort-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sort-by-item {
  width: 90%;
  background-color: white;
  color: black;
  margin: 4px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sort-by-item:hover {
  background-color: lightgrey;
  /* Change to grey on hover */
}

.sort-by-item:active {
  background-color: darkgrey;
  /* Change to darker grey when active (clicked) */
}

.sort-by-text {
  width: 72px;
  height: 20px;
  /* UI Properties */
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #A49E9E;
}

.sort-by-label {
  width: 120px;
  text-align: left;
  letter-spacing: 0px;
  color: #589500;
}

.search-style {
  background: #1D1D1D;
  margin-top: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: 340px;
  border-radius: 5px;
  border: 1px solid #6E6E6E;
  opacity: 1;
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #A49E9E;
}

.search-filter-container {
  position: relative;
  width: 340px;
  height: 60px;
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clear-icon,
.search-icon {
  position: absolute;
  right: 5px;
  cursor: pointer;
  width: 20px;
}

.no-data-found {
  font-size: 20px;
  color: gray;
  text-align: center;
  margin-top: 70px;
}

.loader-spinner-my-content {
  position: absolute;
  top: 50%;
  left: 42%;
  width: 35px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c7ccc1;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  z-index: 222;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.positioned-modal-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/hunt-modal/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
.hunt-modal-outer-container {
  width: 50%;
  height: 50%;
  min-width: 700px;
  min-height: 500px;
  background-color: #1d1d1d;
  padding: 10px;
}

.hunt-modal-top-matter {
  box-sizing: border-box;
  height: 130px;
  display: flex;
  width: 100%;
}

.hunt-modal-image {
  width: 99%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hunt-modal-unit-image {
  width: 125px;
  height: 125px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.hunt-modal-top-details {
  height: 125px;
  width: calc(100% - 260px);
  margin-left: 5px;
  margin-right: 5px;
}

.hunt-modal-title {
  color: #ff6800;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hunt-modal-top-detail-row {
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.hunt-modal-top-detail-name {
  width: 25%;
  margin-right: 10px;
  text-align: right;
}

.hunt-modal-buttons-container {
  padding-top: 5px;
  display: flex;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #959595;
}

.hunt-modal-mode-button {
  height: 100%;
  margin: 0;
  width: 155px;
  border: 1px solid #959595;
  border-radius: 0;
}

.hunt-modal-top-detail-entry {
  width: calc(75% - 10px);
  text-align: left;
}

.hunt-modal-pie-chart {
  height: 125px;
  width: 135px;
}

.hunt-modal-data-container {
  height: calc(100% - 130px);
}

.hunt-data-content {
  height: calc(100% - 40px);
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/hunt-modal/harvest-data-view/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.hunt-modal-harvest-container {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}

.hunt-modal-harvest-entry-thin {
  width: 20%;
  height: 100%;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #959595;
}

.hunt-modal-harvest-entry-wide {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #959595;
}

.hunt-modal-harvest-entry-header {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  box-sizing: content-box;
  border-bottom: 1px solid #959595;
  font-size: 16px;
  color: white;
}

.hunt-modal-harvest-entry-graph {
  width: 100%;
  height: calc(100% - 40px);
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #959595;
}

.harvest-select {
  background-color: #1d1d1d;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: 1px solid #959595;
  min-width: 30%;
  margin-bottom: 5px;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/hunt-modal/season-data-view/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.hunt-modal-season-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.hunt-modal-season-slider {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}

.hunt-modal-season-buttons {
  height: 50px;
  position: relative;
  bottom: 0px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hunt-modal-season-button {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  margin-left: 2px;
  margin-right: 2px;
  color: white;
  background-color: #4f4f4f;
  cursor: pointer;
}

.hunt-modal-season-box {
  min-width: 330px;
  margin-right: calc(100% - 660px);
  box-sizing: border-box;
  min-height: 235px;
  border: 1px solid #959595;
  background-color: #1d1d1d;
}

.hunt-modal-season-top-matter {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  box-sizing: content-box;
  border-bottom: 1px solid #959595;
  display: flex;
}

.hunt-modal-season-entry-name {
  width: 25%;
  text-align: right;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 500;
}

.hunt-modal-season-entry-row {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.hunt-modal-season-date-text {
  color: #ff6800;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.hunt-modal-season-weapon-icon {
  border: 1px solid #959595;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hunt-modal-season-entry-data {
  max-width: 75%;
  font-size: 12px;
  margin-bottom: 5px;
}

.hunt-modal-season-box-content {
  height: calc(100% - 40px);
  padding: 10px;
  overflow-y: auto;
  box-sizing: border-box;
}

.hunt-modal-season-title {
  font-size: 16px;
  height: 100%;
  width: calc(100% - 45px);
  margin-right: 5px;
  color: white;
}

.hunt-modal-season-species-icon {
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/subscription-info/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.sub-info-bg {
  position: fixed;
  top: 0;
  left: 78px;
  width: calc(100vw - 78px);
  height: 100vh;
  background-image: url(/asset/backgroudImage.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.sub-info-close {
  top: 10px;
  left: calc(100% - 10px);
  transform: translate(-100%);
}

.sub-info-modal {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: black;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 2000px 2000px;
}

.sub-info-header {
  color: black;
  font-family: Roboto Condensed;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}

.sub-info-banner {
  background-color: #959595;
  height: 40px;
}

.sub-info-cost {
  border-bottom: 5px solid #959595;
  padding: 5px;
  color: black;
  font-size: 25px;
  font-weight: 500;
}

.sub-info-copy {
  color: black;
  font-size: 12px;
}

.sub-info-gutter {
  height: 80px;
  padding-top: 20px;
}

.sub-info-checked {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/asset/Checkmark-Thin_808080_ldpi.png);
}

.sub-info-x {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/asset/Close-X_Thin_C1C0C0_SVG.svg);
}

.sub-info-selection {
  border-bottom: 5px solid #959595;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  height: 15px;
}

.sub-info-column-pro {
  background-color: white;
  text-align: center;
  position: relative;
  max-width: 25%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px 0px;
  z-index: 2;
}

.sub-info-column {
  background-color: white;
  text-align: center;
  position: relative;
  height: 100%;
}

.sub-info-list {
  text-align: left;
  list-style-type: none;
  font-size: 12px;
  text-transform: capitalize;
}
.sub-info-list li {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sub-info-list li:nth-child(even) {
  background: #f2f2f2;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/payment/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.payment-bg {
  position: fixed;
  top: 0;
  left: 78px;
  width: calc(100vw - 78px);
  height: 100vh;
  background-color: #000;
  background-image: url(/asset/splash-screen-2000.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.payment-legal {
  font-size: 12px;
}

.payment-form-container {
  width: 800px;
  height: 800px;
  font-size: 16px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 2000 0;
}

.payment-input {
  box-sizing: border-box;
  padding: 5px;
}

.payment-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.payment-loading-messaging {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.payment-overlay-spinner {
  background-image: url(/asset/loading-spinner.gif);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.payment-confirmation-container {
  background-color: white;
  overflow: hidden;
  width: 500px;
  border-radius: 10px;
  text-align: center;
}

.payment-confirmation-header {
  height: 50px;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 30px;
  padding-top: 10px;
}

.payment-frame {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  overflow: hidden;
}

.payment-close {
  position: absolute;
  top: 5px;
  left: 100%;
  transform: translateX(10px);
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/positioned-modal/upgrade-modal/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.upgrade-container {
  height: 100vh;
  width: 100vw;
  position: fixed;
}

.upgrade-modal {
  width: 250px;
  background-color: #1d1d1d;
  border-radius: 5px;
  box-shadow: #959595 0px 0px 12px 0px;
  overflow: hidden;
  padding: 15px;
  box-sizing: content-box;
}

.upgrade-icon {
  background-image: url(/asset/corp-logo-app-bar.png);
  width: 60px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/right-toolbar/index.scss ***!
  \****************************************************************************************************************************************************************************************************************/
.right-toolbar-base {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 58px;
  padding-top: 10px;
  position: absolute;
  top: 60px;
  right: 0px;
  justify-content: center;
  align-items: center;
}

.right-toolbar-header {
  display: flex;
  position: relative;
  min-width: 170px;
  max-width: 175px;
  height: 50px;
  right: 10px;
}

.right-toolbar-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  box-sizing: border-box;
  display: flex;
}

.right-toolbar-profile-icon {
  width: 50px !important;
  height: 50px !important;
  background-color: #1d1d1d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid rgb(88, 149, 0);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

.right-toolbar-profile-input {
  height: 20px;
  color: #959595;
  padding: 5px;
  background-color: #1d1d1d;
  border: 1px solid #4f4f4f;
  box-sizing: border-box;
}

.left-toolbar-profile-input {
  background: #333333 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 5px;
  height: 40px;
  border: none !important;
  border-radius: 5px;
  padding: 0 10px;
}

.right-toolbar-profile-edit-btn {
  width: 20px;
  height: 20px;
  background-image: url(/asset/Pencil_Solid_Grey@1x.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.right-toolbar-profile-input-container {
  padding: 5px;
  margin: 5px;
  display: flex;
  flex-direction: column;
}

.right-toolbar-icon {
  width: 30px;
  height: 30px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 3px solid rgb(88, 149, 0);
  margin-top: 10px;
  background-color: black;
  cursor: pointer;
  left: 100%;
}

.right-expanded-content-container {
  width: 422px;
  height: 100vh;
  background-color: #1e1e1e;
  position: relative;
}

.right-toolbar-profile-top {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 20px;
  font-size: 10px;
  color: white;
  background-color: black;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.right-toolbar-profile-header {
  height: 22%;
  background-image: url(/asset/backgroudImage.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1d1d1d;
  width: 100%;
  margin-bottom: 50px;
}

.right-toolbar-profile-header-image {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -75%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #589500;
}

.right-toolbar-profile-info {
  font-size: 14px;
  padding: 10px;
}

.right-toolbar-profile-info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.right-toolbar-notification-count {
  color: #ff6800;
  text-align: center;
  border: 2px solid #ff6800;
  border-radius: 50%;
  left: 100%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  background-color: black;
  overflow: hidden;
  font-weight: bold;
}

.right-toolbar-profile-error {
  color: red;
  margin: 10px;
}

.zoom-level-display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #1D1D1D;
  color: #C6C4C4;
  z-index: 111;
  font-size: 20px;
  position: relative;
  top: 10px;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/right-toolbar/hunt-wind-dialog/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.hunt-wind-dialog-header {
  box-sizing: border-box;
  height: 80px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: black;
  font: normal normal normal 25px/33px Roboto;
}

.hunt-wind-data-switch {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hunt-wind-switch-button {
  width: 40%;
  margin: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/common/hunt-wind/display-daily/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.hunt-daily-row {
  display: flex;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.hunt-daily-row:hover {
  border: 1px solid #959595;
}

.hunt-daily-ideal {
  border: 1px solid #589500;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(/asset/daily-dir-green.png);
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.hunt-daily-risky {
  border: 1px solid #ffd533;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(/asset/daily-dir-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.hunt-daily-bad {
  border: 1px solid #ff0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(/asset/daily-dir-red.png);
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/right-toolbar/pop-out/index.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.popout-container {
  position: absolute;
  width: 415px;
  min-height: 150px;
  background-color: #1d1d1d;
  border: 1px solid rgb(144, 255, 0);
  padding: 10px;
  transform: translateX(-100%);
}

.popout-container-pointer {
  position: absolute;
  border: 15px solid;
  border-color: Transparent Transparent Transparent rgb(144, 255, 0);
  top: 10px;
  margin: 0px;
  right: 0px;
  transform: translateX(100%);
}

.popout-container-pointer::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: 14px solid;
  right: -13px;
  top: -14px;
  z-index: 4;
  border-color: Transparent Transparent Transparent #1d1d1d;
}

.popout-profile-img {
  width: 100px;
  height: 100px;
  border: 2px solid rgb(144, 255, 0);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.popout-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 8px;
  margin-right: 10px;
  background-image: url(/asset/Close-X_Thin_FFFFFF_ldpi.png);
  background-size: contain;
  box-sizing: border-box;
  background-repeat: no-repeat;
  cursor: pointer;
}

.popout-header {
  width: 100%;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.popout-boundary-preview {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  overflow: hidden;
}

.popout-boundary-button-container {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.popout-boundary-button {
  margin: 0;
}

.popout-boundary-saved {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.location-name-textfield {
  background: #333333 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 5px;
  width: 96.2%;
  height: 40px;
  border: none !important;
  border-radius: 5px;
  padding: 0px 10px;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/right-toolbar/pop-out/notifications/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.notification-entry {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  font-weight: 400;
  background-color: lightgray;
  color: black;
  margin-bottom: 5px;
}

.notification-close {
  width: 15px;
  height: 15px;
  background-image: url(/asset/Close-X_Solid_808080_ldpi.png);
  background-size: contain;
  box-sizing: border-box;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/top-matter/index.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.top-bar {
  top: 0px;
  position: fixed;
  height: 50px;
  display: flex;
  z-index: 5;
  background-color: #1d1d1d;
  border: 1px solid #959595;
  box-sizing: border-box;
}

.top-filter-cell {
  width: 20%;
  height: 100%;
  position: relative;
  border: 1px solid #959595;
  padding: 5px;
  box-sizing: border-box;
}

.top-filter-select {
  border: 1px solid #959595;
  height: 50%;
  width: 100%;
  color: #959595;
}

.top-filter-blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.top-blocker-btn {
  position: relative;
  background-color: #1d1d1d;
  color: rgb(88, 149, 0);
  border: 3px solid rgb(88, 149, 0);
  width: 250px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/top-matter/filters/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.hunt-content-calendar {
  padding: 15px;
  font-family: Roboto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  max-width: 288px;
  max-height: 392px;
}
.hunt-content-calendar__reset {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #ff6800;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.hunt-content-calendar__calendar {
  background-color: #1e1e1e !important;
  padding: 10px;
  border: none !important;
  width: 295px !important;
  height: auto !important;
}
.hunt-content-calendar__input {
  display: flex;
  flex-direction: row;
  justify-content: left;
  font-weight: normal;
  font-size: 14px;
  color: #a5a5a5;
  text-align: left;
}
.hunt-content-calendar__input__icon {
  width: auto;
  height: 20px;
}
.hunt-content-calendar__input__label {
  margin-left: 12px;
  line-height: 20px;
  width: 77px;
}
.hunt-content-calendar__input__label__bold {
  color: #fff !important;
}
.hunt-content-calendar__input__label__value {
  line-height: 20px;
  margin-left: 12px;
  font-weight: lighter !important;
}
.hunt-content-calendar__input__label__value__span {
  color: #fff !important;
}

/*CALENDAR OVERRITE STYLES*/
.react-calendar {
  font-family: Roboto;
  line-height: 1.25em;
  color: #fff !important;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation__prev2-button {
  display: none;
}

.react-calendar__navigation__prev-button {
  width: 15px !important;
}

.react-calendar__navigation__next-button {
  width: 15px !important;
}

.react-calendar__navigation__next2-button {
  display: none;
}

.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  width: 30px !important;
  background: none;
  color: #fff !important;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #808080 !important;
}

.react-calendar__navigation button[disabled] {
  background-color: #1e1e1e !important;
  color: #1e1e1e !important;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
  color: #fff !important;
}

.react-calendar__month-view__weekNumbers {
  font-weight: 500;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: 1em 0.6666666667em;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #4f4f4f !important;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
  color: #fff !important;
  border-radius: 16px;
}

.react-calendar__tile:disabled {
  background-color: #1e1e1e !important;
  color: #1e1e1e !important;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #ff6800;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #808080 !important;
}

.react-calendar__tile--active {
  background: #4f4f4f !important;
  color: white !important;
  font-weight: lighter !important;
}

.react-calendar__tile--active:enabled:hover {
  background: #ff6800 !important;
  font-weight: lighter !important;
}

.react-calendar__tile--active:enabled:focus {
  background: #808080 !important;
  font-weight: lighter !important;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #4f4f4f !important;
  font-weight: lighter !important;
}

.react-calendar__tile--rangeStart {
  background-color: #ff6800 !important;
  font-weight: 500 !important;
}

.react-calendar__tile--rangeEnd {
  background-color: #808080 !important;
  font-weight: 500 !important;
}

.react-calendar__tile--rangeEnd:enabled:focus {
  background-color: #808080 !important;
}

.react-calendar__tile--now {
  background: navy !important;
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/tabView/tabView.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.hunt-planner-map-layer-tab-active {
  border-bottom: 4px solid rgb(88, 149, 0);
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
}

.hunt-planner-map-layer-tab-inactive {
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
}

.hunt-planner-map-layer-tab-label-inactive {
  color: #929191;
  line-height: 26px;
  font-family: Roboto;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
  text-align: center;
  font: normal normal medium 15px/22px Oswald;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hunt-planner-map-layer-tab-label-inactive:hover {
  color: #FFFFFF;
}

.hunt-planner-map-layer-tab-label-active {
  color: #FFFFFF;
  line-height: 26px;
  font-family: Roboto;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
  text-align: center;
  font: normal normal medium 15px/22px Oswald;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hunt-planner-tools-items-tab-style {
  width: 25%;
  margin-bottom: 10px;
  min-width: 60px;
  max-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hunt-planner-map-layer-tab-disable-pointer {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  box-sizing: border-box;
  cursor: no-drop;
}

.hunt-planner-map-layer-tab-label-disable-pointer {
  color: #929191;
  line-height: 26px;
  font-family: Roboto;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
  text-align: center;
  font: normal normal medium 15px/22px Oswald;
  letter-spacing: 0px;
  text-transform: uppercase;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/top-menu/index.scss ***!
  \***************************************************************************************************************************************************************************************************/
.top-menu-container {
  color: #ffffff;
  position: absolute;
  left: 78px;
  background-color: #000000;
  width: 100%;
  height: 60px;
  z-index: 111111111;
  display: flex;
  align-items: center;
}

.top-menu-tab-container {
  width: 200px;
  height: 60px;
  justify-content: center;
  display: flex;
  align-items: center;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/button/reusableButton.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.reusable-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reusable-button.primary {
  background-color: #007bff;
  color: white;
}

.reusable-button.secondary {
  background-color: #1D1D1D !important;
  color: white;
  border: 2px solid #589500 !important;
}

.reusable-button.success {
  background-color: #589500;
  color: white;
}

.reusable-button.danger {
  background-color: #dc3545;
  color: white;
}

.reusable-button.small {
  font-size: 0.8rem;
  padding: 5px 10px;
}

.reusable-button.medium {
  font-size: 1rem;
  padding: 10px 20px;
}

.reusable-button.large {
  font-size: 1.2rem;
  padding: 15px 30px;
}

.reusable-button:disabled {
  background-color: #c0c0c0;
  cursor: not-allowed;
}

.reusable-button .button-icon {
  width: 15px;
  position: relative;
  top: 2px;
  right: 10px;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/landingpage/huntplanner.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.hunt-planner-landing-page-container {
  display: flex;
  width: calc(-78px + 100vw);
  height: calc(-60px + 100vh);
  position: absolute;
  z-index: 11111111111111112;
  top: 60px;
  left: 78px;
  background-image: url(/asset/huntPlannerLogo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hunt-planner-logo {
  width: 442px;
  height: 50px;
  opacity: 1;
}

.lets-go-button {
  background: var(--bm-primary-green-589500) 0% 0% no-repeat padding-box !important;
  background: #589500 0% 0% no-repeat padding-box !important;
  border-radius: 30px !important;
  opacity: 1 !important;
}

.lets-go-button-label {
  text-align: center;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.hunt-planner-landing-page-description {
  width: 340px;
  height: 52px;
  text-align: center;
  font: normal normal 300 20px/26px Roboto;
  letter-spacing: 0px;
  color: #C4C4C4;
  opacity: 1;
  margin: 25px;
}

.hunt-planner-loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 16, 16, 0.9);
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/huntPlannerComponents/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.hunt-planner-container {
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  position: absolute;
  overflow: hidden;
}

.hunt-planner-map-container {
  width: 100%;
  height: 92vh;
  background-color: #ffffff;
}

.hunt-planner-top-menu {
  width: 100%;
  height: 68px;
  background-color: #1D1D1D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-container-style {
  position: relative;
  /* Make this the reference for positioning the dropdown */
  margin: 20px;
}
.button-container-style .dropdown-wrapper {
  position: absolute;
  /* Position the dropdown relative to the button container */
  top: 100%;
  /* Place the dropdown right below the button */
  left: -40px;
  /* Align to the left of the container */
  z-index: 1111111111;
  /* Ensure the dropdown appears above other elements */
}

.blur-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 111111;
  background: rgba(0, 0, 0, 0.45);
  top: 126px;
}

.hunt-planner-loading-map-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 16, 16, 0.9);
  z-index: 11111111111111111000000;
  bottom: 0px;
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/dropDownMenu/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.drop-down-model-container {
  width: 300px;
  height: 315px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.drop-down-model-item-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  width: 100%;
  height: 95%;
  cursor: pointer;
  align-items: center;
}

/* Customize the scrollbar */
.drop-down-model-item-container::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.drop-down-model-item-container::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.drop-down-model-item-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.drop-down-model-item-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.drop-menu-options {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 240px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.drop-menu-options:hover {
  background-color: #f3f3f3;
  /* Change background color to red on hover */
  color: white;
  /* Optional: Change text color to white when hovered */
}

.drop-menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.drop-menu-text {
  height: 40px;
  /* min-width: 164px; */
  color: #535151;
  max-width: 200px;
  overflow: hidden;
  font: normal normal 500 15px/20px Roboto;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/sideDrawerMenu/sideDrawerMenu.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.side-Drawer-model-container {
  width: 23.4375vw;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  position: fixed;
  z-index: 111;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close-button {
  font-size: 24px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 600;
  cursor: pointer;
}

.unit-map-details-container {
  width: 100%;
  height: 190px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  display: flex;
  min-height: 160px;
}

.back-arrow-div-map {
  width: 10%;
}

.back-arrow-map-style {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 50px;
  width: 24px;
  overflow: hidden;
  color: #535151;
  position: relative;
  top: 20px;
  left: 20px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/huntPlannerComponents/huntPlanner-right-toolbar/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.ht-rt-menu-container {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

.ht-rt-menu-child-one-container {
  width: 100%;
  height: 10%;
  display: flex;
  margin-top: 20px;
}

.ht-rt-menu-child-two-container {
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
}

.ht-label {
  width: 25%;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: end;
  font: normal normal 500 1em/23px Roboto;
  color: #535151;
}

.ht-value-p {
  text-align: center;
  font: normal normal 500 1em/23px Oswald, sans-serif;
  color: #535151;
}

.ht-rt-menu-text {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

.ht-rt-display-header {
  display: flex;
  width: 70%;
  margin: 10px;
}

.sorting-container {
  width: 30% !important;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sorting-style {
  color: #6E6E6E;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.heading-style {
  /* UI Properties */
  color: var(--unnamed-color-1d1d1d);
  text-align: left;
  font: normal normal 500 15px/20px Roboto;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.arrow-container {
  display: flex;
  margin-left: 5px;
  margin-bottom: 10px;
  color: #6E6E6E;
}

.arrow {
  font-size: 20px;
  cursor: pointer;
  height: 25px;
}

.arrow.up::before {
  content: "↑";
}

.arrow.down::before {
  content: "↓";
}

.ht-rt-menu-child-three-container {
  width: 100%;
  height: 90%;
  /* 70% of the parent height */
  box-sizing: border-box;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  /* Enable horizontal scrolling */
  overflow-x: hidden;
}

/* Customize the scrollbar */
.ht-rt-menu-child-three-container::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.ht-rt-menu-child-three-container::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.ht-rt-menu-child-three-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.ht-rt-menu-child-three-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.units-list-container {
  border: 2px solid #EEEEEE;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  height: 170px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.unit-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.unit-card.unit-card::hower {
  background-color: #858181;
}

.unit-card h3 {
  text-align: left;
  font: normal normal 700 1em/20px Oswald, sans-serif;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  font-size: 1.2em;
  text-transform: capitalize;
  white-space: nowrap;
  /* Prevents text from wrapping */
  overflow: hidden;
  /* Hides overflow text */
  text-overflow: ellipsis;
  /* Adds "..." when text overflows */
}

.unit-card h6 {
  text-align: left;
  font: normal normal 400 0.75em/20px Roboto;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
  margin-left: 5px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.p-text {
  text-align: left;
  font: normal normal 400 0.75em/20px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  text-transform: capitalize;
}

.unit-stats {
  display: flex;
  justify-content: center;
}

.stat {
  text-align: center;
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font: normal normal 500 Oswald;
}

.font-style-roboto {
  font: normal normal 500 1em/26px Roboto !important;
}

.font-style-roboto-normal {
  font: normal normal 500 0.8em/20px Roboto !important;
}

.font-style-roboto-bold {
  font: normal normal 700 0.87em/20px Roboto !important;
}

.font-style-roboto-bold-12em {
  font: normal normal 700 1.2em/20px Roboto !important;
}

.font-style-arial-normal {
  font: normal normal 400 1em/23px Arial !important;
}

.font-style-oswald-normal {
  font: normal normal 500 1.25em/25px Oswald, sans-serif !important;
}

.font-style-oswald-medium {
  font: normal normal 600 1em/37px Oswald, sans-serif !important;
}

.text-color-1d1d1d {
  color: #1d1d1d;
}

.text-color-535151 {
  color: #535151;
  text-align: left;
  font: normal normal bold 1.25em/25px Oswald, sans-serif !important;
  letter-spacing: 0.5px;
  color: #535151;
  opacity: 1;
}

.text-color-333333 {
  color: #333333 !important;
}

.stat .value {
  color: #535151;
}

.value.yellow {
  color: #D8C305;
}

.value.green {
  color: #4caf50;
}

.value.red {
  color: #B2001E;
}

.progress {
  height: 4px;
  background: #C4C4C4;
  border-radius: 4px;
  overflow: hidden;
  margin: 5px 0 5px;
  width: 70%;
  max-width: 80px;
}

.progress-bar {
  height: 100%;
  border-radius: 4px;
}

.progress-bar.yellow {
  background: #D8C305;
}

.progress-bar.green {
  background: #589500;
}

.progress-bar.red {
  background: #B2001E;
}

.progress-bar.grey {
  background: #535151;
}

.yellow {
  color: #D8C305 !important;
}

.green {
  color: #589500 !important;
}

.red {
  color: #B2001E !important;
}

.grey {
  color: #535151 !important;
}

.label {
  text-align: center;
  font: normal normal 500 0.8rem/20px Roboto;
  letter-spacing: 0.45px;
  color: #535151;
  opacity: 1;
  height: 20px;
  width: 80px;
}

.metric {
  text-align: center;
  width: 30%;
}

.metric-value {
  font-size: 1.2rem;
  font-weight: bold;
  color: #535151;
}

.metric-bar {
  height: 5px;
  border-radius: 5px;
  margin: 5px auto;
}

.metric-bar.yellow {
  background-color: #D8C305;
  width: 44%;
}

.metric-bar.green {
  background-color: #589500;
  width: 70%;
}

.metric-bar.red {
  background-color: #B2001E;
  width: 10%;
}

.metric-label {
  font-size: 0.8rem;
  color: #666;
}

.unit-details h4 {
  font-size: 1rem;
  font: normal normal bold 1em Oswald, sans-serif;
  color: #394039;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.weapon-container {
  display: flex;
  height: 30px;
  align-items: center;
}

.weapon-icon-style {
  width: 22px;
  height: 20px;
  margin-left: 10px;
}

.unit-details p {
  text-align: left;
  font: normal normal 500 15px/20px "Roboto", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  text-transform: capitalize;
}

.unit-details .either {
  font-weight: bold;
  color: #FF6800;
  text-transform: capitalize;
}

.draw-odds h4 {
  text-align: left;
  font: normal normal bold 1em/30px Oswald, sans-serif;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  text-transform: capitalize;
}

.odds {
  display: flex;
  align-items: center;
  margin: 5px 0;
  height: 30px;
}

.odds-percentage {
  font-weight: bold;
  font-size: 1.2rem;
  color: #589500;
  margin-left: 5px;
}

.odds-chart {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* Customize the scrollbar */
.odds-chart::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.odds-chart::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.odds-chart::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.odds-chart::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.unit-card-item {
  padding: 1% 7% 1% 8%;
  /* margin: 30px 0 5px 0; */
  margin-top: 2px;
  background-color: #fff;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 2px 4px rgba(47, 32, 32, 0.18);
  height: 95%;
  width: 85%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.unit-card-item::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.unit-card-item::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.unit-card-item::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.unit-card-item::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.odds-chart div {
  text-align: center;
  padding: 5px;
  border-radius: 3px;
}

.odds-chart .highlighted {
  background-color: #333;
  color: #fff;
}

.draw-odds-container {
  padding: 0px 15px 15px 15px;
}

.draw-odds {
  height: 25vh;
}

.draw-odds-item-p {
  text-align: left;
  font: normal normal 800 15px/20px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  height: 20px;
}

.draw-odds-description {
  text-align: left;
  font: normal normal 400 12px/16px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  height: 20px;
}

.odds-chart-history p {
  color: #535151;
  opacity: 1;
  height: 20px;
  margin-top: 10px;
  text-align: left;
  font: normal normal 400 12px/16px Roboto;
  letter-spacing: 0px;
}

.graph-container {
  width: 100%;
  min-height: 220px;
  margin-bottom: 10px;
}

/* App.css */
.ht-table-container {
  padding: 10px 5px 10px 5px;
  width: 100%;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
}

.ht-table-container::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.ht-table-container::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.ht-table-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.ht-table-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.custom-table th,
.custom-table td {
  border: 1px solid #ddd;
  padding: 10px;
  width: 50px;
}

.custom-table th {
  background-color: #f9f9f9;
  font-weight: bold;
  min-width: 30px;
}

.custom-table td {
  background-color: #fff;
}

.custom-table td.highlighted {
  background-color: #589500;
  text-align: center;
  font: normal normal 500 15px/20px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.custom-table td.highlighted-red {
  background-color: #B2001E;
  text-align: center;
  font: normal normal 500 15px/20px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.custom-table td.highlighted-yellow {
  background-color: #D8C305;
  text-align: center;
  font: normal normal 500 15px/20px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.custom-table th.highlighted {
  background-color: #589500;
  color: #FFFFFF;
}

.custom-table td.dark {
  background-color: #444;
  /* Dark Gray */
  color: #FFFFFF;
}

.custom-table th.dark {
  background-color: #444;
  color: #FFFFFF;
}

.unit-score-container {
  width: 100%;
  border: 1px solid #B2001E;
}

.unit-hunt-container {
  width: 100%;
  height: 40px;
  border: 1px solid #B2001E;
}

.unit-score-values-container {
  width: 100%;
  height: 200px;
  border: 1px solid rgb(29, 170, 41);
}

.ht-unit-score-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  justify-content: space-between;
  padding: 0px 1em 0px 0.5em;
  position: relative;
  top: 10px;
}

.ht-unit-score-value {
  color: #D8C305;
  font-size: 22px;
}

.ht-unit-score-total {
  color: #9ca3af;
}

.ht-score-list {
  margin-top: 20px;
  margin-bottom: 15px;
}

.ht-score-item {
  margin-bottom: 10px;
}

.ht-score-label {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 4px;
}

.ht-progress-container {
  background: #e5e7eb;
  border-radius: 999px;
  height: 5px;
  width: 100%;
}

.ht-progress-bar {
  height: 5px;
  border-radius: 4px;
}

.ht-container {
  background-color: #959595;
  border-radius: 999px;
  height: 5px;
  width: 65%;
  margin-left: 0.7em;
  margin-right: 0.7em;
}

.ht-value {
  width: 0%;
}

.ht-item {
  padding: 5px;
  display: flex;
  display: flex;
  align-items: center;
}

.bg-yellow {
  background: #D8C305;
}

.bg-green {
  background: #589500;
  /* Green */
}

.bg-red {
  background: #B2001E;
  /* Red */
}

.arrow {
  text-align: center;
  font-size: 20px;
  color: #6b7280;
  margin-top: 10px;
}

.up-down-arrow-div {
  position: absolute;
  right: 44%;
  cursor: pointer;
  bottom: 2%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.down-chevron {
  --s: 3px;
  width: 15px;
  aspect-ratio: 5/3;
  clip-path: polygon(0 100%, 0 calc(100% - var(--s)), 50% 0, 100% calc(100% - var(--s)), 100% 100%, 50% var(--s));
  background: #757575;
}

.up-chevron {
  --s: 3px;
  width: 15px;
  aspect-ratio: 5/3;
  clip-path: polygon(0 0, 0 var(--s), 50% 100%, 100% var(--s), 100% 0, 50% calc(100% - var(--s)));
  background: #757575;
}

.lock-icon-img {
  width: 20px;
  height: 20px;
}

.header {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1.2em;
}

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

.icons img {
  width: 20px;
  margin-right: -5px;
}

.count {
  margin: 0 5px;
  font-size: 14px;
  text-align: left;
  font: normal normal 500 1em/25px Oswald, sans-serif;
  letter-spacing: 1px;
  color: #535151;
}

.filter-icon {
  font-size: 18px;
  cursor: pointer;
}

.either {
  color: #FF6800;
  text-transform: capitalize;
  margin-left: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.oswald-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.oswald-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.orange {
  color: #FF6800 !important;
}

.harvest {
  font-size: 12px;
}

.percentage {
  color: #589500;
  font-weight: bold;
}

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

.unit-details-container {
  width: 100%;
  height: 190px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  display: flex;
  min-height: 160px;
}

.back-arrow-to-unit-div {
  position: absolute;
  left: 0px;
  top: 20%;
}

.unit-details-header {
  display: flex;
  height: 35%;
}

.back-arrow-style {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 50px;
  width: 18px;
  overflow: hidden;
  color: #535151;
  position: relative;
  top: 30px;
  left: 20px;
}

.unit-title {
  font: normal normal 700 1.5rem/2rem Oswald, sans-serif;
  /* margin-bottom: 10px; */
  text-transform: capitalize;
  color: #1D1D1D;
  margin-left: 30px;
  margin-top: 25px;
}

.back-arrow-div {
  min-width: 45px;
  width: 5%;
}

.unit-details-container-two {
  width: 50%;
}

.unit-metrics {
  display: flex;
  height: 60%;
  min-height: 60px;
  justify-content: space-between;
}

.partition-line {
  height: 30%;
  border: 1px solid #535151;
  margin-top: 30px;
}

.ht-unit-score-card {
  width: 100%;
  background: white;
  padding: 16px 16px 25px 16px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  position: relative;
  background: #FBFBFB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  opacity: 1;
}

.ht-unit-score-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.hunt-options {
  font-family: Arial, sans-serif;
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card {
  width: 100%;
  padding: 1.3em;
  margin-top: 1.3em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  height: 8em;
  /* UI Properties */
  background: #FBFBFB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(130, 130, 130, 0.2);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  opacity: 1;
}

.hunt-card-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}

.hunt-card-header .title {
  font-size: 18px;
  color: #394039;
  width: 90%;
  text-transform: capitalize;
  white-space: nowrap;
  /* Prevents text from wrapping */
  overflow: hidden;
  /* Hides overflow text */
  text-overflow: ellipsis;
  /* Adds "..." when text overflows */
}

.ut-ht-options-container-one {
  width: 50%;
  display: flex;
}

.ut-ht-options-container-one .one {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ut-ht-options-container-one .two {
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ut-ht-options-container-two {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  width: 25px;
  position: relative;
  top: -10px;
  height: 25px;
}

.card-body {
  font-size: 14px;
  color: #555;
  line-height: 1.3em;
}

.card-body p {
  text-transform: capitalize;
}

.important-width {
  min-width: 260px !important;
  max-width: 280px !important;
}

.date {
  text-align: left;
  font: normal normal 700 1.25em/37px Oswald, sans-serif;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
}

.info {
  font-size: 12px;
}

.hunt-options-count {
  /* UI Properties */
  text-align: left;
  font: normal normal 500 1.25em/25px Oswald, sans-serif;
  letter-spacing: 1px;
  color: #535151;
}

.unit-details-header-container {
  width: 100%;
  display: flex;
  height: 20%;
}

.unit-hunt-card-item {
  padding: 1% 7% 1% 8%;
  /* margin: 30px 0 5px 0; */
  margin-top: 2px;
  background-color: #fff;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 2px 4px rgba(47, 32, 32, 0.18);
  height: 95%;
  width: 85%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.unit-hunt-card-item::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.unit-hunt-card-item::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.unit-hunt-card-item::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.unit-hunt-card-item::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.show-more-description {
  width: 100%;
  margin-top: 1.3em;
}

.show-more-description-text {
  width: 100%;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 20px;
  color: #6E6E6E;
}

.show-more-button {
  color: #589500;
  cursor: pointer;
  text-decoration: underline;
}

.hunt-card {
  width: 100%;
  padding: 1.3em;
  margin-top: 1.3em;
  display: flex;
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  height: 8em;
  border-radius: 10px;
  opacity: 1;
}

.hunt-card-detail {
  width: 100%;
  display: flex;
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  height: 11em;
  border-radius: 10px;
  opacity: 1;
}

.apply-for {
  text-align: left;
  font: normal normal 400 1em/26px Roboto;
  letter-spacing: 0px;
  color: #535151;
}

.apply-for-ans {
  text-align: left;
  font: normal normal 600 1em/26px Roboto;
  letter-spacing: 0px;
  color: #535151;
}

.upgrade-button-style {
  min-height: 40px !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  width: 150px !important;
  height: 40px !important;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/huntPlannerComponents/huntPlanner-right-toolbar/hunt-graph/huntGraph.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.slider-container {
  width: 100%;
  height: 220px;
}

.slideshow {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pagination {
  display: flex;
  bottom: 10px;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.pagination a {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}
.pagination a:not(:last-child) {
  margin-right: 5px;
}
.pagination a span {
  display: none;
}

a:target {
  color: red;
}

.line-graph-container {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
  height: 270px;
  /* background-color: lightgray; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  padding: 10px;
}

/* Styling for child elements */
.line-graph-container .graph-content {
  width: 100%;
  height: 100;
}

.Bar-graph-container {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
  height: 270px;
  /* background-color: lightgray; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  padding: 10px;
  bottom: 10px;
}

.slider-button-style {
  color: rgb(51, 51, 51);
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #FFF;
}

.right-position {
  left: 0%;
}

.left-position {
  right: 0%;
}

.graph-slider-container {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

.dot-container {
  width: 65%;
  height: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid gray;
  border-radius: 50%;
  cursor: pointer;
}

.selected-dots {
  width: 10px;
  height: 10px;
  border: 2px solid rgb(35, 241, 35);
  border-radius: 50%;
  margin-right: 5px;
}

.blue {
  background-color: #454545;
}

.harvest-header {
  margin-bottom: 10px;
  /* UI Properties */
  text-align: left;
  font: normal normal 500 20px/26px Roboto;
  letter-spacing: 0px;
  color: #535151;
}

.slider-dots-container {
  width: 100%;
  height: 20px;
  display: flex;
  position: relative;
  bottom: 80px;
  justify-content: center;
  align-items: center;
}

.line-graph-grid-container {
  width: 100%;
}

.Bar-graph-grid-container {
  width: 100%;
  padding-top: 20px;
}

.graph-container-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.each-graph-container {
  width: 49%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex-direction: column;
  padding-top: 15px;
}

.text-p-graph {
  text-align: center;
  font: normal normal 500 15px/30px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  text-transform: capitalize;
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/sortModel/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.ht-sort-by-options {
  width: 170px;
  min-height: 160px;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-top: 5px;
  background-color: #fff;
  position: absolute;
  top: 120px;
  right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.ht-ul-sort-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
}

.ht-sort-by-item {
  width: 90%;
  background-color: white;
  color: #1D1D1D;
  margin: 4px;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-sort-by-item-active {
  width: 95%;
  background-color: darkgrey;
  color: #1D1D1D;
  margin: 4px;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-sort-by-item:hover {
  background-color: lightgrey;
  /* Change to grey on hover */
}

.ht-sort-by-item:active {
  background-color: darkgrey;
  /* Change to darker grey when active (clicked) */
}

.sort-labels {
  width: 100%;
  color: #1D1D1D;
  margin: 4px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
}

.sort-radio {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: 0.2s all ease-in-out;
}

.sort-radio:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #1d1d1d;
  border-radius: 50%;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/huntPlannerComponents/moreFilterMenu/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.filters-container {
  width: 80%;
  height: 100%;
  padding: 10%;
  font-family: Arial, sans-serif;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: width 0.1s ease;
}

.filters-container::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.filters-container::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.filters-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.filters-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.filters-container h3 {
  text-align: left;
  font: normal normal 500 15px/20px Roboto;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
}

.dropdown {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.dropdown label {
  text-align: left;
  font: normal normal 500 12px/16px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
}

select {
  background: #EEEEEE 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
}

.slider-section {
  margin-top: 15px;
}

.draw-odds-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 500px;
}

.slider-section label,
.draw-odds-section label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font: normal normal 500 12px/16px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
  margin-left: 5px;
}

.toggle-button {
  display: flex;
  padding: 5px 10px;
  color: white;
  text-align: center;
  margin-bottom: 5px;
  border: 2px solid var(--bm-primary-green-589500);
  background: #1D1D1D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #589500;
  border-radius: 5px;
  opacity: 1;
  width: 4rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  cursor: default;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  /* Slim track */
  background: #589500;
  /* Green track */
  border-radius: 2px;
  outline: none;
  margin-bottom: 5px;
  cursor: pointer;
}

/* Custom Thumb (for Chrome, Safari, Edge) */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #1D1D1D;
  /* White thumb */
  border: 10px solid #EEEEEE;
  /* Black center */
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* Chrome / Safari / Edge */
input[type=range]:disabled::-webkit-slider-thumb {
  background: #fff !important;
  border: 10px solid #b5b5b5;
}

/* Custom Thumb (for Firefox) */
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid black;
  border-radius: 50%;
  cursor: pointer;
}

.slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font: normal normal 500 12px/16px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
}

.slider-values span {
  font: normal normal 500 12px/16px Roboto;
  letter-spacing: 0px;
  color: #535151;
  opacity: 1;
}

.points {
  display: flex;
  gap: 5px;
  overflow: hidden;
  overflow-x: scroll;
  padding: 5px 5px 10px 0px;
  margin-bottom: 5px;
}

.points::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 5px;
  /* Set the height of the horizontal scrollbar */
}

.points::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.points::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.points::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.point {
  width: 2.5rem;
  height: 2.5rem;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  border: 1px solid #535151;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  min-width: 2.5rem;
}

.point.active {
  background: black;
  color: #ffffff !important;
  border: 2px solid #589500;
}

.checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.checkbox label {
  font-size: 14px;
  margin-left: 5px;
}

.padding-child {
  padding: 0.5em 0em 1em 0em;
}

.margin-bottom-05em {
  margin-bottom: 0.5em !important;
}

.margin-top-025em {
  margin-top: 0.25em !important;
}

.margin-bottom-1em {
  margin-bottom: 1em !important;
}

.margin-bottom-2em {
  margin-bottom: 2em !important;
}

.margin-top-bottom-1em {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}

.odd-points-child {
  position: relative;
  top: -15px;
  min-height: 50px;
  padding: 10px 0px 0px 0px;
}

.selected-draw-choice {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  padding: 0px 0px 10px 0px;
}

.input-drawpercentage-div {
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  opacity: 1;
  border: 1px solid #848282;
  border-radius: 6px;
  /* Adjust to match the roundness */
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-checkbox:checked {
  background-color: black;
  border: 2px solid green;
  /* Keeps the inner color black when checked */
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.filter-header-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.filter-header-container h3 {
  width: 80%;
  height: 26px;
  text-align: left;
  font: normal normal bold 20px/26px Roboto;
  letter-spacing: 0.6px;
  color: #535151;
  opacity: 1;
}

.filter-header-container p {
  width: 47px;
  height: 20px;
  text-align: right;
  font: normal normal bold 15px/20px Roboto;
  letter-spacing: 0.45px;
  color: #535151;
  opacity: 1;
  cursor: pointer;
}

.selected-filters-on-map-container {
  display: flex;
  position: fixed;
  top: 15%;
  right: 20%;
  left: 10%;
  z-index: 111;
  flex-wrap: wrap;
  min-width: 20%;
  max-width: 40%;
}

.draw-percentage-slider {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.disable-button {
  background: #ededed !important;
  color: #b5b5b5 !important;
}

.disable-button-border {
  border: 1px solid #b5b5b5 !important;
}

.disable-button-border-none {
  border: none !important;
}

.bg-color-light-gray {
  background: #ededed !important;
}

.padding-child-draw * {
  color: #b5b5b5 !important;
}

.custom-radio {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  opacity: 1;
  border: 1px solid #848282;
  border-radius: 6px;
  /* Adjust to match the roundness */
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-radio:checked {
  background-color: black;
  border: 2px solid green;
}

.custom-radio:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.custom-radio:disabled {
  background-color: #ffffff !important;
  border: 2px solid #b5b5b5 !important;
}

/* Checked + Disabled custom dot */
.custom-radio:checked:disabled::after {
  background-color: #b5b5b5 !important;
  /* gray inner dot */
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/selectField/select.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.select-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  user-select: none;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  opacity: 1;
}

.select-box-active {
  background-color: #1D1D1D !important;
  border: 2px solid #589500 !important;
  color: #fff !important;
}

.select-box {
  width: 100%;
  height: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  opacity: 1;
  border: none;
  cursor: pointer;
  display: flex;
  letter-spacing: 0px;
  align-items: center;
  font: normal normal 500 15px/20px Roboto;
  color: #535151;
  background: #EEEEEE 0% 0% no-repeat padding-box;
}

.select-box.open {
  border-radius: 5px 5px 0 0;
}

.options-list {
  width: 100%;
  background: #EEEEEE;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 5px 5px;
  font: normal normal 500 15px/20px Roboto;
  letter-spacing: 0px;
  overflow-y: scroll;
  max-height: 150px;
}

.defaultOption-style {
  width: 85%;
  padding-left: 20px;
  font: normal normal 500 15px/20px Roboto;
}

/* Custom scrollbar styling */
.options-list::-webkit-scrollbar {
  width: 8px;
}

.options-list::-webkit-scrollbar-track {
  background: #ddd;
  /* Track color */
  border-radius: 5px;
}

.options-list::-webkit-scrollbar-thumb {
  background: #999;
  /* Scroll thumb color */
  border-radius: 5px;
}

.options-list::-webkit-scrollbar-thumb:hover {
  background: #777;
  /* Scroll thumb hover color */
}

.option-item {
  padding: 12px 12px 15px 20px;
  cursor: pointer;
  text-align: left;
  font: normal normal 500 15px/20px Roboto;
  color: #535151;
}

.option-item:hover {
  background: #d6d2d2;
}

.option-item-no-hunt {
  padding: 12px 12px 15px 20px;
  color: #535151;
}

.select-arrow {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-left: 2px solid #535151;
  border-bottom: 2px solid #535151;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.select-arrow-active {
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.select-up {
  transform: rotate(-225deg);
}

.select-down {
  transform: rotate(-45deg);
}

.light-gray {
  color: #b5b5b5 !important;
}

.light-gray-border {
  border-left: 2px solid #b5b5b5 !important;
  border-bottom: 2px solid #b5b5b5 !important;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/hunt-planner/reusableComponents/filterbutton/filterbutton.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.filterbutton-container {
  width: 145px;
  height: 35px;
  background: #1D1D1D 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.filterbutton-text-style {
  width: 90%;
  height: 20px;
  text-align: center;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0.45px;
  color: #D9D9D9;
  opacity: 1;
  display: flex;
}

.p-text-ft-btn {
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/landingpage/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
.land-trust-landing-page-container {
  display: flex;
  width: calc(100vw - 78px);
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: 78px;
  z-index: 11111111111111112;
  background-image: url(/asset/landtrustLandingPage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* fixed background image size */
  background-position: center center;
  /* center the background image */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.land-trust-logo {
  width: 30%;
  height: 10%;
  opacity: 1;
  min-height: 90px;
}

.lets-go-button {
  background: var(--bm-primary-green-589500) 0% 0% no-repeat padding-box !important;
  background: #589500 0% 0% no-repeat padding-box !important;
  border-radius: 30px !important;
  opacity: 1 !important;
}

.lets-go-button-label {
  text-align: center;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.hunt-planner-loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 16, 16, 0.9);
}

.land-trust-landing-page-description {
  width: 600px;
  height: 80px;
  text-align: center;
  font: normal normal 300 20px/26px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/reusableComponents/button/reusableButton.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.reusable-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reusable-button.primary {
  background-color: #007bff;
  color: white;
}

.reusable-button.secondary {
  background-color: #1D1D1D !important;
  color: white;
  border: 2px solid #589500 !important;
}

.reusable-button.success {
  background-color: #589500;
  color: white;
}

.reusable-button.danger {
  background-color: #dc3545;
  color: white;
}

.reusable-button.disable {
  background-color: #333333 !important;
  color: #959595 !important;
  border: none !important;
}

.reusable-button.small {
  font-size: 0.8rem;
  padding: 5px 10px;
}

.reusable-button.medium {
  font-size: 1rem;
  padding: 10px 20px;
}

.reusable-button.large {
  font-size: 1.2rem;
  padding: 15px 30px;
}

.reusable-button:disabled {
  background-color: #c0c0c0;
  cursor: not-allowed;
}

.reusable-button .button-icon {
  width: 15px;
  position: relative;
  top: 2px;
  right: 10px;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/components/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.hunt-planner-container {
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  position: absolute;
  overflow: hidden;
}

.hunt-planner-map-container {
  width: 100%;
  height: 92vh;
  background-color: #ffffff;
}

.hunt-planner-top-menu {
  width: 100%;
  height: 68px;
  background-color: #1D1D1D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-container-style {
  position: relative;
  /* Make this the reference for positioning the dropdown */
  margin: 20px;
}
.button-container-style .dropdown-wrapper {
  position: absolute;
  /* Position the dropdown relative to the button container */
  top: 100%;
  /* Place the dropdown right below the button */
  left: -40px;
  /* Align to the left of the container */
  z-index: 1111111111;
  /* Ensure the dropdown appears above other elements */
}

.blur-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 111111;
  background: rgba(0, 0, 0, 0.45);
  top: 126px;
}

.hunt-planner-loading-map-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 16, 16, 0.9);
  z-index: 11111111111111111000000;
  bottom: 0px;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/reusableComponents/loader/loader.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.huntplanner-load-spinner {
  position: fixed;
  z-index: 111111111111;
  top: 50%;
  left: 50%;
}

.huntplanner-loader-spinner {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(88, 149, 0);
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/reusableComponents/dropDownMenu/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.drop-down-model-container {
  width: 300px;
  height: 315px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.drop-down-model-item-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  width: 100%;
  height: 95%;
  cursor: pointer;
  align-items: center;
}

/* Customize the scrollbar */
.drop-down-model-item-container::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.drop-down-model-item-container::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.drop-down-model-item-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.drop-down-model-item-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}

.drop-menu-options {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 240px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.drop-menu-options:hover {
  background-color: #f3f3f3;
  /* Change background color to red on hover */
  color: white;
  /* Optional: Change text color to white when hovered */
}

.drop-menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.drop-menu-text {
  height: 40px;
  /* min-width: 164px; */
  color: #535151;
  max-width: 200px;
  overflow: hidden;
  font: normal normal 500 15px/20px Roboto;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/reusableComponents/sideDrawerMenu/sideDrawerMenu.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.side-Drawer-model-container {
  width: 23.4375vw;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  position: fixed;
  z-index: 111;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close-button {
  font-size: 24px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 600;
  cursor: pointer;
}

.unit-map-details-container {
  width: 100%;
  height: 190px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  display: flex;
  min-height: 160px;
}

.back-arrow-div-map {
  width: 10%;
}

.back-arrow-map-style {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 50px;
  width: 24px;
  overflow: hidden;
  color: #535151;
  position: relative;
  top: 20px;
  left: 20px;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/components/rightMenuBar/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.lt-right-menu-bar {
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  flex-direction: column;
}

.lt-logo {
  width: 17rem;
  height: 60px;
  position: relative;
  top: 3%;
}

.lt-sorting-container {
  width: calc(100% - 0px) !important;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  right: 20px;
  top: 10px;
}

.lt-lt-sorting-container-text {
  text-align: left !important;
  font: normal normal 700 15px/20px Roboto !important;
  letter-spacing: 0px !important;
  color: #6E6E6E !important;
  opacity: 1;
}

.lt-logo-sort-container {
  width: 100%;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* App.css */
.land-trust-Items-container {
  width: 100%;
  height: 75vh;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}

.land-trust-Items-container::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
  height: 8px;
  /* Set the height of the horizontal scrollbar */
}

.land-trust-Items-container::-webkit-scrollbar-track {
  background: #ffffff;
  /* Set the background color of the track */
  border-radius: 10px;
  /* Optional: Set rounded corners for the track */
}

.land-trust-Items-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Set the color of the scrollbar thumb */
  border-radius: 10px;
  /* Optional: Set rounded corners for the thumb */
  border: 2px solid transparent;
  /* Optional: Add a transparent border to thumb */
}

.land-trust-Items-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovering over the thumb */
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/components/landtrustItems/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.pl-items-container {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.pl-items-container img {
  width: 90%;
  height: 60%;
  border: 2px solid #EEEEEE;
  border-radius: 10px;
  opacity: 1;
  cursor: pointer;
}

.pl-items-container h3 {
  width: 100%;
  height: 25px;
  /* UI Properties */
  text-align: left;
  font: normal normal 700 1em/23px Oswald, sans-serif;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.pl-items-container p {
  width: 100%;
  text-align: left;
  font: normal normal 400 15px/20px Roboto;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.pl-items-container-details {
  width: 90%;
  position: relative;
  top: 10px;
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/recreationAccess/components/privateLandDetails/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.pt-side-Drawer-model-container {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  position: fixed;
  z-index: 111;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pt-land-details-container {
  width: 100%;
  height: 100%;
}

.pt-logo-sort-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2%;
  justify-content: center;
  align-items: center;
  height: 12vh;
}

.pt-logo {
  width: 17rem;
  height: 60px;
  position: relative;
  top: 3%;
}

.pt-close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 22%;
  left: 15px;
  z-index: 20;
}

.pt-header {
  width: 45%;
  height: 85%;
  position: relative;
  top: 22%;
  /* Allow vertical flow and wrapping */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Heading styles */
.pt-header h1 {
  text-align: left;
  font: normal normal 700 1.8em Oswald, sans-serif;
  letter-spacing: 0.9px;
  color: #1D1D1D;
  opacity: 1;
  /* Multi-line ellipsis */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Show max 2 lines */
  text-overflow: ellipsis;
  word-break: break-word;
}

/* Paragraph styles */
.pt-header p {
  text-align: left;
  font: normal normal 400 1.15em Roboto;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  /* Multi-line ellipsis */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Show max 2 lines */
  text-overflow: ellipsis;
  word-break: break-word;
}

.pt-header-container {
  width: 100%;
  height: 12vh;
  position: relative;
  display: flex;
}

.pt-land-info-container {
  width: 97%;
  height: 70vh;
  position: relative;
  left: 2%;
  padding-top: 10px;
  overflow-y: auto;
  padding-bottom: 30px;
}

.pt-header-img {
  width: 10%;
}

.pt-image-container {
  width: 100%;
  height: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 3%;
  min-height: 300px;
  max-height: 350px;
}

.first-img-container {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.list-img-container {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: calc(100% - 10px);
  height: calc(90% - 10px);
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 3px;
}

.pt-land-details-description {
  margin: -15px 10px 10px 10px;
  text-align: left;
  font: normal normal normal 20px/23px Arial;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.pt-land-details-description .p {
  text-align: left;
  font: normal normal normal 20px/23px Arial;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.pt-book-now {
  width: 200px;
  height: 68px;
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 20px/23px Arial;
  letter-spacing: 0px;
  color: #589500;
  opacity: 1;
  margin: 10px;
  cursor: pointer;
}

.pt-book-now-button {
  text-align: center;
  font: normal normal normal 20px/23px Arial;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin: 10px;
  cursor: pointer;
  border-radius: 10px;
  width: 200px;
  height: 45px;
}

.second-img-container {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.list-img-style {
  width: 40%;
  height: 40%;
  border-radius: 10px;
  min-width: 10rem;
  max-width: 14rem;
}

.show-more-img {
  width: 40%;
  height: 40%;
  border-radius: 10px;
  border: 1px solid grey;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  min-width: 10rem;
  max-width: 14rem;
}

.carousel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000000000000000;
}

.carousel-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
}

.carousel-img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
}

.pt-close-btn {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 20px;
  color: #fff;
  width: 20px;
}

.nav-btn {
  position: fixed;
  top: 85%;
  transform: translateY(-50%);
  font-size: 40px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  user-select: none;
}

.nav-btn.left {
  left: -50px;
}

.nav-btn.right {
  right: -50px;
}

.packages-list-container {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.packages-list-item-container {
  min-height: 270px;
  width: 45%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  height: 8em;
  box-shadow: rgba(130, 130, 130, 0.2) 0px 3px 6px;
  opacity: 1;
  background: 0% 0% no-repeat padding-box padding-box rgb(251, 251, 251);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(238, 238, 238);
  border-image: initial;
  border-radius: 10px;
}

.package-img {
  width: 95%;
  height: 80%;
  object-fit: cover;
  display: block;
  margin: 5px;
}

.package-p {
  font: normal normal 400 1.15em Roboto;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  text-align: center;
}

.carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.carousel-counter {
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  height: 50%;
}

.nav-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.carousel-navigation-pt {
  height: 50px;
  position: fixed;
  width: 100vw;
  left: 0px;
  bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-navigation-pt-child {
  width: 30%;
  display: flex;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.pt-carousel-arrow {
  color: #fff;
  font-size: 40px;
  height: 100%;
  cursor: pointer;
  user-select: none;
}

.image-bubble-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.1s ease-in-out;
  border: 1px solid #707070;
}

.image-bubble-hover:hover {
  transform: scale(1.03);
  /* Slight zoom */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /* Bubble-like shadow */
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/main-ui/button/index.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.btn {
  position: relative;
  display: block;
  height: 2em;
  width: 90%;
  text-align: center;
  background-color: rgb(88, 149, 0);
  text-transform: capitalize;
  color: #fff;
  margin: 1em;
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: none;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/splash-screen/index.scss ***!
  \************************************************************************************************************************************************************************************************************/
.loader-spinner {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(88, 149, 0);
  --_m:
      conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/app/merchant-modals/index.scss ***!
  \**************************************************************************************************************************************************************************************************************/
.global-rescue-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1D1D1D;
  width: 575px;
  height: 660px;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}

.global-rescue-icon {
  margin-top: 10px;
  background-image: url("https://www.basemap.com/wp-content/uploads/2021/05/global-rescue-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

.global-rescue-header {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  width: 100%;
}

.global-rescue-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Oswald";
  font-size: 18px;
  box-sizing: border-box;
}

.merchant-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.merchant-container {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  max-width: 400px;
  min-height: 150px;
}

.merchant-header {
  color: rgb(88, 149, 0);
  margin-bottom: 10px;
  font-size: 1.7em;
  text-align: center;
}

.merchant-row {
  display: flex;
  margin-bottom: 10px;
}

.merchant-input {
  width: 70%;
  padding: 5px;
  border-radius: 3px;
  color: black;
  height: 30px;
  border: 1px solid black;
  font-weight: bold;
}

.merchant-terms {
  color: rgb(88, 149, 0);
  cursor: pointer;
  font-size: 12px;
}

.merchant-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.merchant-error {
  color: red;
  font-size: 12px;
  text-align: center;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/redirect-to-app/index.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.redirect-page {
  position: absolute;
  line-height: 1;
  height: 100%;
  width: 100%;
  z-index: 1109;
  margin: auto;
  background-color: #959595;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden;
}

.redirect-page--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  width: 50vw;
  max-width: 250px;
}

.redirect-page--paragraph {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30%);
  transform: translateX(-50%) translateY(30%);
  color: #4f4f4f;
  text-align: center;
}

.redirect-page--button {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
}

/*# sourceMappingURL=bundle-b6c3fd1e13b6b69a44bb.css.map*/