.ps-form__gender {
  width:15%;
  padding-right: 10px;
  float: left;
}
.hidden-form-field {
  visibility: hidden !important;
  height: 1px !important;
  margin: 0 !important;
}
select#memroty-box,
select#birthyear,
select#countryId,
select#stateId,
select#cityId{
  padding: 8.5px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.ps-tab__stream {
  width: 60%;
  padding-right: 1%;
}
.ps-tab__sidebar {
  width: 40%;
}
.ps-tab__mobile-memory-box {
  display: none;
}
.ps-tab-view_all_memories {
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 13px;
  background-color: #90469a;

}
.ps-tab-view_all_memories a {
  color: #fff;
}
.ps-tab-header {
  height: 33px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

div.session-btn {
 /* width: 23%; */
  margin-bottom: 20px !important;	
}
@media only screen and (max-width: 1650px){
div.session-btn {
   /* width: 25%; */

  }
}
@media only screen and (min-width: 1024px){

	
	.session-button {
  width: inherit;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 15px;
		padding-top:5px;
		font-size: 18px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
	
}




a.session-button {
  color: #fff;
  text-decoration:none;
  line-height:18px;
  padding: 20px 10px 18px 10px;
  font-size: 18px;
  font-weight: bold;
  height: auto;	
}
.session-btn a.button-green {
  background-color:#4cc987;
  position: relative;
  text-decoration: none;
  display: block;
  -webkit-box-shadow: 0px 6px 0px #3da16c, 0px 8px 8px #adadad !important;
  -moz-box-shadow: 0px 6px 0px #3da16c, 0px 8px 8px #adadad !important;
  box-shadow: 0px 6px 0px #3da16c, 0px 8px 8px #adadad !important;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

a.button-green:hover {
  background-color:#72d6a1;
  -webkit-box-shadow: 0px 6px 0px #5db084, 0px 8px 8px #adadad;
  -moz-box-shadow: 0px 6px 0px #5db084, 0px 8px 8px #adadad;
  box-shadow: 0px 6px 0px #5db084, 0px 8px 8px #adadad;
}

a.button-green:active {
  background-color:#3ebd79;
  -webkit-box-shadow: 0px 3px 0px #329661, 0px 3px 6px #adadad;
  -moz-box-shadow: 0px 3px 0px #329661, 0px 3px 6px #adadad;
  box-shadow: 0px 3px 0px #329661, 0px 3px 6px #adadad;
  position: relative;
  top: 3px;
}

a.button-red {
	position: relative;
  text-decoration: none;
  background-color:#f44d37;
  display: block;
  -webkit-box-shadow: 0px 6px 0px #c93824, 0px 8px 8px #adadad !important;
  -moz-box-shadow: 0px 6px 0px #c93824, 0px 8px 8px #adadad !important;
  box-shadow: 0px 6px 0px #c93824, 0px 8px 8px #adadad !important;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

a.button-red:hover {
background-color:#ff7361;
 -webkit-box-shadow: 0px 6px 0px #d95848, 0px 8px 8px #adadad;
  -moz-box-shadow: 0px 6px 0px #d95848, 0px 8px 8px #adadad;
  box-shadow: 0px 6px 0px #d95848, 0px 8px 8px #adadad;
}

a.button-red:active {
background-color:#e84833;
  -webkit-box-shadow: 0px 3px 0px #c23c2b, 0px 3px 6px #adadad;
  -moz-box-shadow: 0px 3px 0px #c23c2b, 0px 3px 6px #adadad;
  box-shadow: 0px 3px 0px #c23c2b, 0px 3px 6px #adadad;
  position: relative;
  top: 3px;
}
a.button-red:focus,
a.button-red:hover,
a.button-green:focus,
a.button-green:hover {
  color:#fff;
}
input#copytextarea {
  border-bottom:none;
  width: 80%;
  float: left;
}
.group-item .group-title {
  font-size: 14px;
  line-height: 16px;

}
.selected-group-title .ps-group__item {
      min-height: 110px;
}
.copy-btn {
  width: auto;
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.1);
}
.additional-info {
  padding-left: 5px;
}
.remember-me-tabs {
  justify-content: space-around;
  text-align: center;
  background-color: #fff !important;
  margin-bottom: 10px;
  border: unset;
}
.remember-me-tab {
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  width: 105px;
  height: 100px;
  color: #fff;
  font-size: 14px !important;
  border-radius: 50px;
  line-height: 16px;
}
.remember-me-tab_left {
  background-color: #90469a;
  padding-top:35px;
}
.emoticon-button:active img {
  width: 43px;
}
.remember-me-tab_right {
  background-color: #627ca1;
  padding-top:40px;
}
.remember-me-tab_big {
  width: 30%;
}
.remember-me-tab_big h3,
.remember-me-tab_big h1 {
  color: #90469a;
  font-weight: bold;
  margin-top: 10px;
}
.ps-dialog-wrapper {
  z-index: 100;
}

@media only screen and (max-width: 970px) {
  .remember-me-tabs {
      display: none !important;
  }
	
	.session-button {
    width: inherit;
    margin-top: 20px;
    margin-left: 25px !important;
    margin-right: 25px!important;
	text-align: center;
    font-size: 18px !important;
    text-transform: uppercase;
	padding-top: 10px;	
}
	
	
}

@media only screen and (min-width: 481px) {
  .ps-tab__sidebar .ps-albums__item-wrapper {
      width: 50% !important;
  }
	
	.session-button {
     
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 0px;

}
}
@media only screen and (max-width:600px){
	

.session-button {
   
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;

}

}
@media only screen and (max-width: 576px) {
	
.session-button {
 
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;

}
	
  input#copytextarea {
    width: 75%;
  }
  .ps-dialog-body {
    padding-bottom: 20px;
  }
  .copy-btn:active {
    background-color: #ececec;
  }
  .ps-dialog-container{
    padding-top: 80px;
  }
  .ps-form__gender {
    width:25%;
  }
  div.session-btn {
  /*  width: 200px;*/
  }
  .ps-tab__sidebar {
      display: none !important;
  }
  .ps-tab__stream {
    width: 100%;
    padding-right: 0;
  }
  .ps-tab__mobile-memory-box {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 13px;
    background-color: #90469a;
    color: #fff;
  }
  .ps-tab__mobile-memory-box a {
    color: #fff;
  }
}
