*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar::-webkit-scrollbar {
  width: 20px;
}
div#myModal .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}
div#myModal .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  right: 144px;
  top: 200px;
  overflow: scroll;
  height: 400px;
  width: 460px;
}
div#myModal .individual-inner span {
    background-color: lightgray;
    border-radius: 50px;
    padding: 0px 13px;
    padding-bottom: 8px;
    margin-right: 18px;
}
div#myModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

div#myModal .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

div#myModal .individual-inner {
    padding: 11px;
    border: solid 1px #d3d3d382;
    margin-bottom: 14px;
}
div#myModal .individual h3 {
    font-weight: 700;
}

div#myModal .individual.professional h3 {
    font-weight: 500;
}

div#myModal .individual.project h3 {
    font-weight: 500;
}
div#myModal .individual.professional img {
    width: 40px;
    margin-right: 18px;
}

div#myModal .individual.project img {
    width: 40px;
    margin-right: 18px;
}
div#myModal .individual p {
    font-size: 18px;
    color: black;
    font-family: sans-serif;
}
div#myModal {
    background: none;
}


body {
  background: #f1f1f1;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 300;
}

#wrapper {
  padding-top: 6%;
}

.viewport {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 200px;
  -moz-perspective-origin: 50% 200px;
  -ms-perspective-origin: 50% 200px;
  -o-perspective-origin: 50% 200px;
  perspective-origin: 50% 200px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-box-reflect: below -253px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), to(rgba(250, 250, 250, 0.1)));
}

.cube {
  position: relative;
  margin: 0 auto;
  height: 390px;
  width: 390px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(136deg) rotateY(1122deg);
  -moz-transform: rotateX(136deg) rotateY(1122deg);
  -ms-transform: rotateX(136deg) rotateY(1122deg);
  -o-transform: rotateX(136deg) rotateY(1122deg);
  transform: rotateX(136deg) rotateY(1122deg);
}

.cube:hover {
  transform: scale(1.3) rotate(5deg);
}

.map-box {
  min-height: 100px;
  width: 286px;
  background: #ff914d;
  position: absolute;
  z-index: 999;
  right: 106px;
  border-radius: 12px;
  top: 96px;
  padding: 15px;
}

.cube>div {
  overflow: hidden;
  position: absolute;
  opacity: 0.9;
  height: 390px;
  width: 390px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  /* background-size: 100% 100%;*/
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: linear-gradient(90deg, #e2e2e2 0px, #efefef 30px, #e2e2e2 60px);
  background-size: calc(160px + 160px);
  animation: refresh 5.2s infinite ease-out;
}

.cube>div>div.cube-image {
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 200px;
  font-size: 80px;
  text-align: center;
  color: #1b9bd8;
  -webkit-transition: color 600ms;
  -moz-transition: color 600ms;
  -ms-transition: color 600ms;
  -o-transition: color 600ms;
  transition: color 600ms;
}

.cube>div>div.cube-image.active {
  color: red;
}

.cube>div:hover {
  cursor: pointer;
}

.cube>div:active {
  cursor: pointer;
}

.cube>div:first-child {
  -webkit-transform: rotateX(90deg) translateZ(195px);
  -moz-transform: rotateX(90deg) translateZ(195px);
  -ms-transform: rotateX(90deg) translateZ(195px);
  -o-transform: rotateX(90deg) translateZ(195px);
  transform: rotateX(90deg) translateZ(195px);
  z-index: 9999999;
  position: absolute;
  outline: 1px solid transparent;
}

.cube>div:nth-child(2) {
  -webkit-transform: translateZ(195px);
  -moz-transform: translateZ(195px);
  -ms-transform: translateZ(195px);
  -o-transform: translateZ(195px);
  transform: translateZ(195px);
  z-index: 9999999;
  position: absolute;
  outline: 1px solid transparent;
}

.cube>div:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateZ(195px);
  -moz-transform: rotateY(90deg) translateZ(195px);
  -ms-transform: rotateY(90deg) translateZ(195px);
  -o-transform: rotateY(90deg) translateZ(195px);
  transform: rotateY(90deg) translateZ(195px);
  z-index: 9999999;
  position: absolute;
  outline: 1px solid transparent;
}

.cube>div:nth-child(4) {
  -webkit-transform: rotateY(180deg) translateZ(195px);
  -moz-transform: rotateY(180deg) translateZ(195px);
  -ms-transform: rotateY(180deg) translateZ(195px);
  -o-transform: rotateY(180deg) translateZ(195px);
  transform: rotateY(180deg) translateZ(195px);
  z-index: 9999999;
  position: absolute;
  outline: 1px solid transparent;
}

.cube>div:nth-child(5) {
  -webkit-transform: rotateY(-90deg) translateZ(195px);
  -moz-transform: rotateY(-90deg) translateZ(195px);
  -ms-transform: rotateY(-90deg) translateZ(195px);
  -o-transform: rotateY(-90deg) translateZ(195px);
  transform: rotateY(-90deg) translateZ(195px);
  z-index: 9999999;
  position: absolute;
  outline: 1px solid transparent;
}

.cube>div:nth-child(6) {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(195px);
  -moz-transform: rotateX(-90deg) rotate(180deg) translateZ(195px);
  -ms-transform: rotateX(-90deg) rotate(180deg) translateZ(195px);
  -o-transform: rotateX(-90deg) rotate(180deg) translateZ(195px);
  transform: rotateX(-90deg) rotate(180deg) translateZ(195px);
  z-index: 9999999;
  position: absolute;
  outline: 1px solid transparent;
}

object {
  opacity: 0.5;
}

object:hover {
  opacity: 1;
}

@media (max-width: 640px) {
  .viewport {
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}




#earth {
  /* [1] Allow it to contain the absolutely positions pseudo-elements (later-on) */
  position: relative;
  background-image: url("https://mrhensonhistory.weebly.com/uploads/7/0/2/2/70227131/jerusalemmap_1_orig.png");

  /* [2] Set-up the dimensions and spacing */
  width: 390px;
  height: 390px;
  margin: -26em auto;

  /* [3] Prepare the animation effects */
  transition: transform 400ms linear;
  animation: rotate 10s linear infinite;
  /* This is going to be defined in the next step */

  /* [4] Tweak the appearance, and give it a nice background i.e. the world map */
  color: #000;
  border-radius: 50%;
  /* background: url('https://cdn.pixabay.com/photo/2012/02/22/19/28/africa-15428_960_720.jpg') 0 0 repeat / 630px;
 */
  box-shadow: inset 20px 0 80px 6px rgb(0 0 0 / 78%);
  /* [5] Position things in a 3d space */
  transform-style: preserve-3d;
}

#earth:after {
  /* [1] Break the flow to show this as an overlay */
  position: absolute;
  top: 0;
  left: 0;

  /* [2] Make it take all the space available in the box (ahem... globe!) */
  width: 100%;
  height: 100%;

  /* [3] Make sure this has no generated content, as we want this just for fancy purposes */
  /*  content: '';*/

  /* [4] Give it some shape and shadow */
  border-radius: 50%;
  box-shadow: -80px 15px 80px 10px rgba(0, 0, 0, .9) inset;

}

#earth:before {
  /* [1] Again, break the flow to show this as an overlay */
  position: absolute;
  top: 0;
  left: 0;

  /* [2] Again, give it all the available space */
  width: 100%;
  height: 100%;

  /* [3] Duh. */
  /* content: '';*/

  /* [4] Add some shape and overlay effect to it */
  /* opacity: .2;*/
  border-radius: 50%;
  /*background: radial-gradient(circle at 100px 100px, #fff, #000);*/
}


@keyframes rotate {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 630px 0;
  }
}


.card {
  margin: 10px;
  width: 160px;
  height: 90px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #e2e2e2 0px, #efefef 30px, #e2e2e2 60px);
  /*background-size: calc(160px + 160px);
  animation: refresh 1.2s infinite ease-out;*/
}

@keyframes refresh {
  0% {
    background-position: calc(-160px);
  }

  60%,
  100% {
    background-position: 160px;
  }
}



#earth h3 {
  font-size: 51px;
  position: relative;
  top: 144px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 1px 2px 3px #ebebeb;
}

#earth a {
  text-decoration: none;
  color: #000;
}

.map-box img {
  width: 100%;
  border-radius: 6px;
}

.cangaroo1 {

  position: absolute;
  right: 0;
  z-index: 9;
  margin: 39% 48% 4% 6%;
  width: 73px;
}

.cangaroo2 {
  position: absolute;
  right: 0;
  z-index: 9;
  margin: 17% 75% 4% 6%;
  width: 73px;

}

.cangaroo3 {
  position: absolute;
  right: 0;
  z-index: 9;
  margin: 32% 76% 2% 6%;
  width: 73px;
}

.cangaroo4 {
  position: absolute;
  right: 0;
  z-index: 9;
  margin: 14% 43% 2% 6%;
  width: 73px;
}

.map-box .btn-primary {
  background: #8c52ff;
  border: 1px solid #8c52ff;
  width: 100%;
  margin: auto;
  border-radius: 50px;
}

.map-box div {
  padding-top: 10px !important;
  padding-left: 0px !important;
  display: block;
  justify-content: center;
}

.map-box h3 {
  font-size: 22px;
  padding-top: 0px;
}

.map-box h2 {
  font-weight: 600;
  font-size: 25px;
}

.arow {
  position: absolute;
  right: 0;
  z-index: 9;
  margin: 0% 108% 2% 0%;
  width: 140px !important;
  transform: rotate(182deg);
}

.fixed-pin {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 85px;
}

.arow2 {
  position: fixed;
  left: 177px;
  z-index: 9;
  margin: -5% 205% 2% 0%;
  width: 218px !important;
  transform: rotate(182deg);
}

/*************16/1/2024************/

.create-question {
  /* width: 450px;
  */
  min-height: 250px;
  border-radius: 6px;
  padding: 15px;
  background: #FFF;
  /* position: absolute;
  */
  bottom: 20px;
  right: 47%;
  margin-left: 17px;
}

.create-question h3 {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 17px;
}

.create-question img {
  margin-right: 10px;
}

.inner-blue {
  background-color: #4b5f9a;
  min-height: 250px;
  border-radius: 4px;
  padding-bottom: 10px;
}

.qust-no ul {
  list-style: auto;
  padding: 6px 26px;
  color: #FFF;
}

.qust-no ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.qust-no ul li {
  border-bottom: 1px solid #ffffff;
  padding: 7px 3px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.vbx {
  width: 25px;
  margin-left: 12px;

}

.inner-blue h4 {
  font-size: 15px;
  color: #FFF;
  display: flex;
  align-items: center;
}

#example_filter {
  float: right;
}

.land-transforamto .active>.page-link {
  background: #4b5f9a;
  border-color: #4b5f9a;
}

#stop {
  border: 1px solid #ccc;
  background: #4b5f9a;
  color: #FFF;
  padding: 7px 16px;
  border-radius: 4px;
}

#custom-search-form {
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

#custom-search-form .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-form button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.search-query:focus+button {
  z-index: 3;
}

.search-query-x {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  padding: 14px;
}

.share-fm {
  background: #4b5f9a !important;
  padding: 7px 10px !important;
  color: #FFF;
  border: 1px solid #4b5f9a;
  border-radius: 4px;
}

.shar-sn {
  display: flex;
  align-items: center;
}

.btn-hr {
  left: 0px !important;
}

.foucn-select:focus {}

.shre-huis center {
  font-size: 22px;
}

#fomr-data {}

.ad-qqtn {
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
}

.ad-qqtn:hover {
  color: #FFF;
}

.crt-fom {
  text-decoration: none;
  color: #4b5f9a;
  text-align: center;
  width: 153px;
  background: #FFF;
  font-weight: 500;
  padding: 8px;
  border-radius: 25px;
  margin: auto;
  float: left;
  transition: 0.5s;
  cursor: pointer;
}

.crt-fom:hover {
  color: #4b5f9a;
}

.table-custome table tr td {
  border: 1px solid #16193a;
  padding: 10px;
  background-color: #FFF;
}

.table-custome .land-transforamto .active>.page-link {
  background: #16193a;
  border-color: #16193a;
}

.land-transforamto thead th {
  padding: 10px 16px;
  text-align: center;
  border: 1px solid #16193a;
}

/**********************iks image table*********************************/


.table-data {
  column-rule: 10px;
  text-align: center;
  table-layout: all;
}

.custome-cultral [type=search] {
  border: 1px solid #ccc;
  outline-offset: none;
  -webkit-appearance: none;
}

#field input {
  width: 50%;
  float: left;
  margin-right: 6px;
  background: #4b5f9a;
  border-bottom: 1px solid #FFF;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  color: #FFF;
}

.ad-qqtn {
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  /* position: relative; */
  left: -518px;
  top: 49px;
  background: #4b5f9a;
  width: 100%;
  text-align: left;
  margin-top: 18px;
  float: left;
}

#profs .btn.btn-danger {
  padding: 0px 10px;
  font-size: 19px;
  border-radius: 3px;
  margin-bottom: 10px;
}

#profs .btn.btn-danger.remove-me {
  padding: 0px 10px;
  font-size: 19px;
  border-radius: 3px;
  /* margin-bottom: 10px;*/
}

#profs .form-control {
  background: #4b5f9a;
  border-bottom: 1px solid #FFF;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  color: #FFF;
  padding-left: 0;
}

.user_data {
  width: 800px;
  padding: 0px 16px;
  position: relative;
}

.user_data .form-control {
  margin-bottom: 10px;
  background: #4b5f9a;
  border-bottom: 1px solid #FFF;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  color: #FFF;
  padding-left: 0;
}

.control-label {
  width: 200px;
  float: left;
}

.remove-btn {
  position: absolute;
  right: 0;
  bottom: 30%;
  border: none;
  font-size: 13px;
  background: #ffffff;
  color: #4b5f9a;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.inner-blue ol {
  padding-left: 5px;
  color: #FFF;
}

.inner-blue {
  padding: 10px;
}

.cultr-text {
  border: 0px;

}

input.cultr-text:focus-visible {
  outline: 1px solid #fdfdfd;
  border-radius: 3px;
  background: #fdfdfd;
  padding: 6px;
}

.whti-bar {
  background: #FFF;
  height: 500px;
  padding: 10px;
  margin: 0px;
}

.row-bx {
  display: flex;
  width: 100%;
}
.sidebar {
  position: fixed;
  top: 0px;
  left: 0;
  /* height: 640px; */
  height: 100%;
  width: 260px;
  z-index: 100;
  transition: all 0.5s ease;
  background: #16193a;
  overflow-y: scroll;
} 

li#arroww-toggle {
  width: 100%;
}


a#logout-link {
  background-color: #0063c8;
  padding: 8px 25px;
  color: #fff;
  border-radius: 5px;
  margin-top: .5rem;
  text-decoration: none;
  /* color: red; */
  font-size: x-large;
  font-weight: 600;
  /* margin-left: 37px; */
}

a#delete-account {
  background-color: red;
  padding: 8px 25px;
  color: #fff;
  border-radius: 5px;
  margin-top: .5rem;
  text-decoration: none;
  /* color: red; */
  font-size: x-large;
  font-weight: 600;
  /* margin-left: 37px; */
}

.sidebar.close {
  width: 78px;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 11px 23px;
}

.sidebar .logo-details i {
  font-size: 30px;
  color: #11101d;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links {
  height: 100%;
  padding: 12px 10px 8px 1px;
  overflow: auto;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
  border-bottom: 1px solid #24283d;
}

ul.sub-menu li {
  border: none !important;
  color: #FFF;
}

.sidebar .nav-links>li.active:before,
.sidebar .nav-links>li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 4px;
  height: 100%;
  background: #71afff;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.sidebar .nav-links li.active:before,
.sidebar .nav-links li:hover:before {
  opacity: 1;
}

.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
  display: block
}

.sidebar .nav-links li i {
  height: 50px;
  min-width: 58px;
  text-align: center;
  line-height: 50px;
  color: #595e77;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li.active i,
.sidebar .nav-links li:hover i {
  color: #71afff;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebar .nav-links li a .link_name {
  font-size: 15px;
  font-weight: 400;
  color: #d1d5eb;
  transition: all 0.4s ease;
}

.sidebar .nav-links li.active a .link_name,
.sidebar .nav-links li:hover a .link_name {
  color: #71afff;
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d2149;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a {
  color: #d1d5eb;
  font-size: 14px;
  padding: 5px 0;
  /* white-space: nowrap; */
  opacity: 0.6;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
  width: 160px;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details {
  background: none;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.sidebar .profile-details .job {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  opacity: .5;
  white-space: nowrap;
}

.sidebar .profile-details i.bx {
  min-width: 50px;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-size: 12px;
}

.home-section {
  position: relative;
  background: #4b5f9a;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}

.sidebar.close~.home-section {
  left: 78px;
  width: calc(100% - 78px);
}

.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #FFF;
  font-size: 35px;
}

.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}

.logo-details img {
  width: 45px;
  margin-right: 11px;
}

.search-query {
  height: 45px;
  background: #595e77;
  border: 1px solid #595e77;
  color: #ccc;
  border-radius: 4px;
}

::placeholder {
  color: #d1d5eb;
}

.surve-tool {
  position: absolute;
}

.surve-tool a {
  /* padding: 18px 18px; */
  background: #000;
  border-radius: 50px;
  height: 55px;
  width: 55px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.surve-tool ul a i {
  color: #cdcdcd;
  font-size: 26px;
}

.surve-tool ul {
  list-style: none;
  line-height: 45px;
}

.surve-tool {
  position: absolute;
  top: 107px;
}

.baml .elementor-element-db5f0cb .elementor-column-wrap section {
  display: none !important;
}

#loader-main {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;

}

#loader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  /* right: 0;
   top: 50%;
   margin-left: -60px;
   margin-top: -60px;
   bottom: 0;
   -webkit-animation: spin 2s linear infinite;
   -o-animation: spin 2s linear infinite;
   animation: spin 2s linear infinite;*/
}

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

.mapControlsContainer {
  display: none !important;
}

.wsv-presentation-mode .mapControlsContainer {
  display: none;
}

.add_details {
  background: transparent;
  border: 1px solid transparent;
  color: #FFF;

}

.user_data .form-control:focus-visible {
  border-bottom: 1px solid #b2bfff;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

.user_data .form-control:focus {
  box-shadow: none;
}

.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .3s
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.ss-main .ss-single-selected .placeholder {
  flex: 1 1 100%;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #FFFF;
}

.ss-main .ss-single-selected .placeholder * {
  width: auto
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  cursor: pointer;
  color: #8a8a8a
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .2s, margin .2s
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .3s
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
  padding: 7px;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1
  }

  to {
    transform: scale(0);
    opacity: 0
  }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 14px !important;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #4b5f9a !important;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  font-weight: 500 !important;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: .2s;
  animation-timing-function: ease-out
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 17px 9px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform .2s
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg)
}

.ss-main .ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform .2s, opacity .2s;
  opacity: 0;
  transform: scaleY(0)
}

.ss-main .ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1)
}

.ss-main .ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px
}

.ss-main .ss-content .ss-search.ss-hide,
.ss-main .ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0
}

.ss-main .ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield
}

.ss-main .ss-content .ss-search input::placeholder {
  color: #bdbdbd;
  vertical-align: middle
}

.ss-main .ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb
}

.ss-main .ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box
}

.ss-main .ss-content .ss-addable {
  padding-top: 0
}

.ss-main .ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb
}

.ss-main .ss-content .ss-list .ss-option {
  padding: 6px 10px;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  font-weight: 400;
}

.ss-main .ss-content .ss-list .ss-option * {
  display: inline-block
}

.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #4b5f9a !important;
}

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
  cursor: default;
  color: #000000;
  background-color: #fff
}

.ss-main .ss-content .ss-list .ss-option.ss-hide {
  display: none
}

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: rgba(255, 247, 0, .38)
}

/**********************************/

.land-transforamto p {
  padding: 3px 31px;
  text-align: left;
}

.land-transforamto thead th {
  padding: 10px 16px;
  text-align: left;
}

.land-transforamto tbody tr td {
  text-align: left;
  border-spacing: 5px;
}

.land-transforamto p {
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
  position: relative;
  top: -29px;
}

.reco-img img {
  margin-right: 10px;
}

.feral-cat {
  width: 50px;
  /* position: absolute;*/
  margin: -43px -1px -71px -28px;
}

.reco-img img {
  width: 36px;
  margin-right: 16px;
}

.reco-img {
  text-align: right !important;
}

.table-custome .land-transforamto table tbody tr td {
  border: 1px solid #f1f1f1;
  padding: 10px;
  background-color: #0063c8;
  border-left: 0px;
  border-right: 0px;
  color: #FFF;
}

.table-custome .land-transforamto table tr {
  border: none;
  color: #FFF;
  border-radius: 10px;
}

td:first-child,
th:first-child {
  border-radius: 12px 0 0 12px;
}

td:last-child,
th:last-child {
  border-radius: 0 12px 12px 0;
}

.land-transforamto thead th {
  border: none;

}
.record-hist .land-transforamto {
  padding-left: 24px !important;
}

.done-content {
  width: 25%;
}

.geostory-btn {
  text-decoration: none;
  background: #4b5f9a;
  color: #FFF;
  padding: 11px 18px;
  font-weight: 400;
  border-radius: 30px;
  float: right;
}

.geostory-btn:hover {
  color: #FFF;
}


.table-custome.record-hist .row {
  display: flex !important;
  flex-direction: row-reverse !important;
  width: 100% !important;
}

.record-hist #example_filter {
  float: left;
}

.record-hist #example_length {
  float: right;
}

.record-hist .serch-text {
  padding: 10px 11px;
  width: 282px;
  border-radius: 30px;
}

.tp-sr label {
  display: flex;
  align-items: center;
}

.tp-sr a {
  background: #4686f2;
  color: #FFF;
  /* padding: 10px; */
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  left: -28px;
}

.tp-sr button {
  background: #4686f2;
  color: #FFF;
  /* padding: 10px; */
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  left: -28px;
}

.filter-icon i {
  font-size: 35px;
}

.filter-icon .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: none !important;
  border-bottom: 0;
  border-left: none !important;
}

.filter-icon {
  padding: 6px 0px;
}

.filtr-con {}

.lse-filter img {
  width: 30px;
}

.lse-filter .form-check {
  display: flex;
  text-align: center;
  align-items: center;
  margin-right: 25px;
}

.mr-5a {
  margin-right: 10px;
}

.lse-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tilto-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tilto-end p {
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
  position: relative;
  top: 3px;
}

.watch-cale img {
  width: 30px;
  position: relative;
  top: 4px;
}

.watch-cale {
  margin-right: 10px;
}

.tilto-end .form-control {
  width: 111px;
  font-size: 12px;
  margin-right: 6px;
}

.date-cale img {
  width: 30px;
  position: relative;
  top: -9px;
}

.date-cale {
  margin-right: 10px;
}


.reco-img input {
  height: 35px;
  width: 35px;
  position: absolute;
  margin: 14px 5px 8px 14px;
  border-radius: 40px !important;
  border: 2px solid #0063c8;
}

.pink-btn {
  background-color: #ed67ca;
  margin-right: 10px;
  padding: 9px 53px;
}

.gry-btn {
  padding: 9px 53px;
  background-color: #00afff;
}

.land-stream ul {
  list-style-type: none;
  padding: 0;
}

.land-stream ul li {
  display: inline-block;
}

.land-stream input[type="checkbox"][id^="cb"] {
  display: none;
}

.land-stream label {
  border: 1px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  margin: 6px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.land-stream label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #00b50e;
  position: absolute;
  top: 37px;
  left: 81px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 99;
}


.land-stream label img {
  height: 118px;
  width: 215px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.land-stream :checked+label {
  border-color: #ddd;
}

.land-stream :checked+label::before {
  content: "✓";
  background-color: #00b50e;
  transform: scale(1);
  font-size: 25px;
}

.land-stream :checked+label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

.feral-cat-strem {
  width: 50px;
  position: absolute;
  margin: 9px -1px -67px -28px;
  z-index: 9;
}

.strem-adp button {
  padding: 21px 30px;
  font-size: 20px;
}

.question-typ {
  position: absolute;
  top: -2px;
  right: 32px;
}

.question-typ .btn-secondary {
  background: #234097;
  border: 1px solid #234097;
}

/*********new css**************/
.geostory-btn {
  text-decoration: none;
  background: #4fcb86;
  color: #FFF;
  padding: 11px 18px;
  font-weight: 400;
  border-radius: 30px;
  float: right;
  border: 1px solid #61d091;
}

.recod-box .vie-tab {
  background-color: #0063c8;
  border-left: 0px;
  border-right: 0px;
  color: #FFF;
  position: relative;
  left: -18px;
  top: -9px;
}

.recod-box {
  border: none;
  color: #FFF;
  border-radius: 10px;
  width: 100%;
  background: #0063c8;
  padding: 25px;
  float: left;
}

.vie-tab img {
  width: 54px;
  margin-right: 13px;
  position: relative;
  left: -31px;
  top: 13px;
}

.land-transforamto .recod-box p {
  font-size: 23px;

}

.land-transforamto .recod-box .vbn p {
  font-size: 17px;
}

.lat-long-doc {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  background: linear-gradient(90deg, rgb(166 255 238 / 94%) 0%, rgb(169 252 255 / 71%) 58%, rgb(0 126 255) 100%);
  border-radius: 8px;
}

.pin-l img {
  width: 30px !important;
}

.lat-long-doc a {
  background-color: #16193a;
  padding: 10px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.lat-long-doc h5 {
  margin-bottom: 0px;
  color: #000;
  text-align: left;

}

.image-gallary {
  padding: 10px;
  background: linear-gradient(90deg, rgb(166 255 238 / 94%) 0%, rgb(169 252 255 / 71%) 58%, rgb(0 126 255) 100%);
  border-radius: 8px;
  margin-top: 18px;
  float: left;
  width: 100%;

}


.image-gallary img {
  width: 150px;
}

.pin-l {
  margin-bottom: 10px;
  margin-right: 26px;
}

.galx {
  width: 149px;
  height: 106px;
  overflow: hidden;
  margin-right: 12px;
  /* margin-bottom: 10px; */
}

.galx img {
  width: 100%;
}

.chkbx-balnk.text1 {

  position: absolute !important;

}

.chkbx-balnk.text2 {
  position: absolute !important;
  left: 88px !important;
  top: 47px !important;
}

.vbn {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  float: right;
  overflow-x: scroll;
  width: 100%;
  flex-wrap: wrap;
  height: 236px;
}

.vbn p {
  color: #000;
  padding-left: 44px;
}

.feral-cat-img {}


.gallery-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1em;
}

.gallery-wrapper .image-wrapper a {
  padding: 0.5em;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}

.gallery-wrapper .image-wrapper a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.gallery-wrapper .image-wrapper a img {
  width: 100%;
}

.gallery-lightboxes .image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms ease-in-out;
}

.gallery-lightboxes .image-lightbox:target {
  opacity: 1;
  visibility: visible;
}

.gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
  transform: scale(0.95, 0.95) translateY(-30px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  opacity: 0;
  margin: 1em auto;
  max-width: 100%;
  padding: 0.5em;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: relative;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
  width: 1.5em;
  height: 1.5em;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -1em;
  top: -1em;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(-45deg);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(45deg);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}

.map-box-pin h5 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 17px;
}

.gm-style-iw.gm-style-iw-c {
  max-width: 250px !important;
}

.map-box-pin p {
  height: 98px;
  overflow: hidden;
  /* white-space: nowrap; */
  -webkit-line-clamp: 4;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: justify;
  padding: 7px;
  margin-top: 10px;
  border: 1px solid #000;
  border-radius: 4px;
}

.viv-recod {
  padding: 5px 13px;
  font-size: 14px;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  border-radius: 4px 0 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  cursor: pointer;
  transform: rotate(-45deg) translateY(-50%);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 4px 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  cursor: pointer;
  transform: rotate(45deg) translateY(-50%);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  margin: 0 auto;
  width: 100%;
}

.image-wrapper {
  width: 283px;
  height: 151px;
  overflow: hidden;
  /* position: absolute; */
  top: 42px;
  border-radius: 5px;
  padding: 0px;
  left: 6px;
}



.stack {
  float: left;
  width: 123px;
  margin: 0 5% 3% 0;
  position: relative;
}

/* Image styles */
.stack img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 10px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.gm-style-iw-c {
  max-width: 250px !important;
}


/*stack:last-of-type {
  margin-right: 0;
}

/
/* Stacks creted by the use of generated content */
.stack:before,
.stack:after {
  content: "";
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid #fff;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.stack:before {
  top: 4px;
  z-index: -10;
}

/* 1st element in stack (behind image) */
.stack:after {
  top: 8px;
  z-index: -20;
}

/* 2nd element in stack (behind image) */

/* Second stack example (rotated to the right from the bottom left) */
.stack.rotated:before {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}

.stack.rotated:after {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}

.stack.twisted:after {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

/* Fourth stack example (Similar to the second but rotated left) */
.stack.rotated-left:before {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.stack.rotated-left:after {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

/* Reset all rotations on hover */
.stack:hover:before,
.stack:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.w-ui-img {
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.im-1 {
  display: flex;
  justify-content: center;
}

.scroll-toggle {
  align-items: center;
  background-color: var(--light);
  border: 2px solid var(--dark);
  display: flex;
  justify-content: center;
  width: 100%;
}

.scroll-toggle__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid var(--dark);
  /*  flex: 0 0 100px;*/
  margin: 10px;
  padding: 10px;
  position: relative;
  transition: all 0.1s ease;
}

.strem-adp button {
  padding: 10px;
  font-size: 14px;
  background-color: #0063c8 !important;
  color: #FFF !important;
  border-bottom: 0;
}

.scroll-toggle__button:active,
.scroll-toggle__button:hover {
  background-color: var(--highlight);
}

.scroll-toggle__button:focus {
  outline: 2px solid var(--highlight);
}

.scroll-toggle__list {
  border-left: 2px solid var(--dark);
  border-right: 2px solid var(--dark);
  display: flex;
  flex: 1 1 auto;
  overflow-x: scroll;
}

.scroll-toggle__list-item {
  flex: 0 0 auto;
  padding: 10px;
}

p.chkbx-balnk {
  border: 2px solid #000 !important;
  height: 30px !important;
  width: 30px !important;
  /* background: #ccc; */
  position: absolute !important;
  top: 42px !important;
  left: 91px !important;
  right: 0px !important;
  padding: 0 !important;
  border-radius: 5px;
}

.done-rty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vie-tab .wirnt img {
  margin-left: 11px;
  top: inherit !important;
  position: inherit !important;
  width: 35px;
}

.vie-tab .wirnt a {
  background: #7ad1ef;
  padding: 10px 41px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 500;
}

/* 09-05-2024 iks_sites_map.html css */

.map-box-pin-layr {
  min-height: 100px;
  width: 286px;
  /* background: #f1f1f1e3;*/
  position: absolute;
  z-index: 999;
  left: 5px;
  border-radius: 12px;
  top: 65px;
  padding: 15px;
}

.layr-pus {
  margin-bottom: 1px;
}


.location-select {
  position: absolute;
  z-index: 9;
  padding: 6px 16px;
  border: 1px solid #28cbf4;
  background: #28cbf4;
  border-radius: 5px;
  color: #FFF;
  top: 160px;
  left: 24px;
}

.point-location span {
  background: #028cff;
  color: #FFF;
  padding: 11px 17px;
}

.point-location label {
  padding: 0px 7px;
}

.point-location {
  background-color: #FFF;
  padding: 1px 12px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.layr-pusbn {
  margin-bottom: 15px;
}

.layr-pusbn input {
  /* border: 1px solid #ebebeb; */
  width: 190px;
}

.layr-pusbn .btn-secondary {
  background: #ffffff;
  color: #000;
  border: none;
  border-radius: 0;
}

.vb-text {
  left: 2px !important;
  width: 221px;
}

.vb-text label {
  font-size: 14px;
  /* color: #000; */
}

.done-tab {
  border: 1px solid #ccc;
  background: #c1ff72;
  padding: 4px 30px;
  border-radius: 4px;
  color: #000;
  margin-bottom: 5px !important;
  margin: auto;
  width: 100%;
  font-size: 14px;
  font-weight: 100;
}

.cancel-tab {
  border: 1px solid #ccc;
  background: #ff3131;
  padding: 5px 30px;
  border-radius: 4px;
  color: #000;
  margin-bottom: 5px !important;
  margin: auto;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

.point-save {
  background-color: #ffffff;
  width: 400px;
  height: 150px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 251px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  padding: 17px;
  border: 3px solid #000;
}

.point-save h4 {
  font-size: 30px;
  color: #000;
  text-align: center;
}

.point-save a {
  background-color: #8c52ff;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  padding: 7px 9px;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  float: left;
  text-align: center;
}

.green-btn {
  background: #41bf00 !important;
  padding: 4px 33px;
  font-size: 21px;
}

.layr-pusbn {
  display: flex;

}

.blue {
  background: #2bd2fc !important;
  padding: 7px 33px;
  border-radius: 6px;
  margin-right: 2px;
}

.light-blur {
  background: #028cff !important;
  padding: 7px 33px;
  border-radius: 6px;
  margin-right: 2px;
}

.brd-us {
  border-radius: 6px;
}

.flower-dropdwon {
  background: #5bb9ff;
  border-radius: 10px;
  /* padding: 1px 5px; */
  /* width: 221px;
  margin-top: 44px;
  margin-left: 14px; */
  width: 254px;
  /* margin-top: 44px; */
  margin-left: 2px;

}

.flower-dropdwon img{
  width: 25px;
}

li.flower-dropdwon span {
  color: #000 !important;
  font-size: 14px ! Important;
  font-weight: 600 !important;
}

.sidebar li.flower-dropdwon .iocn-link a i{
font-size: 30px;
}

.sidebar .nav-links>li.lower-dropdwon:before{
background: none !important;

}

.exscx-va{
  text-align: center !important;
}

.red-bd {
  background: #db0000fa !important;
  padding: 7px;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  width: 100px !important;
}
.red-bd:hover {
    color: #09090a;
}

.greeb-bd {
  background: #08f800fa !important;
  padding: 7px;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  width: 100px !important;
}
.greeb-bd:hover {
    color: #09090a;
}

.exscx-va p{
  font-size: 18px;
  font-weight: 600;
}