/*...............................*/
/*__________USER RATING__________*/
/*...............................*/
.userAuthenticityWrap{
    display: flex;
    align-items: center;
    color: #ccc; 
    border-radius: 20px;
    margin-bottom: 5px;
}

.userAuthenticity_ratingBtn {
    padding: 3px;
    background-color: #d97600;
    color: black;
    border-radius: 10px;
    padding-right: 9px;
    padding-left: 9px;
    margin-right: 8px;
    font-size: 13px;
    z-index: 1;
    cursor: pointer;
    transition: .2s;
}

.userAuthenticity_ratingBtn:hover {
    background-color: #e27f00;
}

.userAuthenticity_miniWrap{
    display: flex; 
    flex-grow: 1;
    display: none;
}

.userAuthenticity_calculationBtn {
    padding: 3px;
    background-color: #d97600;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 10px;
    font-size: 13px;
    margin-left: auto;
    cursor: pointer;
    transition: .2s;
}

.userAuthenticity_calculationBtn:hover {
    background-color: #e27f00;
}

.userAuthenticity{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    background-color: #222;
    border-radius: 20px;
}

.userAuthenticityWrap_internship_stars {
    display: flex;
    gap: 8px;
    margin-right: 10px
}

.star {
    position: relative;
    width: 1em;
    height: 1em;
}

.star i {
    font-family: "fontello"; /* nazwa z fontello.css */
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    color: #ccc; /* kolor pustej gwiazdki */
    position: relative;
}

.star i::before {
    content: '\e720'; /* kod z fontello.css */
    display: block;
    background: linear-gradient(90deg, gold var(--fill, 0%), #ccc var(--fill, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/*...............................*/
/*_______USER RATING CALC________*/
/*...............................*/
.rankingCalculationWrap{
    padding: 20px;
    border-radius: 20px;
    background-color: #111;
    
    display: none;
}

.rankingCalculationWrap ul{
    color: #ccc;
    list-style-type: none;
    margin: 0;

    margin-bottom: 10px;
}

.rankingCalculationWrap p{
    color: #ccc;
    margin-bottom: 10px;
}

.rankingCalculation_internshipWrap,
.rankingCalculation_respectWrap{
    color: #ccc;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #d97600;
    margin-bottom: 15px;
}

.rankingCalculation_internship_name,
.rankingCalculation_respect_name{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rankingCalculation_internship_intro,
.rankingCalculation_respect_intro{
    font-size: 16px;
}

.rankingCalculation_internship_reckoningWrap,
.rankingCalculation_respect_reckoningWrap{
    border-radius: 10px;
    padding: 10px;
}

.rankingCalculation_internship_reckoning_whatForPointWrap{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rankingCalculation_internship_reckoning_whatFor{
    font-size: 14px;
    margin-right: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #222;
}

.rankingCalculation_internship_reckoning_point{
    font-size: 14px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #222;
}

.rankingCalculation_respect_reckoningWrap h2{
    font-size: 15px;
}

.rankingCalculation_respect_reckoningWrap li{
    font-size: 14px;
}

/*...............................*/
/*___________USER BASIC__________*/
/*...............................*/
.backgroundUser{
    margin-bottom: -200px;
    width: 100%;
    box-shadow: inset 0 0 40px 23px black;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    background-image: radial-gradient(circle, #090909b8 45%, rgba(0,0,0,1) 100%), url(../foto/home-banner.jpg);
}
 
.user {
	margin: 0 auto;
	display: flex;
}

.basic {
	width: 450px;
	display: flex;
} 
 
.avatar {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px #000;
}

.online {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #00ff27;
}

.lastOnline{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    padding: 2px;
    padding-left: 8px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    background-color: #0000009e;
}

.genderAvatar {
    position: absolute;
    right: calc(50% - 38px);
    bottom: 5px;
    width: 76px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: -webkit-linear-gradient(#282828, #090909);
    background-image: -o-linear-gradient(#282828, #090909);
    background-image: linear-gradient(#282828, #090909);
    color: #fff;
    border: 1px solid #ff8f00;
    box-shadow: 0 0 10px 2px #000;
    transition: .2s
}

.genManFirst {
	position: relative;
	display: inline-block;
	top: -2px;
	margin-right: -16px;
	transform: rotate(276deg);
}

.genWomanMiddle {
	position: relative;
	bottom: -3px;
}

.genManLast {
	position: relative;
	top: -2px;
	margin-left: -17px;
}

.genWomanFirst {
	position: relative;
	bottom: -3px;
	margin-right: -16px;
}

.genManMiddle {
	position: relative;
	display: inline-block;
	top: -3px;
	left: -3px;
	transform: rotate(317deg);
	display: inline-block;
}

.genWomanLast {
	position: relative;
	bottom: -3px;
	margin-left: -20px;
}

.genEqualOne {
	position: relative;
	bottom: -3px;
}

.genEqualTwo {
	position: relative;
	display: inline-block;
	top: -3px;
	margin-left: -18px;
	transform: rotate(316deg);
}

.genEqualThree {
	position: relative;
	bottom: -3px;
	margin-left: -16px;
}

.genEqualFour {
	position: relative;
	top: -2px;
	margin-left: -16px;
}


.bacicInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
	color: #fff;
    height: 200px;
}

.nick {
	font-family: 'PT Serif', serif;
	letter-spacing: 1px;
	font-size: 25px;
}

.flag {
	display: inline-block;
	height: 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

.moreInfo {
	display: flex;
	flex-direction: column;
}

.moreInfo > div {
	display: flex;
}

.moreInfo > div > div:first-child {
	width: 74px;
	padding: 0 2px;
	margin-bottom: 4px;
	border-right: 2px solid #d97600;
}

.moreInfo > div > div:last-child {
	margin-left: 5px;
}

.description {
	width: 250px;
	color: #d97600;
}

.description p {
	display: block;
	color: #ccc;
    font-size: 15px;
	padding-right: 10px;
	max-height: 178px;
	overflow-y: scroll;
    white-space: normal;
    overflow-wrap: break-word;
}

.description p {
	overflow-y: scroll;
	scrollbar-color: #e27f00 #000;
	scrollbar-width: thin;
}

.description p::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

.description p::-moz-scrollbar {
	width: 7px;
	height: 0;
}

.description p::-webkit-scrollbar-track {
	background-color: #000;
}

.description p::-moz-scrollbar-track {
	background-color: #000;
}

.description p::-webkit-scrollbar-thumb {
	background-color: #e27f00;
}

.description p::-moz-scrollbar-thumb {
	background-color: #e27f00;
}

.description p::-webkit-scrollbar-button {
	display: none;
}

.description p::-moz-scrollbar-button {
	display: none;
}

.interaction {
	width: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.interaction .interactionBtn {
	width: 260px;
	text-decoration: none;
	color: #ccc;
	margin: 5px;
	margin-left: 40px;
	padding: 5px;
	cursor: pointer;
	transition: .2s;
}

.interaction .interactionBtn i {
    color: #000;
    font-size: 17px;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    background-color: #d97600;
    background-image: linear-gradient(#ff8b00, #d97600);
    transition: .2s;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 0 10px;
    box-shadow: 2px 2px 5px 2px #000;
}

.interaction .interactionBtn:hover {
	color: #fff;
}

.interaction .interactionBtn:hover i {
	box-shadow: 0 0 5px 2px #fff;
}

.interaction .interactionBtn:active i {
	color: #fff;
}

#btnInUserPicture{
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 16px;
    padding: 15px;
    padding-bottom: 14px;
    color: #fff;
    transition: .2s;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    background-color: #000;
    background-image: -webkit-linear-gradient(#282828, #090909);
    background-image: -o-linear-gradient(#282828, #090909);
    background-image: linear-gradient(#282828, #090909);
}

#btnInUserPicture:hover {
	color: #e27f00;
}

.menuInUserPicture{
    position: absolute;
	top: 65px;
	left: -200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: #ccc;
    background-color: #000;
    opacity: 0;
    transition: .2s;
}

.menuInUserPictureOn{
    left: 0px;
    opacity: 1;
}

.menuInUserPicture .blockUserBtn,
.menuInUserPicture .reportUserBtn{
    width: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
    border-right: 2px solid #e27f00;
    background-image: linear-gradient(#282828, #090909);
    cursor: default;
    transition: .2s;  
}
    
.menuInUserPicture i{
    display: inline-block;
    padding: 10px;
}

.blockUserBtn{
    border-bottom: 1px solid #222;
}

.menuInUserPicture span:hover{
 background-image: -webkit-linear-gradient(#b46705, #8b4e00);
 background-image: -o-linear-gradient(#b46705, #8b4e00);
 background-image: linear-gradient(#b46705, #8b4e00);}

.prevNextUser {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-grow: 1;
}

.prevNextUser .icon-users {
	color: #e27f00;
}

.prevNextUser .icon-left-open,
.prevNextUser .icon-right-open {
	color: #ccc;
	transition: .2s;
}

.prevNextUser .icon-left-open:hover,
.prevNextUser .icon-right-open:hover {
	color: #fff;
}

/*...............................*/
/*__________INFORMATION__________*/
/*...............................*/
.information {
	margin-top: 10px;
}

.dailyButton,
.sexButton {
	display: inline-block;
	text-align: center;
	width: 97px;
	padding: 5px;
	color: #000; 
	cursor: pointer;
	background-color: #d97600;
    background-color: #d97600;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	padding: 0 10px;
	transition: .2s;
}

.dailyButton:hover,
.sexButton:hover {
	box-shadow: 0 0 5px 2px #fff;
}

.daily,
.sex {
    font-size: 12px;
	margin-top: 10px;
    letter-spacing: 1px;
	display: none;
}

.dailyElem,
.sexElem {
	display: inline-block;
	margin-bottom: 3px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border: 1px solid #d97600;
    background-image: linear-gradient(#282828, #090909);
	overflow: hidden;
} 

.dailyElem div:first-child,
.sexElem div:first-child {
	display: inline-block;
	padding: 3px 15px;
	color: #000;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
	background-color: #d97600;
}


.dailyElem div:last-child,
.sexElem div:last-child {
	display: inline-block;
	color: #eee;
	padding: 2px 15px;
    padding-left: 5px;
    word-break: break-all;
}

/*...........................*/
/*_____MORE PICTURE BTN______*/
/*_______PICTURES NAME_______*/
/*......_....................*/
.picturesName {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    color: #ccc;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    border-bottom: 1px solid #d97600;
    z-index: 1;
}

#morePictures {
    display: block;
    margin-top: -50px;
    width: 150px;
    margin-bottom: 100px;
    color: #000;
    text-align: center;
    padding: 5px;
    padding-left: 7px;
    border-radius: 5px;
    background-color: #d97600;
    cursor: pointer;
    transition: .2s;
    margin-left: auto;
}

#morePictures:hover {
	box-shadow: 0 0 5px 2px #fff;
}


/*...........................*/
/*___________POSTS___________*/
/*......_....................*/
.postsAllWrap{
    position: relative;
    top: 0;
    left: 0;
}

.posts {
	margin-top: 30px;
	margin-bottom: 70px;
	position: relative;
}

.postsName {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
    text-transform: uppercase;
	color: #aaa;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 1px solid #d97600;
	z-index: 1;
}

.post {
	position: relative;
    color: #ccc;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #444;
}

.likePostBtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    padding-right: 2px;
    padding-left: 5px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #000;
    background-image: linear-gradient(#b16300, #ff8b00);
    font-size: 14px;
    transition: .2s;
    cursor: default;
}

.likePostBtn:hover{
    color: #000;
}

.datePost{
    color: #999;
}

.topicPost{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
    color: #000;
    background-color: #d97600;
    text-align: center;
    word-wrap: break-word;
    padding-right: 26px;
    border-radius: 5px;
}

.contentsPost{
    padding: 10px;
    padding-left: 5px;
    max-height: 300px;
    overflow-y: scroll;
    word-wrap: break-word;
    background-color: #282828;
    border-radius: 5px;
}

.contentsPost {
	overflow-y: scroll;
	scrollbar-color: #e27f00 #000;
	scrollbar-width: thin;
}

.contentsPost::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

.contentsPost::-moz-scrollbar {
	width: 7px;
	height: 0;
}

.contentsPost::-webkit-scrollbar-track {
	background-color: #000;
}

.contentsPost::-moz-scrollbar-track {
	background-color: #000;
}

.contentsPost::-webkit-scrollbar-thumb {
	background-color: #e27f00;
}

.contentsPost::-moz-scrollbar-thumb {
	background-color: #e27f00;
}

.contentsPost::-webkit-scrollbar-button {
	display: none;
}

.contentsPost::-moz-scrollbar-button {
	display: none;
}

#morePosts {
    display: block;
    margin-top: -50px;
    width: 150px;
    margin-bottom: 100px;
    color: #000;
    text-align: center;
    padding: 5px;
    padding-left: 7px;
    border-radius: 5px;
    background-color: #d97600;
    cursor: pointer;
    transition: .2s;
    margin-left: auto;
}

#morePosts:hover {
	box-shadow: 0 0 5px 2px #fff;
}

/*.................................*/
/*___________INFO WINDOW___________*/
/*.................................*/
.opacityPopupWindow {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0 0 0 / 40%);
	display: none;
}

.infoWindow {
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 200px);
	width: 400px;
	padding: 15px;
	border: 2px solid #e27f00;
	background-color: #000;
    background-image:  -webkit-linear-gradient(#282828, #090909);
    background-image:  -o-linear-gradient(#282828, #090909);
    background-image:  linear-gradient(#282828, #090909);
    border-radius: 10px;
	color: #fff;
	z-index: 10;
	overflow: hidden;
}

.infoCloseWindow {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 30px;
	color: #aaa;
	cursor: pointer;
	transition: .2s;
}

.infoCloseWindow:hover {
	color: #fff;
	transform: rotate(90deg);
}

.infoIPSpan {
	margin-top: -25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.infoIkonconOk {
	font-size: 50px;
}

.infoSettingChange {
	margin: 15px 0;
	text-align: center;
}

.infoButton {
	width: 100px;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	background-image: linear-gradient(#00e428, #0b8000);
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.infoButton:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}

/*................................*/
/*___REMOVE FROM FRIENDS POP UP___*/
/*................................*/

/*  rFF  removeFromFriends/prefix */

.rFFopacityPopupWindow {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0 0 0 / 40%);
	display: none;
}

.rFFinfoWindow {
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 200px);
	width: 400px;
	padding: 15px;
	border: 2px solid #e27f00;
	background-color: #000;
    background-image:  -webkit-linear-gradient(#282828, #090909);
    background-image:  -o-linear-gradient(#282828, #090909);
    background-image:  linear-gradient(#282828, #090909);
    border-radius: 10px;
	color: #fff;
	z-index: 10;
	overflow: hidden;
}

.rFFinfoCloseWindow {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 30px;
	color: #aaa;
	cursor: pointer;
	transition: .2s;
}

.rFFinfoCloseWindow:hover {
	color: #fff;
	transform: rotate(90deg);
}

.rFFinfoIPSpan {
	margin-top: -25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.rFFinfoIkonconOk {
	font-size: 50px;
}

.rFFinfoSettingChange {
	margin: 15px 0;
	text-align: center;
}

.rFFinfoButtonsWrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rFFinfoButtonCancel {
    width: 48%;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    background-image: linear-gradient(#ff2020, #a20000);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.rFFinfoButtonCancel:hover {
    background-image: linear-gradient(#ff3131, #b70000);
}

.rFFinfoButton {
    width: 48%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	background-image: linear-gradient(#00e428, #0b8000);
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.rFFinfoButton:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}

/*.................................*/
/*_________BLOCK USER POPUP________*/
/*.................................*/
.opacityBlockPopupWindow {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
    background-color: rgb(0 0 0 / 40%);
	display: none;
}

.blockUserWindow {
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    width: 400px;
    padding: 10px;
    border: 2px solid #e27f00;
    background-color: #000;
    background-image: -webkit-linear-gradient(#282828, #090909);
    background-image: -o-linear-gradient(#282828, #090909);
    background-image: linear-gradient(#282828, #090909);
    color: #fff;
    border-radius: 10px;
    z-index: 10;
    overflow: hidden;
}

.blockUserWindow .icon-block {
	color: #aaa;
}

.closeBlockUser {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 30px;
	color: #aaa;
	cursor: pointer;
	transition: .2s;
}

.closeBlockUser:hover {
	color: #fff;
	transform: rotate(90deg);
}

.infoBlockUser {
	text-align: center;
	margin-bottom: 15px;
}

.infoBlockUser ul {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.infoBlockUser ul li {
	margin-left: 20px;
}

.blockUserButtons {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.cancelBlockUserButton {
	width: 48%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	background-image: linear-gradient(#ff2020, #a20000);
    border-radius: 5px;
    border: none;
	color: #fff;
	cursor: pointer;
}

.cancelBlockUserButton:hover {
	background-image: linear-gradient(#ff3a3a, #bc0000);
}

.blockUserButton {
	width: 48%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	background-image: linear-gradient(#00e428, #0b8000);
    border-radius: 5px;
    border: none;
	color: #fff;
	cursor: pointer;
}

.blockUserButton:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}

/*..............................*/
/*______REPORTED USER POPUP_____*/
/*..............................*/
.opacityReportedPopupWindow {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
    background-color: rgb(0 0 0 / 40%);
	display: none;
}

.reportedUserWindow {
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    width: 400px;
    padding: 10px;
    border: 2px solid #e27f00;
    background-color: #000;
    background-image: -webkit-linear-gradient(#282828, #090909);
    background-image: -o-linear-gradient(#282828, #090909);
    background-image: linear-gradient(#282828, #090909);
    border-radius: 10px;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

.reportedUserWindow .icon-block {
	color: #aaa;
}

.closeReportedUser {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 30px;
	color: #aaa;
	cursor: pointer;
	transition: .2s;
}

.closeReportedUser:hover {
	color: #fff;
	transform: rotate(90deg);
}

.caseWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseWrap span{
    color: #ccc;
    padding-right: 5px;
    border-right: 2px solid #e27f00;
}

.caseWrap select {
    width: 100%;
    color: #dbdbdb;
    background-color: #000;
    border: none;
}

.caseWrap select:focus {
    border: 1px solid #e27f00;
}

.reportedUserWindow textarea {
    width: 100%;
    height: 173px;
    border: 2px solid #9a601b;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    resize: none;
    padding: 5px;
    outline: none;
}

.reportedUserButtons {
	display: flex;
	justify-content: space-around;
	align-items: center;
    margin-top: 5px;
}

.cancelReportedUserButton {
	width: 48%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	background-image: linear-gradient(#ff2020, #a20000);
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.cancelReportedUserButton:hover {
	background-image: linear-gradient(#ff3a3a, #bc0000);
}

.reportedUserButton {
	width: 48%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	background-image: linear-gradient(#00e428, #0b8000);
    border: none;
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.reportedUserButton:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}
/*..............................*/
/*__________RESPONSIVE__________*/
/*..............................*/


@media(max-width: 1100px) {
	.prevNextUser {
		display: none;
	}

	.interaction {
		flex-grow: 1;
	}

	.interaction a {
		margin-left: 5px;
	}
}


@media(max-width: 955px) {

	.user {
		flex-wrap: wrap;
	}

	.description {
		flex-grow: 1;
	}

	.interaction {
		justify-content: center;
		width: 500px;
		flex-direction: row;
	}

	.interaction .interactionBtn {
		width: 100px;
		margin-left: 30px;
	}

	.interaction a {
		margin-left: 0;
	}

	.interaction a span,
	.interaction div span {
		display: none;
	}

	.information {
		text-align: center;
	}

}


@media (max-width: 786px) {
    .userAuthenticity_calculationBtn{
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 8px;
    }
    
    .userAuthenticity{
        margin-right: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .userAuthenticityWrap_internship_stars{
        margin-right: 8px
    }
}



@media (min-width: 761px) {
	.description p {
		display: block !important;
	}
}

@media(max-width: 760px) {
    .userAuthenticityWrap{
        flex-direction: column;  
        margin-bottom: 10px;
    }
    
    .userAuthenticity_ratingBtn {
        margin-bottom: 10px;
    }
    
    i#userAuthenticity_ratingBtn_I {
        transform: rotate(90deg);
        display: inline-block;
    }
    
	.basic {
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
		height: 200px;
		overflow-y: scroll;
	}

	.basic {
		overflow-y: scroll;
		scrollbar-color: #e27f00 #000;
		scrollbar-width: thin;
	}

	.basic::-webkit-scrollbar {
		width: 7px;
		height: 0;
	}

	.basic::-moz-scrollbar {
		width: 7px;
		height: 0;
	}

	.basic::-webkit-scrollbar-track {
		background-color: #000;
	}

	.basic::-moz-scrollbar-track {
		background-color: #000;
	}

	.basic::-webkit-scrollbar-thumb {
		background-color: #e27f00;
	}

	.basic::-moz-scrollbar-thumb {
		background-color: #e27f00;
	}

	.basic::-webkit-scrollbar-button {
		display: none;
	}

	.description {
		width: 100%;
		order: 1;
	}

	.description .descriptionButton {
		display: block;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
	}

	.description p {
        padding: 10px;
		margin-top: -15px;
		margin-bottom: 20px;
	}


	.information {
		margin-top: 5px;
	}

	.information {
		text-align: center;
	}

	.dailyButton,
	.sexButton {
		width: 100px;
		padding: 2px 10px;
	}

	.daily,
	.sex {
		margin-top: 20px;
	}

}

@media(max-width:550px) {
	.interaction {
		width: 30px;
	}
    
}

@media (max-width: 540px) {
    
    .userAuthenticity_miniWrap {
        flex-direction: column;
    }
    
    .userAuthenticity{
        margin-bottom: 10px;
    }
    
    .userAuthenticity_calculationBtn {
        width: 146.6px;
        margin: 0;
    }
}

@media(max-width: 530px) {
	.interaction {
		width: 100%;
	}

	.interaction .interactionBtn {
		width: 25%;
		margin-left: none;
	}

}


@media(max-width:500px) {
    
    .rFFinfoWindow,
    .infoWindow,
    .reportedUserWindow,
    .blockUserWindow{
        width: 98%;
        left: calc(1%);
    }
    
}


@media(max-width: 430px) {

	.interaction {
		justify-content: center;
		width: 100%;
		justify-content: space-between;
	}

	.interaction .interactionBtn {
		margin-left: 0px;
		text-align: center;
	}
}



@media(max-width: 310px) {
    
    .infoBlockUser ul {
        margin-left: 0px; 
        letter-spacing: 1px;
        font-size: 12px;
    }
    
    .interaction .interactionBtn {
        margin-right: 0;
    }
    
    .interaction .interactionBtn i{
        margin-right: 0px;
    }
}
    
@media(max-width: 225px) {
    
    .rFFinfoButtonsWrap,
    .blockUserButtons,
    .reportedUserButtons{
        flex-direction: column;
    }
    
    .rFFinfoButton,
    .rFFinfoButtonCancel,
    .infoButton,
    .cancelBlockUserButton,
    .blockUserButton,
    .reportedUserButton,
    .cancelReportedUserButton{
        width: 100%;
        margin-top: 5px;
    }
    
}

@media(max-width: 225px) {
    
    .interaction {
        flex-wrap: wrap;
    }
    
    .interaction .interactionBtn{
        width: 35%;
    }

}














