.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
	visibility: hidden;
    transform: scale(1.1);
    transition: display visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	padding: 0;
}



.modal-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    width: 24rem;
    border-radius: 20px;
    max-height: 80vh;
    overflow: hidden;
		/* -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px); */
}

@media screen and (max-width: 479px) {
	.modal-window {
	  position: absolute;
	  top: 0;
		left: 0;
	  right: auto;
	  bottom: auto;
		transform: translate(0, 0);
	  overflow: hidden;
	  width:100%;
		height: auto;
    max-height: 80vh;
	  margin-top: 20px;
	  margin-right: 20px;
	  margin-left: 0px;
		margin-bottom: 20px;
	  padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	   border-radius: 15px; 
     /* background-color: rgba(255, 255, 255, 0.31);

      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px); */
	}
}

.modal-200 { width: 22rem; }
.modal-300 { width: 20rem; }

.form-new-wish w-form {
  overflow: scroll;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
}

.modal-header {
  position: absolute;
  top: 0%;
  height: 55px;
  width: 100%;
  display:block;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 5;
}
.modal-titles {
  display: inline-block;
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: 400;
  text-align: center;
}
.close {  
  position:absolute;
  z-index: 25;
  top: 0;
  right: 0;
  color: rgba(0,0,0,0.3);
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
}
.close:hover,
.close:focus {
  color: #000000;
  cursor: pointer;
}

.modal-container {
  position:relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 60px;
  /* max-height: 600px; */
  z-index: 0;
  overflow: scroll;
}
@media screen and (max-width: 479px) {
	.modal-container {
	    margin-right: 0px;
	    margin-left: 0px;
	}
}
.modal-row-container {
  position:relative;
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 100px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 600px;
  overflow: scroll;
}
.modal-friend_request-container {
  position:relative;
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 130px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  max-height: 600px;
  overflow: scroll;
  z-index:0;
}
.modal-new_list-container {
  position:relative;
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  max-height: 600px;
  overflow: scroll;
  z-index:0;
}


.modal-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  margin-top: 0px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 5;
}

.submit-button {
  width: auto;
  display: block;
  
  margin-top: 0px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  
  border-radius: 10px;
  background-color: #ff385c;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.secondary-button {
  margin-top: 10px;
  background-color: white;
  color: #ff385c;
  border: 1px solid #ff385c;
}


.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


button { padding: 15px; font-size: 12px; background: indianred; color: #FFF; border: none }
.subheading { font-style: italic }
   
   
   
   
		/*-- FORM ELEMENTS --*/
		
	

textarea,
input.text,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 10px;
  box-sizing: border-box;
	} 
  
  
.modal p {
	line-height: 1.4em;
	margin-bottom: 40px;
	width: 85%;
	color: #666666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
 
.modal h2 {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 400;
	color: #606060;
}
.modal h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80%;
}

p.wish-listTitle {
	color: #ff385c;
	margin: 0px 0 0 0;
	padding: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	display: block;
}
.wish-buy-button {
	display: block;
	position: relative;
	padding: 10px 20px 10px 20px;
	background-color: #ff385c;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	height: 40px;
	max-width: 100%;
	box-sizing: border-box;
	line-height: 20px;
}
.wish-buy-button:hover {
	background-color: #ff5876;
}

.wish-price { float: left; display: block; height: 20px;}
.wish-shop { float: right; display: block; font-weight: bold;}
.leaveIcon {
	display: block;
	float: right;
	height: 18px;
	width: 18px;
	margin-left: 10px;
	background: url(../images/Leave-Icon-White.svg) no-repeat center;
}
.wish-got-button { display: block; }

.wish-got-button { 
	display: block; 
	background-color: #fff;
	border: 1px solid #999;
	position: relative;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	text-decoration: none;
	max-width: 100%;
	box-sizing: border-box;
	color: #ff385c;
	margin-top: 10px;
	font-weight: bold;
}
.wish-got-button:hover {
	background-color: #f9f9f9;
}
.wish-got-button span { color: #c9c9c9; float: right;}
.wish-got-button:hover span {
	color: #000000;
}

.wish-edit-button {
	display: block; 
	background-color: #f1f1f1;
	position: relative;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	text-decoration:0;
	max-width: 100%;
	box-sizing: border-box;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.wish-edit-button:hover {
	background-color: #f9f9f9;
	color: #000;
}







/*---- MODAL FORM'S BEGIN ----*/



.text-field {
    position: relative;
    display: block;
	width: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(240,240,240,1) 10%, rgba(245,245,245,1) 30%, rgba(255,255,255,1) 90%);
  color: #131313;
  font-size: 16px;
  line-height: 22px;
  /* caret-color: red;
  caret-size: 20px;
  caret-thickness: 5px; */
}

.text-field:focus {
  /* border: 1px solid red; */
}

.text-field::-webkit-input-placeholder {
  color: #949494;
}

.text-field:-ms-input-placeholder {
  color: #949494;
}

.text-field::-ms-input-placeholder {
  color: #949494;
}

.text-field::placeholder {
  color: #949494;
}


.text-field.text-field-shadow {
  border-color: #bebebe;
  box-shadow: 0 3px 10px -4px #a5a5a5;
}



.age_calc {
  display: flex;
	flex-direction: row;
	flex-wrap: none;
	width: 100%;
	height:;
  column-gap: 10px;
}
.dob_field {
  order: 1;
  flex: auto;
  font-size: 17px;
  padding-left: 20px;
  text-align: center !important;
}
.age_calc_title {
  margin-top: 10px !important;
  display:block;
  text-align: left !important;
  margin-bottom: 0;
  color: rgb(81, 81, 81);
}
.age_calc_output_title {
  line-height: 1.2em;
  color: #9a9a9a;
  font-size: .8em;
  margin-bottom: 5px;
  display: block;
}
.age_calc_output {
  line-height: 1em;
  color: #ff385c;
  font-size: 1em;
  display: block;
  margin-top: 0;
}


.category-dropdown {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  color: #949494;
  font-size: 16px;
  text-decoration: none;
  background: #FFF;
  /* background: rgba(250,250,250,1) 0%; */
}
.category-dropdown:hover { 
    background-color: #f5f5f5;
	
}


.icon-6-copy {
  margin-right: 10px;
  padding-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 18px;
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}




/*-- PRIVACY SELECTOR -------------------------*/

.privacy-module {
	margin-top: 10px;
  margin-bottom: 10px;
   font-size: 13px;
}

.privacy-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.privacy-select-everyone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.priv-select-icon-everyone {
  width: 40px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 2px;
  background-image: url('../images/Privacy-Blue2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.link-block-2 {
  width: 25%;
  border-radius: 5px;
  color: #a7a7a7;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #f5f5f5;
}

.priv-select-icon-family {
  width: 40px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 2px;
  background-image: url('../images/Privacy-Black3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.priv-select-icon-select {
  width: 40px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 2px;
  background-image: url('../images/Privacy-Black5.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.priv-select-icon-me {
  width: 40px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 2px;
  background-image: url('../images/Privacy-Black8.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.text-block-51 {
  color: #000;
}


.privacy-select-family {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.privacy-select-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.privacy-select-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  text-align: center;
}

.list-count-white {
  position: relative;
  top: 0px;
  float: right;
  color: #fff;
  font-size: 16px;
}

.list-text-wrapper {
  display: inline-block;
  opacity: 0.32;
  line-height: 19px;
}

.list-text-wrapper:hover {
  opacity: 1;
}

.tickmark-2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 5px;
  float: right;
  background-image: url('../images/Asset-2-privacy-.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tickmark-3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 5px;
  float: right;
  background-image: url('../images/Asset-3-privacy-.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.privacy-friend-selctor {
  position: absolute;
  left: 20px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 350;
  display: none;
  overflow: hidden;
  min-width: 460px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 15px;
  background-color: #fff;
}

.privacy-group-checkbox {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 15px 20px 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1cdcd;
  border-radius: 10px;
  background-color: transparent;
  font-size: 17px;
}

.privacy-group-checkbox:hover {
  background-color: #fafafa;
}


/*--- ADD LISTS MODAL --*/

.add-to-lists {
  position: relative;
  top: 0px;
  float: right;
  color: #ff3c40;
  font-size: 16px;
}
  
  
  
  /*--- CHECKBOX LISTS MODAL --*/
  
  
  .checkbox-field-2 {
  margin-bottom: 0px;
  padding: 15px 20px 15px 40px;
  border-top: 1px solid #e4e4e4;
  background-color: transparent;
  font-size: 17px;
}

.checkbox-field-2:hover {
  background-color: #fafafa;
  cursor: pointer;

}
  
  
.w-radio {
  display: block;
  margin-bottom: 0;
  padding-left: 40px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
  
  
  
  
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}
  


.radio-button-2 {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #fff;
}
.radio-button-2.w--redirected-checked {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-color: #ff3c40;
  border-radius: 20px;
  background-color: #ff3c40;
  background-image: none;
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.radio-button-2.w--redirected-focus {
  border-style: none;
  box-shadow: 0 0 3px 1px #ff3c40;
}


.w-form-label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0px;
}

.new-list-object-button {
  width: 100%;
  margin-right: 10px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3c40;
  border-radius: 10px;
  background-color: #fff0f0;
  color: #ff3c40;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}


/* -- FRIENDS CHECK LIST SELECTORS -- */



.w-checkbox {
  display: block;
  padding-left: 40px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 20px;
}

.checkbox.w--redirected-checked {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-color: #ff3c40;
  border-radius: 20px;
  background-color: #ff3c40;
  background-image: none;
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.checkbox.w--redirected-focus {
  border-style: none;
}

.checkbox-label {
  display: block;
}

.privacy-groups {
  padding-bottom: 10px;
}

.privacy-group-checkbox {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 15px 20px 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1cdcd;
  border-radius: 10px;
  background-color: transparent;
  font-size: 17px;
}

.privacy-group-checkbox:hover {
  background-color: #fafafa;
}







.friend-selector-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;

  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0px;

  background-color: hsla(0, 0%, 100%, 0.9);
}

.friend-selector-search:focus {
  border-top-color: #ff9597;
  border-bottom-color: #ff9597;
}


.text-field-3-copy {
  margin-bottom: 0 !important;
}
.text-field-3-copy:hover {
  background-color:#fafafa;
}

.text-field-3-copy:focus {
  background-color:#fafafa;
  border-style: solid;
  border-width: 1px;
  border-color: red;;
}




.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #ff9597;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}



/*-- ADD FRIENDS DROPDOWN SELECTORS --*/


.dropdown-3 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.dropdown-toggle-title {
  color: #000;
}
.dropdown-toggle-description {
  color: #949494;
}
/*
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}


.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
*/
 
.dropdown-toggle-9 {
  width: 100%;
  color: #646464;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-list-10 {
  position: static;
}
.dropdown-list-10.w--open {
  background-color: hsla(0, 0%, 86.7%, 0);
}


.add-friend-quickly-radio-button {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 30px;
  border-top: 1px solid #e4e4e4;
  background-color: transparent;
  font-size: 17px;
}

.add-friend-quickly-radio-button:hover {
  background-color: #f8f8f8;
}




.friend-request-text {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  font-size: 15px;
  text-align: left !important;
  display: inline-block;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
}


.friend-request-text-span {
  color: #ff385c;
  font-weight: 700;
}




.follow-textblock {
  display: block;
  height: auto;
  margin-top:40px;
  margin-bottom: 10px;
  text-align: center;
}

.connection-settings-textblock {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 70px;
  text-align: center;
  padding: 20px;
  color: #888888;
}



p.address {
  text-align: left;
  margin-left: 0;;
  margin-top: 0;
}
h4.address {
  margin-bottom: 5px;
}



  