
.vips_request_button_dark {
	color: #fff !important;
}

.vipch_filter_container {
	margin-right: 28px;
	margin-bottom: 20px;
}

.vipch_filter_container input {
	width: 100%;
	border: 3px solid rgba(31, 42, 60, 1) !important;
	border-radius: 10px !important;
}

.vipch_new_msg {
	background-color: red;
	line-height: 20px;
	font-size: .8em;
	text-align: center;
	text-align: center;
	height: 20px;
	width: 20px;
	float: right;
	color: #fff;
	border-radius: 50%;
	margin-right: -12px;
	margin-top: -44px;
}

.vipch_msg_counter {
	background-color: rgba(31, 42, 60, 1);
	line-height: 20px;
	font-size: .8em;
	text-align: center;
	text-align: center;
	height: 20px;
	width: 20px;
	color: #fff;
	border-radius: 50%;
	float: right;
	margin-top: -24px;
}

.vipch_send_msg {
	color: #fff;
	background-color: rgba(31, 42, 60, 1);
	border: 1px solid rgba(31, 42, 60, 1);
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.vipch-partner-chats-container {
	display: flex;
	margin-top: 10px;
	margin-bottom: -10px;
}

.vipch-partner-left-container {
	width: 25%;
	padding: 30px 30px 10px 10px;
	border-right: 2px solid rgba(31, 42, 60, 1);
}

.vipch-partner-right-container {
	width: 75%;
	padding-left: 30px;
}

.vipch-content {
	padding-left: 10px;
	padding-top: 20px;
	height: 450px;
	overflow-y: scroll;
	padding-right: 20px;
	background-color: rgba(47, 138, 228, .1);
}

.vipch-request-list {
	list-style: none;
	max-height: 700px;
	overflow-y: scroll;
	margin-left: 0px !important;
}

.vipch-request {
	border-color: rgba(31, 42, 60, 1);
	border-width: 3px 3px 8px;
	border-style: solid;
	padding: 20px;
	margin-bottom: 20px !important;
	border-radius: 10px;
	margin-left: 0px !important;
}

.vipch-request-active {
	border-color: #000;
	border-width: 3px 3px 8px;
	border-style: solid;
	padding: 20px;
	margin-bottom: 20px !important;
	border-radius: 10px;
	background-color: #000;
	color: #fff !important;
	margin-left: 0px !important;
}

.vipch-request:hover {
	cursor: pointer;
}

.vipchat-open {
	margin-top: 10px;
	padding: 8px;
	background-color: #1f2a3c;
	border-radius: 5px;
	font-size: 1em;
	color: #fff;
	font-family: Rubik !important;
}

.vipch-icon {
	font-size: 1.5em;
	margin-right: 10px;
}

.vipch-popup {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	bottom: 0;
	z-index: 999999 !important;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.vipch-popup-container {
	display: inline-block;
	z-index: 20;
	position: absolute;
	border-radius: 5px;
	background-color: #fff;
	width: 50%;
	top: 5%;
	bottom: 1%;
	left: 30%;
}

.vipch-popup-inner {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
}

.vipch-popup-content {
	flex: 0 0 45%;
	padding: 20px;
	padding: 20px;
	overflow-y: scroll;
	background-color: rgba(47, 138, 228, .1);
}

.vipch-popup-dismiss, .vipch-dismiss {
	text-align: right;
	position: absolute;
	font-size: 1.5em;
}

.vipch-dismiss {
	position: absolute;
	right: 8%;
}

.vipch-popup-dismiss {
	margin-right: 20px;
	position: absolute;
	right: 0;
}

.vipch-popup-dismiss:hover, .vipch-dismiss:hover {
	cursor: pointer;
}

.vipch-popup-footer {
	flex: 0 0 43%;
	padding: 20px;
	background-color: rgba(0, 0, 0, .05);
}

.vipch-btn {
	text-align: right;
}

.vipch-chatbox {
	position: relative;
	position: relative;
	width: 60%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 6px #b2b2b2;
	display: inline-block;
	padding: 10px 18px;
	vertical-align: top;
	margin-left: 10px;
	text-align: left;
}

.vipch-chatbox::before {
	content: " ";
	display: block;
	height: 16px;
	position: absolute;
	top: 11px;
	transform: rotate(29deg) skew(-35deg);
	-moz-transform: rotate(29deg) skew(-35deg);
	-ms-transform: rotate(29deg) skew(-35deg);
	-o-transform: rotate(29deg) skew(-35deg);
	-webkit-transform: rotate(29deg) skew(-35deg);
	width: 20px;
}

.vipch-chatbox-left {
	float: left;
	background-color: #fff;
}

.vipch-chatbox-left::before {
	background-color: #fff;
	box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
	left: -9px;
}

.vipch-chatbox-right {
	float: right;
	background-color: rgba(210, 239, 210, 1);
}

.vipch-chatbox-right::before {
	box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, .4);
	right: -9px;
	background-color: rgba(210, 239, 210, 1);
}

.vipch-chat {
	height: 450px;
	overflow-y: scroll;
	background-color: rgba(47, 138, 228, .1);
	padding: 150px 20% 100px 20%;
	border-bottom: 1px solid rgba(178, 178, 178, .4);
}

#vipch-msg-container {}

.vipch-chatbox-date {
	font-size: .8em;
}

.vipch-msg {
	margin-top: 20px;
	width: 50%;
}

.vipch-chat-header, .vipch-chat-popup-header {
	padding-top: 10px;
	color: #fff;
	background-color: #2f8ae4;
	width: 100%;
	text-align: left;
}

.vipch-chat-popup-header {
	padding-bottom: 10px;
	flex: 0 0 12%;
}

.vipch-header-container {
	display: flex;
	justify-content: center;
	gap: 1 rem;
}

.vipch-header-info {
	margin-left: 1rem;
}

.vipch-header-img {
	margin-right: 1rem;
}

.vipch-header-img img {
	width: 75px;
	height: 75px;
	border-radius: 80px;
	object-fit: cover;
	margin-bottom: 18px;
}

.vipch-header-name {
	font-size: 1.5em;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vipch-header-subtitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vipch-footer {
	/*position:fixed;*/
	bottom: 55px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 50;
	padding: 0px 20px 20px 0px;
	text-align: right;
	margin-top: 20px;
}

.vipch-footer textarea, .vipch-popup-footer textarea {
	width: 100%;
	resize: none !important;
}

.vipch-textarea {
	padding-left: 3px;
	padding-right: 22px;
}

.vipch-textarea textarea {
	resize: none !important;
}

.vipch-table {
	width: 50%;
	border: none;
	margin-bottom: 20px;
}

.vipch-table tr, .vipch-table td {
	border: none;
	padding: 10px;
}

.vipch-error {
	margin-top: 80px !important;
	text-align: center;
}

.vipch_start_input {
	width: 250px;
	text-align: center;
}

.vipch_btn_red {
	background-color: #e30c12 !important;
	color: white !important;
	height: 20px;
	width: 250px !important;
	padding: 10px 10px !important;
	margin-top: 10px;
}

.vipch-reload-container {
	margin-top: 150px;
	margin-bottom: 200px;
	display: none;
}

.vipch-reload {
	text-align: center;
}

.emailcheck_container {
	display: flex;
	flex-direction: row-reverse;
	color: rgba(31, 42, 60, 1);
	margin-top: 10px;
}

.emailcheck {
	margin-left: 5px;
}

.emailcheck_container svg {
	margin-top: -5px;
}

@media only screen and (max-width: 1600px) {
	.vipch-popup-container {
		width: 60%;
		left: 20%;
	}
	
	.vipch-request {
		margin-left: 0px !important;
	}
	
	.vipch-request-list {
		margin-left: 0px !important;
	}
	
	.vipch-partner-right-container {
		margin-right: -20px;
	}
}

@media only screen and (max-width: 1280px) {
	.vipch-popup-container {
		width: 70%;
		left: 15%;
	}
	
	.vipch-popup-header {
		flex: 0 0 10%;
	}
	
	.vipch-popup-footer {
		flex: 0 0 40%;
	}
	
	.vipch-popup-content {
		flex: 0 0 50%;
	}
}

@media only screen and (max-width: 768px) {
	.vipch-popup-container {
		width: 100%;
		left: 0;
		right: 20px;
		bottom: 0;
		top: 0;
	}
	
	.vipch-popup-dismiss {
		margin-right: 40px;
	}
	
	.vipch_formular_chat {
		margin-right: 40px;
	}
	
	.vipch_app_chat {}
	
	.vipch-popup-footer {
		padding: 20px 40px 20px 0;
	}
	
	.vipch-partner-left-container {
		width: 100%;
		padding: 30px 30px 10px 10px;
		border: none;
	}
	
	.vipch-partner-right-container {
		display: none;
		width: 100%;
		padding: 0px;
	}
	
	.vipch-partner-chats-container {
		margin-top: -70px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.vipch-dismiss {
		right: 0;
	}
}

@media only screen and (max-width: 520px) {
	.vipch-chat-header {
		padding: 10px;
	}
	
	.vipch-chatbox {
		width: 70%;
	}
	
	.vipch-chat {
		padding: 80px 20px 20px 20px;
	}
	
	.vipch-footer {
		padding: 10px;
		width: 94%;
	}
	
	.vipch-header-info {
		margin-left: 0px;
	}
	
	.vipch-chat-popup-name {
		font-size: 1em;
	}
	
	.vip-chat-popup-subtitle {
		font-size: .7em;
	}
	
	.vipch-popup-dismiss {
		margin-top: -15px;
	}
	
	.emailcheck_container {
		padding: 0 10px;
	}
}

.vipchat-spinner div {
	transform-origin: 40px 40px;
	animation: vipchat-spinner 1.2s linear infinite;
}

.vipchat-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #aaa;
}

.vipchat-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.vipchat-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.vipchat-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.9s;
}

.vipchat-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.8s;
}

.vipchat-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.7s;
}

.vipchat-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.6s;
}

.vipchat-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.5s;
}

.vipchat-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.4s;
}

.vipchat-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.3s;
}

.vipchat-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.2s;
}

.vipchat-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -.1s;
}

.vipchat-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes vipchat-spinner {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}
