@charset "UTF-8";
/* CSS Document */
a {text-decoration: none !important;}
.userprofileadmin{}
.contenitor-button-menu > a > li > label,.contenitor-button-menu  > li > label   {margin-left: 13px;}
.cccentral {width: 790px; margin: 0 auto;    margin-top: 34px;}

.userprofileadmin > .bgwtotal, .profileusersearches > .bgwtotal,.profileusereactions > .bgwtotal  {background-color: #fafafa;}
.userprofileadmin > .contenitorpageprofile > .contenitor-big > .profile006, .userprofileadmin > .contenitorpageprofile > .profileusersearches > .contenitor-big > .profile006, .userprofileadmin > .contenitorpageprofile > .profileusereactions > .contenitor-big > .profile006 {margin-top: 36px;}

.titlepage{
    font-size: 25px;
    margin: 0;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.subtitlepage {text-align: center; font-size: 14px; float: left; color: #666}
.sublabelprofile {
    font-size: 12px;
    color: #777;
    font-weight: normal;
}
.contenitor-big > .profile006 > .profile006-container > .error-b > .boxinputprofile > .showp, .contenitor-change-password > .error-b > .boxinputprofile > .showp {margin-top: 54px;
    margin-right: 22px;}

.icon {    background-repeat: no-repeat !important;
    background-size: 28px !important;
    background-position: center left !important;
    background-position-x: 16px !important;
    /* width: calc(100% - 78px) !important;*/
     width: calc(100% - 2px) !important;
        padding-left: 58px !important;
}

.userprofileadmin > .box046 > .profile007 >  .profile006 > .profile006-container > .error-b {
	    min-height: 108px;
	height: auto;
}

.dateofbirth {
	width: 31.5%;
	float: left;
	margin: 0 0.5%;
}

.dateofbirth > label{width: 100%;float: left }

.dateofbirth > select {
	width: 94%;
	    border-radius: 4px;
    color: #1c1e21;
    font-family: SFProText-Medium, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    line-height: 20px;
	-webkit-appearance: none;
    background-image: url(../img/arrow-down.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding: 0 8px;
    padding-right: 20px;
	float: left;
	margin-top: 7px;
}

.contenitor-change-password {
    width: 90%;
    float: left;
    padding: 5%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; background-color: #fff;

animation-name: openchangepassword;
  animation-duration: 0.5s;
	overflow: hidden;
}

@keyframes openchangepassword {
  0% {height: 0;}
  100% {height:216px}
}

.contenitor-change-password-no{ display: none}
.contenitor-change-password-no-2{
	 width: 90%;
    float: left;
    padding: 0% 5%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.43);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  
animation-name: closechangepassword;
  animation-duration: 0.5s;
	overflow: hidden;
height: 0;
}

@keyframes closechangepassword {
  0% {height:216px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43); padding: 5% 5%;}
	99% {}
  100% {height: 0;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.43); padding: 0% 5%; }
}


.label-change-password{
    font-family: AvenirNext, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px;
    color: #5574e6;
    outline: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s linear;
    margin-bottom: 16px;
    float: left;
    margin-top: 13px; border: 1px solid #5574e6;
}

.label-change-password:hover{
    background-color: rgba(29,161,242,0.1);
    transition: all 0.2s linear;
}


.pop-up-delete {
    width: 300px;
    height: 200px;
    position: fixed;
    margin-left: -190px;
    margin-top: -140px;
    left: 50%;
    top: 50%;
    z-index: 10000;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
    background-color: rgb(21, 32, 43);
    color: #fff;
}

.pop-up-delete > .contenitor-text-pre-delete{
    height: 180px;
    float: left;
}
		
		.pop-up-delete > .contenitor-text-pre-delete > .text-pre-delete {
    width: 100%;
    padding: 37px 0;
    float: left;
    text-align: center;
    font-size: 25px;
}


		
		.pop-up-delete > .contenitor-button-delete {width: 100%; float: left;}
		
	.pop-up-delete > .contenitor-button-delete > button {
    width: 45%;
    padding: 10px 0;
    border: 0;
    text-align: center;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: 2.5%;
}

.pop-up-delete > .contenitor-button-delete > .s {background-color: #5878ed;}

.pop-up-delete > .contenitor-button-delete > button:hover{opacity: 0.7;}



.profile004 > .change-photo {

    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    margin-top: 100px;
}

.profile004 > .change-photo:hover{opacity: 0.7}


.delete-profile {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #324694;
    margin-bottom: 16px;
    background-color: transparent;
    border: 0;
}

.delete-profile:hover{
  
    color: #5878ed;
  
}


.userprofileadmin > .profile007 > .profile006 > .profile006-container > .error-b{height: auto !important; min-height: 108px;}

.userprofileadmin > .profile007 > .profile006 > .profile006-container > .error-b > .boxinputprofile > .error {
 margin-bottom: 5px;
}
.profile-tab, .profile006-container,.profile010,.titlepage, .subtitlepage {  width: 790px;}
.profile-tab {
    z-index: 2;
    position: relative;
    float: left;
}

.confirm {
    background-color: #78c156;
    border: 1px solid #00ff16;
    margin-left: 7.5%;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 13px 3px 28px;
    float: left;
    font-size: 13px;
    background-image: url(../img/SVG/confirm.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 16px;
}

.confirm-input-txt {
    background-color: #fff ;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);
    color: #333;
	animation: confirm 1s linear 1;
    -moz-animation: confirm 1s linear 1;
    -webkit-animation: confirm 1s linear 1;
    -o-animation: confirm 1s linear 1;
	
}

@keyframes confirm

{

0% { background-color: #78c156 ;
	 box-shadow: 0px 0px 1px 1px #aaff82;
		color: #fff;
}
	



100% {background-color: #fff ;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);
	color: #333;
	}

}

.confirm-input-txt::placeholder{ 
	color: #333;
	animation: confirm-pp 1s linear 1;
    -moz-animation: confirm-pp 1s linear 1;
    -webkit-animation: confirm-pp 1s linear 1;
    -o-animation: confirm-pp 1s linear 1;}

@keyframes confirm-pp

{

0% { 
		color: #fff;
}
	



100% {
	color: #333;
	}

}




.profile001{ width: 100%; float: left; background-color: #5878ed;height: 450px; border-bottom: 1px solid #fff}


.profile002 {
    width: 100%;
    height: 500px;
    border-bottom: 7px solid #5878ed;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center top;
    background-size: cover;
    position: fixed;
    z-index: 0;
    top: 0;
}

.profile002b {
    width: 100%;
    float: left;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
}


.profile003 {
    width: 33.33%;

    float: left;
    color: #c3d1ff;
    text-align: center;
	font-size: 15px;
	
}

.profile003b {
    width: 100%;
    height: 49px;
    float: left;
    color: #c3d1ff;
    text-align: center;
    font-size: 15px;
}

.profile003b font {
    margin-top: 16px;
    float: left;
    width: 100%;
}
.profile003box {
    width: 90%;
    float: left;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 7px;
    background: #314794;
    margin-left: 5%;
}

.profile003box-2 {
    width: 100%;
	float: left;
}


.profile003select {
    width: 33.33%;
    height: 49px;
    float: left;
    color: #c3d1ff;
    text-align: center;
    font-size: 14px;
}




.profile003 > .pbuton {
    float: left;
    width: 96%;

    margin: 2%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.profile003 > .bselect {
	
	background-color: #5878ed;
 
	
}

.profile003 > .pbuton > font {
    width: 100%;
    margin-top: 12px;
	    margin-bottom: 12px;
    float: left;
}

.profile003select font{ margin-top:16px; float: left; width: 100%; }



.profile004 {
    width: 100px;
    height: 100px;
    background-color: white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #fff;
    background-size: cover;
    background-position: center;
    z-index: 3;
    left: 50%;
    position: relative;
    margin-left: -50px;
    margin-top: 25px;
    margin-bottom: 13px;
    float: left;
}





.profile005 {
    width: 100%;
    color: #222;
    font-size: 18px;
    text-align: center;
    /* animation: profile005 1s linear 1;
    -moz-animation: profile005 1s linear 1;
    -webkit-animation: profile005 1s linear 1;
    -o-animation: profile005 1s linear 1; */
    float: left;
    margin-bottom: 16px;
    margin-top: 3px;
}

@keyframes profile005

{

0% {margin-left:-20px; opacity: 0;}

100% {margin-left:0px; opacity: 1;}

}


.profile006 {
    width: 100%;
    float: left;
    -webkit-border-radius: 0px 0px 34px 34px;
    -moz-border-radius: 0px 0px 34px 34px;
    border-radius: 0px 0px 34px 34px;
    margin-bottom: 16px;
}

.profile006-container {
    float: left;
    margin-top: 16px;
}

/*.profile007 {
    width: 790px;
    margin: 0 auto;
    position: relative;
}*/

.profile007 {
    width: 790px;
    height: auto;
    position: relative;
    margin-bottom: 16px;
    float: left;
}

.profile008 {
    width: 130px;
    height: 130px;
    background-color: #5878ed;
    z-index: 3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    animation: profile005 2s linear infinite;
    -moz-animation: profile008 2s linear infinite;
    -webkit-animation: profile008 2s linear infinite;
    -o-animation: profile008 2s linear infinite;
    position: absolute;
    
    left: 50%;
    margin-left: -65px;
}

@keyframes profile008

{

0% {
    width: 130px;
    height: 130px;
    margin-top: 0;
    margin-left: -65px;
}
	
	25% {
    width: 130px;
    height: 130px;
    margin-left: -60px;
    margin-top: -5px;

}
50% {
    width: 130px;
    height: 130px;
    margin-left: -55px;
    margin-top: 0px;
}
	
75% {
    width: 130px;
    height: 130px;
    margin-left: -70px;
    margin-top: 7px;
}
100% {width: 130px;height: 130px;}

}



.profile009 {
    width: 130px;
    height: 130px;
    background-color: #2b55f1;
    z-index: 3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    animation: profile005 2s linear infinite;
    -moz-animation: profile009 2s linear infinite;
    -webkit-animation: profile009 2s linear infinite;
    -o-animation: profile009 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -65px;
}

@keyframes profile009

{

0% {
    width: 130px;
    height: 130px;
    margin-top: 0;
    margin-left: -70px;
}
	
25% {
    width: 130px;
    height: 130px;
    margin-left: -75px;
    margin-top: 5px;
}
50% {
    width: 130px;
    height: 130px;
    margin-left: -80px;
    margin-top: -5px;
}
	
75% {
    width: 130px;
    height: 130px;
    margin-left: -60px;
    margin-top: -7px;
}
100% {width: 130px;height: 130px;}

}
.profile010 {
    float: left;
}


.profilemargintopinput{
	margin-top: 20px;
	margin-left: 0;
}

.profileshadow{   box-shadow: 1px 0px #314794;}

.boxinputprofile{ width: 100%; float: left;    }

.profileshadow:hover {
    box-shadow: -1px 0px #5878ed;
}


.profileinput {
   width: 100%; /* calc(100% - 36px) */
    height: 56px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0 18px;
    /* padding-left: 0; */
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    border: none;
    background: #F7F7F7;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);
    float: inherit;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
	    transition: all 0.3s ease-out;
}

.profileinput:hover{
    box-shadow: 0 0 0 1px #5879ed;
}

.profileinput:focus,.profileinput:active{
    background: #F2F2F2;
    box-shadow: 0 2px 0 0 #5879ed;
}

.profileinput > input[type=text],.profileinput > input[type=password]{
    width: 97%;
    padding: 19px;
    padding-right: 0;
    padding-left: 3%;
    float: left;
    border: 0;
    background: none;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
}

.profileinputright {
    width: 15%;
    height: 12px;
	padding: 22px 0;
    margin-top: 8px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;
    border-right: 0;
    float: left;
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
   
	background-color: #fff;
    display: none;
}

.profileinput,.profileinputright {	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);}


.error-input-txt{
    background-color: #ed5858 !important;;
		color: #fef3f3 !important;
    box-shadow: 0px 0px 1px 1px #ff0000 !important;
}
.error-input-txt::placeholder{	color: #fef3f3 !important;}


.error-input-label{
    color: #ed5857;
}

.nameuser{background-image: url(../img/SVG/user.svg)}

.password{ background-image: url(../img/SVG/password.svg)}

.current_city{ background-image: url(../img/SVG/current-city.svg)}

.usermail{ background-image: url(../img/SVG/mail.svg)}

.newpass{ background-image: url(../img/SVG/newpassword.svg)}

.confirmpass{ background-image: url(../img/SVG/confirm-password.svg)}

.labelprofile::first-letter,.labelsubtitle::first-letter {
    text-transform: uppercase;
}
.labelprofile, .labelsubtitle {
    width: 100%;
    padding: 0.5%;
    float: left;} .labelprofile {    font-size: 16px;    color: #333;font-weight: 600;} .labelsubtitle {font-size: 12px; color: #666}



.labelprofile:nth-child(3),.labelprofile:nth-child(5){margin-top: 20px;}
.buttonsave{    width: 100%; padding: 19px 0;margin: 20px 0;	margin-top: 20px;}
.buttonsave_2{    width: 50%; padding: 9px 0;margin:0;}
.buttonsave, .buttonsave_2{
    font-size: 16px;
    float: left;
    background-color: #78c156;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
	border: 0 !important;
} .buttonsave:hover,.buttonsave_2:hover {background-color: #55913a !important;}

.profileusereactions > .profile007 > .profile006, .profileusersearches > .profile007 > .profile006{
		min-height: 200px;
	}
	
	.profileusereactions > .profile007 > .profile006 > .profile006-container {
			margin-top: 0;
	margin-left: 5%;
	width: 90%;
	font-size: 25px;
    color: #5878ec;
font-weight: bold}


.exitbig {display: none}

.contenitor-button-menu > a > li  > img { width: 20px;}

@media screen and (max-width: 890px) {
    .cccentral {width: 100%;}
	.profile-tab, .profile006-container,.profile010,.titlepage, .subtitlepage {  width: 100%;}
	.profileinputright {
    background-size: 50%;
	    padding: 22px 0;}
	.profile007 {
    width: 90%;
   
}
	
	
}

@media screen and (max-width: 640px) {
    
    .contenitor-big {
    width: 90%;
}
    .exitbutton,.box047 {display: none !important}
    
     .contenitor-button-menu > a > li > label, .contenitor-button-menu  > li > label {
    width: 100%;
    text-align: center;

    left: 0;
         margin-left: 0;
        
    top: 34px;
    font-size: 12px;
         color: #99adfd;
}
    .contenitor-button-menu > a > li > img {margin-bottom:5px}
    
     .contenitor-button-menu > a > .selected  > img {width: 25px}
    
       .contenitor-button-menu { display: flex !important;
    flex-wrap: nowrap;     margin-top: 0 !important; margin-left: 0 !important;     width: 100% !important;}
    
    .contenitor-button-menu > a {
    width: 33%;
    float: left;
        position: relative;
}
    .contenitor-button-menu > a > li, .contenitor-button-menu > li {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: center;
         padding: 0;
        padding: 13px 22px;

}

.profileusereactions > .profile007 > .profile006 > h1 {
	font-size: 18px;
    text-align: center;
}
	
    .exitbig {display: block}
		
	.profileusereactions > .profile007 > .profile006 > .profile006-container {
			text-align: center;
	font-size: 20px;}
}
