a {
    color: #fff;
    text-decoration: underline;
}


h1,h2,h3,h4,h5,h6,#toggle li  {
    color: #fff;
}


.small-heading{
    font-size:12px;
    margin-top:-10px;
    margin-bottom:10px;
    display:block;
}

h1{
    font-size:24px;
    line-height:30px;
    font-weight:500;
}

h2{
    font-size:22px;
    line-height:30px;
    font-weight:500;
}

h3{
    font-size:24px;
    font-weight:500;
}

h4{
    font-size:18px;
    line-height:22px;
    font-weight:500;
}

h5{
    font-size:16px;
    line-height:20px;
    font-weight:500;
}

h6{
    font-size:14px;
    line-height:30px;
    font-weight:800;
}

#toggle h2, #toggle h3 {
    margin: 40px 0 10px;
    border-bottom: 1px solid #fff;
}

body{
    font-size:14px;
    font-family:'Open Sans', sans-serif;
    line-height:30px;
    font-weight:400;
}


/* Login and everything */

.pageapp-login ::-webkit-input-placeholder {
   color: #fff;
}

.pageapp-login ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.pageapp-login :-ms-input-placeholder {  
   color: #fff;  
}

.login-button {
    height: 40px;
    line-height: 40px;
    padding: 0px 0px;
    width: 100%;
    font-weight: 400;
    font-size: 11px!important;
    text-align: center;
    float: left;
}

.button-green {
-webkit-appearance: none;
}

.loginpage .button-green {
width: 100%;
height: 100%;
line-height: 40px;
}

.content {
    max-width: 900px;
    margin: 0 auto;
}

#indexpage.content {
    max-width: 100%;
}

.header-fixed {
    height: 60px;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
}

.fixed-decoration-lines-bottom
{
bottom:0px;
background: rgb(60,130,255);
background: linear-gradient(180deg, #3c82ff 0%, #4668ff 33%, #483ae6 100%);
border-top:1px solid #ccc;
}

.decoration-lines div
{
    height:60px;
    width:20%;
}

.decoration-lines div i {
    display: block;
    font-size: 26px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.decoration-lines div i .fa-map {
    font-size: 24px;
}

.decoration-lines div i.active, .header-fixed i.active {
    color: #ddd;
}


.decoration-lines div {width:20%}
.decoration-lines div i {line-height:33px; font-size: 22px; margin-top: 5px;}
.decoration-lines p { color: #fff; font-size: 0.9em; text-align: center; margin-top: 0; }

.header-logo,.footer-logo { 
background: 
 url('https://www.perfectspot.co/dev/images/logo-www.png');
background-size: 80px 40px;
background-repeat: no-repeat;
}

#registerpage h3, #forgotpasswordpage h3 {
    color:#fff !important;
}

.pstoggle {
    position: fixed;
    z-index: 6;
    right: 10px;
    top: 10px; 
}

.pstoggle .switch {
    top:20px;
    right:20px;
    position:fixed;
}

.pstoggle a.switch span {
    color:#fff;
    line-height:20px;
}   


.bottom {
    position: absolute;
    bottom: 10px;
}

.tagselect {
    position:fixed;
    z-index:1;
    right:34px;
    top: 10px;
}

.tagselect .selectfield select {
    background: none repeat scroll 0 0 #5b65f6;
    border-radius: 0px;
    height: 22px;
    padding-left: 6px;
    width: 90px;
    color: #fff;
    border-radius: 0 0 10px 0px;
}


.tagselect select {
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}


.tagselect  label:after {
    content:'>';
    font:12px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px;
    top:6px;
    padding:0 0 4px;
    position:absolute;
    pointer-events:none;
}

#header .about {
    position: fixed;
    z-index: 1;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: #5b65f6;
}

#header .noti-bell {
    position: fixed;
    z-index: 1;
    right: 140px;
    top: 10px;
    cursor: pointer;
}

#header .noti-num {
    background: #f00;
    color: #fff;
    border-radius: 12px;
    font-size: 10px;
    padding:3px 7px;
}

.noti-check {
    position: absolute;
    right: 10px;
}

.noti-time {
    color: rgb(0 0 0 / 65%);
}

/* Style Select Field */

/* Remove focus */
select:focus { outline: none }

/* Use custom arrow */
.selectfield select {appearance: none}
.selectfield { z-index:1; }



/* stream of posts */


.pageapp-timeline-1 .timeline-image
{
    padding-top:0;
    padding-bottom:12px;
}

.timeline-image h3, .timeline-image h5  {
    color:#555;
}
.pageapp-timeline-1 p {
    margin-bottom:0;
}

.timeline-icon.sp-heart,.timeline-icon.sp-heart-neg {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


#timeline .sp-heart {
    bottom: 0px;
}

#themap .timeline-icon.sp-heart, #themap .timeline-icon.sp-heart-neg {
    position: absolute;
    right: 10px;
    bottom: -10px;
}


p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-weight: 400;
    margin-top:8px;
}

#timeline .subtitle { color: #5b65f6; }

#timeline .subtitle i { color: #888; }
#timeline .subtitle.meta {
    margin-top: 0px !important;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    opacity: 0.85;
    padding: 2px 5px;
    right: 0;
}

#timeline .subtitle.tags {
    margin-top: 0px !important;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    opacity: 0.85;
    padding: 2px 5px;
    left: 0;
}

#results .timeline-text {
    position: relative;
    margin-top:20px;
}

#timeline .timeline-item .subtitle {
    font-size: 11px;
    font-style: normal;
    display: block;
    color: #2430ff;
    margin-bottom: 8px;
}



.timeline-image-text {
    position: absolute;
    bottom: 40px;
    margin-left: 20px;
    color: white;
    font-weight: bold;
    background-color: black;
    padding: 8px 18px 8px 10px;
    opacity: 0.75;
    font-size:0.8em;
}

.timeline-image-text blockquote:before {
  font-family:'Source Sans Pro';
  color: #ccc;
  content: '“';
  font-size: 4em;
  font-weight:700;
  line-height: 0.1em;
  margin-right:10px;
}

#indexpage p > a {
    margin-right: 5px;
}

.sp-heart,.sp-share,.sp-edit {
    cursor: pointer;
}

#indexpage p > span {
    padding-left: 10px;
}

.close-share-bottom {
    position: absolute;
    right: 20px;
}



/* addspot */

#themap {
    position:absolute; 
    bottom:0;
    width:100%; 
    height:100%; 
}

#thelocation {
    width:100%;
}

#place {
    z-index:2;
    top:10px;
    width:98%;
    right:1%;
}

#place .green-3d {
    float:right;
}


.sp-capture,#wait {
    margin:170px auto;
    z-index:2;
}

#wait {
    width:100%;
}

.sp-capture {
    height:100px;
    opacity: 0.9;
}

.sp-camera,.sp-file,.sp-video {
    background-color: #333;
    font-size: 22px !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index:99;
    position:absolute;
    bottom:80px;
    border-radius:30px !important;
    background:#fff;
}

canvas:nth-child(2n) {
    border: 1px solid #ddd;
    margin: 15px;
}

#result {
    padding: 10px 0 0 15px;
    display:none;
}



.sp-file, .sp-camera, .sp-video {float:left; position:relative; margin:0 20px;}

#capture-btn-1,#capture-btn-2 {
margin-top:85px;
}

input.sp-camera,input.sp-file,input.sp-video {
    padding: 5px 16px;
    background: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5;
    line-height: 50px;
    border: 2px solid #ddd;
    }

#theimage,.sp-capture,#place,#wait {
    display:none;
    position:absolute;
}

#wait {
    width:100%;
    z-index: 99;
}

#wait img {
    width:40px;
    height:40px;
    margin:0 auto;
}

#progress {
    width: 60%;
    margin: 10px auto;
    background-color: #ccc;
    border-radius: 14px;
}

#progress .bar {
    height: 28px;
    background: #2980b9;
    width: 60%;
    border-radius: 14px;
}

.status {
    color: white;
    right: 10px;
    position: absolute;
    font-weight: bold;
}

#theimage {
    margin: 1%;
    width:98%;
}


#klickonmap {
    top: 10px;
    width: 70%;
    z-index: 2;  
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 20px;  
    text-align:center;
    margin: 0 auto;
}

#continue,#submitimage  {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
}

p#actions {
    margin-bottom:0;
}

.as-results {
    z-index: 20
}



/* addfriends */

.user-item {
    margin:0 auto;
    max-width:90%;
}

.user-item .user-item-icon-1 {
    right:0;
}


.user-meta  {
  margin-left: 60px;
    }

.user-meta p {
  margin-top: 0 !important;
  width: 85%;

    }

.user-item .button-xs {
    padding: 5px 7px;
    line-height: 13px;
    border-radius: 5px;
    margin-top:6px;
    }

.user-item .button {
    margin-bottom:0;
}
.user-item .button i {
    padding-right: 5px;
}


/* map */

.mapboxgl-popup-content {
    max-width:70%;
}

.mapboxgl-popup-close-button {
    right: 10px  !important;
    top: 10px  !important;
    cursor: pointer;
    border-radius: 40px !important;
    border: 1px solid #ccc !important;
    line-height: 10px;
    font-size: 20px;
    background-color: #aaa  !important;
    padding: 3px 6px 6px 6px;
    color: #fff;
    font-variant-caps: inherit;
}

.user-item em {
    margin: 4px 0 30px 0;
    line-height: 18px;
}

#themap p {
    line-height: 20px;
    margin: 10px 0 0 0;
}

.profile-header .button-green {
    margin-top:10px;
}


#themap .green-3d {
    margin: 15px 0 0 0
    }





/* settings page */

#coffee input[type="number"]
{
    width:30px;
}

#coffee strong {
float: left;
}

#coffee h3 {
margin-bottom:40px;
}

.profile-header .timeline-icon.sp-plus {
    width: 40px;
    left: 110px;
    top: 240px;
}

.settings #result {
    margin: 130px 0 0 20px;
    background-color: #fff;
    width:420px;
    padding:10px;
    display:none;
}

.settings #actions {
    position: fixed;
    z-index: 99;
    top: 80px;
    left: 20px;
}

.settings #result a {
    line-height: 0;
}


.settingspage #capture-btn-1,.detailpage #capture-btn-1 {
    background-color: #2abb67;
    font-size: 15px !important;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 40px;
    margin-bottom: 20px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    padding-left:12px;
}

#timeline .timeline-icon i {
    font-size:22px;
}

.timeline-icon.sp-liked i {
    color: #f44;
}

.like-cnt {
    font-size: 16px;
    margin-left: 2px;
}

.timeline-icon.sp-liked,.timeline-icon.sp-like {
    width:50px;
}

.timeline-icon.sp-comment {
    width: calc( 100% - 60px);
}

.timeline-icon.sp-comment .input {
    padding: 0 35px 2px 8px;
    line-height: 27px;
    height: 30px;
    border: 2px solid #666666;
    border-radius: 3px;
    width: calc(100% - 40px);
    left: 20px;
    display: none;
    position: relative;
}

.timeline-icon.sp-comment .input input {
    width: 100%;
}

.timeline-icon.sp-comment .icon {
    z-index: 9;
}

/* misc */

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

.back-to-top-badge {
    color: #555;
    background-color: #fff;
    opacity:0.8;
}
.back-to-top-badge:hover {
    color: #666;
    opacity:1;
}

.profile-header {
    margin-bottom:80px;
}

.footer {
    display:none;
}

.hide {
    display:none;
}
.show {
    display:inline;
}

.share-bottom {
    background-color: black;
    opacity: 0.85;
    }

.static-notification {
    z-index: 10 !important;
}


/* Loyalty */

.loyaltypage #second {
    padding: 30px 10px;
    background-color: #ddd;
}
.loyaltypage p {
font-weight: 700;
}

#first {
    margin:40px auto;
    position:relative;
    width:225px;
}

#second {
    margin:auto;
    position:relative;
    width:95%;
    padding: 20px 0;
}




#header {
    position: absolute;
    z-index: 0;
    height: 50px;
    width: 100%;
}
#header img {
    position: absolute;
    width: 110px;
    margin: 15px;
    left: 0;
}

h3 {border-bottom:2px solid #fff;color:#fff;margin-bottom:20px;}
#results h3 {margin:20px 0 0 0;color:#5b65f6;line-height: 32px;font-size:24px;font-weight:700}
.popcont h3 { font-family: 'Quicksand', sans-serif; border-bottom:0; margin: 10px 0;}
p {color:#fff;}
p.small {font-size: 0.8em; padding-bottom: 10px; }

h1#logo { background: black; border-radius: 40px; }

.map_box_container{  position: relative; height: 100% !important; width: 100% !important; }
#map { position: fixed; top: 50px; bottom: 0; width: 100%; z-index:2;display:none; }

#timeline { width: 100%; margin: 0 auto; display: block; position: relative; background-color: #fff; z-index: 1; }

.mapboxgl-popup-content { width: 320px !important; max-width: 320px !important; }
.mapboxgl-popup-content { background-color: #483AE6 !important; color:#fff; border-radius: 5px !important; padding:5px; }
.mapboxgl-popup-content i { padding-left: 10px; font-size:24px };
.mapboxgl-popup-tip {   display:none; !important; border-bottom-color: #483AE6; }
.mapboxgl-popup-close-button {background-color: #483AE6 !important; padding: 3px;}
.mapboxgl-ctrl-bottom-right {bottom:20px !important;}

.popcont img {  width: 100%; border: 1px solid #fff; border-radius: 3px; }

#results {  max-width: 500px; margin: 0 auto; }


.close-button { 
    top: 10px;
    cursor: pointer;
    border-radius: 3px !important;
    border: 1px solid #fff !important;
    line-height: 20px;
    font-size: 25px;
    background-color: #4800ff !important;
    padding: 2px 6px 3px 6px;
    color: #fff;
    position: absolute;
    font-variant-caps: inherit;
}
.linkbutton {
    padding: 5px 15px;
    background: #777;
    color: white;
    margin-top: 20px;
    width: fit-content;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    height: 42px;
}

.clicktag,.clickoneuser,.clickoneplace {cursor: pointer;}

.close-button.close1 { left: 10px; }
.close-button.close2 { right: 10px; }
#saved { color: white; background-color: #639000; width: fit-content; padding: 10px; position: fixed; top: 40px; right: 20px;  }
.theToggleInner,.theLocationInner  {padding: 0px; height:100%;}

#toggle { right:0;  }
#location { left:0; }
#toggle,#location {
            position: fixed;
            z-index: 4;
            display:none;
            top:0;
            width:100%;
            max-width: 400px;
            height: calc( 100% - 60px );
}
#toggle,#location,.tab,.cmmt_submit { 
            background-color: #483AE6;
}

.timeline-icon{ float: left; padding-right: 0px;}
.cover-field textarea {padding-left:10px;}
.sp-heart, .sp-share, .sp-edit { position: absolute; bottom:0; left: 10px;color: #fff;}
.mehr {display: block;cursor:pointer;z-index:99;font-weight: 700;}
#reader {margin:0 auto; border:none !important;}
.scrollframe {height:300px;overflow:hidden; overflow-y:scroll;}
.scrollframe::-webkit-scrollbar { width: 12px; }
.scrollframe.nbmr2 {height:220px;}
.timeline-item { margin-bottom: 25px;}
.timeline-item hr { border: 1px solid #fff; margin-bottom: 10px; }
.notifications .timeline-item {margin-bottom: 2px; padding:3px 8px}
.notifications .timeline-item.new {background: #6a8eff5c;}
#html5-qrcode-button-camera-stop { display: none !important; }
#page { 
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  background: #fff; 
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9);
  -moz-box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9);
  box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9);
}
.aside-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 30px;
  padding: 5px 10px;
}

#toggle {overflow:hidden; }
#content-1 { display: block; position: absolute; width: 100%; }
#content-2.notabs { display: none; width: 100%; position: absolute; top: 60px; left: 380px; }
#content-3.notabs { display: none; width: 100%; position: absolute; top: 60px; left: 760px; }
#content-2.withtabs { display: none; width: 100%; position: absolute; left: 380px; }
#content-3.withtabs { display: none; width: 100%; position: absolute; left: 760px; }


.rating-box {
  position: relative;
  vertical-align: middle;
  font-size: 12px; 
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
}

.rating-box:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f005 \f005 \f005 \f005 \f005";
}

.rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

.rating-box .rating:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f005 \f005 \f005 \f005 \f005";}

#login {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: #fff;
    padding: 5px 14px;
    border-radius: 24px;
    border:2px solid #ccc;
}
.cover-field .saved {
    right: 0;
    display:none;
    color:lime;
}


.marker {width:0; height:0;}

.marker  span {
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
  width: 30px;
  height: 30px;
  color:#fff;
  border:solid 2px;
  border-radius: 0 70% 70%;
  box-shadow:0 0 2px #000;
  cursor: pointer;
  transform-origin:0 0;
  transform: rotateZ(-135deg);
}

.marker span.friends { background: #ffa500; }
.marker span.user { background: #4963fe; }


.marker b {transform: rotateZ(135deg)}


.marker-number {
  font-size: 12px;
  color: white;
  background-color: red;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.poi-map.show-c2-right {
    display:none;
    margin: 0;
    width: 160px;
    height: 50px;
    padding: 15px 0 0 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

#poi-list {
    margin-top: 30px;
}

.poi-address, .reload-poi {
    display: flex;
    align-items: center;
    float:left;
    margin: 0 10px 6px 0;
    cursor: pointer;
}

#address-0.poi-address {
    cursor: default;
}

.poi-address .number,.reload-poi .refresh {
    background: #fff;
    font-size: 14px;
    color: white;
    background-color: #ff4213;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    width: 28px;
    text-align: center;
    font-weight: 900;
}

.poi-address, .reload-poi  {
  background:#fff;
  font-size: 12px;
  color: #333;
  border-radius: 15px;
}
.poi-address .poi-text, .reload-poi .poi-text {
    padding:0 10px 0 6px;
    line-height: 30px;
    font-size: 14px;
}

.reload-poi {
    top: 20px;
    right:30px;
    position: absolute;
    display: none;
}

#progress-bar {
  width: 0%;
  height: 5px;
  background: #4cff47;
}

#imagepreview {
  width:100%;
}


#photoresults .fa-trash {
    font-size: 1em;
    position: absolute;
    top: 40px;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background-color: #c0392b;
    color: #fff;
    padding: 0.5em;
    z-index: 999;
    transition: all 1.0s;
    cursor: pointer;
    float: left;
}
.loadedImages {
    position: relative;
    margin-left: 10px;
    width: 100%;
}
.loadedImages img {
    width: 25%;
}

#photo-form {
  position: relative;    
  min-height: 200px;
}

#photo-form button {
  display: none;
}

#photoupload {
  position: absolute;
  width: 100%;
  height: 100px;
  opacity: 0;
  z-index: 2;
}

#photo-form .fa-camera {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  padding: 0.5em;
  cursor: pointer;
}

#photo-form .fa-refresh, #photo-form .fa-plus {
  font-size: 1em;
  position: absolute;
  top: 30px;
  right: -10px;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background-color: #4CAF50;
  color: #fff;
  padding: 0.5em;
  z-index: 1;
  transition: all 1.0s;
  cursor: pointer;
  display:none;
}

#photo-form .fa-refresh { right:30px; }

#photo-form .fa.fa-check {
    position: absolute;
    font-size: 20px;
    background-color: #6ec472;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
    padding: 7px;
    transition: all 0.2s;
    top: 15px;
    right: 0;
    display:none;
}

i.fa-solid.fa-rotate-right {
    position: absolute;
    font-size: 20px;
    background-color: #ff0000;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
    padding: 7px;
    transition: all 0.2s;
    top: 15px;
    right: 10px;
    display:none;
}

#photo-form button {
  padding: 0.5em 1em;
  border: none;
  font-size: 1em;
  cursor: pointer;
  }


  #photoresults .fa-trash {
    font-size: 1em;
    position: absolute;
    top: 40px;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background-color: #c0392b;
    color: #fff;
    padding: 0.5em;
    z-index: 999;
    transition: all 1.0s;
    cursor: pointer;
    float: left;
}
.loadedImages {
    position: relative;
    margin-left: 10px;
    width: 100%;
}
.loadedImages img {
    width: 25%;
}


 .tiny-slider {
    margin-bottom: -20px;
}
.tns-outer {
    margin-bottom:-40px;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }

.loading-info {text-align: center; display: none;}
.loading-info.sm img {margin: 50px auto; width: 10%;}
.follow { background-color:#fff; border-radius: 20px; width: 95px; line-height: 28px; padding: 0 5px; }
.follow i {margin-right:3px;}
.content .tabcontent { display: none; }
.content .tabcontent.active {  display: block; }
.tabs { width:100%; border-bottom: 1px solid #fff; height:35px; margin-bottom:40px; }
.tab { float:left; border-bottom: none; padding: 2px 10px; height:305x;  }
.tab.active {  border: 1px solid #fff; border-bottom:0; color:#fff; }
.tab.notactive {  border-bottom: 1px solid #fff; color: #dedede;}
.wrapper {margin:15px 15px 100px 15px; }
#results p, #welcomescreen p, #welcomescreen h3 { color:#222; }
.welcomescreen .timeline-icon {width:70px}
.welcomescreen .timeline-icon i { font-size: 40px !important; }
.timeline-item.welcomescreen { height: 50px; line-height:40px  }
#results .timeline-item { margin-bottom: 40px; }
.responsive-image { max-height:100%; display:block; width:100%; }
.loading-info img {margin:0 auto}
#successtext { padding-left: 10px; width: 200px; }
.sp-comment input.cmmt_submit { width: 35px !important; right: 1px; top:1px; position: absolute; padding: 4px 10px; color:#fff;  
    font-size: 14px; font-weight:500; 
    line-height: 16px; }
ul.loc_cmmts li {   color: #fff; }
.timeline-item.location .icon,.timeline-item.location .loc_favcnt {float: left;}
.timeline-item.location .loc_favcnt { width: 20px; color: #fff; padding-left: 12px; line-height:40px;font-size: 18px; font-weight:900; }
.timeline-item.location .loc_txt {margin: 0 0 20px 80px;min-height:60px}
.timeline-item.location .fa-heart {padding: 0 14px;}
.timeline-item.location .timeline-icon.sp-liked {width:70px;}
.refresh i.fa-battery-low {font-size:80px; margin:100px auto;color:#fff;width: 100%;position: relative;}
.address, .openinghours,.excerpt {    color: #fff; }
#speedtest { color: #aaa; font-size: 11px; padding-left: 10px;}
#suggestions .timeline-item {margin-top:10px;border-bottom: 1px solid #fff; padding-bottom:12px;}
.fakelink { cursor: pointer; font-weight: bold; text-decoration: underline; }
#locaze-onmap { position: absolute; left: 15px; top: 25px; background-color: #ffffffdd; border-radius: 20px; padding: 3px 10px 3px 0px; height: 34px; line-height: 26px; }
#locaze-onmap .fa-location-dot {font-size: 22px; vertical-align: middle; color: #483AE6; }
#locaze-onmap .txt {display:none;cursor: pointer; color: #483AE6; padding-left: 14px; }
#locaze-onmap .txt img {width:18px; padding-right:20px;   }

.timeline-item.oneuser { top: 0px; height: 155px; position: sticky !important; background-color: #fff;  z-index: 99 !important;  border-bottom: 1px solid #ddd; }
.oneuser p.subtitle.meta { top: 0px; }
.oneuser i.fa-solid.fa-clock { padding-right: 4px; }

.oneuser .clicktag { background-color: #2430ff; color: #fff; border-radius: 20px; padding: 1px 6px; margin-bottom: 4px; display: inline-block; 
    font-weight: 700; }
.oneuser .subtitle i.fa-hashtag {color:#fff !important}
.del-account {position: absolute;bottom: 10px;right: 10px;color:#ee5050}
.del-account .fa.fa-trash,.del-realy .fa.fa-trash {padding-right: 10px;}
.del-realy { position: absolute; display:none;width: 100%; height: 100%; color: white; padding: 200px 80px; background-color: #000000cf; top: 0; left: 0;}
