.cr-container .cr-handler,
.cr-description {
	background-color: rgba(1, 118, 165, 1);
	color: rgba(255, 255, 255, 1);
}
.cr-description {
	border-radius: 6px 6px 0 0;
}
.cr-container .cr-handler svg {
	fill: rgba(255, 255, 255, 1);
}
.cr-container .cr-box {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(85, 85, 85, 1);
	border-radius: 6px;
}
.cr-container .cr-box:before,
.cr-container .cr-box:after {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}
.cr-container .cr-close:before,
.cr-container .cr-close:after {
	background-color: rgba(255, 255, 255, 1);
}
.cr-container {
	max-width: 400px;
}
@media screen and (max-width : 400px) {
	.cr-container {
		max-width: 100%;
	}
}
.cr-container .cr-box {
	width: calc(400px - 80px);
	max-width: calc(100% - 40px);
}

.cr-container .cr-account {
	border-radius: 10px;
}
.cr-container .cr-handler,
.cr-container .cr-account img {
	border-radius: 50px;
}
.cr-container .cr-account:hover {
	background-color: rgba(245, 245, 245, 1);
	color: rgba(85, 85, 85, 1);
}
.cr-container .cr-account:not(:last-child):after {
	background-color: ;
}
.cr-container .cr-account:hover:after {
	background-color: rgba(245, 245, 245, 1);
}