/* a {
	text-decoration: none !important;
	color: #333;
	}

ul, ol {
	margin: 0px;
	}

.container {
	max-width: 960px;
	}

.top50 {
	margin-top: 10px;
	}

.row {
	margin: 0 !important;
	} */

.userBox {
	display: grid;
	grid-template-areas:
	'picture header header header header'
	'picture main main right right'
	'picture footer footer footer footer';
	border: 0.5px;
	border-style: solid;
	border-color: #f0f0f0;
	grid-template-columns: 15vw 8.5vw 8vw 8.5vw 9vw;
	padding: 5px;
	grid-gap: 10px;
}

.userBox img {
	border-radius: 50%;
	width: 13.5vw;
	grid-area: picture;
}

.userBox-username{
	margin: 0px !important;
	margin-top: 10px !important;
	grid-area: header;
	text-align: center;
	font-size: 24px;
}

.userBox-followers{
	grid-area: right;
	margin: 0;
}

.userBox-userRealName{
	margin: 0px !important;
	grid-area: main
}

.userBox-private{
	margin: 0px !important;
	grid-area: footer;
	width: 50%
}

.verified {
	margin: 0px;
	grid-area: footer;
	margin-left: 50%;
	width: 50%
}

.userBoxContainer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.disableOver{
	display: block;
}


#userProfileDiv{
	display: flex;
	flex-wrap: wrap;
}

#loading {
		position: absolute;
		display: none;
		top: 40%;
		left: 50%;
		transform: translate(-50%, 50%);
		background-color: #adadad;
		border-radius: 50px;
}

/* loading animation */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
**item-1 Login box********************************************************************

.item-1 {
		width: 300px;
		height: auto;
		background: #25A9CC;
    margin: 0 auto;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
	}

.item-1 h1 {
	font-size: 24px;
	margin-top: 0px;
	}

.img-container {
	width: 100%;
	height: 150px;
	text-align: center;
	}

.img-container a {
	margin: 0px auto;
	text-align: center;
	}

.img-container a img {
	border-radius: 50%;
	border: 3px solid #fff;
	margin-top: 20px;
  width: 96px;
	}

.robin-key {
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	}

.robin-key p {
	font-size: 15px;
	color: #828282;
	float: left;
	line-height: 42px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

.robin-key ul {
	float: right;
	margin: 0px;
	padding: 0px;
	}

.robin-key ul li {
	padding: 4px 12px;
	margin-top: 6px;
	border-right: 1px solid #ddd;
	color: #3f4c6b;
	list-style: none;
	float: left;
	}

.robin-key ul li a {
	color: #3f4c6b;
	}

.robin-key ul li a:hover {
	color: #242D3F;
	}

.robin-key ul li:last-child {
	border-right: none;
	}

ul.follow-list {
	margin: 0px;
	padding: 0px;
	background: #3f4c6b;
	width: 100%;
	}

ul.follow-list li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 8px 0px;
	background: #111F28;
	}

ul.follow-list li a {
	padding: 2px 14px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border-right: 1px solid #1C3544;

	}

ul.follow-list li:last-child a {
	border-right: none;
	}
center, center *{ color: #ffffff !important; font-size:14pt; } */
