
/*
Colors -
hot pink: #ff2484
*/

html, body {
  scroll-behavior: smooth;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {

  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #222;

  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";

  /*
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
  background-position: left top;
  */
}

.header-container .logo, .headerMenu {
    visibility: hidden;
}

.menuLine {
  height: 1px;
  width: 100%;
  background: #ccc;
}

/*

.whatsapp-message {
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 50%;
background: #0bd561;
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.callbell-container_integrations .integration img {
max-width: 100%;
max-height: 100%;
}

*/


/* whatsapp */
.help {
  /* display: none; */
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0bd561;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  right: 9px;
  position: fixed;
  /* margin-top: -60px; */
  bottom: 9px;
  z-index: 9999999;
  z-index: 999998;
  opacity: 0;
}

.help img {
  max-width: 100%;
  max-height: 100%;
}

.help-notification {
  display: none;
  opacity: 0;
  padding: 4px;
  background: rgba(246,249,252,.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(246,249,252,.9);
  -webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
  font-size: 11.5px;
  color: #424770;
  position: absolute;
  display: -webkit-inline-box;
  width: 70px;
  border-radius: 5px;
  text-align: -webkit-center;
  vertical-align: -webkit-baseline-middle;
  margin-left: -131px;
  margin-top: 12px;
  height: 16px;
  padding-top: 2px;
  pointer-events:none;
}

.NotificationContainer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1100;
  z-index: calc(1000 + 100);
  display: none;
}

@media (min-width: 420px){
  .NotificationContainer {
    bottom: 24px;
  }
}

.NotificationContainer__notification:last-child {
margin-bottom: 0;
}

.NotificationContainer__notification--visible {
display: block;
}

.NotificationContainer__notification {
margin: 0 20px 10px;
display: none;
}

@media (min-width: 420px){
  .NotificationContainer__content {
  border-radius: 4px;
  }
}

.NotificationContainer__closeButton {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
outline: none;
overflow: hidden;
text-indent: -9999px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
width: 40px;
height: 40px;
-webkit-box-flex: 0;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
color: #8898aa;
-webkit-transition: color .15s;
transition: color .15s;
cursor: pointer;
}

.NotificationContainer__copy {
padding: 8px 5px 8px 15px;
}

.NotificationContainer__closeButton:hover {
color: #32325d;
}


.NotificationContainer__content {
background: rgba(246,249,252,.75);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);

background: rgba(246,249,252,.9);
-webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
font-size: 15px;
color: #424770;
margin: 0 auto;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.NotificationContainer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 1100;
    z-index:calc(1000 + 100)
}

@media (min-width: 420px) {
    .NotificationContainer {
        bottom:24px
    }
}

.NotificationContainer__notification {
    margin: 0 20px 10px;
    display:none
}

.NotificationContainer__notification--visible {
    display:block
}

.NotificationContainer__notification:last-child {
    margin-bottom:0
}

.NotificationContainer__content {
    background: rgba(246, 249, 252, .9);
    -webkit-box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
    font-size: 15px;
    color: #424770;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

@supports ((-webkit-backdrop-filter: blur(20px)) or(backdrop-filter: blur(20px))) {
    .NotificationContainer__content {
        background: rgba(246, 249, 252, .75);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter:blur(20px)
    }
}

@media (min-width: 420px) {
    .NotificationContainer__content {
        border-radius:4px
    }
}

.NotificationContainer__copy {
    padding:8px 5px 8px 15px
}

.NotificationContainer__copy.common-FlagIcon:before {
    margin-right:2px
}

.NotificationContainer__closeButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    color: #8898aa;
    -webkit-transition: color .15s;
    transition: color .15s;
    cursor:pointer;
    margin-bottom: 0px;
}

.NotificationContainer__closeButton a {
    font-size: 10px;
}

.NotificationContainer__closeButton:after, .NotificationContainer__closeButton:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform:translate(-50%, -50%) rotate(45deg)
}

.NotificationContainer__closeButton:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform:translate(-50%, -50%) rotate(-45deg)
}

.NotificationContainer__closeButton:hover {
    color:#32325d
}

.Notification--mismatchedCountry .MismatchedCountryNotificationArrow {
    font: normal 16px StripeIcons;
    padding-left:5px
}

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

/*

Please confirm your account. Check your email for the confirmation link. 

remove close.

background: rgba(194, 0, 10, 0.77);

resend email
#b9b9b9
*/

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

.back {
  display: none;
}

.requestDate {

  margin-top: 3em;
  background: transparent !important;
  border-color: white !important;
  border: 1px solid white !important;
  border-radius: 6px;

  display: none;
}

.requestDate:hover {
  background: white !important;
  color: #a692bf !important;
}

.notificationBar {
  text-align: center;
  background-color: rgba(202, 25, 22, 0.63);
  color: white;
  padding: 10px;
  width: auto;

  display: none;

  margin-top: 5.5em;
  position: absolute;

  line-height: 20px;

}

.resend {
  margin: 0;
  border: 1px solid white;
  color: white;
  height: 29px;
  line-height: 29px;
  font-size: 13px;
  width: 81px;
  text-align: -webkit-center;
  padding: 0;
  text-align: center;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
  cursor: pointer;
}

.resend:hover {
  border: 1px solid white;
  color: white;
  background: rgba(255, 255, 255, 0.25) !important;
}

.loadr {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid rgb(3, 204, 253);
  width: 16px;
  height: 16px;
  -webkit-animation: spinr 0.5s linear infinite;
  animation: spinr 0.5s linear infinite;
  /* display: -webkit-box; */
  /* padding-top: 10px; */
  position: absolute;
  z-index: 9999;
  margin-left: 7px;
  margin-top: 6px;
}

.loadr_interested {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid rgb(3, 204, 253);
  width: 16px;
  height: 16px;
  -webkit-animation: spinr 0.5s linear infinite;
  animation: spinr 0.5s linear infinite;
  /* display: -webkit-box; */
  /* padding-top: 10px; */


  display: inline-block;
  margin-bottom: -7px;

  display: none;
}



.resend-shell {

  display: -webkit-inline-box;
  width: auto;
}

.loadr_note {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid rgb(3, 204, 253);
  width: 16px;
  height: 16px;
  -webkit-animation: spinr 0.5s linear infinite;
  animation: spinr 0.5s linear infinite;
  display: -webkit-box;
  position: absolute;
  z-index: 9999;
  display: -webkit-inline-box;
  display: inline-box;
}

@-webkit-keyframes spinr {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.index-auth-menu {
  display: none;
}

.index-nonauth-menu {
  display: none;
}

#backView {
  /*display: none;*/
}

#backBtn {
  position: absolute;
  right: 10px;
}

.section {
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
  background-position: left top;
}

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

#header-switch-label {
  color: white;
  font-size: .8em;
  text-decoration: none;
  font-weight: bold;
  margin: auto 0;
  text-align: -webkit-center;
}

#header-switch {
  display: none;
  background: transparent !important;
  position: absolute;
  right: 7.2em;
  top: .8999em;
  z-index: 999999999999;
  margin: auto 0;
  text-align: -webkit-center;
  margin-right: -6px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ff6ead;/*#2196F3;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff6ead;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);

}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

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

#authMenu {
  display: none;
  width: 251px;
}

#header-spacer {
  margin-top: 6em;
}

#userProfile{
  display: none;
}

#profileData table {
  width: 100%;
}

.profile .section-heading, .profile .section-description {
  margin-bottom: .8rem;
  padding-bottom: .5em;
}

#profileData th:last-child, td:last-child {
  text-align: right;
}

.confirm a {
  color: white;
  text-decoration: underline;
}

.confirm a:hover {
  color: white;
  text-decoration: none;
}

#sentMessage {
  display: none;
  color: white;
}

.message .section-description {
  text-align: left;
  margin-left: 0 !important;
}

.forms textarea {
  min-height: 265px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.section .header {
  padding: 0 !important;
}

.header {
    color: #fff;
    /*
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
    */
    padding: 0;
    padding-top: 3em;
    padding-bottom: 2.1em !important;
}

.dashboard {
    color: #fff;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
    padding: 0 !important;
    padding-top: 5.1em !important;
    padding-bottom: 0;
}

.header .section-description  {
  font-size: 1.1em;
  background: none;
}

.header .logo {
  height: 60px;
  float: left !important;
  clear: both;
  margin-left: 20px;
  margin-top: -27px;
  z-index: 9999999988 !important;
}

.sub .logo {
  height: 60px;
  margin-top: 1.5em;
  margin-bottom: -6em;
}

.header .heading {
  padding-top: 4.1em;
}

.footer-logo {
  opacity: 0.2;
}

.footer .logo {

  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5;
  height: 70px;
  padding-bottom: 10px;

}

.footer a {
  color: #767676;
  text-decoration: none;
}

.footer a:hover {
  color: hotpink;
}

.section .footer {
  background-color: #f3f2f2 !important; /* rgba(118,118,118,.05); */
  color: #9c9c9c;
  padding: 48px 0;
}

.footer-heading{
  text-align: left;
  font-weight: bold;
}

.footer-description{
  text-align: left;
}

/*
.footerNotAuthenticated {
  display: none;
}

.footerIfAuthenticated {
  display: none;
}
*/

.footerIfAuthenticated, .footerNotAuthenticated {
  text-align: left;
}

#profile{
  cursor: pointer;
  padding-top: 1em;


  cursor: pointer;
  /*
  padding-top: 0em;
  margin-top: -3.5em;
  margin-bottom: -3.5em;
  */

}

.hero-heading {

}

.force-white {
  background-color: white !important;
  background-image: linear-gradient(to right, #fff, #fff );

}


.profile {
  color: white;
}

.profileHeader {
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: bold;
}

/* loader */

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.submit {
  float: right;
}

.footer {
  padding: 3em !important;
  font-size: 1em;
}

.contact label {
  color: white;
}

/*
.contact input {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: white;
  border-bottom: 1px;
  border-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: none;
  border-right: none;
  border-top: none;
}
*/

.contact {
    /*font-size: 1.2em;*/
    margin-top: -6em !important;

}

.download {
  font-size: 1.7em;
}

.download img {
  margin-top: 12px;
  width: 250px;
}

.icon img {
  width: 100px;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  font-size: 15px;
}

#signupButton{
  border-radius: 9px !important;
  padding: 10px 30px !important;
  height: auto !important;
  width: 220px !important;
}

.dashboardMap {
  /*margin-top: 50px;*/
}

.requestTime {

}

#requestTimeView {
  font-size: 50px;
  margin-bottom: -14px;
}

.addTime, .removeTime {
  border: 1px solid white;
  cursor: pointer;
  font-size: 2em;
  background: translate;
  border-radius: 15px;
  width: 50px;
  text-align: -webkit-center;
  display: inline-block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.addTime{
  margin-right: 0;
}

.removeTime {
  margin-right: .5em;
}

.timeControls {
  margin-bottom: 4em;
}

.timeFromNow{
  font-size: 1em;
  margin-bottom: .9em;
}

.requestMap {
  position:initial;
  width:100%;
  height: 400px;
  margin-top: -50px;
  padding-bottom: 20px;
  background: #222;
}

#map {
    position:initial;
    width:100%;
    height: 400px;
    margin-top: -50px;
    padding-bottom: 20px;
    background: #222;
}

.mapboxgl-control-container {
    /*display: none !important;*/
}

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

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

.mapboxgl-ctrl-top-right {
  right: 9px;
}

.mapboxgl-ctrl-group button {
  width: 35px;
}

.mapboxgl-ctrl .mapboxgl-ctrl-group, .mapboxgl-ctrl-zoom-in, .mapboxgl-ctrl-compass, .mapboxgl-ctrl-zoom-out {
  width: 40px;
}

.mapboxgl-ctrl-icon {
  width: auto !important;
}

.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {

  padding: 13rem 0 7rem;
  text-align: center;

  /* clip-path: inset(10px 20px 3000px 40px) !important; */
}

.account-header {
  padding-top: 4em;
}

.footer {
  padding: 13rem 0 7rem;
  text-align: center;
}

.section-heading,
.section-description {
  margin-bottom: .8rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 98%; /* was 80 */
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Signup */

.forms #signup {
  margin-top: -2em;
}

#profileUpload{
    display: none;
}

.profileBorder{
    margin-bottom: 4em;
}

#profile-container {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid white;
}

#profile__photo{
  max-width:100%;
  max-height:100%;
}

#profile_photo{
  width: 12em;
  height: 12em;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 3px black;
  margin-bottom: 5em;
  background-image: url("../images/profileSignup.png");
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#profile_photo img{
    display: none;
}

.profilePhoto{
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: 6px solid #9698c3;
    box-shadow: 0 0 0 3px white;
    /*margin-bottom: 2.5em;*/
    background-image: url("../images/profileWelcome.png");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;

}

.profilePhoto img {
    display: none;
}

.section .signup {
  padding: 0 !important;
}

.signup {
    color: #fff;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
    padding: 0 !important;
    padding-top: 3em !important;
}

.signup .section-description  {
  font-size: 1.1em;
  background: none;
}

.forms {
  text-align: left;
  margin-top: -4em;
}

.std-page {
  margin-top: 0 !important;
}

.forms #contact {
  text-align: left;
}

.forms .forgot {
  text-align: right;
}

/* forgot */

.forgot-form {
  width: 500px;
  margin: auto;
  margin-top: 5em;
  padding-bottom: 8em;
}

/* login */

.login-form {
  width: 250px;
  margin: auto;
  margin-top: 5em;
  padding-bottom: 8em;
}

.login-btns {
  width: 250px;
  margin: auto;
  margin-bottom: 10px;
}

.section .login {
  padding: 1rem !important;
  padding-bottom: 0 !important;
  margin-bottom: -1.1em;
}

.login {
    color: #fff;



    padding: 0 !important;
    padding-top: 3em !important;
}

.login .section-description  {
  font-size: 1.1em;
  background: none;
}

/* register */



.register {
    color: #fff;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
    /*padding: 0 !important;
    padding-top: 3em !important;*/
}

.register .section-description  {
  font-size: 1.1em;
  background: none;
}

.register #profile {
  display: none;
}

.register #profile_photo {
  box-shadow: none;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  border: 3px solid white;
  margin-bottom: 5em;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#profile_photo img{
    display: none;
}

.register .next {
  background: none !important;
  border: 1px solid white !important;
  float: right;
}

.register-form {
  max-width: 300px;
  margin: auto;
  margin-top: 3em;
  padding-bottom: 5em;
}

.register select {
  color: black;
  border: none;
}

#locationView{
  display: none;
}
#typeView {
  display: none;
}
#nextView {
  display: none;
}
#submitView {
  display: none;
}
#usernameView {
  display: none;
}
#emailView {
  display: none;
}
#passwordView {
  display: none;
}


.pass-columns{
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/*
.body {
    color: #fff;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}
*/

/* welcome */

.welcome {
  /*padding: 9rem 0 4em;*/
  color: #fff;
  /*
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
  */
}

.welcome .section-heading, .welcome .section-description {
  margin-bottom: 2rem;
}

.section .welcome {
  padding: 0 !important;
}

.welcome .section-description  {
  font-size: 1.1em;
}

/* account */

.account {
  padding: 9rem 0 4em;
  color: #fff;
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}

.account .section-heading, .account .section-description {
  /*margin-bottom: 2rem;*/
}

.section .forms .account {
  padding: 0 !important;
}

.account .section-description  {
  font-size: 1.1em;
}

.account {
    color: #fff;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
    padding: 0 !important;
    /* padding-top: 3em !important; */
}

.account .section-description  {
  font-size: 1.1em;
  background: none;
}

.account #profile {
  display: none;
}

.header-menu a {
  cursor: pointer;
}

.requestMenuIcon img {
    width: 20px;
    width: 30px;
margin-right: 10px;
margin-top: 5px;
/* display: block; */
/* position: absolute; */
}

.makeRequest {
  display: none;
  width: 144px;
  border: 1px solid white;
  color: white;
  padding: 8px;
  padding-top: 2px;
  padding-bottom: 7px;
  border-radius: 10px;
  margin: auto;
  height: 33px;
  margin-top: 20px;
  cursor: pointer;
  z-index: 9999999999 !important;
}

.requestHeaderText {
  display: -webkit-inline-box;
  margin-top: 6px;
  margin-left: -2px;
  position: absolute;
}

.makeRequest a {
  color: white;
}

.makeRequest a:hover {
  color: white;
}

.makeRequest:hover {
  background: rgba(255, 255, 255, 0.15);
}

.requestMenuText {
  display: -webkit-inline-box;
  /* margin-top: -28px; */
  margin-left: 3px;
  /* position: fixed; */
  top: -5px;
  position: relative;
}

.requestBtn {

}

.profile-status {
  font-size: 22px;
  margin-top: .5em;
}

.account #profile_photo {
  box-shadow: none;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  border: 3px solid white;
  margin-bottom: 5em;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#profile_photo img{
    display: none;
}

.account .next {
  background: none !important;
  border: 1px solid white !important;
  float: right;
}

.account-form {
  max-width: 300px;
  margin: auto;
  /* margin-top: 1em; */
  /*padding-bottom: 5em;*/
}

.account select {
  color: black;
  border: none;
}

/* request */

#request-with {
    display: none;
}

#requestProfilePhoto {
    display: none;
}

.request {
  padding-top: 7em !important;
  padding-bottom: 4em !important;
}

.request {
  padding: 9rem 0 4em;
  color: #fff;
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}

.request a {
  color: #fff;
}

.request .section-heading, .welcome .section-description {
  margin-bottom: 2rem;
}

.section .request {
  padding: 0 !important;
}

.request .section-description  {
  font-size: 1.1em;
}

.requestProfilePhoto {
  color: white;
  /* position: fixed; */
  /* right: 3.2em; */
  /* top: 1em; */
  cursor: pointer;
  /* display: none; */
  /* display: inline-block; */
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: white;
  /* position: absolute; */
  width: 13em;
  height: 13em;
  text-decoration: none;
  z-index: 9999999999;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: url("");
  background-image: url("../images/profileWelcome.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  /* display: none; */
  border: 4px solid white;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
    /*
    background-image: url('../images/values-bg.jpg');
    background-size: cover;
    */
    color: #fff;
    padding-bottom: 5rem;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}
.value-multiplier {
  margin-bottom: .5rem;
  color: white; /* #11DFC7; */
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
    /*
    background-image: url('../images/values-bg.jpg');
    background-size: cover;
    */
    color: #fff;
    background-color: #1fc8db;
    background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}
.categories .section-description {
  margin-bottom: 4rem;
}


.header-container {
  margin: auto;
  color: white;
  /*
  border-radius: 10px;
  */
  position: fixed;
  width: 100%;
  z-index: 999999;
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );

  height: 77px;
}

.header-menu {
  overflow: hidden;
  background-color: #222;
  position: initial;
  margin-top:77px;
  z-index: 999998;
}

.header-menu #links {
  display: none;
}

.header-menu a {
  color: white;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 24px;
  display: block;
}

.header-menu a:hover {
  background-color: #797979;
  color: white;
}




.borderBlack {
  border: 3px solid black;
}

.borderWhite {
  border: 3px solid white;
}

.header-menu #profilePhoto {
  background: rgba(255, 255, 255, 0.17);
  color: white;
  position: absolute;
  right: 3.2em;
  top: 1em;
  text-decoration: none;
  z-index: 9999999999;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  /*border: 3px solid white;*/
  background-image: url("../images/profileWelcome.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

/*
#profile_photo img{
    display: none;
}
*/

.header-menu a.icon {
  background: none;
  color: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.65em;
  text-decoration: none;
  font-size: 1.8em;
  z-index: 9999999999;

  /*
  padding: 0.5em;
  padding-right: 1em;
  */
}

.header-menu a.icon:hover {
  background-color: none;
  color: #222;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.header-container .logo {
  margin-left: 0;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 4em;
  z-index: 9999999988;
  display:flex;
  justify-content:center;
  align-items:center;
  height: 77px;


  /*
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
  */

  /*
  clip: rect(10px, 290px, 190px, 10px);
  */
}

.header-container .logo img {
  cursor: pointer;
  z-index: 99999999988;
  width: 350px;
  /* padding-top: 0; */
  margin-top: -1px;
}

.close-icon {

}

.addScroll {
  box-shadow: 0 3px 20px rgba(0,0,0,0.3);
}

.removeScroll {
  box-shadow: none;
}

/* about */

.about {
  padding: 8rem 0 7rem;
  text-align: center;
  color: #fff;
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}

.about .section-description {
  margin-bottom: 4rem;
}

#socialLinks {
  padding-right: 10px;
  font-size: 24px;
}

#socialLinks a:hover {
  color: blue !important;
}

.container-login {
  width: 20%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#numberLabel {
  display: none !important;
}

/* login */

.login {
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
}

.login input {
  background: transparent;
  /* border: none; */
  border-radius: 0;
  box-shadow: none;
  /* box-sizing: border-box; */
  color: white;
  border-bottom: 1px;
  border-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: none;
  border-right: none;
  border-top: none;
}


.login a {
  color: white;
  text-decoration: none;
}

.login a:hover {
  color: white;
  opacity: 0.5;
}

.login #email {
  width: 500px;
}

#forgot {
  width: 120px;
}

#updateProfile {
  background: transparent ;
  border-color: white ;
  border: 1px solid white ;
  border-radius: 6px;
}

#viewAll, #respondBtn, #requestNewBtn, #login, #register, #forgot, #nextBtn, #typeBtn, #editprofile, #update, #viewProfileBtn, #mailer, #backBtn, #dashboardBtn, #viewRequestBtn, #createRequestBtn, #payoutsBtn, #howitworksBtn, #goDashboardBtn, #submitRequestBtn {
  background: transparent !important;
  border-color: white !important;
  border: 1px solid white !important;
  border-radius: 6px;
}

#respondBtn, #requestNewBtn {
  background-color: white !important;
  color: rgba(77, 34, 77, 0.56) !important;
}


.editprofile {
  background: transparent !important;
  border-color: white !important;
  border: 1px solid white !important;
  border-radius: 6px;
  margin: auto;
  margin-top: 1em;
  /*display: none !important;*/
}

.centerAlign {
  text-align: center;
}

#typeBtn {
  width: 100%;
  height: 3.5em;
  text-transform: capitalize;
}

#viewProfileBtn {
  width: 100%;
  height: 3.5em;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#requestBtn {
  /*
  width: 100%;
  height: 3.5em;
  text-transform: capitalize;
  margin-bottom: 10px;
  */
}

.btnExplain {
    float: right;
    margin-top: -12px;
    font-size: 0.9em;
    margin-bottom: 1.7em;
}

.login textarea, select, input, button { outline: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#mailer:hover, #login:hover , #register:hover, #forgot:hover, #backBtn:hover, .addTime:hover, .removeTime:hover, #dashboardBtn:hover, #viewRequestBtn:hover, #submitRequestBtn:hover {

  background: rgba(255, 255, 255, 0.14) !important;

  /*
  background: white !important;
  color: #a692bf !important;
  */
}


#updateProfile:hover {
  background: rgba(255, 255, 255, 0.14);
}

#viewAll:hover, #respondBtn:hover, #requestNewBtn:hover, #nextBtn:hover, #typeBtn:hover, #editprofile:hover, #update:hover, #viewProfileBtn:hover, #dashboardBtn:hover, #viewRequestBtn:hover, #createRequestBtn:hover, #payoutsBtn:hover, #howitworksBtn:hover, #goDashboardBtn:hover {

  background: rgba(255, 255, 255, 0.14) !important;

  /*
  background: white !important;
  color: #9abfd7 !important;
  background: rgba(255, 255, 255, 1) !important;
  border-color: white !important;
  border-radius: 6px;
  */


}


#respondBtn:hover, #requestNewBtn:hover {
  color: white !important;
}


#dashboardBtn, #viewRequestBtn {
  margin-top: 2em;
}

/* --------  msg-booking-btn --------- */



/*//////////////// notifications ///////////////////*/

#notification_message {

    /*
    visibility: hidden;
    */

    min-width: 250px;
    margin-left: -125px;
    background-color: #20c997;
    color: white;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2147493646;
    left: 50%;
    margin-left:auto;
    margin-right:auto;
    bottom: 30px;
    font-size: 17px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    margin: auto;
    width: 250px;
    /*position: absolute;*/
  	margin-left: auto;
  	margin-right: auto;
  	left: 0;
  	right: 0;
    bottom: -60px;
}

#notification_cta {
  border: 1px solid white;
  color: white;
  cursor: pointer;
  padding: 2px;
  margin-top: .8em;
  font-size: .9em;
  border-radius: 4px;
}


.reset {
  text-align: center;
  padding: 0.5rem;
  border: 1px solid white;
  border-right: none;
  border-left: none;
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );
  display: none;
}

.reset a {
  color: white;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
}

.reset  a:hover {
  opacity: 0.6;
}

/*
.register input {
  color: black;
  border: none !important;
}
*/

.register input {
  color: black;
  border: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.profile {
  padding: 13rem 0 7rem;
}

.account-form #profile{
  display: block;
}

.center {
  text-align: center;
}

.header-menu {
  width: 100%;
}



.babe_profile_photo {
  margin-top: 3px;
  margin-bottom: 5px !important;
}

.daddy_profile_photo, .babe_profile_photo {
    border: 1px solid red;
}

.daddy_profile_photo_shell, .babe_profile_photo_shell {
}

.requestsOver:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  cursor: default !important;
}

.requestsOver {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

/*
.matchesTable table { border-collapse: separate; }
.matchesTable td { border: solid 1px white; }
.matchesTable tr:first-child td:first-child { border-top-left-radius: 3px; }
.matchesTable tr:first-child td:last-child { border-top-right-radius: 3px; }
.matchesTable tr:last-child td:first-child { border-bottom-left-radius: 3px; }
.matchesTable tr:last-child td:last-child { border-bottom-right-radius: 3px; }
*/


.matchesTable tr td:first-child {
    /* styles */
}

.optionsDash {

  max-width: 100px;
  width: 100px;
  max-height: 50px;
  height: 50px;

  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 635px){
  .optionsDash {
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
    max-height: 24px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
  }
}

.babeDashRespond {
  border: 1px solid white;
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}

.babeDashRespond:hover {
  background-color: rgba(255, 255, 255, 0.21);
}


.daddy_profile_photo_shell, .babe_profile_photo_shell{
    padding-top: 12px;
}

.daddy_profile_photo, .babe_profile_photo{
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: 0px solid #9698c3;
    box-shadow: 0 0 0 3px white;
    /*margin-bottom: 2.5em;*/
    background-image: url("../images/profileWelcome.png");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;

}

.daddy_profile_photo img, .babe_profile_photo img {
    display: none;
}


/* Bigger than 750 */
@media (min-width: 750px) {

  #authMenu {
    display: none;
    width: 100%;
  }


  /*
  .map-profile {
    top: 77px !important;
  }
  */

  .dashboard {
    padding-top: 6.1em;
  }

  .header .heading {
    padding-top: 4.1em;
  }

  .section {
    /*padding: 18rem 0 11rem;*/
  }

  .account-header {
    padding-top: 3em;
  }

  .footer {
    padding: 18rem 0 11rem;
  }

  .section .forms .account {
    padding: 0;
  }

  .section .profile {
    padding: 28rem 0 19rem;
  }

  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 3.4rem;
  }
}

@media (max-width: 568px){
  .forgot-form {
    width: 100%;
  }

  .login #email {
    width: 100%;
  }

}

@media (max-width: 768px){



  .profile {
    padding: 9rem 0 1rem;
  }

  #backView {
    /* display: none; */
    margin-bottom: .85em;

    width: 100%;
    display: inline-block;
  }

  .header-menu #profilePhoto {
    /*
    margin-right: -8px;
    */
  }

  .header .heading {
    padding-top: 2.1em;

  }

  #numberLabel {
    display: none !important;
  }

  .container-login {
    width: 80%;
  }


  .header-container .logo {
    /*
    justify-content: left;
    */
  }

  .header-container .logo img {

    /*max-width: 70%;*/

    max-width: 55%;

    /*
    padding-top: 0.9em;
    */

  }

  /*
  .map-profile {
    top: 77px !important;
  }
  */

  .map-profile-image {
    width: 8em !important;
    height: 8em !important;
  }


  .header-container .logo {
    /*
    height: 4.5em;
    padding-top: 0;
    */
  }

  .header-menu {
    /*margin-top: 5em;*/
  }



  .header-menu a.icon {
    /*
    padding: 0.45em;
    font-size: 1.7em;
    padding-top: 0.77em;
    */

    padding-right: 0.65em;

  }

}



@media (min-width: 740px){
  .header-menu {
    width: 250px;
    float: right;

  }
}


@media (min-width: 400px){
  #nextView {
    right: 0 !important;
    position: absolute;
  }
}

@media (max-width: 500px) {
    #backBtn {
        position: initial;
        vertical-align: bottom;
        float: right;
        margin-right: 16px;
    }
}

@media (min-width: 250px) {
    .map-profile {
      width: 100% !important;
    }
}


/* Bigger than 550
@media (min-width: 550px) {

}
*/




/*
@media (min-width: 750px) {

  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 4.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }

  .section .profile {
    padding: 20rem 0 19rem;
  }

  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}
*/

/* Bigger than 1000 */
@media (min-width: 1000px) {

  .header .heading {
    padding-top: 4.1em;
  }


  #numberLabel {
    display: block !important;
  }

  /*
  #profileData, .photo-shell {
    width: 50%;
  }
  */

  .section {
    /*padding: 20rem 0 19rem;*/
  }

  .account-header {
    padding-top: 3em;
  }

  .footer {
    padding: 20rem 0 19rem;
  }



  .section .profile {
    padding: 8rem 0 19rem;
  }

  .hero {
    padding: 27rem 0;
  }
  .hero-heading {
    font-size: 5.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }

}

.footer {
  background-color: #f3f2f2 !important; /* rgba(118,118,118,.05); */
  color: #9c9c9c;
  /*
  position: fixed;
  bottom: 0;
  width: 100%;
  */
}

.addErrorBorder {
  border: 2px solid red;
}

.logoutFooter {
  border: 1px solid grey;
  background-color: none !important;
  background: none !important;
  padding: 5px;
  border-radius: 4;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 32px;
}


.interestedShell{
  /*border: 1px solid black;*/
  /*margin-bottom: 7px;*/
  white-space: nowrap;
}

.interestedTextbox {
  border: 1px solid white;
  text-align: center;
  white-space: break-spaces;
  width: 160px;
  font-size: .8em;
  margin-bottom: 1em;
  border-radius: 3px;
  padding: 2px;
  line-height: 1.3em;
}

.interestedYes{
  display: inline-block;
  color: white;
  border: 1px solid green;
  background-color: green;

  text-align: -webkit-center;
  padding-top: 2px;
padding-bottom: 2px;
padding-left: 9px;
padding-right: 9px;
border-radius: 4px;
margin-right: 5px;

cursor: pointer;
}

.interestedNo{

  display: inline-block;
  color: white;
  border: 1px solid red;
  background-color: red;
  text-align: -webkit-center;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 4px;
  margin-right: 5px;

  cursor: pointer;
}



@media (min-width: 550px){
  h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 550px){
  h1 {
    font-size: 4.0rem;
  }
}



@media (max-width: 400px){
  .header-menu a {
    padding: 9px 12px;
    font-size: 19px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 635px) {
  .daddy_profile_photo, .babe_profile_photo {
      width: 6em;
      height: 6em;
  }
}



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

.viewRequestDetailsList {
  display: none;
}


@media screen and (max-width: 635px) {

    .viewRequestDetailsList {
      display: none;
    }

    .requestsOver th, .requestsOver td {
        padding: 1px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        border: none;
    }

    .daddy_profile_photo, .babe_profile_photo {
        margin-bottom: 1em;
    }

    .babeDashRespond {
        margin-top: .6em;
        margin-bottom: .6em;
        display: block;
    }
}



/*

@media screen and (max-width: 635px) {

    #currentLocationText {
      float: unset;
    }

    .matchesBlank {
      display: block;
      height: 16px;
    }

    .tableWrapper {
      overflow: hidden;
    }

    .dontDisplay {
      display: none;
    }

    .requestsOver td:first-child {
      padding-top: 16px;
    }


    .requestsOver td:last-child {
      padding-bottom: 16px;
    }


    .requestsOver td {
      padding-left: 16px;
      padding-right: 16px;
      background-color: rgba(255, 255, 255, 0.08);
    }

    th, td {
      padding: 4px 7px;
      text-align: left;
      overflow: hidden;
      white-space: nowrap;
      border: none;
    }

    .currentLocation {
      overflow: hidden;
    }

    table {
      border-collapse:separate;
    }

    #matchesTable {
      margin: 0;
    }

    #profileData th:last-child, td:last-child {
      text-align: left;
    }

    table thead {
      display: none;
    }
    table td {
      display: flex;
    }

    table .requestsOver td label{
      min-width: 120px;
    }

    table .requestsOver td::before {
      content: attr(label);
      font-weight: bold;
      width: 120px;
      min-width: 120px;
    }


    table .requestsOver td:first-child::before {
      content: none;
      font-weight: bold;
      width: 120px;
      min-width: 120px;
    }
    table .requestsOver td:nth-child(2)::before {
      content: none;
      font-weight: bold;
      width: 120px;
      min-width: 120px;
    }
    table .requestsOver td:nth-child(3)::before {
      content: none;
      font-weight: bold;
      width: 120px;
      min-width: 120px;
    }
}

@media (max-width: 634px){

  #matchesDistance {
    text-align: left;
    width: auto;
    float: left;
    clear: both;
    text-align: -webkit-left;
    opacity: 0.5;
  }

  #matchesDistanceNu {

  }

    #editprofile {
      display: block;
      position: -webkit-sticky;
      display: none;
    }

    .dashSubHeader {
      font-size: 17px;
    }

    #viewAllMatches {
      width: 100%;
    }
}



@media (max-width: 330px){

    #matchesDistance {
        text-align: left;
        width: auto;
        float: left;
        clear: both;
        text-align: -webkit-left;
        opacity: 0.6;
    }

    #matchesDistanceNu {

    }

    table .requestsOver td::before {
        content: attr(label);
        font-weight: bold;
        width: 94px;
        min-width: 94px;
    }

    table .requestsOver td:first-child::before {
      content: none;
      font-weight: bold;
      width: 94px;
      min-width: 94px;
    }
    table .requestsOver td:nth-child(2)::before {
      content: none;
      font-weight: bold;
      width: 94px;
      min-width: 94px;
    }

    table .requestsOver td:nth-child(3)::before {
      content: none;
      font-weight: bold;
      width: 94px;
      min-width: 94px;
    }

    th, td {
    padding: 0px 4px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    }

    .babeDashRespond {
      margin-top: 9px;
    }

    .daddy_profile_photo {
      margin-bottom: 10px;
    }

}

*/
